]> git.hungrycats.org Git - linux/log
linux
22 years agoKernel version 2.5.26 v2.5.26
Linus Torvalds [Tue, 16 Jul 2002 09:48:33 +0000 (02:48 -0700)]
Kernel version 2.5.26

22 years ago[PATCH] RPC over UDP congestion control updates [8/8]
Trond Myklebust [Tue, 16 Jul 2002 08:55:05 +0000 (01:55 -0700)]
[PATCH] RPC over UDP congestion control updates [8/8]

When determining who gets access to the socket, give priority to
requests that are being resent. Despite the fact that congestion
control now applies to resends, we still want to ensure that resends
get ACKed as soon as possible (and before we start sending off new
requests).

22 years ago[PATCH] RPC over UDP congestion control updates [7/8]
Trond Myklebust [Tue, 16 Jul 2002 08:54:53 +0000 (01:54 -0700)]
[PATCH] RPC over UDP congestion control updates [7/8]

  - Divorce the allocation of free request slots and the congestion
    control. Make the congestion control apply only to when we
    actually send data over the wire. This means that we *do* apply
    congestion control to resent requests: if a timeout has occured,
    and there are too many requests on the wire, delay resending until
    the congestion algorithm allows it.

  - Improve spinlocking by putting the congestion avoidance algoritm
    under xprt->sock_lock. This lock has to be taken *anyway* in
    (almost) all cases where we are updating the congestion control
    data.

22 years ago[PATCH] RPC over UDP congestion control updates [6/8]
Trond Myklebust [Tue, 16 Jul 2002 08:54:38 +0000 (01:54 -0700)]
[PATCH] RPC over UDP congestion control updates [6/8]

Eliminate the arbitrary timeouts in xprt_adjust_cwnd(). Strict
enforcement of the congestion avoidance algorithm as detailed in Van
Jacobson's 1998 paper http://www-nrg.ee.lbl.gov/nrg-papers.html
Congestion Avoidance and Control.

22 years ago[PATCH] RPC over UDP congestion control updates [5/8]
Trond Myklebust [Tue, 16 Jul 2002 08:54:24 +0000 (01:54 -0700)]
[PATCH] RPC over UDP congestion control updates [5/8]

Clean up the Van Jacobson network congestion control code.

22 years ago[PATCH] RPC over UDP congestion control updates [4/8]
Trond Myklebust [Tue, 16 Jul 2002 08:54:11 +0000 (01:54 -0700)]
[PATCH] RPC over UDP congestion control updates [4/8]

Cleanups for the socket locking mechanism.

Improve RPC request ordering by ensuring that RPC tasks that are
already queued on xprt->sending get sent before tasks that happen to
get scheduled just when there is a free slot.

In case the socket send buffer is full, queue the tasks on
xprt->pending rather than xprt->sending in order to eliminate the risk
of accidental wakeups from xprt_release_write() and xprt_write_space().

22 years ago[PATCH] RPC over UDP congestion control updates [3/8]
Trond Myklebust [Tue, 16 Jul 2002 08:53:56 +0000 (01:53 -0700)]
[PATCH] RPC over UDP congestion control updates [3/8]

Improve the response to timeouts. As requests time out, we delay
timing out the remaining requests (in fact we follow exponential
backoff). This is done because we assume either that the round trip
time has been underestimated, or that the network/server is congested,
and we need to back off the resending of new requests.

22 years ago[PATCH] RPC over UDP congestion control updates [2/8]
Trond Myklebust [Tue, 16 Jul 2002 08:53:43 +0000 (01:53 -0700)]
[PATCH] RPC over UDP congestion control updates [2/8]

Implement a count of the number of timeouts that have occured since
we last recorded a successful reply from the server.

For the moment this information is merely used in order to improve the
estimate of whether or not the server is down. It will be used in
patch 3/8 in order to improve the timeout backoff algorithm.

22 years ago[PATCH] RPC over UDP congestion control updates [1/8]
Trond Myklebust [Tue, 16 Jul 2002 08:53:29 +0000 (01:53 -0700)]
[PATCH] RPC over UDP congestion control updates [1/8]

Implement the basic round trip timing algorithm in order to adapt the
timeout values for the most common NFS operations to the server's
rate of response.
Algorithm is described in Van Jacobson's paper 1998 paper
on http://www-nrg.ee.lbl.gov/nrg-papers.html, and is the same as is
used for most TCP stacks.

Following the *BSD code, we implement separate rtt timers for GETATTR,
LOOKUP, READ/READDIR/READLINK, and WRITE. In addition to this, there
is one extra timer for the COMMIT operation.
All the remaining RPC calls use the current system in which a fixed
timeout value gets set by the 'timeo' mount option.

In case of a timeout, the current exponential backoff algoritm is
implemented. Subsequent patches will improve this...

22 years ago[PATCH] Fix bug in xdr_kunmap()
Trond Myklebust [Mon, 15 Jul 2002 14:38:14 +0000 (07:38 -0700)]
[PATCH] Fix bug in xdr_kunmap()

The following patch fixes a bug in xdr_kunmap() that has been known to
deadlock TCP mounts on highmem systems.  It also removes an unnecessary
call to flush_page_to_ram().

22 years agoMerge http://linuxusb.bkbits.net/linus-2.5
Linus Torvalds [Mon, 15 Jul 2002 11:18:33 +0000 (04:18 -0700)]
Merge http://linuxusb.bkbits.net/linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoUSB: fix flag name in ohci driver due to previous patch.
Greg Kroah-Hartman [Mon, 15 Jul 2002 10:49:09 +0000 (03:49 -0700)]
USB: fix flag name in ohci driver due to previous patch.

22 years ago[PATCH] ohci misc
David Brownell [Mon, 15 Jul 2002 10:47:21 +0000 (03:47 -0700)]
[PATCH] ohci misc

This patch  includes the innocuous bits from a larger one that
I'm still working on (mostly unlink fixes):

- updates comments
- flags TDs that were seen in the donelist
- removes some bogus whitespace (at EOL etc) and tabs
- checks for an enumeration issue that might cause trouble
- delays IRQs a bit more aggressively
- shortens TD submit paths a smidgeon (smaller ".o")
- updates some of the debug output
- sanitizes usb_make_path() output on the SA-1111

22 years ago[PATCH] A cleanup of Paul's 2.5 hiddev update.
Vojtech Pavlik [Mon, 15 Jul 2002 10:37:47 +0000 (03:37 -0700)]
[PATCH] A cleanup of Paul's 2.5 hiddev update.

Get rid of #ifdefs in hid-core again. (For you, Greg.)
Move the uref generation code from hid-core to hiddev to make things cleaner.

22 years ago[PATCH] usb-storage: catch bad commands
Matthew Dharm [Mon, 15 Jul 2002 10:19:17 +0000 (03:19 -0700)]
[PATCH] usb-storage: catch bad commands

The purpose of this patch is to trap all commands which have a bogus
request_bufflen.  Much logic is devoted to calculating the proper length of
the transfer, but according to discussions I've had on linux-scsi, this is
really a bug in whatever is originating the bad command.

Hopefully, after people use this patch for a while, we'll eliminate all the
offending sources and can remove quite a bit of logic from the driver.

22 years ago[PATCH] Reintroduce proper returning of -EFAULT to hiddev.c
Vojtech Pavlik [Mon, 15 Jul 2002 10:18:59 +0000 (03:18 -0700)]
[PATCH] Reintroduce proper returning of -EFAULT to hiddev.c

One of my earlier patches backed out a change that fixed all
copy_to_user calls to properly return -EFAULT if needed. This puts the
change back in.

22 years ago[PATCH] Updates for hiddev by Paul Stewart
Vojtech Pavlik [Mon, 15 Jul 2002 10:18:42 +0000 (03:18 -0700)]
[PATCH] Updates for hiddev by Paul Stewart

I've merged a patch Paul Stewart sent me some time ago, which should make life
easier for the guys writing UPS daemons.

22 years agoRemove duplicated function declaration.
Linus Torvalds [Mon, 15 Jul 2002 10:01:25 +0000 (03:01 -0700)]
Remove duplicated function declaration.

22 years agoMerge http://linux-ntfs.bkbits.net/ntfs-tng-2.5
Linus Torvalds [Mon, 15 Jul 2002 08:28:48 +0000 (01:28 -0700)]
Merge http://linux-ntfs.bkbits.net/ntfs-tng-2.5
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux

22 years agoNTFS: 2.0.21 - Check for, and refuse to work with too large files/directories/volumes.
Anton Altaparmakov [Mon, 15 Jul 2002 23:22:58 +0000 (00:22 +0100)]
NTFS: 2.0.21 - Check for, and refuse to work with too large files/directories/volumes.
- Limit volume size at mount time to 2TiB on architectures where
  unsigned long is 32-bits (fs/ntfs/super.c::parse_ntfs_boot_sector()).
  This is the most we can do without overflowing the 32-bit limit of
  the block device size imposed on us by sb_bread() and sb_getblk()
  for the time being.
- Limit file/directory size at open() time to 16TiB on architectures
  where unsigned long is 32-bits (fs/ntfs/file.c::ntfs_file_open() and
  fs/ntfs/dir.c::ntfs_dir_open()). This is the most we can do without
  overflowing the page cache page index.

22 years ago[PATCH] Typo in linux_include_asm-sh_pgtable-2level.h
James Mayer [Mon, 15 Jul 2002 06:11:57 +0000 (23:11 -0700)]
[PATCH] Typo in linux_include_asm-sh_pgtable-2level.h

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

22 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.

22 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

22 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

22 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

22 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

22 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.

22 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.

22 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.

22 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.

22 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.

22 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]

22 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.

22 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

22 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.

22 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

22 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.

22 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

22 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.

22 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.

22 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.

22 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

22 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

22 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.

22 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

22 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

22 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.

22 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

22 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

22 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)

22 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

22 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].

22 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

22 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.

22 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

22 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.

22 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

22 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

22 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

22 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.

22 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

22 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.

22 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

22 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.

22 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

22 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.

22 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() ).

22 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.

22 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

22 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

22 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

22 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

22 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.

22 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.

22 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...".

22 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

22 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

22 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)

22 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.

22 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

22 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.

22 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.

22 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.

22 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

22 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.

22 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.

22 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.

22 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.

22 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

22 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.

22 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

22 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.

22 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

22 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)

22 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.

22 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]

22 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

22 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.

22 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.