fs/timerfd.c: make use of wait_event_interruptible_locked_irq()
> On Fri, 9 Apr 2010, Michal Nazarewicz wrote: diff --git a/fs/timerfd.c b/fs/timerfd.c index 1bfc95a..4d2c371 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -109,31 +109,13 @@ static ssize_t timerfd_read(struct file *file, char __user *buf, size_t count, struct timerfd_ctx *ctx = file->priva... 11 Apr 2010 15:41
OOPS on lxc-stop
Hello. When I run lxc-stop for my Debian container, my system OOPSes. This is not 100% reproducible, though. I could catch only a part of the OOPS report using netconsole: [ 9243.740626] Oops: 0000 [#1] PREEMPT [ 9243.740648] last sysfs file: /sys/devices/platform/w83627hf.656/fan1_input [ 9243.740655] Module... 12 Apr 2010 05:54
Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the U.KPROMO.send your details as follows: Names////////// Tel////////// Age////////// Address////////// Occupation////////// Country////////// Email: bnl.claimsdept121(a)live.co.uk Agent Name: Mr.Franck Smith Tel:+44-703-190-2686 -- To unsubscribe from this list: ... 11 Apr 2010 13:27
LOCALVERSION_AUTO considered harmful
LOCALVERSION_AUTO has nasty interaction with modules, warn about it. Signed-off-by: Pavel Machek <pavel(a)ucw.cz> diff --git a/init/Kconfig b/init/Kconfig index eb77e8c..5d33072 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -88,7 +88,6 @@ config LOCALVERSION config LOCALVERSION_AUTO bool "Automaticall... 12 Apr 2010 13:39
Lockup inside of stop_machine() during modprobe aes (was Re: Another AR5008 hang)
On Tue, 06 Apr 2010 11:08:22 -0700 (PDT), Ben Gamari <bgamari.foss(a)gmail.com> wrote: Hey all, I just built 2.6.34-rc3 with the appropriate fixes for the ACPI thermal lockdep issues and have attached the dmesg output of the crash below. It appears that modprobe is freezing with a few locks held while ins... 11 Apr 2010 13:26
staging: udlfb -- staging version does not work, external does
Hi! Thanks for the bug report! You are welcome :-). I tried getting udlfb to work in 2.6.34-rc*, and could not. What CPU arch are you on, and is it 32 or 64? 32bit Intel Core Duo. 1) it hates vga console. If text-mode vga console is used (not vesafb), system dies immeditaly during i... 12 Apr 2010 21:27
hid: add suspend/resume hooks for hid drivers
Am Sonntag, 11. April 2010 13:02:26 schrieb Bruno Prémont: Where do I find the bluetooth HID bits? I've been searching through kernel sources (under drivers/) but did not find bluetooth code trying to register a HID device... net/bluetooth/hidp/core.c Below an updated patch which also calls the hook fo... 27 Apr 2010 09:53
scsi: Add lockdep annotations to SAS sysfs attributes.
On Sat, 2010-04-10 at 21:40 -0700, David Miller wrote: They are allocated dynamically, and thus need sysfs_attr_init() treatment. This should all be taken care of by commit ebd09ec93c90c8ec571d7e166832fb1fc705bf5e Author: James Bottomley <James.Bottomley(a)suse.de> Date: Sat Mar 20 12:44:12 2010 -0500 ... 11 Apr 2010 16:48
[PATCH 1/3] tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 This patch moves the common code between tcp_v4_send_check and tcp_v4_gso_send_check into a new function __tcp_v4_send_check. It then uses the new function in tcp_v4_send_synack so that it handles CHECKSUM_PARTIAL properly. Signed-off-by: Herbert Xu <h... 11 Apr 2010 09:01