]> git.hungrycats.org Git - linux/log
linux
22 years agoLinux 2.5.72 v2.5.72
Linus Torvalds [Mon, 16 Jun 2003 14:04:38 +0000 (07:04 -0700)]
Linux 2.5.72

22 years agoMerge bk://are.twiddle.net/axp-2.5
Linus Torvalds [Mon, 16 Jun 2003 07:34:28 +0000 (00:34 -0700)]
Merge bk://are.twiddle.net/axp-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Mon, 16 Jun 2003 07:30:20 +0000 (00:30 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/davem/sparc-2.5
Linus Torvalds [Mon, 16 Jun 2003 07:28:00 +0000 (00:28 -0700)]
Merge bk://kernel.bkbits.net/davem/sparc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] alpha osf_settimeofday fix
Ivan Kokshaysky [Mon, 16 Jun 2003 06:10:32 +0000 (23:10 -0700)]
[PATCH] alpha osf_settimeofday fix

Propagate do_settimeofday() change into osf_settimeofday().

Ivan.

22 years agoMerge kanga.twiddle.net:/home/rth/work/linux/linus-2.5
Richard Henderson [Mon, 16 Jun 2003 06:04:48 +0000 (23:04 -0700)]
Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5
into kanga.twiddle.net:/home/rth/work/linux/axp-2.5

22 years ago[PATCH] resync of dscc4 driver with 2.4.x version
François Romieu [Mon, 16 Jun 2003 05:36:03 +0000 (22:36 -0700)]
[PATCH] resync of dscc4 driver with 2.4.x version

- 2.4 resync
  - incorrect size usage in pci_unmap_single();
  - s/ETH_P_IP/hdlc_type_trans()/
- inccorect debug message in dscc4_clock_setting();
- split of TO_STATE() into TO_STATE_{RX/TX} for documentation purpose.

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
David S. Miller [Mon, 16 Jun 2003 05:05:00 +0000 (22:05 -0700)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5

22 years agoMerge bk://kernel.bkbits.net/acme/hlist-2.5
David S. Miller [Mon, 16 Jun 2003 06:14:06 +0000 (23:14 -0700)]
Merge bk://kernel.bkbits.net/acme/hlist-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years agoo af_unix: remove typedef unix_socket, use plain struct sock
Arnaldo Carvalho de Melo [Mon, 16 Jun 2003 13:46:59 +0000 (10:46 -0300)]
o af_unix: remove typedef unix_socket, use plain struct sock

22 years agoo tcp: convert tcp_tw_bucket->tw_death* to hlist
Arnaldo Carvalho de Melo [Mon, 16 Jun 2003 12:44:17 +0000 (09:44 -0300)]
o tcp: convert tcp_tw_bucket->tw_death* to hlist

22 years agoo tcp: convert struct tcp_bind_bucket to hlist
Arnaldo Carvalho de Melo [Mon, 16 Jun 2003 10:53:33 +0000 (07:53 -0300)]
o tcp: convert struct tcp_bind_bucket to hlist

22 years agoo net: use hlist for struct sock hash lists
Arnaldo Carvalho de Melo [Mon, 16 Jun 2003 09:11:44 +0000 (06:11 -0300)]
o net: use hlist for struct sock hash lists

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
David S. Miller [Mon, 16 Jun 2003 05:03:37 +0000 (22:03 -0700)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5

22 years ago[NET]: Fix spurious kfree and missed initialization in TUN driver.
Stephen Hemminger [Mon, 16 Jun 2003 05:02:18 +0000 (22:02 -0700)]
[NET]: Fix spurious kfree and missed initialization in TUN driver.

22 years agoMerge bk://kernel.bkbits.net/acme/hlist-2.5
David S. Miller [Mon, 16 Jun 2003 04:56:19 +0000 (21:56 -0700)]
Merge bk://kernel.bkbits.net/acme/hlist-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years agoMerge bk://kernel.bkbits.net/acme/hlist-2.5
David S. Miller [Mon, 16 Jun 2003 03:23:47 +0000 (20:23 -0700)]
Merge bk://kernel.bkbits.net/acme/hlist-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[PATCH] x86-64 merge
Andi Kleen [Mon, 16 Jun 2003 03:10:50 +0000 (20:10 -0700)]
[PATCH] x86-64 merge

Lots of small fixes and I merged the PCI subsystem with i386 again
because it was mostly identical. This makes the patch quite big,
but it only removes files.

 - Merge PCI subsystem with i386.

   This changes the initialization order of PCI and IOMMU slightly.  It
   didn't see any problems yet, but it could cause some in theory.  It
   re-adds some code that used to be removed, but it's only small stuff
   and it should hopefully cause less mainteance overhead longer term.

 - Fix warnings
 - Merge cpuid.c with i386.c
 - Sync msr.c with i386
 - Consolidate externs in asm/proto.h
 - sysfs/sysdev fixes for apic/nmi (Bryan O'Sullivan)
 - Fix /proc/kcore access
 - Add real kern_addr_valid (used for above).
 - Support consistent dma_mask in IOMMU
 - Fix double print of AMD for CPU model.
 - Remove unused wakeup.S file.
 - Remove obsolete CONFIG_SIMNOW ifdef.
 - Support ptrace access for 32bit vsyscalls.
 - Fix warnings in 32bit boot code compilation.

22 years ago[PATCH] Minor 32bit compatibility fix for /dev/rtc
Andi Kleen [Mon, 16 Jun 2003 03:10:42 +0000 (20:10 -0700)]
[PATCH] Minor 32bit compatibility fix for /dev/rtc

Handle both unsigned int and unsigned long in rtc_read. This helps
when running 32bit userland under an 64bit kernel.

22 years ago[IPV4]: In rt_intern_hash, reinit all state vars on branch to "restart".
Robert Olsson [Mon, 16 Jun 2003 01:30:01 +0000 (18:30 -0700)]
[IPV4]: In rt_intern_hash, reinit all state vars on branch to "restart".

22 years agoMerge bk://kernel.bkbits.net/acme/hlist-2.5
David S. Miller [Mon, 16 Jun 2003 01:25:13 +0000 (18:25 -0700)]
Merge bk://kernel.bkbits.net/acme/hlist-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[SPARC64]: Merge sysinfo32 corrections from ppc64 port.
David S. Miller [Mon, 16 Jun 2003 01:21:37 +0000 (18:21 -0700)]
[SPARC64]: Merge sysinfo32 corrections from ppc64 port.

22 years ago[IPV4]: More sane rtcache behavior.
Alexey Kuznetsov [Sun, 15 Jun 2003 22:24:45 +0000 (15:24 -0700)]
[IPV4]: More sane rtcache behavior.
1) More reasonable ip_rt_gc_min_interval default
2) Trim less valuable entries in hash chain during
   rt_intern_hash when such chains grow too long.

22 years ago[IPV6]: Fix refcount leaks in udpv6_connect().
Ville Nuorvala [Sun, 15 Jun 2003 22:05:54 +0000 (15:05 -0700)]
[IPV6]: Fix refcount leaks in udpv6_connect().

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Sun, 15 Jun 2003 22:01:47 +0000 (15:01 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[PATCH] clean up overzealous deprecated warning
Rusty Russell [Sun, 15 Jun 2003 20:18:10 +0000 (13:18 -0700)]
[PATCH] clean up overzealous deprecated warning

1) We export __check_region, so making it __deprecated gives a spurious
   warning in kernel/ksyms.c.
2) Other warnings refer to __check_region rather than check_region,
   which has confused some people.

Make check_region an inline, not a macro, and deprecate *that*.

22 years ago[PATCH] ColdFire serial driver fixups
Greg Ungerer [Sun, 15 Jun 2003 20:18:03 +0000 (13:18 -0700)]
[PATCH] ColdFire serial driver fixups

A number of small ColdFire serial driver fixups:
 - use correct irq handler return type (irqreturn_t)
 - add support for mark and space parity
 - some casting to keep types clean (and remove compile warnings)
 - fix missing ";" after local tty_driver struct definition

22 years ago[PATCH] remove 68328 arch specific irq init
Greg Ungerer [Sun, 15 Jun 2003 20:17:56 +0000 (13:17 -0700)]
[PATCH] remove 68328 arch specific irq init

We no longer use sub-architecture speicific interrupt setups
in the m68knommu branch. Remove obsolete call to 68328 irq
init.

22 years ago[PATCH] conditional ROMfs copy for M5206eLITE board
Greg Ungerer [Sun, 15 Jun 2003 20:17:45 +0000 (13:17 -0700)]
[PATCH] conditional ROMfs copy for M5206eLITE board

Make the ROMfs copy in the startup code for Motorola/M5206eLITE board
conditional on actually using a ROMfs setup.

22 years ago[PATCH] DragonEngine board name change
Greg Ungerer [Sun, 15 Jun 2003 20:17:37 +0000 (13:17 -0700)]
[PATCH] DragonEngine board name change

Minor board name change in m68knommu setup,
"Dragon Engine" -> "DragonEngine".

22 years ago[PATCH] Fix compilation of 32bit ioctl emulation on x86-64
Andi Kleen [Sun, 15 Jun 2003 20:17:30 +0000 (13:17 -0700)]
[PATCH] Fix compilation of 32bit ioctl emulation on x86-64

The NCP ioctls are declared unconditionally in compat_ioctl now, which needs this
include to still compile on x86-64.

22 years ago[PATCH] Fix typo in timing changes + support for x86-64
Andi Kleen [Sun, 15 Jun 2003 20:17:24 +0000 (13:17 -0700)]
[PATCH] Fix typo in timing changes + support for x86-64

The us->ns conversion must be in the "tv" if branch of settimeofday,
not in the "tz" if.

Also make it compile for x86-64 again. The 32bit emulation was forgotten
in the conversion.

22 years agoo list.h: implement hlist_for_each_entry_{from,continue}
Arnaldo Carvalho de Melo [Sun, 15 Jun 2003 14:16:25 +0000 (11:16 -0300)]
o list.h: implement hlist_for_each_entry_{from,continue}

22 years ago[PATCH] unusual_devs fixups
Matthew Dharm [Sun, 15 Jun 2003 14:10:59 +0000 (07:10 -0700)]
[PATCH] unusual_devs fixups

This moves the initialization of the struct scsi_device fields
use_10_for_ms and use_10_for_rw into a central place.  This allows the
host's slave_configure() function to change them (with effect).  This
also collapses two identical sections of code into a single one.

This is needed by usb-storage, so we can resolve some Babble problems,
some device-crashing problems, and remove a great deal of troublesome
mode-sense-translation code.

22 years ago[PATCH] parisc arch update
Matthew Wilcox [Sun, 15 Jun 2003 14:10:47 +0000 (07:10 -0700)]
[PATCH] parisc arch update

This update covers a lot of changes to arch/parisc and parisc-specific
drivers.

 - irq_return_t changes
 - more work on the module loader (James Bottomley)
 - rewrite of led.c by Helge Deller
 - many miscellaneous updates

22 years ago[PATCH] Fix ma600.c compile
Samuel Thibault [Sun, 15 Jun 2003 14:10:38 +0000 (07:10 -0700)]
[PATCH] Fix ma600.c compile

At least gcc 3.3 complains about this incorrect token pasting thing in
the ASSERT macro of drivers/net/irda/ma600.c

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
Linus Torvalds [Sun, 15 Jun 2003 12:40:00 +0000 (05:40 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PCMCIA] Prevent class_device related oops.
Russell King [Sun, 15 Jun 2003 18:59:55 +0000 (19:59 +0100)]
[PCMCIA] Prevent class_device related oops.

Although no such oops has been reported, removing a socket driver
while a file under /sysfs/class/pcmcia_socket/pcmcia_socket* is
held open by user space could potentially cause an oops.

Plug this by preventing pcmcia_unregister_socket from returning
until all references by sysfs to the pcmcia socket have been dropped.

22 years agoMerge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
Russell King [Sun, 15 Jun 2003 18:01:41 +0000 (19:01 +0100)]
Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia

22 years ago[PCMCIA] fix yenta unload oops
Daniel Ritz [Sun, 15 Jun 2003 17:33:47 +0000 (18:33 +0100)]
[PCMCIA] fix yenta unload oops

Patch from Daniel Ritz

rmmod yenta produces the following oops:
Unable to handle kernel paging request at virtual address d084781e
EIP is at yenta_config_init+0x18f/0x1e0 [yenta]
Process pccardd (pid: 2618, threadinfo=c3236000 task=c988ae60)

22 years ago[PCMCIA] Remove inquire_socket method from sa11xx_core.c
Russell King [Sun, 15 Jun 2003 17:26:57 +0000 (18:26 +0100)]
[PCMCIA] Remove inquire_socket method from sa11xx_core.c

Update sa11xx_core.c for Dominik's previous patch.

22 years ago[PCMCIA] Remove inquire_socket
Dominik Brodowski [Sun, 15 Jun 2003 17:21:58 +0000 (18:21 +0100)]
[PCMCIA] Remove inquire_socket

Remove the inquire_socket callback by moving the (static) capability
information to the top-level of struct pcmcia_socket.

22 years ago[PCMCIA] move creation of /proc/pccard to ds.c
Dominik Brodowski [Sun, 15 Jun 2003 13:43:55 +0000 (14:43 +0100)]
[PCMCIA] move creation of /proc/pccard to ds.c

Move the creation of /proc/pccard to ds.c so that ds.c is the only
file that needs to include linux/proc_fs.h any longer.

22 years ago[PCMCIA] Move socket /proc to sysfs
Dominik Brodowski [Sun, 15 Jun 2003 13:36:30 +0000 (14:36 +0100)]
[PCMCIA] Move socket /proc to sysfs

Remove the proc_setup callback. The drivers can use CLASS_DEVICE_ATTR
instead. Example: i82365.c.

22 years ago[PATCH] Clean up kernel parameter array declaration
Roman Zippel [Sun, 15 Jun 2003 12:21:48 +0000 (05:21 -0700)]
[PATCH] Clean up kernel parameter array declaration

Declare the parameter array as an array, rather than a single entry.

This doesn't matter for code generation, but may be less likely to cause
problems down the line, since we're telling gcc more about the real
situation.

22 years ago[PATCH] Fix over-alignment problem on x86-64
Andi Kleen [Sun, 15 Jun 2003 12:21:41 +0000 (05:21 -0700)]
[PATCH] Fix over-alignment problem on x86-64

Thanks to Jan Hubicka who suggested this fix.

The problem seems to be that gcc generates a 32byte alignment for static
objects > 32bytes.  This causes gas to set a high alignment on the
section, which causes the uneven (not multiple of sizeof(struct
kernel_param)) section size.  The pointer division with a base not being
a multiple of sizeof(*ptr) then causes the invalid result.

This just forces a small alignment, which makes the section end come out
with the correct alignment.

The only mystery left is why ld chose a 16 byte padding instead of
32byte.

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Sun, 15 Jun 2003 05:23:30 +0000 (22:23 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[NET]: Move iph5526_probe to initcalls.
Christoph Hellwig [Sun, 15 Jun 2003 04:07:25 +0000 (21:07 -0700)]
[NET]: Move iph5526_probe to initcalls.

22 years ago[PATCH] Add mach-type generation for SH
Paul Mundt [Sun, 15 Jun 2003 02:56:00 +0000 (19:56 -0700)]
[PATCH] Add mach-type generation for SH

This adds the missing arch/sh/tools directory, which includes mach-type
generation scripts for building include/asm-sh/machtypes.h.

22 years ago[PATCH] Fix PCI hotplug path for SH
Paul Mundt [Sun, 15 Jun 2003 02:55:52 +0000 (19:55 -0700)]
[PATCH] Fix PCI hotplug path for SH

drivers/hotplug/Kconfig moved to drivers/pci/hotplug/Kconfig.

This updates arch/sh/Kconfig respectively.

22 years ago[PATCH] meye driver update
Stelian Pop [Sun, 15 Jun 2003 02:54:57 +0000 (19:54 -0700)]
[PATCH] meye driver update

* replace the pci_alloc_consistent calls with dma_alloc_coherent
  because we want to do the allocations at GFP_KERNEL priority and
  not GFP_ATOMIC because we request quite a bit of memory and the
  allocation fails quite frequently.

  It would be better to have a pci_alloc_consistent with an extra
  parameter (priority) but since we haven't, and the meye driver is
  supposed to work only on ix86 platforms we can safely do the
  change.

* fix the DMA engine stop request. The hard freezes encountered
  when using this driver and repeatedly opening/closing the device
  have been tracked down to this particular piece of code. The new
  version seems to work way better, I haven't had a single freeze
  since the change.

* fix the irq handler prototype (irqreturn_t changes).

22 years ago[PATCH] sonypi driver update
Stelian Pop [Sun, 15 Jun 2003 02:54:50 +0000 (19:54 -0700)]
[PATCH] sonypi driver update

* fix a hang problem when loading the driver on (at least) a
  PCG-FX105k. Thanks to Jozef Kruger for reporting the problem
  and testing different versions of this fix.

* fix a .text.exit problem in the sonypi driver related to the
  recent PM changes (thanks to Adrian Bunk for the patch).

* fix the irq handling reports (make sonypi always report IRQ_HANDLED)
  because there *are* events belonging to the sonypi device which
  are not (yet) recognized by the driver and we don't want those
  to pollute the logs...

* test if the ACPI subsystem is not disabled before trying to
  use its ec_read/ec_write methods.

* fix the hangs when enabling bluetooth (thanks to Daniel K. for
  the patch).

* other miscellaneous small fixes.

22 years ago[PATCH] small cleanup for powernow-k7
Brian Gerst [Sun, 15 Jun 2003 02:53:25 +0000 (19:53 -0700)]
[PATCH] small cleanup for powernow-k7

Use local_irq_[disable|enable]() instead of hand-coded asm.

22 years agoMerge bk://kernel.bkbits.net/davem/sparc-2.5
Linus Torvalds [Sun, 15 Jun 2003 02:51:48 +0000 (19:51 -0700)]
Merge bk://kernel.bkbits.net/davem/sparc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Sun, 15 Jun 2003 02:49:16 +0000 (19:49 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] Fix rpc dentry list usage
Trond Myklebust [Sun, 15 Jun 2003 02:32:35 +0000 (19:32 -0700)]
[PATCH] Fix rpc dentry list usage

This fixes the problems with NFS that got triggered by the list
poisoning.

The problem is that whereas using the dentry->d_hash list for private
purposes was previously harmless, it is not allowed with the RCU lists,
because we depend on the unhashed node continuing to point back to the
original list.

So keep a small vector of dentries around instead of using the d_hash
list to keep track of them.

22 years ago[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.c
Matthew Wilcox [Sun, 15 Jun 2003 01:56:22 +0000 (18:56 -0700)]
[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.c

22 years ago[SPARC64]: Update defconfig.
David S. Miller [Sun, 15 Jun 2003 00:49:23 +0000 (17:49 -0700)]
[SPARC64]: Update defconfig.

22 years ago[SPARC64]: Update sys32_settimeofday for do_settimeofday() changes.
David S. Miller [Sun, 15 Jun 2003 00:42:46 +0000 (17:42 -0700)]
[SPARC64]: Update sys32_settimeofday for do_settimeofday() changes.

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Sat, 14 Jun 2003 23:46:21 +0000 (16:46 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[IPV6]: Fix ipv6 header handling of AH input.
Kazunori Miyazawa [Sat, 14 Jun 2003 23:15:08 +0000 (16:15 -0700)]
[IPV6]: Fix ipv6 header handling of AH input.

22 years ago[DECNET]: Fix bogus pointer cast to int.
David S. Miller [Sat, 14 Jun 2003 22:41:59 +0000 (15:41 -0700)]
[DECNET]: Fix bogus pointer cast to int.

22 years ago[TCP]: Use proper time_*() comparisons on jiffies.
David S. Miller [Sat, 14 Jun 2003 22:39:25 +0000 (15:39 -0700)]
[TCP]: Use proper time_*() comparisons on jiffies.

22 years ago[NET]: Use unregister_netdev() in ppp.
Paul Mackerras [Sat, 14 Jun 2003 18:25:04 +0000 (11:25 -0700)]
[NET]: Use unregister_netdev() in ppp.

22 years ago[NET]: Network hotplug via class_device/kobject.
Stephen Hemminger [Sat, 14 Jun 2003 18:24:06 +0000 (11:24 -0700)]
[NET]: Network hotplug via class_device/kobject.

This patch changes network devices to run hotplug out of the
kobject/class_device infrastructure rather than calling it
from the network code.  The code gets simpler and there is
only one place for Greg to fix when he changes the API.

All hotplug now happens off the chain:
     rtnl_unlock -> netdev_run_todo -> netdev_sysfs_{un}register

The state flag deadbeef was converted to a state enumeration tp
handle necessary book keeping, and adds some defense against
drivers that have unexpected semantics.

22 years ago[NET]: Convert SLIP driver to alloc_netdev.
Stephen Hemminger [Sat, 14 Jun 2003 17:44:44 +0000 (10:44 -0700)]
[NET]: Convert SLIP driver to alloc_netdev.

22 years ago[TUN]: Fix signedness error in tun_get_user().
Ravikiran G. Thirumalai [Sat, 14 Jun 2003 17:42:36 +0000 (10:42 -0700)]
[TUN]: Fix signedness error in tun_get_user().

22 years ago[DECNET]: Fix signedness error in dm_ioctl().
Ravikiran G. Thirumalai [Sat, 14 Jun 2003 17:41:19 +0000 (10:41 -0700)]
[DECNET]: Fix signedness error in dm_ioctl().

22 years ago[IPSEC]: Fix xfrm_alloc_spi() always selecting minspi.
Hideaki Yoshifuji [Sat, 14 Jun 2003 17:31:53 +0000 (10:31 -0700)]
[IPSEC]: Fix xfrm_alloc_spi() always selecting minspi.

22 years ago[IPV4]: Add rtcache hash lookup statistics to rtstat.
Robert Olsson [Sat, 14 Jun 2003 16:53:22 +0000 (09:53 -0700)]
[IPV4]: Add rtcache hash lookup statistics to rtstat.

22 years ago[TCP]: Make sure tcp_tw_bucket tw_daddr is aligned properly.
David S. Miller [Sat, 14 Jun 2003 16:33:32 +0000 (09:33 -0700)]
[TCP]: Make sure tcp_tw_bucket tw_daddr is aligned properly.

22 years ago[PCMCIA] Fix class device name.
Dominik Brodowski [Sat, 14 Jun 2003 16:24:59 +0000 (17:24 +0100)]
[PCMCIA] Fix class device name.

A "\n" was at the end of the device name, sorry.

22 years ago[PCMCIA] Remove stale structure definition.
Dominik Brodowski [Sat, 14 Jun 2003 16:21:00 +0000 (17:21 +0100)]
[PCMCIA] Remove stale structure definition.

pcmcia_socket_class_data is (fortunately) not needed any longer.

22 years ago[BLUETOOTH]: Remove unused local var in rfcomm/tty.c
David S. Miller [Sat, 14 Jun 2003 16:20:04 +0000 (09:20 -0700)]
[BLUETOOTH]: Remove unused local var in rfcomm/tty.c

22 years agoMerge bk://ppc.bkbits.net/for-linus-ppc
Linus Torvalds [Sat, 14 Jun 2003 14:46:15 +0000 (07:46 -0700)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sun, 15 Jun 2003 22:56:13 +0000 (08:56 +1000)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoPPC32: vmlinux.lds.S cleanup + discard .exitcall.exit sections
Paul Mackerras [Sun, 15 Jun 2003 02:42:01 +0000 (12:42 +1000)]
PPC32: vmlinux.lds.S cleanup + discard .exitcall.exit sections

22 years agoMerge samba.org:/stuff/paulus/kernel/linux-2.5
Paul Mackerras [Sun, 15 Jun 2003 00:28:45 +0000 (10:28 +1000)]
Merge samba.org:/stuff/paulus/kernel/linux-2.5
into samba.org:/stuff/paulus/kernel/for-linus-ppc

22 years ago[PATCH] new eepro100 PDI ID
Andrew Morton [Sat, 14 Jun 2003 14:23:36 +0000 (07:23 -0700)]
[PATCH] new eepro100 PDI ID

From: Tom Alsberg <alsbergt@cs.huji.ac.il>

Add support for a new eepro100 PCI ID.

22 years ago[PATCH] efs typo fix
Andrew Morton [Sat, 14 Jun 2003 14:23:29 +0000 (07:23 -0700)]
[PATCH] efs typo fix

It's using "||" instead of "|".  Makes slab go BUG.

22 years ago[PATCH] Parenthesisation fix in es1371
Andrew Morton [Sat, 14 Jun 2003 14:23:19 +0000 (07:23 -0700)]
[PATCH] Parenthesisation fix in es1371

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Fix parenthesisation in a combined assign-and-check-error statement.

22 years ago[PATCH] Parenthesisation fix in jffs
Andrew Morton [Sat, 14 Jun 2003 14:23:12 +0000 (07:23 -0700)]
[PATCH] Parenthesisation fix in jffs

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Fix parenthesisation in a combined assign-and-check-error statement.

22 years ago[PATCH] Parenthesisation fix in dpt_i2o
Andrew Morton [Sat, 14 Jun 2003 14:23:04 +0000 (07:23 -0700)]
[PATCH] Parenthesisation fix in dpt_i2o

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Fix parenthesisation in a combined assign-and-check-error statement.

22 years ago[PATCH] Fix sign handling bugs in aacraid
Andrew Morton [Sat, 14 Jun 2003 14:22:57 +0000 (07:22 -0700)]
[PATCH] Fix sign handling bugs in aacraid

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

As we'll be checking `status' for errors, it had better not be unsigned.

22 years ago[PATCH] Fix sign handling bugs in tun
Andrew Morton [Sat, 14 Jun 2003 14:22:49 +0000 (07:22 -0700)]
[PATCH] Fix sign handling bugs in tun

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Fix a check for underflow.

22 years ago[PATCH] Fix sign handling bugs in mpt fusion
Andrew Morton [Sat, 14 Jun 2003 14:22:40 +0000 (07:22 -0700)]
[PATCH] Fix sign handling bugs in mpt fusion

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Don't compare unsigned value for < 0.

22 years ago[PATCH] Fix sign handling bugs in epca
Andrew Morton [Sat, 14 Jun 2003 14:22:34 +0000 (07:22 -0700)]
[PATCH] Fix sign handling bugs in epca

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Don't check unsigned values for <= 0.

22 years ago[PATCH] Fix sign handling bugs in Decnet
Andrew Morton [Sat, 14 Jun 2003 14:22:26 +0000 (07:22 -0700)]
[PATCH] Fix sign handling bugs in Decnet

From: Ravikiran G Thirumalai <kiran@in.ibm.com>

Fix decnet ioctl(TIOCOUTQ).

22 years ago[PATCH] make pid_max readable
Andrew Morton [Sat, 14 Jun 2003 14:22:19 +0000 (07:22 -0700)]
[PATCH] make pid_max readable

From: Albert Cahalan <albert@users.sourceforge.net>

This is needed so that apps can set appropriate column widths for PID
display.

22 years ago[PATCH] dm: Repair persistent minors
Andrew Morton [Sat, 14 Jun 2003 14:22:09 +0000 (07:22 -0700)]
[PATCH] dm: Repair persistent minors

From: Joe Thornber <thornber@sistina.com>

Split the dm_create() function into two variants, depending on whether you
want the device to have a specific minor number.  This avoids the broken
overloading of the minor argument to the old dm_create().

22 years ago[PATCH] tmpfs: revert license to 2.4 version
Andrew Morton [Sat, 14 Jun 2003 14:22:02 +0000 (07:22 -0700)]
[PATCH] tmpfs: revert license to 2.4 version

From: Hugh Dickins <hugh@veritas.com>, Christoph Rohland <cr@sap.com>

Switches the long GPL blurb which Hugh took from the 2.4-ac version of
mm/shmem.c, back to the original oneliner (as in 2.4.current).

Christoph spotted that the long blurb says "either version 2 of the License,
or (at your option) any later version", whereas he intended it be as COPYING
says, version 2 period.  Hugh and Christoph are happier with known version 2
than undefined future variants.

22 years ago[PATCH] remove anon_hash_chain
Andrew Morton [Sat, 14 Jun 2003 14:21:54 +0000 (07:21 -0700)]
[PATCH] remove anon_hash_chain

From: James Morris <jmorris@intercode.com.au>

This patch against current bk removes anon_hash_chain from fs/inode.c, as
all inodes in the 2.5 kernel must be associated with a superblock, and the
anon hash is no longer needed.

(akpm: Well there's one inode with a null i_sb: swapper_inode.  But it
shouldn't get here and if it does, we'll fix it by other means).

22 years ago[PATCH] arcnet oops fix
Andrew Morton [Sat, 14 Jun 2003 14:21:47 +0000 (07:21 -0700)]
[PATCH] arcnet oops fix

From: Dipankar Sarma <dipankar@in.ibm.com>

Forward-port of a fix Alan merged into 2.4.21-pre.  It fixes arcnet oopses
with raw sockets.

22 years ago[PATCH] v850: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:21:40 +0000 (07:21 -0700)]
[PATCH] v850: fix do_settimeofday() for new API

22 years ago[PATCH] um: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:21:29 +0000 (07:21 -0700)]
[PATCH] um: fix do_settimeofday() for new API

22 years ago[PATCH] sparc: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:21:22 +0000 (07:21 -0700)]
[PATCH] sparc: fix do_settimeofday() for new API

22 years ago[PATCH] sh: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:21:14 +0000 (07:21 -0700)]
[PATCH] sh: fix do_settimeofday() for new API

22 years ago[PATCH] arm26: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:21:09 +0000 (07:21 -0700)]
[PATCH] arm26: fix do_settimeofday() for new API

22 years ago[PATCH] ppc: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:20:58 +0000 (07:20 -0700)]
[PATCH] ppc: fix do_settimeofday() for new API

22 years ago[PATCH] m68k: fix do_settimeofday() for new API
Andrew Morton [Sat, 14 Jun 2003 14:20:51 +0000 (07:20 -0700)]
[PATCH] m68k: fix do_settimeofday() for new API