[PATCH] Maintainers list update: linux-net - netdev

2005-04-12 Thread Horms
M: [EMAIL PROTECTED] L: linux-net@vger.kernel.org S: Maintained Maybe one of the two maintainers might want to change that? ;) Use netdev as the mailing list contact instead of the mostly dead linux-net list. Signed-off-by: Horms [EMAIL PROTECTED] = MAINTAINERS 1.295

Re: [PATCH] Maintainers list update: linux-net - netdev

2005-04-12 Thread Horms
On Tue, Apr 12, 2005 at 12:14:56PM -0700, George Anzinger wrote: Horms wrote: Use netdev as the mailing list contact instead of the mostly dead linux-net list. ~ PHRAM MTD DRIVER @@ -1795,7 +1795,7 @@ POSIX CLOCKS and TIMERS P: George Anzinger M: george@mvista.com -L: linux

[PATCH] earlyquirk.o is needed for CONFIG_ACPI_BOOT

2005-03-24 Thread Horms
I think that this patch to the Makefile is needed to ensure earlyquirk.c is compiled if CONFIG_ACPI_BOOT is enabled. Signed-off-by: Horms <[EMAIL PROTECTED]> --- a/arch/i386/kernel/Makefile 2005-03-24 15:47:08.391718540 +0900 +++ b/arch/i386/kernel/Makefile.noedit 2005-03-24 15:46:56.433

[PATCH] earlyquirk.o is needed for CONFIG_ACPI_BOOT

2005-03-24 Thread Horms
I think that this patch to the Makefile is needed to ensure earlyquirk.c is compiled if CONFIG_ACPI_BOOT is enabled. Signed-off-by: Horms [EMAIL PROTECTED] --- a/arch/i386/kernel/Makefile 2005-03-24 15:47:08.391718540 +0900 +++ b/arch/i386/kernel/Makefile.noedit 2005-03-24 15:46:56.433281792

[Patch] Fix ATM copy-to-user usage in 2.4

2005-03-23 Thread Horms
Applologies if this is already pending, but the signdness fix for atm_get_addr() in 2.6 seems to be needed for 2.4 as well. This relates to the bugs reported in this document http://www.guninski.com/where_do_you_want_billg_to_go_today_3.html -- Horms Backport of ATM copy-to-user signedness

[PATCH] Fix sign checks in copy_from_read_buf() in 2.4

2005-03-23 Thread Horms
Applologies if this is already pending, but the signdness fix for copy_from_read_buf() in 2.6 seems to be needed for 2.4 as well. This relates to the bugs reported in this document http://www.guninski.com/where_do_you_want_billg_to_go_today_3.html -- Horms Backport of copy_from_read_buf

[PATCH] Fix sign checks in copy_from_read_buf() in 2.4

2005-03-23 Thread Horms
Applologies if this is already pending, but the signdness fix for copy_from_read_buf() in 2.6 seems to be needed for 2.4 as well. This relates to the bugs reported in this document http://www.guninski.com/where_do_you_want_billg_to_go_today_3.html -- Horms Backport of copy_from_read_buf

[Patch] Fix ATM copy-to-user usage in 2.4

2005-03-23 Thread Horms
Applologies if this is already pending, but the signdness fix for atm_get_addr() in 2.6 seems to be needed for 2.4 as well. This relates to the bugs reported in this document http://www.guninski.com/where_do_you_want_billg_to_go_today_3.html -- Horms Backport of ATM copy-to-user signedness

Re: Bug#296639: kernel-source-2.4.27: nforce[23] backport of acpi_skip_timer_override

2005-02-24 Thread Horms
have CCed the Zwane Mwakikamo and LKML so this reaches the right eyes. -- Horms diff -Nru a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile 2005-02-24 20:01:29.0 +0900 +++ b/arch/i386/kernel/Makefile.noedit 2005-02-24 20:03:40.000

Re: Bug#296639: kernel-source-2.4.27: nforce[23] backport of acpi_skip_timer_override

2005-02-24 Thread Horms
. -- Horms diff -Nru a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile 2005-02-24 20:01:29.0 +0900 +++ b/arch/i386/kernel/Makefile.noedit 2005-02-24 20:03:40.0 +0900 @@ -36,7 +36,7 @@ obj-$(CONFIG_X86_CPUID)+= cpuid.o obj

<    1   2