[PATCH] i2o: Remove the dangerous kobj_to_i2o_device macro
This macro worked only when applied to variables named 'kobj'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement by an inline function would be preferred. However, nobody uses this macro, so it's simpler to just remove it. Signed-off-by: Ferenc Wagner <wferi(a)niif... 23 Mar 2010 13:39
[PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter
The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1. Signed-off-by: Ferenc Wagner <wferi(a)niif.hu> --- drivers/scsi/qla2xxx/qla_os.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 46720b2..ac08397... 23 Mar 2010 13:39
Patch to comedi_fops.c
From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001 From: Jakob Penzien <jakob(a)bloodmoon.(none)> Date: Tue, 23 Mar 2010 12:52:14 -0400 Subject: [PATCH] Staging: comedi: fix space before tab style issue in comedi_fops.c This is a patch to the comedi_fops.c file that fixes up a tab style warning ... 23 Mar 2010 13:39
[PATCH] mtd: Replace the dangerous mtd_to_flctl macro with an inline function
The original macro worked only when applied to variables named 'mtd'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement is preferred. Signed-off-by: Ferenc Wagner <wferi(a)niif.hu> --- include/linux/mtd/sh_flctl.h | 5 ++++- 1 files changed, 4 insertions(+), ... 23 Mar 2010 13:39
[PATCH] hpet: Replace the dangerous EVT_TO_HPET_DEV macro with an inline function
The original macro worked only when applied to variables named 'evt'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement is preferred. Signed-off-by: Ferenc Wagner <wferi(a)niif.hu> --- arch/x86/kernel/hpet.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 de... 23 Mar 2010 13:39
[PATCH] mtd: Replace the dangerous to_fsl_upm_nand macro with an inline function
The original macro worked only when applied to variables named 'mtd'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement is preferred. Signed-off-by: Ferenc Wagner <wferi(a)niif.hu> --- drivers/mtd/nand/fsl_upm.c | 5 ++++- 1 files changed, 4 insertions(+), 1 ... 23 Mar 2010 13:39
[RFC 10/15] PM / Hibernate: user, implement user_ops reader
Switch /dev/snapshot reader to sws_module_ops approach so that we can transparently rewrite the rest of the snapshot from pages pulling to their pushing through layers. 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> --- kernel/po... 23 Mar 2010 13:39
[RFC 03/15] PM / Hibernate: separate block_io
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> --- kernel/power/Makefile | 3 +- kernel/power/block_io.c | 103 +... 29 Mar 2010 10:13
power_meter: acpi_device_class "power_meter_resource" too long
On Friday 19 March 2010 12:49:20 Dan Carpenter wrote: acpi_device_class can only be 19 characters and a NULL terminator. The current code has a buffer overflow in acpi_power_meter_add(): strcpy(acpi_device_class(device), ACPI_POWER_METER_CLASS); Sounds as if it would be worth to add: CC: stable(a)ke... 23 Mar 2010 13:38
[RFC 14/15] PM / Hibernate: dealign swsusp_info
From: Jiri Slaby <jirislaby(a)gmail.com> Now there is no need to have swsusp_info page aligned thanks to chunk i/o support. We may add more info after it on the very same page. Later... Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Cc: Nigel Cunningham <ncunningham(a)crca.org.au> Cc: "Rafael J. Wysocki" <rjw(a)si... 23 Mar 2010 13:38