]> git.neil.brown.name Git - history.git/log
history.git
23 years ago[PATCH] [patch, 2.5] sound_oss_ad1848.c doesn't release region on error
Marcus Alanen [Mon, 15 Jul 2002 06:11:22 +0000 (23:11 -0700)]
[PATCH] [patch, 2.5] sound_oss_ad1848.c doesn't release region on error

  Doesn't check request_region and doesn't release region on failed
  kmalloc.

23 years ago[PATCH] Typo in linux_arch_i386_mm_init.c
James Mayer [Mon, 15 Jul 2002 06:11:04 +0000 (23:11 -0700)]
[PATCH] Typo in linux_arch_i386_mm_init.c

23 years ago[PATCH] Typo in linux_drivers_media_video_pms.c
James Mayer [Mon, 15 Jul 2002 06:10:44 +0000 (23:10 -0700)]
[PATCH] Typo in linux_drivers_media_video_pms.c

23 years ago[PATCH] [PATCH] duplicate declarations #2
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 06:10:15 +0000 (23:10 -0700)]
[PATCH] [PATCH] duplicate declarations #2

 this one slipped through the last fix for the redeclarations i sent,
 please apply this on to of the other one.

 description:
   umount_tree() is just used in namespace.[ch], so it declaration
   belongs into namespace.h and not fs.h

23 years ago[PATCH] Typo in linux_arch_i386_kernel_mpparse.c
James Mayer [Mon, 15 Jul 2002 06:09:58 +0000 (23:09 -0700)]
[PATCH] Typo in linux_arch_i386_kernel_mpparse.c

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (7_12)
Greg Banks [Mon, 15 Jul 2002 06:09:39 +0000 (23:09 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (7_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (2_12)
Greg Banks [Mon, 15 Jul 2002 06:09:11 +0000 (23:09 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (2_12)

 Use of the $ARCH variable is undocumented; the alpha port defines the
 bool constant CONFIG_ALPHA for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (6_12)
Greg Banks [Mon, 15 Jul 2002 06:08:55 +0000 (23:08 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (6_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (8_12)
Greg Banks [Mon, 15 Jul 2002 06:08:39 +0000 (23:08 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (8_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig synchronise banners 2 (2_3)
Greg Banks [Mon, 15 Jul 2002 06:08:23 +0000 (23:08 -0700)]
[PATCH] PATCH 2.5: kconfig synchronise banners 2 (2_3)

 1/14 definitions of CONFIG_SOUND have trivially different banners.

23 years ago[PATCH] PATCH 2.5: kconfig EXPERIMENTAL misspelled 2
Greg Banks [Mon, 15 Jul 2002 06:08:07 +0000 (23:08 -0700)]
[PATCH] PATCH 2.5: kconfig EXPERIMENTAL misspelled 2

 The word EXPERIMENTAL in the banner for symbol CONFIG_HPT34X_AUTODMA
 was almost spelled right.

 [Rusty: this is a resend of 'PATCH 2.5: kconfig EXPERIMENTAL misspelled'
  with context trimmed to try to avoid spurious patch failure]

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (12_12)
Greg Banks [Mon, 15 Jul 2002 06:07:52 +0000 (23:07 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (12_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] Typo in linux_arch_sparc64_kernel_time.c
James Mayer [Mon, 15 Jul 2002 06:07:34 +0000 (23:07 -0700)]
[PATCH] Typo in linux_arch_sparc64_kernel_time.c

23 years ago[PATCH] PATCH 2.5: kconfig spurious bool dependencies (2_2)
Greg Banks [Mon, 15 Jul 2002 06:07:10 +0000 (23:07 -0700)]
[PATCH] PATCH 2.5: kconfig spurious bool dependencies (2_2)

 Some instances of the "bool" statement have what appear to be
 dependencies like "dep_bool" after the 2nd argument, which are
 silently ignored by all current parsers.  I have either trimmed
 the arguments or converted the "bool" to "dep_bool" as seemed
 appropriate.

23 years ago[PATCH] Typo in linux_kernel_pm.c
James Mayer [Mon, 15 Jul 2002 06:06:55 +0000 (23:06 -0700)]
[PATCH] Typo in linux_kernel_pm.c

23 years ago[PATCH] ipc_ statics
Stephen Rothwell [Mon, 15 Jul 2002 06:06:37 +0000 (23:06 -0700)]
[PATCH] ipc_ statics

 This patch just makes some stuff in ipc/ static.

23 years ago[PATCH] Typo in linux_arch_mips64_math-emu_ieee754.c
James Mayer [Mon, 15 Jul 2002 06:06:23 +0000 (23:06 -0700)]
[PATCH] Typo in linux_arch_mips64_math-emu_ieee754.c

23 years ago[PATCH] pass panic message to panic notifier chain
Jeff Dike [Mon, 15 Jul 2002 06:06:06 +0000 (23:06 -0700)]
[PATCH] pass panic message to panic notifier chain

 This is needed for things running on the host which want to know when UML
 panics, and what the panic message was.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (3_12)
Greg Banks [Mon, 15 Jul 2002 06:05:43 +0000 (23:05 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (3_12)

 Use of the $ARCH variable is undocumented; the alpha and i386 ports
 define the bool constants CONFIG_ALPHA and CONFIG_X86 for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (4_12)
Greg Banks [Mon, 15 Jul 2002 06:05:21 +0000 (23:05 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (4_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] Typo in linux_include_asm-parisc_semaphore.h
James Mayer [Mon, 15 Jul 2002 06:04:58 +0000 (23:04 -0700)]
[PATCH] Typo in linux_include_asm-parisc_semaphore.h

23 years ago[PATCH] Typo in linux_include_linux_raid_md_k.h
James Mayer [Mon, 15 Jul 2002 06:04:25 +0000 (23:04 -0700)]
[PATCH] Typo in linux_include_linux_raid_md_k.h

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (4_7)
Greg Banks [Mon, 15 Jul 2002 06:04:01 +0000 (23:04 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (4_7)

 Five symbols CONFIG_ACER_PICA_61, CONFIG_MIPS_EV96100, CONFIG_MIPS_EV64120,
 CONFIG_MIPS_ATLAS, and CONFIG_MIPS_MALTA depend on CONFIG_EXPERIMENTAL but
 do not say so in their banners.

23 years ago[PATCH] Typo in linux_include_asm-m68k_mac_via.h
James Mayer [Mon, 15 Jul 2002 06:03:37 +0000 (23:03 -0700)]
[PATCH] Typo in linux_include_asm-m68k_mac_via.h

23 years ago[PATCH] Typo in linux_arch_i386_kernel_apic.c
James Mayer [Mon, 15 Jul 2002 06:03:22 +0000 (23:03 -0700)]
[PATCH] Typo in linux_arch_i386_kernel_apic.c

23 years ago[PATCH] sound_oss_sb_audio.c copy_from_user buglets
Mikael Pettersson [Mon, 15 Jul 2002 06:03:08 +0000 (23:03 -0700)]
[PATCH] sound_oss_sb_audio.c copy_from_user buglets

 Fallout of copy_from_user() cleanups. sb16_copy_from_user()
 returns void not int, so it can't return -EFAULT.

23 years ago[PATCH] redundant declarations (#1_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 06:02:51 +0000 (23:02 -0700)]
[PATCH] redundant declarations (#1_15)

 this patch fixes redundant declarations in 2.5.24

23 years ago[PATCH] Typo in linux_arch_i386_kernel_smp.c
James Mayer [Mon, 15 Jul 2002 06:02:37 +0000 (23:02 -0700)]
[PATCH] Typo in linux_arch_i386_kernel_smp.c

23 years ago[PATCH] Typos in Documentation_video4linux_meye.txt (2.4.19-rc1)
James Mayer [Mon, 15 Jul 2002 06:02:19 +0000 (23:02 -0700)]
[PATCH] Typos in Documentation_video4linux_meye.txt (2.4.19-rc1)

23 years ago[PATCH] PATCH: fix 'implicit declaration of function memset' in ppp modules
Muli Ben-Yehuda [Mon, 15 Jul 2002 06:02:03 +0000 (23:02 -0700)]
[PATCH] PATCH: fix 'implicit declaration of function memset' in ppp modules

23 years ago[PATCH] PATCH 2.5: kconfig synchronise banners 3
Greg Banks [Mon, 15 Jul 2002 06:01:35 +0000 (23:01 -0700)]
[PATCH] PATCH 2.5: kconfig synchronise banners 3

  1/3 definitions of CONFIG_BLK_DEV_FD have trivially different banners.

  [Rusty: this is the one davem didn't like, rejigged to remove "PC"
   from one case instead of add it to the other 2].

23 years ago[PATCH] Typo in linux_include_asm-cris_pgtable.h
James Mayer [Mon, 15 Jul 2002 06:01:15 +0000 (23:01 -0700)]
[PATCH] Typo in linux_include_asm-cris_pgtable.h

23 years ago[PATCH] 2.5.24 mm_slab.c for DocBook
Keith Owens [Mon, 15 Jul 2002 06:00:51 +0000 (23:00 -0700)]
[PATCH] 2.5.24 mm_slab.c for DocBook

  '**' in comments misleads DocBook, the comment is for a structure that
  DocBook cannot handle.

23 years ago[PATCH] redundant declarations (#2_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 06:00:37 +0000 (23:00 -0700)]
[PATCH] redundant declarations (#2_15)

 this patch fixes redundant declarations in 2.5.24

23 years ago[PATCH] Use proper ____cacheline_aligned define in netfilter_ip_tables.c
Thiemo Seufer [Mon, 15 Jul 2002 06:00:20 +0000 (23:00 -0700)]
[PATCH] Use proper ____cacheline_aligned define in netfilter_ip_tables.c

  this replaces the __attribute__ with its proper define.

23 years ago[PATCH] redundant declarations (#11_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 06:00:06 +0000 (23:00 -0700)]
[PATCH] redundant declarations (#11_15)

 this patch fixes redundant declarations in 2.5.24

23 years ago[PATCH] redundant declarations (#3_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 05:59:49 +0000 (22:59 -0700)]
[PATCH] redundant declarations (#3_15)

 this patch fixes redundant declarations in 2.5.24

23 years ago[PATCH] Typo in linux_fs_partitions_msdos.c
James Mayer [Mon, 15 Jul 2002 05:59:36 +0000 (22:59 -0700)]
[PATCH] Typo in linux_fs_partitions_msdos.c

23 years ago[PATCH] Don't always ask about Intel RNGs
Tom Rini [Mon, 15 Jul 2002 05:59:21 +0000 (22:59 -0700)]
[PATCH] Don't always ask about Intel RNGs

 Hello.  The following patch hides the option for Intel (i8x0) RNG
 support when it's not a useful option.  This is based off of a patch
 That was accepted in 2.4.19-pre6.  While I suspect this is an ia32-only
 option, it is possible that it's used on ia64 as well, so we test for
 both before offering Intel i8x0 RNG support.

23 years ago[PATCH] Typo in linux_net_sunrpc_xprt.c
James Mayer [Mon, 15 Jul 2002 05:59:08 +0000 (22:59 -0700)]
[PATCH] Typo in linux_net_sunrpc_xprt.c

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (5_12)
Greg Banks [Mon, 15 Jul 2002 05:58:55 +0000 (22:58 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (5_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] Typos in linux_drivers_mtd_devices_blkmtd.c
James Mayer [Mon, 15 Jul 2002 05:58:42 +0000 (22:58 -0700)]
[PATCH] Typos in linux_drivers_mtd_devices_blkmtd.c

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (1_7)
Greg Banks [Mon, 15 Jul 2002 05:58:31 +0000 (22:58 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (1_7)

  Three symbols CONFIG_SCSI_CUMANA_1, CONFIG_SCSI_ECOSCSI, and CONFIG_SCSI_OAK1
  depend on CONFIG_EXPERIMENTAL but do not say so in their banners.

23 years ago[PATCH] Typo in linux_net_ipv4_tcp.c
James Mayer [Mon, 15 Jul 2002 05:58:20 +0000 (22:58 -0700)]
[PATCH] Typo in linux_net_ipv4_tcp.c

23 years ago[PATCH] make Alpha use generic copy_siginfo_to_user
Stephen Rothwell [Mon, 15 Jul 2002 05:58:05 +0000 (22:58 -0700)]
[PATCH] make Alpha use generic copy_siginfo_to_user

  Having looked closer than before, it seems that Alpha can
  use the generic copy_siginfo_to_user function.

23 years ago[PATCH] Warning fix for i386 io apic
Arnaud S. Launay [Mon, 15 Jul 2002 05:57:44 +0000 (22:57 -0700)]
[PATCH] Warning fix for i386 io apic

  Patch enclosed to correct the following warning in 2.5.20.

  io_apic.c:223: warning: `move' defined but not used

  I discussed it with Rusty, so I extended the SMP part and
  declared a null function for UP (my first thought was to #ifdef
  balance_irq() ).

23 years ago[PATCH] PATCH 2.5: kconfig spurious bool default value (2_3)
Greg Banks [Mon, 15 Jul 2002 05:57:22 +0000 (22:57 -0700)]
[PATCH] PATCH 2.5: kconfig spurious bool default value (2_3)

 Some CML1 rule contributors seem to think that the "bool" statement
 takes a third argument which is the default value.  It doesn't.

23 years ago[PATCH] Typo in linux_net_unix_af_unix.c
James Mayer [Mon, 15 Jul 2002 05:57:05 +0000 (22:57 -0700)]
[PATCH] Typo in linux_net_unix_af_unix.c

23 years ago[PATCH] Typo in linux_arch_ppc64_kernel_pSeries_pci.c
James Mayer [Mon, 15 Jul 2002 05:56:54 +0000 (22:56 -0700)]
[PATCH] Typo in linux_arch_ppc64_kernel_pSeries_pci.c

23 years ago[PATCH] Typo in linux_include_linux_brlock.h
James Mayer [Mon, 15 Jul 2002 05:56:42 +0000 (22:56 -0700)]
[PATCH] Typo in linux_include_linux_brlock.h

23 years ago[PATCH] Maxium inline patch is 40 kilobytes, not kilobits
Petri T. Koistinen [Mon, 15 Jul 2002 05:56:28 +0000 (22:56 -0700)]
[PATCH] Maxium inline patch is 40 kilobytes, not kilobits

23 years ago[PATCH] PATCH 2.5: kconfig spurious bool default value (3_3)
Greg Banks [Mon, 15 Jul 2002 05:56:14 +0000 (22:56 -0700)]
[PATCH] PATCH 2.5: kconfig spurious bool default value (3_3)

 Some CML1 rule contributors seem to think that the "bool" statement
 takes a third argument which is the default value.  It doesn't.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (11_12)
Greg Banks [Mon, 15 Jul 2002 05:56:00 +0000 (22:56 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (11_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] [PATCH 2.5.20] typo in quotas config
Alexander Riesen [Mon, 15 Jul 2002 05:55:45 +0000 (22:55 -0700)]
[PATCH] [PATCH 2.5.20] typo in quotas config

 The entry for quota with 32bit UID/GID support is named "VFS v0...".

23 years ago[PATCH] 3c509.c compile fix for 2.5
James Morris [Mon, 15 Jul 2002 05:55:30 +0000 (22:55 -0700)]
[PATCH] 3c509.c compile fix for 2.5

23 years ago[PATCH] Typo in linux_fs_pipe.c
James Mayer [Mon, 15 Jul 2002 05:55:13 +0000 (22:55 -0700)]
[PATCH] Typo in linux_fs_pipe.c

23 years ago[PATCH] redundant declarations (#8_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 05:55:02 +0000 (22:55 -0700)]
[PATCH] redundant declarations (#8_15)

 this patch fixes redundant declarations in 2.5.24
 (same as sent yesterday, but this time automacially splitted
 into several mails)

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (5_7)
Greg Banks [Mon, 15 Jul 2002 05:54:50 +0000 (22:54 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (5_7)

  Symbol CONFIG_NUMA for alpha port depends on CONFIG_EXPERIMENTAL but does
  not say so in its banner.

23 years ago[PATCH] Typo in linux_arch_ia64_sn_fakeprom_README
James Mayer [Mon, 15 Jul 2002 05:54:37 +0000 (22:54 -0700)]
[PATCH] Typo in linux_arch_ia64_sn_fakeprom_README

23 years ago[PATCH] 2.5.24 drivers_usb_core_hcd.c for DocBook
Keith Owens [Mon, 15 Jul 2002 05:54:27 +0000 (22:54 -0700)]
[PATCH] 2.5.24 drivers_usb_core_hcd.c for DocBook

 '**' in comments misleads DocBook, the comment is for a structure that
 DocBook cannot handle.

23 years ago[PATCH] 2.5 i_size_high fixup
Andreas Dilger [Mon, 15 Jul 2002 05:54:15 +0000 (22:54 -0700)]
[PATCH] 2.5 i_size_high fixup

 this patch is a minor fixup to ext2/inode.c to avoid displaying the
 high 32 bits of the size for anything other than regular files.  For
 sockets, pipes, symlinks, etc it doesn't make sense to have a value
 larger than 2GB, and this has already been fixed in ext3 and e2fsprogs.

23 years ago[PATCH] s390 LOG_BUF_LEN.
Martin Schwidefsky [Mon, 15 Jul 2002 05:54:04 +0000 (22:54 -0700)]
[PATCH] s390 LOG_BUF_LEN.

 Enlarge the log buffer in printk to 128K for s390/s390x.

23 years ago[PATCH] Typo in linux_drivers_net_aironet4500_rid.c
James Mayer [Mon, 15 Jul 2002 05:53:50 +0000 (22:53 -0700)]
[PATCH] Typo in linux_drivers_net_aironet4500_rid.c

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (2_7)
Greg Banks [Mon, 15 Jul 2002 05:53:33 +0000 (22:53 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (2_7)

 Symbol CONFIG_SOFTWARE_SUSPEND depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.

23 years ago[PATCH] 2.5.24 Documentation_DocBook_kernel-api.tmpl
Keith Owens [Mon, 15 Jul 2002 05:53:23 +0000 (22:53 -0700)]
[PATCH] 2.5.24 Documentation_DocBook_kernel-api.tmpl

 Documentation/DocBook/kernel-api.tmpl includes code that has no
 documentation on 2.5.24, the empty sections mess up the sgml.  Comment
 out these sections until sombody adds docs to the code.

23 years ago[PATCH] PATCH 2.5: kconfig synchronise banners 2 (3_3)
Greg Banks [Mon, 15 Jul 2002 05:53:11 +0000 (22:53 -0700)]
[PATCH] PATCH 2.5: kconfig synchronise banners 2 (3_3)

 1/8 definitions of CONFIG_VGA_CONSOLE have trivially different banners.

23 years ago[PATCH] Make CRIS use generic copy_siginfo_to_user
Stephen Rothwell [Mon, 15 Jul 2002 05:53:00 +0000 (22:53 -0700)]
[PATCH] Make CRIS use generic copy_siginfo_to_user

 The CRIS architecture is also able to use the generic
 copy_siginfo_to_user.

23 years ago[PATCH] Typo in arch_mips_dec_wbflush.c
James Mayer [Mon, 15 Jul 2002 05:52:50 +0000 (22:52 -0700)]
[PATCH] Typo in arch_mips_dec_wbflush.c

23 years ago[PATCH] namespace.c - compiler warning
Robert Kuebel [Mon, 15 Jul 2002 05:52:41 +0000 (22:52 -0700)]
[PATCH] namespace.c - compiler warning

 init_rootfs() (from ramfs) doesn't appear in any header file.  I didn't
 see any that looked like a good home, so lets put a prototype at the top
 of fs/namespace.c.  This only use of this function is in namespace.c.

23 years ago[PATCH] Typo in linux_drivers_scsi_ncr53c8xx.c
James Mayer [Mon, 15 Jul 2002 05:52:31 +0000 (22:52 -0700)]
[PATCH] Typo in linux_drivers_scsi_ncr53c8xx.c

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (7_7)
Greg Banks [Mon, 15 Jul 2002 05:52:20 +0000 (22:52 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (7_7)

 Symbol CONFIG_SOFTWARE_SUSPEND depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.

23 years ago[PATCH] Typos in linux_drivers_net_wireless_airo.c
James Mayer [Mon, 15 Jul 2002 05:52:11 +0000 (22:52 -0700)]
[PATCH] Typos in linux_drivers_net_wireless_airo.c

23 years ago[PATCH] redundant declarations (#10_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 05:51:51 +0000 (22:51 -0700)]
[PATCH] redundant declarations (#10_15)

 this patch fixes redundant declarations in 2.5.24
 (same as sent yesterday, but this time automacially splitted
 into several mails)

23 years ago[PATCH] PATCH 2.5: update CREDITS
Greg Banks [Mon, 15 Jul 2002 05:51:34 +0000 (22:51 -0700)]
[PATCH] PATCH 2.5: update CREDITS

 Details over 2 years out of date.

23 years ago[PATCH] PATCH 2.5: kconfig wrong arch symbol 2
Greg Banks [Mon, 15 Jul 2002 05:51:24 +0000 (22:51 -0700)]
[PATCH] PATCH 2.5: kconfig wrong arch symbol 2

  The arch-determining symbol CONFIG_SH in drivers/mtd/maps/Config.in
  should be CONFIG_SUPERH.

  [Rusty: this is a resend of 'PATCH 2.5: kconfig wrong arch symbol';
   it should apply now that my earlier patch which trod on the context
   has been merged into 2.5.24]

23 years ago[PATCH] Typo in linux_drivers_scsi_seagate.c
James Mayer [Mon, 15 Jul 2002 05:51:15 +0000 (22:51 -0700)]
[PATCH] Typo in linux_drivers_scsi_seagate.c

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (1_12)
Greg Banks [Mon, 15 Jul 2002 05:51:02 +0000 (22:51 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (1_12)

 Use of the $ARCH variable is undocumented; the alpha port defines the
 bool constant CONFIG_ALPHA for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (6_7)
Greg Banks [Mon, 15 Jul 2002 05:50:53 +0000 (22:50 -0700)]
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (6_7)

 Symbol CONFIG_SGI_NEWPORT_GFX depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.

23 years ago[PATCH] missing static in lib_vsprinf.c
Andrey Panin [Mon, 15 Jul 2002 05:50:44 +0000 (22:50 -0700)]
[PATCH] missing static in lib_vsprinf.c

 attached patch adds missing static modifiers for small_digits[] and
 large_digits[] arrays in the number() function from lib/vsprintf.c

 Patch against 2.5.25, should apply to 2.4.x.
 Please consider applying.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (9_12)
Greg Banks [Mon, 15 Jul 2002 05:50:36 +0000 (22:50 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (9_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] PATCH 2.5: kconfig use of $ARCH (10_12)
Greg Banks [Mon, 15 Jul 2002 05:50:27 +0000 (22:50 -0700)]
[PATCH] PATCH 2.5: kconfig use of $ARCH (10_12)

 Use of the $ARCH variable is undocumented; the sparc and sparc64 ports
 define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively
 for this purpose.

23 years ago[PATCH] cs46xx.c needs init.h
Stephen Rothwell [Mon, 15 Jul 2002 05:50:18 +0000 (22:50 -0700)]
[PATCH] cs46xx.c needs init.h

 This patch was included in 2.5.23, but removed in 2.5.24.  I guess
 I should have sent it to the maintainer in the first place ...

 This allows the cs46xx driver to build.

23 years ago[PATCH] redundant declarations (#12_15)
Thomas 'Dent' Mirlacher [Mon, 15 Jul 2002 05:50:09 +0000 (22:50 -0700)]
[PATCH] redundant declarations (#12_15)

 this patch fixes redundant declarations in 2.5.24
 (same as sent yesterday, but this time automacially splitted
 into several mails)

23 years agoAutomerge
Linus Torvalds [Sun, 14 Jul 2002 14:31:06 +0000 (07:31 -0700)]
Automerge

23 years agoFix&improve debugging checks in async io completion handlers.
Anton Altaparmakov [Mon, 15 Jul 2002 04:57:51 +0000 (05:57 +0100)]
Fix&improve debugging checks in async io completion handlers.
Beffers marked for async io must be locked!

23 years agoAutomerge
Linus Torvalds [Sun, 14 Jul 2002 14:28:06 +0000 (07:28 -0700)]
Automerge

23 years agodrivers/char/serial.c compile fix
Anton Altaparmakov [Mon, 15 Jul 2002 04:45:38 +0000 (05:45 +0100)]
drivers/char/serial.c compile fix

23 years ago[PATCH] 2.5.25 Clean up RPC receive code [part 2]
Trond Myklebust [Sun, 14 Jul 2002 14:27:06 +0000 (07:27 -0700)]
[PATCH] 2.5.25 Clean up RPC receive code [part 2]

  After getting rid of rpc_lock_task() from net/sunrpc/xprt.c (see the
previous patch), we can now remove it from the generic RPC queue
handling code.

23 years ago[PATCH] 2.5.25 Clean up RPC receive code
Trond Myklebust [Sun, 14 Jul 2002 14:26:44 +0000 (07:26 -0700)]
[PATCH] 2.5.25 Clean up RPC receive code

  Divorces task xid<->request slot mapping from the internals of the
rpc_waitqueue xprt->pending. Instead xprt_lookup_rqst() is made to
search a dedicated list (xprt->recv) on which the request slot is
placed immediately after being allocated to a task. The new queue is
protected using the spinlock xprt->sock_lock rather than the generic
RPC task lock.

  Both udp_data_ready() and tcp_data_ready() (well tcp_read_request()
actually) now need to protect against the request being removed from
the xprt->recv list while they copy the RPC reply data from the skb.
On the other hand, they no longer need to worry about the task
disappearing from xprt->pending. This means that rpc_lock_task() hack
can be replaced by the spinlock xprt->sock_lock.

23 years ago[PATCH] Fix NFS attribute caching bug
Trond Myklebust [Sun, 14 Jul 2002 14:26:27 +0000 (07:26 -0700)]
[PATCH] Fix NFS attribute caching bug

  Fixes an obvious bug in __nfs_refresh_inode(): after updating the
attribute cache, if we discover that the data cache is invalid don't
call nfs_zap_caches() as that will also reinvalidate the attribute
cache.
  This bug plays havoc with the new lookup/revalidation code in 2.4.19
since it forces a lot of unnecessary extra GETATTR RPC calls.

23 years ago[PATCH] sg driver against lk 2.5.25
Douglas Gilbert [Sun, 14 Jul 2002 12:27:21 +0000 (05:27 -0700)]
[PATCH] sg driver against lk 2.5.25

This patch is against lk 2.5.25 . It
  - fixes copy_from/to_user() [William Stinson from dj tree]
  - disables kiobuf use, so it will compile without kiobufs

The latter change is so Andrew Morton can remove kiobufs
as suggested in his "direct-to-BIO for O_DIRECT" thread.

23 years ago[PATCH] 2.5.25 end_request trivia
Martin Dalecki [Sun, 14 Jul 2002 12:26:26 +0000 (05:26 -0700)]
[PATCH] 2.5.25 end_request trivia

 - Make airo include tqueue.h, which is needed to make this driver
   compile at all again.

 - Adjust aztcd.c and sonycd535.c to the recent end_request() signature
   changes.

23 years ago[PATCH] bluesmoke fixes take 2.
Dave Jones [Sun, 14 Jul 2002 12:20:02 +0000 (05:20 -0700)]
[PATCH] bluesmoke fixes take 2.

From Andi Kleen:

Some fixes for CONFIG_X86_MCE_NONFATAL

Calling smp_call_function from interrupt context is forbidden

Unless I'm mistaken it would BUG on any box with more than two CPUs because
it would expect smp_call_function callback to run only on a single CPU??

Also handle the Hammer.

23 years agoMerge http://linuxconsole.bkbits.net:8080/dev
Linus Torvalds [Sun, 14 Jul 2002 11:14:26 +0000 (04:14 -0700)]
Merge http://linuxconsole.bkbits.net:8080/dev
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years agoMerge bk://thebsh.namesys.com/bk/reiser3-linux-2.5
Linus Torvalds [Sun, 14 Jul 2002 11:11:58 +0000 (04:11 -0700)]
Merge bk://thebsh.namesys.com/bk/reiser3-linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years ago[PATCH] error code for mprotect()
Hirofumi Ogawa [Sun, 14 Jul 2002 11:10:53 +0000 (04:10 -0700)]
[PATCH] error code for mprotect()

SuSv3 says: "The mprotect() function shall fail if:

  [EACCES]
    The prot argument specifies a protection that violates the access
    permission the process has to the underlying memory object.

  [EAGAIN]
    The prot argument specifies PROT_WRITE over a MAP_PRIVATE mapping and
    there are insufficient memory resources to reserve for locking the
    private page.

  [EINVAL]
    The addr argument is not a multiple of the page size as returned by
    sysconf().

  [ENOMEM]
    Addresses in the range [addr,addr+len) are invalid for the address
    space of a process, or specify one or more pages which are not mapped.

  [ENOMEM]
    The prot argument specifies PROT_WRITE on a MAP_PRIVATE mapping, and
    it would require more space than the system is able to supply for
    locking the private pages, if required.

  [ENOTSUP]
    The implementation does not support the combination of accesses
    requested in the prot argument."

This fixes error code of mprotect() of the ENOMEM case.

23 years ago[PATCH] error code for msync()
Hirofumi Ogawa [Sun, 14 Jul 2002 11:10:38 +0000 (04:10 -0700)]
[PATCH] error code for msync()

SuSv3 says: "The msync() function shall fail if:

[EBUSY]
    Some or all of the addresses in the range starting at addr and
    continuing for len bytes are locked, and MS_INVALIDATE is
    specified.

[EINVAL]
    The value of flags is invalid.

[EINVAL]
    The value of addr is not a multiple of the page size {PAGESIZE}.

[ENOMEM]
    The addresses in the range starting at addr and continuing for len
    bytes are outside the range allowed for the address space of a process
    or specify one or more pages that are not mapped."

This fixes error code of msync() of the EINVAL case.

23 years ago[PATCH] Allow non zero boot cpu
Anton Blanchard [Sun, 14 Jul 2002 11:08:49 +0000 (04:08 -0700)]
[PATCH] Allow non zero boot cpu

A partitioned ppc64 machine can have a boot cpuid anywhere from 0 to 31.
With the non linear cpu changes in 2.5.24 we must set up the initial task
to start on the boot cpu. (since it isnt always 0 now)

With this patch I am able to boot on cpus other than 0. I also tested
discontiguous cpuids. So the non linear cpu stuff checks out OK.

23 years ago[PATCH] Kill warning I introduces in eepro100
Pavel Machek [Sun, 14 Jul 2002 11:08:33 +0000 (04:08 -0700)]
[PATCH] Kill warning I introduces in eepro100

I introduced warning about 3 releases ago. This prototypes are
actually unneccessary and killing them makes warning go away. Please
apply,

23 years ago[PATCH] suspend-to-disk: cleanup printks(), rearrange reading
Pavel Machek [Sun, 14 Jul 2002 11:08:19 +0000 (04:08 -0700)]
[PATCH] suspend-to-disk: cleanup printks(), rearrange reading

I'd like Florent credited -- he is maintaining 2.4.X version and
helping with development. Kill warnings by rearranging code / adding
prototypes. Enable using separate console (so user sees progress and X
suspend/resume works properly), forward-port of updates from Florent
and stop using own PRINTK stuff (mostly). Reading now primarily uses
block_device(), this should enable more cleanups. Fixed double free on
error path.