[PATCH] USB: musb: fix Blackfin building after power updates
From: Ian Jeffray <ian(a)jeffray.co.uk> The new MUSB power code needs musb_read_txhubport() to return a value (so stub it as 0 like the other Blackfin hub funcs). It also needs new helper functions for saving/restoring context, so change the apparently unused musb_platform_{suspend,resume} to musb_platform_{save,r... 22 May 2010 23:37
ISDN patches for 2.6.35
From: Tilman Schmidt <tilman(a)imap.cc> Date: Sun, 23 May 2010 02:24:12 +0200 (CEST) Karsten, David, following are seven patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. The first three respond to user reports about an observed hang of the users... 22 May 2010 21:27
BUG: using smp_processor_id() in preemptible (VFS-related)
On Sat, 22 May 2010 23:36:59 +0200 "Rafael J. Wysocki" <rjw(a)sisk.pl> wrote: Hi, I get this every time on boot with current -git: [ 6.906133] EXT4-fs (sda7): mounted filesystem with ordered data mode [ 7.014359] BUG: using smp_processor_id() in preemptible [00000000] code: mount/1501 [ ... 22 May 2010 20:22
[Regression][git head f4b87dee9] ath9k doesn't work correctly after resume from suspend to RAM
Hi, With current -git on Acer Ferrari One the ath9k driver doesn't seem to work after resume from suspend to RAM. NetworkManager seems to think that it works, but it doesn't really connect with the AP and doesn't try to obtain an IP address. Reloading the driver makes it work again. The 2.6.34 (final) versio... 23 May 2010 19:03
exportfs: Return the minimum required handle size
On Sat, 22 May 2010 20:57:50 +0530 "Aneesh Kumar K. V" <aneesh.kumar(a)linux.vnet.ibm.com> wrote: On Fri, 21 May 2010 18:15:16 -0400, "J. Bruce Fields" <bfields(a)fieldses.org> wrote: On Thu, May 20, 2010 at 01:05:30PM +0530, Aneesh Kumar K.V wrote: The exportfs encode handle function should return the mi... 22 May 2010 18:12
[git head f4b87dee9] BUG: using smp_processor_id() in preemptible (VFS-related)
Hi, I get this every time on boot with current -git: [ 6.906133] EXT4-fs (sda7): mounted filesystem with ordered data mode [ 7.014359] BUG: using smp_processor_id() in preemptible [00000000] code: mount/1501 [ 7.020570] caller is dqstats_inc+0x19/0x2c [ 7.026658] Pid: 1501, comm: mount Not tainted ... 22 May 2010 18:12
[patch] caif: remove unneeded null check in caif_connect()
We already dereferenced uaddr towards the start of the function when we checked that "uaddr->sa_family != AF_CAIF". Both the check here and the earlier check were added in bece7b2398d0: "caif: Rewritten socket implementation". Before that patch, we assumed that we recieved a valid pointer for uaddr, and based on ... 22 May 2010 17:07
massive polling problems with udevd and other processes
On 05/22/2010 12:35 PM, Shawn Starr wrote: Just built today's snapshot from linus's tree and have problems with udev using 100% cpu and KDE processes also pegging cpus. This is with Fedora 13 + snapshot kernel from git. Anyone else noticing this? Yes, just bisected it to this: commit a7cf4145bb8... 22 May 2010 17:07
[2.6.34-git8][regression] massive polling problems with udevd and other processes
Just built today's snapshot from linus's tree and have problems with udev using 100% cpu and KDE processes also pegging cpus. This is with Fedora 13 + snapshot kernel from git. Anyone else noticing this? Thanks, Shawn. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body... 22 May 2010 16:02
perf: Add persistent events
From: Borislav Petkov <bp(a)amd64.org> Date: Sat, May 22, 2010 at 09:04:47PM +0200 Register and enable events marked as persistent right after perf events has initialized. Not-yet-signed-off-by: Borislav Petkov <bp(a)alien8.de> --- include/linux/ftrace_event.h | 10 +++++++ include/linux/perf_ev... 17 Jun 2010 14:31