[PATCH 2/2] parport: make parport_cs_release static.
Signed-off-by: Andre Haupt <andre(a)bitwigglers.org> --- drivers/parport/parport_cs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/parport/parport_cs.c b/drivers/parport/parport_cs.c index 802a81d..00e1d96 100644 --- a/drivers/parport/parport_cs.c +++ b/drivers/parport/parpor... 20 Jun 2008 09:09
xen: don't drop NX bit
* Jeremy Fitzhardinge <jeremy(a)goop.org> wrote: When converting the pfn/mfn in a pagetable entry, make sure we mask out the protection flags properly. Formerly, this code was losing the NX bit, and not dealing with extra Xen-defined software flags in ptes. Because NX is now enforced properly, we mu... 20 Jun 2008 09:09
[PATCH] ACPI: fix mutex names
Hi, I came across this as I was looking at Ingo's report. This looks correct, yeah? (The alternative is to switch the #defines around, but that has more serious implications than changing just what is displayed on the screen!) Vegard From: Vegard Nossum <vegard.nossum(a)gmail.com> Date: Fri, 20 Jun 2008 ... 20 Jun 2008 08:08
SGI UV: TLB shootdown using broadcast assist unit - v6 delta
* Cliff Wickman <cpw(a)sgi.com> wrote: Found a potential security hole while doing that: static ssize_t uv_ptc_proc_write(struct file *file, const char __user *user, size_t count, loff_t *data) if (copy_from_user(optstr, user, count)) ret... 20 Jun 2008 08:08
wait_for_completion_timeout() spurious failure under heavy load?
* Jiri Slaby <jirislaby(a)gmail.com> wrote: do { timeout = schedule_timeout(timeout); if (!timeout) return timeout; } while (!x->done); return timeout; } so if the system is very busy and x->done is not set when do_wait_for_common() is entered... 20 Jun 2008 12:14
ipg: add jumbo frame support kconfig option
Hi Andrew, (Please don't trim the cc.) On Fri, Jun 20, 2008 at 9:37 AM, Andrew Savchenko <Bircoph(a)list.ru> wrote: Hello, On Wed, 27 Feb 2008 09:44:44 +0200 (EET), Pekka J Enberg wrote: Stephen Hemminger wrote: Please don't do this as a config option. Config options seem like a good id... 22 Jun 2008 10:09
MMC test driver - help with output
I'm testing the s3c24xx sd/mmc driver and can't find any documentation for each of the tests the mmc_test driver is doing. The following is output from a recent linux-next+driver: [root@ ~]# echo > /sys/class/mmc_host/mmc0/mmc0\:0001/test mmc0: Starting tests of card mmc0:0001... mmc0: Test case 1. Basic writ... 20 Jun 2008 14:18
MMC: correct card drivers MODULE_LICENSE() statements
Both the mmc_test and sdio_uart drivers' headers show that they are licenses under GPL version 2, but the MODULE_LICENSE statements say "GPL". Change the licensing statement to better reflect their licensing. CC: Nicolas Pitre <nico(a)cam.org> Signed-off-by: Ben Dooks <ben-linux(a)fluff.org> Index: linux-2.6.26-r... 20 Jun 2008 13:16
MMC: card test driver should not be builtin with other card support
On Fri, Jun 20, 2008 at 11:58:02AM +0100, ben(a)fluff.org.uk wrote: The mmc test driver and mmc block driver will attempt to bind to any card present in the system, which means only one of these drivers will end up with the card. If either one of these is selected as builtin, ensure the other does not get bui... 20 Jun 2008 08:08
MMC: card test driver should not be builtin with other card support
The mmc test driver and mmc block driver will attempt to bind to any card present in the system, which means only one of these drivers will end up with the card. If either one of these is selected as builtin, ensure the other does not get built. Signed-off-by: Ben Dooks <ben-linux(a)fluff.org> Index: linux-2.6.2... 20 Jun 2008 07:07