[PATCH 3/3] GFS2: Fix permissions checking for setflags ioctl()
We should be checking for the ownership of the file for which flags are being set, rather than just for write access. Reported-by: Dan Rosenberg <dan.j.rosenberg(a)gmail.com> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/file.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)... 25 May 2010 05:51
[PATCH] ipmi: handle run_to_completion properly in deliver_recv_msg()
If run_to_completion flag is set, it means that we are running in a single-threaded mode, and thus no locks are held. This fixes a deadlock when IPMI notifier is being called during panic. Signed-off-by: Jiri Kosina <jkosina(a)suse.cz> --- drivers/char/ipmi/ipmi_si_intf.c | 11 ++++++++--- 1 files changed, 8... 25 May 2010 05:51
V4: rwsem changes + down_read_critical() proposal
On Mon, 2010-05-24 at 13:31 -0700, Michel Lespinasse wrote: This is version 4 of my rwsem changes. Changes since V3: - Split first x86 rwsem change in two smaller parts - Added David's rwsem_waiter_type enum suggestion into 'rwsem: down_read_critical infrastructure support' - Lots of minor s... 27 May 2010 08:09
[PATCH 2/3] GFS2: Don't "get" xattrs for ACLs when ACLs are turned off
This is to match ext3 behaviour. We should not allow getting of xattrs relating to ACLs when ACLs are turned off. Reported-by: Nate Straz <nstraz(a)redhat.com> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/acl.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/fs... 25 May 2010 05:51
Important Notice!!!
----Mount Holyoke College Support Team----- Dear MHC Email Users, Your MHC Email Account will be deactivated, if you do not verify that your MHC Email Account is still in use. Due to excess abandoned MHC Email Account in our database by our past webmail users. Failure to provide your MHC Email Username... 25 May 2010 04:47
[tip:perf/core] perf, trace: Fix IRQ-disable removal from perf/tracepoint interaction
Commit-ID: 23ef672d1e8236e6fe606a39963ba2d576972d84 Gitweb: http://git.kernel.org/tip/23ef672d1e8236e6fe606a39963ba2d576972d84 Author: Peter Zijlstra <peterz(a)infradead.org> AuthorDate: Sun, 23 May 2010 20:16:27 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 25 May 2010 09:02:08 +0200 pe... 25 May 2010 04:47
HID: Removed unused variable from hidraw_read
On Wed, 19 May 2010, Stefan Achatz wrote: Removed unused variable from hidraw_read. Signed-off-by: Stefan Achatz <erazor_de(a)users.sourceforge.net> --- drivers/hid/hidraw.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c ... 25 May 2010 04:47
HID: add chardev to propagate special events of Roccat hardware to userland
On Wed, 19 May 2010, Stefan Achatz wrote: Module roccat is a char device used to report special events of roccat hardware to userland. I have now applied it. It would be also nice if you could provide a link to the userspace software taking care of these special events somewhere. Thanks, -- Jir... 25 May 2010 04:47
[PATCH 01a/10] perf, trace: Fix !x86 build issue
Subject: perf, trace: Fix !x86 build issue From: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Date: Tue May 25 09:22:38 CEST 2010 Patch b7e2ecef92 (perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction) made the unfortunate mistake of assuming the world is x86 only, correct this. ... 25 May 2010 03:43
ipv4: udp: fix short packet and bad checksum logging
Greg KH <gregkh(a)suse.de> writes: 2.6.34-stable review patch. If anyone has any objections, please let us know. ------------------ From: Bjørn Mork <bjorn(a)mork.no> commit ccc2d97cb7c798e785c9f198de243e2b59f7073b upstream. This is already in 2.6.34 AFAIK. Bjørn commit 2783ef23 moved... 25 May 2010 10:12