[PATCH 2/9] PM: suspend_block: Add driver to access suspend blockers from user-space
On Thu, Apr 22, 2010 at 07:25:22PM -0700, Matt Helsley wrote: Should the kernel reject empty strings or strings composed only of "non-printing" characters? The kernel doesn't care, if you want to use non-printing characters, who is it to complain? :) thanks, greg k-h -- To unsubscribe from this list:... 23 Apr 2010 21:10
cgroup: Check task_lock in task_subsys_state()
On Fri, Apr 23, 2010 at 10:35:52AM +0800, Li Zefan wrote: task_subsys_state() is safe under task_lock(). See Documentation/cgroups/cgroups.txt for locking rule. This fixes an RCU warning when resume from suspend. The warning comes from freezer cgroup in cgroup_freezing_or_frozen(). Signed-off-by:... 23 Apr 2010 21:10
patch md-raid5-allow-for-more-than-2-31-chunks.patch added to 2.6.33-stable tree
On Thu, Apr 22, 2010 at 01:36:26PM +0200, Stefan Lippers-Hollmann wrote: Hi On Thursday 22 April 2010, Neil Brown wrote: On Thu, 22 Apr 2010 04:08:30 +0200 "Stefan Lippers-Hollmann" <s.L-H(a)gmx.de> wrote: On Thursday 22 April 2010, gregkh(a)suse.de wrote: [...] From 35f2a591192d0a5d9... 23 Apr 2010 21:10
[166/197] md/raid5: allow for more than 2^31 chunks.
On Thu, Apr 22, 2010 at 05:58:47PM -0700, Linus Torvalds wrote: On Thu, 22 Apr 2010, Chuck Ebbert wrote: On Thu, 22 Apr 2010 12:10:17 -0700 Greg KH <gregkh(a)suse.de> wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know. ---------... 23 Apr 2010 21:10
firmware loader: embed device into firmware_priv structure
On Thu, Apr 22, 2010 at 05:19:03PM -0700, Dmitry Torokhov wrote: On Thu, Apr 22, 2010 at 05:01:06PM -0700, Greg KH wrote: On Sat, Mar 13, 2010 at 11:49:29PM -0800, Dmitry Torokhov wrote: Both these structures have the same lifetime rules so instead of allocating and managing them separately embed ... 23 Apr 2010 21:10
[BUGFIX][PATCH] memcg rcu lock fix in swap code (Was Re: [BUG] an RCU warning in memcg
On Fri, 23 Apr 2010 11:00:41 +0800 Li Zefan <lizf(a)cn.fujitsu.com> wrote: with CONFIG_PROVE_RCU=y, I saw this warning, it's because css_id() is not under rcu_read_lock(). Ok. Thank you for reporting. This is ok ? == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> css_id() should be called... 23 Apr 2010 21:10
[PATCH] initramfs: handle unrecognised decompressor when unpacking
The unpack routine fails to handle the decompress_method() returning unrecognised decompressor (compress_name == NULL). This results in the routine looping eventually oopsing on an out of bounds memory access. Note this bug is usually hidden, only triggering on trailing junk after one or more correct compress... 23 Apr 2010 21:10
[PATCH] cgroup: Check task_lock in task_subsys_state()
task_subsys_state() is safe under task_lock(). See Documentation/cgroups/cgroups.txt for locking rule. This fixes an RCU warning when resume from suspend. The warning comes from freezer cgroup in cgroup_freezing_or_frozen(). Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- I'm not sure which is preferable ... 23 Apr 2010 21:10
[PATCH 3/4] squashfs: add missing buffer free
Signed-off-by: Phillip Lougher <phillip(a)lougher.demon.co.uk> --- fs/squashfs/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/squashfs/super.c b/fs/squashfs/super.c index 07ceeb8..48b6f4a 100644 --- a/fs/squashfs/super.c +++ b/fs/squashfs/super.c @@ -354,6 +354,7 @@ stat... 23 Apr 2010 21:10
[PATCH 4/4] squashfs: fix potential buffer over-run on 4K block file systems
Sizing the buffer based on block size is incorrect, leading to a potential buffer over-run on 4K block size file systems (because the metadata block size is always 8K). This bug doesn't seem have triggered because 4K block size file systems are not default, and also because metadata blocks after compression ten... 23 Apr 2010 21:10