staging: et131x: et1310_address_map.h Brace and space fix.
On Sat, Apr 10, 2010 at 08:55:37AM +0200, Lars Lindley wrote: I fixed a space and a brace found by checkpatch.pl. Signed-off-by: Lars Lindley <lindley(a)coyote.org> --- drivers/staging/et131x/et1310_address_map.h | 5 ++--- This was already done by someone else, sorry :( greg k-h -- To unsubscr... 30 Apr 2010 13:58
linux-next: manual merge of the usb tree with the input tree
Hi Greg, Today's linux-next merge of the usb tree got a conflict in drivers/input/tablet/acecad.c between commits 2ef2ed597669f5e120d0c51c295f00e34b2f0801 ("Input: acecad - fix incorrect size parameter in usb_buffer_free") and 5492f6f801c81c9663417cd8e48e759775977c83 ("Input: acecad - simplify usb_acecad_discon... 30 Apr 2010 13:58
[Patch v9 0/3] net: reserve ports for applications using fixed port numbers
Changes from the previous version: - Dropped the infiniband part, because Tetsuo modified the related code, I will send a separate patch for it once this is accepted. - Fixed some '\0' issues introduced by the previous version. - Use copy_from_user(), instead of get_user(). - Use memchr(). -----------------... 30 Apr 2010 13:58
[PATCH 07/10] staging: rt2860: use new hex_to_bin() method
Instead of using own implementation involve hex_to_bin() function. Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Cc: Andrew Morton <akpm(a)linux-foundation.org> --- drivers/staging/rt2860/common/rtmp_init.c | 15 ++------------- drivers/staging/rt2860/... 30 Apr 2010 13:58
[GIT PULL] XFS update for 2.6.34-rc6 or -rc7
I expect this won't make it for 2.6.34-rc6, so if not, please pull it for 2.6.34-rc7. This change addresses a regression that went into 2.6.34-rc1, which can lead to memory exhaustion in some situations. -Alex The following changes since commit 79dba2eaa771c3173957eccfd288e0e0d12e4d3f: Merge branch ... 30 Apr 2010 13:58
padata: Use a timer to handle the reorder queues
On Thu, 29 Apr 2010 14:43:37 +0200 Steffen Klassert <steffen.klassert(a)secunet.com> wrote: padata_get_next had a bogus check that returned always true, so the try_again loop in padata_reorder was never taken. A better changelog would have told us what this "bogus check" _is_. This can lead to object lea... 3 May 2010 00:08
[PATCH -next] staging/cxt1e1: use netdev_priv to fix build
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix cxt1e1 build error: drivers/staging/cxt1e1/linux.c:1195: error: 'struct net_device' has no member named 'priv' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Bob Beers <bob.beers(a)gmail.com> --- drivers/staging/cxt1e1/linux.c | 2 +- 1 file chang... 30 Apr 2010 13:58
PM / Hibernate: separate block_io
Hi! Move block I/O operations to a separate file. It is because it will be used later not only by the swap writer. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Nigel Cunningham <ncunningham(a)crca.org.au> Cc: "Rafael J. Wysocki" <rjw(a)sisk.pl> +++ b/kernel/power/block_io.c @@ -0,0 +1,103 @@ ... 30 Apr 2010 15:08
[ANNOUNCE] 2.6.33.3-rt17
We are pleased to announce the next update to our new preempt-rt series. Mostly fixups for the VFS scalability fallout. 4c8acb4: rt: Fix the reminder block accounting for CONFIG_FUNCTION_TRACER 4eba98c: fs: Use s_inodes not s_files for inode lists 4329d1a: fs: Fix namespace related hangs a0a5961: xfs: Mak... 30 Apr 2010 13:58
exofs: Fix "add bdi backing to mount session" fall out
On Thu, Apr 29 2010, Boaz Harrosh wrote: The patch: add bdi backing to mount session (b3d0ab7e60d1865bb6f6a79a77aaba22f2543236) Has a bug in the placement of the bdi member at struct exofs_sb_info. The layout member must be kept last. Signed-off-by: Boaz Harrosh <bharrosh(a)panasas.com> ... 30 Apr 2010 13:58