BUG when battery is removed before resuming from hibernation
Alan Jenkins wrote: I found this bug 2.6.34 on my Asus EeePC 701 (x86_32 arch). It didn't happen to me before, when I was running nearly-2.6.33 or 2.6.32-release. I used git-bisect, but unfortunately the result isn't very helpful. My next step will be to try to narrowing down the culprits by disa... 8 Jun 2010 12:34
pipe: remove bogus check from "set size" fcntl
On Tue, 08 Jun 2010, Miklos Szeredi wrote: From: Miklos Szeredi <mszeredi(a)suse.cz> As it stands this check compares the number of pages to the page size. This makes no sense and makes the fcntl fail in almost any sane case. Fix it by removing the check completely, round_pipe_size() will make sure... 8 Jun 2010 16:02
You Won $650,500.00.
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Jun 2010 11:26
[PATCH] drivers:staging: ti-st: add version info to sysfs
From: Naveen Jain <naveen_jain(a)ti.com> Cleanup sysfs code, so that all the required sysfs entries are created under /sys/bus/platform/drivers/kim now. Add version information to be available under the sysfs group for kim. TODO: Cleanup un-compiled code related to creation of kobject Signed-off-by: Naveen Ja... 8 Jun 2010 11:26
Fwd: [rtc-linux] RTC_SET_TIME: Inappropriate ioctl for device
CC to LKML to do further discussion. ---------- Forwarded message ---------- From: Wan ZongShun <mcuos.com(a)gmail.com> Date: 2010/6/8 Subject: Re: [rtc-linux] RTC_SET_TIME: Inappropriate ioctl for device To: rtc-linux(a)googlegroups.com, jeffjway(a)gmail.com Hi Jeff, 2010/6/8 JJeff <jeffjway(a)gmail.com>: Wh... 8 Jun 2010 11:26
[PATCH 2/2] pipe: remove bogus check from "set size" fcntl
From: Miklos Szeredi <mszeredi(a)suse.cz> As it stands this check compares the number of pages to the page size. This makes no sense and makes the fcntl fail in almost any sane case. Fix it by removing the check completely, round_pipe_size() will make sure that nr_pages >= 1 anyway. Signed-off-by: Miklos Szere... 8 Jun 2010 11:26
[PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
Since BTRFS can fallback on buffered reads after having done some direct reads, we need to make sure to invalidate any pages that we may have read by doing buffered IO. This shouldn't have shown up as a visible user problem, it's just for correctness sake. Thanks, Signed-off-by: Josef Bacik <josef(a)redhat.com> ... 8 Jun 2010 11:26
[PATCH 1/2] pipe: fix pipe buffer resizing
From: Miklos Szeredi <mszeredi(a)suse.cz> pipe_set_size() needs to copy pipe bufs from the old circular buffer to the new. The current code gets this wrong in multiple ways, resulting in oops. Test program is available here: http://www.kernel.org/pub/linux/kernel/people/mszeredi/piperesize/ Signed-off-by:... 8 Jun 2010 11:26
USB: gadget: composite: addad disconnect callback
--- On Mon, 6/7/10, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: From: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Subject: [PATCHv4 11/13] USB: gadget: composite: addad disconnect callback To: linux-usb(a)vger.kernel.org, linux-usb(a)vger.kernel.org Cc: "David Brownell" <dbrownell(a)users.sourcefor... 18 Jun 2010 11:19
NMI & register clash handling infrastructure
On Tue, 2010-06-08 at 14:34 +0530, Oza Oza wrote: My proposal/idea/thinking is; have a kernel module which accepts NMI registration from any kernel component, and providing support to the the any kernel service which basically need to service NMI. It may not only supports this, but also can provide centra... 8 Jun 2010 10:18