From: Luis Henriques <luis.henriques@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
kernel-team@lists.ubuntu.com
Cc: Andrey Ryabinin <a.ryabinin@samsung.com>,
Luis Henriques <luis.henriques@canonical.com>
Subject: [PATCH 3.16.y-ckt 038/183] smack: fix possible use after frees in task_security() callers
Date: Fri, 6 Mar 2015 09:55:29 +0000 [thread overview]
Message-ID: <1425635874-19087-39-git-send-email-luis.henriques@canonical.com> (raw)
In-Reply-To: <1425635874-19087-1-git-send-email-luis.henriques@canonical.com>
3.16.7-ckt8 -stable review patch. If anyone has any objections, please let me know.
------------------
From: Andrey Ryabinin <a.ryabinin@samsung.com>
commit 6d1cff2a885850b78b40c34777b46cf5da5d1050 upstream.
We hit use after free on dereferncing pointer to task_smack struct in
smk_of_task() called from smack_task_to_inode().
task_security() macro uses task_cred_xxx() to get pointer to the task_smack.
task_cred_xxx() could be used only for non-pointer members of task's
credentials. It cannot be used for pointer members since what they point
to may disapper after dropping RCU read lock.
Mainly task_security() used this way:
smk_of_task(task_security(p))
Intead of this introduce function smk_of_task_struct() which
takes task_struct as argument and returns pointer to smk_known struct
and do this under RCU read lock.
Bogus task_security() macro is not used anymore, so remove it.
KASan's report for this:
AddressSanitizer: use after free in smack_task_to_inode+0x50/0x70 at addr c4635600
=============================================================================
BUG kmalloc-64 (Tainted: PO): kasan error
-----------------------------------------------------------------------------
Disabling lock debugging due to kernel taint
INFO: Allocated in new_task_smack+0x44/0xd8 age=39 cpu=0 pid=1866
kmem_cache_alloc_trace+0x88/0x1bc
new_task_smack+0x44/0xd8
smack_cred_prepare+0x48/0x21c
security_prepare_creds+0x44/0x4c
prepare_creds+0xdc/0x110
smack_setprocattr+0x104/0x150
security_setprocattr+0x4c/0x54
proc_pid_attr_write+0x12c/0x194
vfs_write+0x1b0/0x370
SyS_write+0x5c/0x94
ret_fast_syscall+0x0/0x48
INFO: Freed in smack_cred_free+0xc4/0xd0 age=27 cpu=0 pid=1564
kfree+0x270/0x290
smack_cred_free+0xc4/0xd0
security_cred_free+0x34/0x3c
put_cred_rcu+0x58/0xcc
rcu_process_callbacks+0x738/0x998
__do_softirq+0x264/0x4cc
do_softirq+0x94/0xf4
irq_exit+0xbc/0x120
handle_IRQ+0x104/0x134
gic_handle_irq+0x70/0xac
__irq_svc+0x44/0x78
_raw_spin_unlock+0x18/0x48
sync_inodes_sb+0x17c/0x1d8
sync_filesystem+0xac/0xfc
vdfs_file_fsync+0x90/0xc0
vfs_fsync_range+0x74/0x7c
INFO: Slab 0xd3b23f50 objects=32 used=31 fp=0xc4635600 flags=0x4080
INFO: Object 0xc4635600 @offset=5632 fp=0x (null)
Bytes b4 c46355f0: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ
Object c4635600: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
Object c4635610: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
Object c4635620: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
Object c4635630: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk.
Redzone c4635640: bb bb bb bb ....
Padding c46356e8: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ
Padding c46356f8: 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZ
CPU: 5 PID: 834 Comm: launchpad_prelo Tainted: PBO 3.10.30 #1
Backtrace:
[<c00233a4>] (dump_backtrace+0x0/0x158) from [<c0023dec>] (show_stack+0x20/0x24)
r7:c4634010 r6:d3b23f50 r5:c4635600 r4:d1002140
[<c0023dcc>] (show_stack+0x0/0x24) from [<c06d6d7c>] (dump_stack+0x20/0x28)
[<c06d6d5c>] (dump_stack+0x0/0x28) from [<c01c1d50>] (print_trailer+0x124/0x144)
[<c01c1c2c>] (print_trailer+0x0/0x144) from [<c01c1e88>] (object_err+0x3c/0x44)
r7:c4635600 r6:d1002140 r5:d3b23f50 r4:c4635600
[<c01c1e4c>] (object_err+0x0/0x44) from [<c01cac18>] (kasan_report_error+0x2b8/0x538)
r6:d1002140 r5:d3b23f50 r4:c6429cf8 r3:c09e1aa7
[<c01ca960>] (kasan_report_error+0x0/0x538) from [<c01c9430>] (__asan_load4+0xd4/0xf8)
[<c01c935c>] (__asan_load4+0x0/0xf8) from [<c031e168>] (smack_task_to_inode+0x50/0x70)
r5:c4635600 r4:ca9da000
[<c031e118>] (smack_task_to_inode+0x0/0x70) from [<c031af64>] (security_task_to_inode+0x3c/0x44)
r5:cca25e80 r4:c0ba9780
[<c031af28>] (security_task_to_inode+0x0/0x44) from [<c023d614>] (pid_revalidate+0x124/0x178)
r6:00000000 r5:cca25e80 r4:cbabe3c0 r3:00008124
[<c023d4f0>] (pid_revalidate+0x0/0x178) from [<c01db98c>] (lookup_fast+0x35c/0x43y4)
r9:c6429efc r8:00000101 r7:c079d940 r6:c6429e90 r5:c6429ed8 r4:c83c4148
[<c01db630>] (lookup_fast+0x0/0x434) from [<c01deec8>] (do_last.isra.24+0x1c0/0x1108)
[<c01ded08>] (do_last.isra.24+0x0/0x1108) from [<c01dff04>] (path_openat.isra.25+0xf4/0x648)
[<c01dfe10>] (path_openat.isra.25+0x0/0x648) from [<c01e1458>] (do_filp_open+0x3c/0x88)
[<c01e141c>] (do_filp_open+0x0/0x88) from [<c01ccb28>] (do_sys_open+0xf0/0x198)
r7:00000001 r6:c0ea2180 r5:0000000b r4:00000000
[<c01cca38>] (do_sys_open+0x0/0x198) from [<c01ccc00>] (SyS_open+0x30/0x34)
[<c01ccbd0>] (SyS_open+0x0/0x34) from [<c001db80>] (ret_fast_syscall+0x0/0x48)
Read of size 4 by thread T834:
Memory state around the buggy address:
c4635380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
c4635400: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
c4635480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
c4635500: 00 00 00 00 00 fc fc fc fc fc fc fc fc fc fc fc
c4635580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
>c4635600: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
c4635680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
c4635700: 00 00 00 00 04 fc fc fc fc fc fc fc fc fc fc fc
c4635780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
c4635800: 00 00 00 00 00 00 04 fc fc fc fc fc fc fc fc fc
c4635880: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
==================================================================
Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
[ luis: backported to 3.16:
- dropped changes to smk_bu_task()
- adjusted context ]
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
---
security/smack/smack.h | 10 ++++++++++
security/smack/smack_lsm.c | 20 +++++++++++---------
2 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/security/smack/smack.h b/security/smack/smack.h
index 020307ef0972..3bb1618f14b4 100644
--- a/security/smack/smack.h
+++ b/security/smack/smack.h
@@ -297,6 +297,16 @@ static inline struct smack_known *smk_of_task(const struct task_smack *tsp)
return tsp->smk_task;
}
+static inline struct smack_known *smk_of_task_struct(const struct task_struct *t)
+{
+ struct smack_known *skp;
+
+ rcu_read_lock();
+ skp = smk_of_task(__task_cred(t)->security);
+ rcu_read_unlock();
+ return skp;
+}
+
/*
* Present a pointer to the forked smack label entry in an task blob.
*/
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
index f2c30801ce41..40cdee62097e 100644
--- a/security/smack/smack_lsm.c
+++ b/security/smack/smack_lsm.c
@@ -43,8 +43,6 @@
#include <linux/binfmts.h>
#include "smack.h"
-#define task_security(task) (task_cred_xxx((task), security))
-
#define TRANS_TRUE "TRUE"
#define TRANS_TRUE_SIZE 4
@@ -199,7 +197,8 @@ static int smk_ptrace_rule_check(struct task_struct *tracer, char *tracee_label,
saip = &ad;
}
- tsp = task_security(tracer);
+ rcu_read_lock();
+ tsp = __task_cred(tracer)->security;
skp = smk_of_task(tsp);
if ((mode & PTRACE_MODE_ATTACH) &&
@@ -217,11 +216,14 @@ static int smk_ptrace_rule_check(struct task_struct *tracer, char *tracee_label,
if (saip)
smack_log(skp->smk_known, tracee_label, 0, rc, saip);
+ rcu_read_unlock();
return rc;
}
/* In case of rule==SMACK_PTRACE_DEFAULT or mode==PTRACE_MODE_READ */
rc = smk_tskacc(tsp, tracee_label, smk_ptrace_mode(mode), saip);
+
+ rcu_read_unlock();
return rc;
}
@@ -248,7 +250,7 @@ static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode)
if (rc != 0)
return rc;
- skp = smk_of_task(task_security(ctp));
+ skp = smk_of_task_struct(ctp);
rc = smk_ptrace_rule_check(current, skp->smk_known, mode, __func__);
return rc;
@@ -1639,7 +1641,7 @@ static int smk_curacc_on_task(struct task_struct *p, int access,
const char *caller)
{
struct smk_audit_info ad;
- struct smack_known *skp = smk_of_task(task_security(p));
+ struct smack_known *skp = smk_of_task_struct(p);
smk_ad_init(&ad, caller, LSM_AUDIT_DATA_TASK);
smk_ad_setfield_u_tsk(&ad, p);
@@ -1689,7 +1691,7 @@ static int smack_task_getsid(struct task_struct *p)
*/
static void smack_task_getsecid(struct task_struct *p, u32 *secid)
{
- struct smack_known *skp = smk_of_task(task_security(p));
+ struct smack_known *skp = smk_of_task_struct(p);
*secid = skp->smk_secid;
}
@@ -1796,7 +1798,7 @@ static int smack_task_kill(struct task_struct *p, struct siginfo *info,
{
struct smk_audit_info ad;
struct smack_known *skp;
- struct smack_known *tkp = smk_of_task(task_security(p));
+ struct smack_known *tkp = smk_of_task_struct(p);
smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_TASK);
smk_ad_setfield_u_tsk(&ad, p);
@@ -1844,7 +1846,7 @@ static int smack_task_wait(struct task_struct *p)
static void smack_task_to_inode(struct task_struct *p, struct inode *inode)
{
struct inode_smack *isp = inode->i_security;
- struct smack_known *skp = smk_of_task(task_security(p));
+ struct smack_known *skp = smk_of_task_struct(p);
isp->smk_inode = skp->smk_known;
}
@@ -2988,7 +2990,7 @@ unlockandout:
*/
static int smack_getprocattr(struct task_struct *p, char *name, char **value)
{
- struct smack_known *skp = smk_of_task(task_security(p));
+ struct smack_known *skp = smk_of_task_struct(p);
char *cp;
int slen;
next prev parent reply other threads:[~2015-03-06 10:57 UTC|newest]
Thread overview: 184+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 9:54 [3.16.y-ckt stable] Linux 3.16.7-ckt8 stable review Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 001/183] [media] em28xx: fix em28xx-input removal Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 002/183] [media] em28xx: ensure "closing" messages terminate with a newline Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 003/183] [media] em28xx-input: fix missing newlines Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 004/183] [media] em28xx-core: " Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 005/183] [media] em28xx-audio: " Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 006/183] " Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 007/183] [media] em28xx-dvb: " Luis Henriques
2015-03-06 9:54 ` [PATCH 3.16.y-ckt 008/183] [media] em28xx-video: " Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 009/183] ARM: pxa: add regulator_has_full_constraints to corgi board file Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 010/183] ARM: pxa: add regulator_has_full_constraints to poodle " Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 011/183] ARM: pxa: add regulator_has_full_constraints to spitz " Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 012/183] hx4700: regulator: declare full constraints Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 013/183] HID: input: fix confusion on conflicting mappings Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 014/183] HID: fixup the conflicting keyboard mappings quirk Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 015/183] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 016/183] megaraid_sas: disable interrupt_mask before enabling hardware interrupts Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 017/183] PCI: Generate uppercase hex for modalias var in uevent Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 018/183] usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 019/183] tty/serial: at91: enable peripheral clock before accessing I/O registers Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 020/183] tty/serial: at91: fix error handling in atmel_serial_probe() Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 021/183] axonram: Fix bug in direct_access Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 022/183] btrfs: fix leak of path in btrfs_find_item Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 023/183] ksoftirqd: Enable IRQs and call cond_resched() before poking RCU Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 024/183] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 025/183] char: tpm: Add missing error check for devm_kzalloc Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 026/183] tpm_tis: verify interrupt during init Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 027/183] tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 028/183] tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 029/183] tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 030/183] mmc: sdhci-pxav3: fix unbalanced clock issues during probe Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 031/183] iwlwifi: mvm: validate tid and sta_id in ba_notif Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 032/183] power: gpio-charger: balance enable/disable_irq_wake calls Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 033/183] power: bq24190: Fix ignored supplicants Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 034/183] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3 Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 035/183] Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 036/183] Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 037/183] cfq-iosched: fix incorrect filing of rt async cfqq Luis Henriques
2015-03-06 9:55 ` Luis Henriques [this message]
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 039/183] xfs: ensure buffer types are set correctly Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 040/183] xfs: inode unlink does not set AGI buffer type Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 041/183] xfs: set buf types when converting extent formats Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 042/183] xfs: set superblock buffer type correctly Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 043/183] btrfs: set proper message level for skinny metadata Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 044/183] KVM: s390: base hrtimer on a monotonic clock Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 045/183] KVM: s390: avoid memory leaks if __inject_vm() fails Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 046/183] samsung-laptop: Add use_native_backlight quirk, and enable it on some models Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 047/183] PCI: Fix infinite loop with ROM image of size 0 Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 048/183] USB: cp210x: add ID for RUGGEDCOM USB Serial Console Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 049/183] Bluetooth: Add support for Broadcom BCM20702A1 variant Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 050/183] Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 051/183] Bluetooth: btusb: Add support for Dynex/Insignia USB dongles Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 052/183] clk: zynq: Force CPU_2X clock to be ungated Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 053/183] mmc: sdhci-pxav3: Remove checks for mandatory host clock Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 054/183] mmc: sdhci-pxav3: fix race between runtime pm and irq Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 055/183] power_supply: 88pm860x: Fix leaked power supply on probe fail Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 056/183] staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 057/183] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 058/183] mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 059/183] mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7878951 Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 060/183] ARM: 8284/1: sa1100: clear RCSR_SMR on resume Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 061/183] [media] si2168: define symbol rate limits Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 062/183] nfs: don't call blocking operations while !TASK_RUNNING Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 063/183] cdc-acm: add sanity checks Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 064/183] USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 065/183] USB: fix use-after-free bug in usb_hcd_unlink_urb() Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 066/183] iwlwifi: mvm: always use mac color zero Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 067/183] iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN Luis Henriques
2015-03-06 9:55 ` [PATCH 3.16.y-ckt 068/183] iwlwifi: mvm: fix failure path when power_update fails in add_interface Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 069/183] vt: provide notifications on selection changes Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 070/183] tty: Prevent untrappable signals from malicious program Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 071/183] serial: fsl_lpuart: delete timer on shutdown Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 072/183] serial: fsl_lpuart: avoid new transfer while DMA is running Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 073/183] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 074/183] Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, BCM43142 Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 075/183] nfs41: .init_read and .init_write can be called with valid pg_lseg Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 076/183] [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 077/183] mei: mask interrupt set bit on clean reset bit Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 078/183] mei: me: release hw from reset only during the reset flow Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 079/183] KVM: MIPS: Don't leak FPU/DSP to guest Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 080/183] ALSA: hda - Add the pin fixup for HP Envy TS bass speaker Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 081/183] ALSA: hda - Set up GPIO for Toshiba Satellite S50D Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 082/183] xen/manage: Fix USB interaction issues when resuming Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 083/183] ACPI / video: Add some Samsung models to disable_native_backlight list Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 084/183] ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 085/183] ACPI / video: Add disable_native_backlight quirk for Samsung 730U3E/740U3E Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 086/183] ACPI / video: Add disable_native_backlight quirk for Samsung 510R Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 087/183] KVM: s390: floating irqs: fix user triggerable endless loop Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 088/183] drm/i915: Correct the IOSF Dev_FN field for IOSF transfers Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 089/183] cfq-iosched: handle failure of cfq group allocation Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 090/183] tracing: Fix unmapping loop in tracing_mark_write Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 091/183] fsnotify: fix handling of renames in audit Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 092/183] ring-buffer: Do not wake up a splice waiter when page is not full Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 093/183] blk-mq: fix double-free in error path Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 094/183] drm/radeon: workaround for CP HW bug on CIK Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 095/183] drm/radeon: only enable kv/kb dpm interrupts once v3 Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 096/183] NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 097/183] cpufreq: speedstep-smi: enable interrupts when waiting Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 098/183] mm/hugetlb: pmd_huge() returns true for non-present hugepage Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 099/183] mm/hugetlb: take page table lock in follow_huge_pmd() Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 100/183] mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 101/183] mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 102/183] mm/hugetlb: add migration entry check in __unmap_hugepage_range Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 103/183] mm: when stealing freepages, also take pages created by splitting buddy page Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 104/183] mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 105/183] mm/nommu.c: " Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 106/183] iscsi-target: Drop problematic active_ts_list usage Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 107/183] target: Fix PR_APTPL_BUF_LEN buffer size limitation Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 108/183] mm/compaction: fix wrong order check in compact_finished() Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 109/183] mm/memory.c: actually remap enough memory Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 110/183] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 111/183] ALSA: hda - enable mute led quirk for one more hp machine Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 112/183] ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 113/183] drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 114/183] drm/radeon: fix voltage setup on hawaii Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 115/183] ALSA: hdspm - Constrain periods to 2 on older cards Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 116/183] jffs2: fix handling of corrupted summary length Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 117/183] dm mirror: do not degrade the mirror on discard error Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 118/183] dm io: reject unsupported DISCARD requests with EOPNOTSUPP Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 119/183] NFS: struct nfs_commit_info.lock must always point to inode->i_lock Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 120/183] target: Add missing WRITE_SAME end-of-device sanity check Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 121/183] target: Check for LBA + sectors wrap-around in sbc_parse_cdb Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 122/183] Btrfs: fix fsync data loss after adding hard link to inode Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 123/183] Added Little Endian support to vtpm module Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 124/183] fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 125/183] sg: fix read() error reporting Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 126/183] IB/qib: Do not write EEPROM Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 127/183] EDAC, amd64_edac: Prevent OOPS with >16 memory controllers Luis Henriques
2015-03-06 9:56 ` [PATCH 3.16.y-ckt 128/183] MIPS: asm: asmmacro: Replace "add" instructions with "addu" Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 129/183] MIPS: kernel: cps-vec: Replace "addi" with "addiu" Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 130/183] md/raid5: Fix livelock when array is both resyncing and degraded Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 131/183] locking/rtmutex: Avoid a NULL pointer dereference on deadlock Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 132/183] time: adjtimex: Validate the ADJ_FREQUENCY values Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 133/183] ntp: Fixup adjtimex freq validation on 32-bit systems Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 134/183] dm: fix a race condition in dm_get_md Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 135/183] dm snapshot: fix a possible invalid memory access on unload Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 136/183] cpufreq: s3c: remove incorrect __init annotations Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 137/183] x86, mm/ASLR: Fix stack randomization on 64-bit systems Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 138/183] libceph: assert both regular and lingering lists in __remove_osd() Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 139/183] libceph: change from BUG to WARN for __remove_osd() asserts Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 140/183] libceph: fix double __remove_osd() problem Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 141/183] MIPS: Export FP functions used by lose_fpu(1) for KVM Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 142/183] MIPS: Export MSA " Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 143/183] kdb: fix incorrect counts in KDB summary command output Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 144/183] blk-throttle: check stats_cpu before reading it from sysfs Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 145/183] debugfs: leave freeing a symlink body until inode eviction Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 146/183] procfs: fix race between symlink removals and traversals Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 147/183] autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 148/183] ASoC: mioa701_wm9713: Fix speaker event Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 149/183] gpio: rcar: Fix error path for devm_kzalloc() failure Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 150/183] efi: Small leak on error in runtime map code Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 151/183] clk-gate: fix bit # check in clk_register_gate() Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 152/183] powerpc/kernel: Avoid memory corruption at early stage Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 153/183] pinctrl: pinctrl-imx: don't use invalid value of conf_reg Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 154/183] ALSA: off by one bug in snd_riptide_joystick_probe() Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 155/183] GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl() Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 156/183] net: llc: use correct size for sysctl timeout entries Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 157/183] net: rds: use correct size for max unacked packets and bytes Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 158/183] HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 159/183] fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not defined Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 160/183] net: sctp: fix race for one-to-many sockets in sendmsg's auto associate Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 161/183] gpio: sysfs: fix gpio attribute-creation race Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 162/183] ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 163/183] ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 164/183] IB/core: When marshaling ucma path from user-space, clear unused fields Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 165/183] IB/core: Fix deadlock on uverbs modify_qp error flow Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 166/183] IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 167/183] IB/iser: Use correct dma direction when unmapping SGs Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 168/183] [media] Si2168: increase timeout to fix firmware loading Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 169/183] staging: comedi: cb_pcidas64: fix incorrect AI range code handling Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 170/183] target: Fix R_HOLDER bit usage for AllRegistrants Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 171/183] target: Avoid dropping AllRegistrants reservation during unregister Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 172/183] target: Allow AllRegistrants to re-RESERVE existing reservation Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 173/183] target: Allow Write Exclusive non-reservation holders to READ Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 174/183] vhost/scsi: potential memory corruption Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 175/183] clk: sunxi: Support factor clocks with N factor starting not from 0 Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 176/183] sunxi: clk: Set sun6i-pll1 n_start = 1 Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 177/183] HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 178/183] mm: softdirty: unmapped addresses between VMAs are clean Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 179/183] proc/pagemap: walk page tables under pte lock Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 180/183] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 181/183] sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 182/183] caif: remove wrong dev_net_set() call Luis Henriques
2015-03-06 9:57 ` [PATCH 3.16.y-ckt 183/183] quota: Store maximum space limit in bytes Luis Henriques
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425635874-19087-39-git-send-email-luis.henriques@canonical.com \
--to=luis.henriques@canonical.com \
--cc=a.ryabinin@samsung.com \
--cc=kernel-team@lists.ubuntu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®