Correct behavior for listxattr and 'trusted' xattrs
On Tue, Mar 02, 2010 at 07:01:05PM +1100, James Morris wrote: I noticed that there are differences in the behavior of listxattr(2) for xattrs in the trusted namespace. Some filesystems, such as ext[234], require CAP_SYS_ADMIN for this, i.e. trusted xattr names are hidden from unprivileged users. ... 10 Mar 2010 07:28
2.6.33: tpm_tis + iTPM still broken
Hi list... Short version: Last summer a few patches floatet on LKML which enabled the Intel TPM (iTPM) to work with the tpm_tis driver. However, now, more than half a year later vanilla 2.6.33 is still unusable with iTPMs. Long version: iTPM do not play as nice with tpm_tis. There was a patch set published ... 3 Mar 2010 08:26
verifying whitespace patches don't change anything was Re: [PATCH] Staging:rtl8192e: fix comments
On Wed, Mar 03, 2010 at 10:10:23AM +0300, Dan Carpenter wrote: On Thu, Feb 18, 2010 at 08:05:47AM -0800, Greg KH wrote: On Tue, Feb 16, 2010 at 04:35:16PM +0000, tim(a)weberpafrica.com wrote: From: Tim Schofield <tim.schofield1960(a)googlemail.com> --- drivers/staging/rtl8192e/r8180_93... 3 Mar 2010 07:20
[PATCH] rtc-coh901331: Fix braces in resume code.
The else part of the if statement is indented but does not have braces around it. It clearly should since it uses clk_enable and clk_disable which are supposed to balance. Signed-off-by: James Hogan <james(a)albanarts.com> --- drivers/rtc/rtc-coh901331.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletion... 3 Mar 2010 10:40
[Bug 15426] New: Running many copies of bonnie++ on different filesystems seems to deadlock in sync
Andrew Morton wrote: When the system is stuck, please run echo w > /proc/sysrq-trigger Ok, we have: [ 1128.964403] kjournald D 0000000000000000 0 2196 2 0x00000000 [ 1128.964407] ffffffff8144b1f0 0000000000000046 0000000000000000 ffffffff811837bb [ 1128.964409] ffff88063d1762e0 fff... 5 Mar 2010 06:08
timbgpio: Fix build.
On 03/03/2010 10:59 AM, David Miller wrote: Use of get_irq_chip_data() et al. requires including linux/irq.h Signed-off-by: David S. Miller<davem(a)davemloft.net> Acked-by: Richard R�jfors <richard.rojfors(a)pelagicore.com> diff --git a/drivers/gpio/timbgpio.c b/drivers/gpio/timbgpio.c index a4... 3 Mar 2010 07:20
[PATCH 4/4] cpuset,mm: use rwlock to protect task->mempolicy and mems_allowed
if MAX_NUMNODES > BITS_PER_LONG, loading/storing task->mems_allowed or mems_allowed in task->mempolicy are not atomic operations, and the kernel page allocator gets an empty mems_allowed when updating task->mems_allowed or mems_allowed in task->mempolicy. So we use a rwlock to protect them to fix this probelm. Si... 3 Mar 2010 06:15
[PATCH 2/4] nodemask: fix the declaration of NODEMASK_ALLOC()
we can't declarate two variable at the same scope by NODEMASK_ALLOC(). this patch fixes it. Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> --- include/linux/nodemask.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h index 454997c... 3 Mar 2010 06:15
perf: Take a hot regs snapshot for trace events
On Wed, 2010-03-03 at 07:55 +0100, Frederic Weisbecker wrote: /* + * Hot regs snapshot support -- arch specific + * This needs to be a macro because we want the current + * frame pointer. + */ +#ifndef PERF_SAVE_REGS +#define PERF_SAVE_REGS(regs) memset(regs, 0, sizeof(*regs)); +#endif It ... 4 Mar 2010 18:04
[PATCH] timbgpio: Fix build.
Use of get_irq_chip_data() et al. requires including linux/irq.h Signed-off-by: David S. Miller <davem(a)davemloft.net> diff --git a/drivers/gpio/timbgpio.c b/drivers/gpio/timbgpio.c index a4d344b..d941f45 100644 --- a/drivers/gpio/timbgpio.c +++ b/drivers/gpio/timbgpio.c @@ -23,6 +23,7 @@ #include <linux/... 3 Mar 2010 05:09