[PATCH 02/25] Constify struct sysfs_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> Acked-by: Stephen Hemminger <shemminger(a)vyatta.com> --- fs/btrfs/sysfs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c index a240b6f..4ce16ef 100644 --- ... 13 Dec 2009 19:48
[PATCH 6/8] Constify struct kgdb_arch for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- arch/sh/kernel/kgdb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/kernel/kgdb.c b/arch/sh/kernel/kgdb.c index 3e532d0..9faa306 100644 --- a/arch/sh/kernel/kgdb.c +++ b/arch/sh/k... 13 Dec 2009 19:48
[PATCH 0/1] Constify struct pci_raw_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Hello everyone! The following patch series attempts to constify several structures that hold function pointers. This is only the initial batch, there are about over 150 candidate structures, some of which can be constified as well, I plan to submit them in the future. ... 13 Dec 2009 19:48
[PATCH 03/10] Constify struct platform_suspend_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- arch/avr32/mach-at32ap/pm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/avr32/mach-at32ap/pm.c b/arch/avr32/mach-at32ap/pm.c index f021edf..32d680e 100644 --- a/arch/avr32/mach-at32... 13 Dec 2009 19:48
[PATCH 1/3] Constify struct acpi_dock_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- drivers/acpi/dock.c | 4 ++-- include/acpi/acpi_drivers.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 30be3c1..b3a5492 10... 13 Dec 2009 19:47
mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe
> Commit-ID: b925585039cf39275c2e0e57512e5df27fa73aad Gitweb: http://git.kernel.org/tip/b925585039cf39275c2e0e57512e5df27fa73aad Author: H. Peter Anvin <hpa(a)zytor.com> AuthorDate: Tue, 8 Dec 2009 14:01:32 -0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Fri, 11 Dec 2009 15:27:47 -080... 13 Dec 2009 18:42
[PATCH] Fix a typo in drivers/acpi/battery.c
Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- drivers/acpi/battery.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 3f4602b..cada73f 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c @@ -831,7 +831... 13 Dec 2009 18:42
Fix-a-typo-in-battery.c
Fix a typo in a comment in drivers/acpi/battery.c drivers/acpi/battery.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 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... 13 Dec 2009 18:42
[PATCH 2/2] PM: rwsem.h need not be included into main.c
From: Rafael J. Wysocki <rjw(a)sisk.pl> It is not necessary to include <linux/rwsem.h> into drivers/base/power/main.c, so don't do that. Signed-off-by: Rafael J. Wysocki <rjw(a)sisk.pl> --- drivers/base/power/main.c | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6/drivers/base/power/main.c ==========... 13 Dec 2009 17:36
tracing updates
On Sun, Dec 13, 2009 at 02:08:01PM +0100, Frederic Weisbecker wrote: Ingo, Please pull the tracing/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core You can also pick up tracing/urgent. This is the same patchset but rebase... 14 Dec 2009 03:23