]> git.hungrycats.org Git - linux/log
linux
22 years agoLinux 2.5.71 v2.5.71
Linus Torvalds [Sat, 14 Jun 2003 05:08:27 +0000 (22:08 -0700)]
Linux 2.5.71

22 years agoRemove strange and broken ACPI rule from serial Makefile
Linus Torvalds [Sat, 14 Jun 2003 05:07:47 +0000 (22:07 -0700)]
Remove strange and broken ACPI rule from serial Makefile

22 years ago[PATCH] sched.c neatening and fixes.
Rusty Russell [Sat, 14 Jun 2003 04:57:53 +0000 (21:57 -0700)]
[PATCH] sched.c neatening and fixes.

1) Fix the comments for the migration_thread.  A while back Ingo
   agreed they were exactly wrong, IIRC. 8).

2) Changed spin_lock_irqsave to spin_lock_irq, since it's in a
   kernel thread.

3) Don't repeat if the task has moved off the original CPU, just finish.
   This is because we are simply trying to push the task off this CPU:
   if it's already moved, great.  Currently we might theoretically move
   a task which is actually running on another CPU, which is v. bad.

4) Replace the __ffs(p->cpus_allowed) with any_online_cpu(), since
   that's what it's for, and __ffs() can give the wrong answer, eg. if
   there's no CPU 0.

5) Move the core functionality of migrate_task into a separate function,
   move_task_away, which I want for the hotplug CPU patch.

22 years agoMerge http://linux-isdn.bkbits.net/linux-2.5.make
Linus Torvalds [Sat, 14 Jun 2003 04:55:05 +0000 (21:55 -0700)]
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Sat, 14 Jun 2003 04:52:52 +0000 (21:52 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-serial
Linus Torvalds [Sat, 14 Jun 2003 04:49:55 +0000 (21:49 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-serial
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] Nuke check_highmem_ptes()
Benjamin Herrenschmidt [Sat, 14 Jun 2003 04:15:30 +0000 (21:15 -0700)]
[PATCH] Nuke check_highmem_ptes()

It was broken on at least ppc32 & sparc32, and the debugging it
offered wasn't worth it any more anyway.

22 years ago[PATCH] speedstep_detect_speed might not reenable interrupts
Samuel Thibault [Sat, 14 Jun 2003 04:13:05 +0000 (21:13 -0700)]
[PATCH] speedstep_detect_speed might not reenable interrupts

local_irq_save() is called at the beginning of speedstep_detect_speeds,
but local_irq_restore() is not called on I/O errors.

22 years ago[PATCH] cpufreq: correct initialization on Intel Coppermines
Samuel Thibault [Sat, 14 Jun 2003 04:10:48 +0000 (21:10 -0700)]
[PATCH] cpufreq: correct initialization on Intel Coppermines

Intel seems to have changed their mind, and now document the detection
process for speedstep-enabled Pentium III Coppermines:

http://www.intel.com/support/processors/sb/cs-003779-prd24.htm

Here is a patch.

I kept the setup parameter, but it might be removed now?

22 years ago[PATCH] Move SH board-specific code around
Paul Mundt [Sat, 14 Jun 2003 04:02:17 +0000 (21:02 -0700)]
[PATCH] Move SH board-specific code around

This patch moves the old board-specific SH code

22 years ago[PATCH] toplevel SH update
Paul Mundt [Sat, 14 Jun 2003 03:46:36 +0000 (20:46 -0700)]
[PATCH] toplevel SH update

This gets the toplevel arch/sh stuff in sync with the current SH 2.5
tree.

22 years ago[PATCH] adjust ppp to zlib change
Jörn Engel [Sat, 14 Jun 2003 03:46:25 +0000 (20:46 -0700)]
[PATCH] adjust ppp to zlib change

This bit is left from the zlib changes.  According to Paul, the zlib
bug is already caught in userspace pppd, but not in the kernel ppp
code.  With this patch, there is one potential hickup less in ppp.

22 years ago[PATCH] Fix typo in comment
Jörn Engel [Sat, 14 Jun 2003 03:46:18 +0000 (20:46 -0700)]
[PATCH] Fix typo in comment

22 years agoMerge http://ppc.bkbits.net/for-linus-ppc64
Linus Torvalds [Sat, 14 Jun 2003 03:38:24 +0000 (20:38 -0700)]
Merge http://ppc.bkbits.net/for-linus-ppc64
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/scratch/anton/tmp3
Anton Blanchard [Sun, 15 Jun 2003 11:01:06 +0000 (21:01 +1000)]
Merge samba.org:/scratch/anton/tmp3
into samba.org:/scratch/anton/linux-2.5_ppc64

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Sun, 15 Jun 2003 10:54:02 +0000 (20:54 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoppc64: rework user access functions
Anton Blanchard [Sun, 15 Jun 2003 10:52:37 +0000 (20:52 +1000)]
ppc64: rework user access functions

22 years agoppc64: Rework inline syscall macros, fix clobbers & gcc3.3 from Franz Sirl
Anton Blanchard [Sun, 15 Jun 2003 10:34:50 +0000 (20:34 +1000)]
ppc64: Rework inline syscall macros, fix clobbers & gcc3.3 from Franz Sirl

22 years agoppc64: various fixes to sys32_sysinfo, from Will Schmidt
Anton Blanchard [Sun, 15 Jun 2003 10:29:03 +0000 (20:29 +1000)]
ppc64: various fixes to sys32_sysinfo, from Will Schmidt

22 years agoMerge bk://linux-dj.bkbits.net/cpufreq
Linus Torvalds [Sat, 14 Jun 2003 03:26:13 +0000 (20:26 -0700)]
Merge bk://linux-dj.bkbits.net/cpufreq
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://linux-dj.bkbits.net/agpgart
Linus Torvalds [Sat, 14 Jun 2003 03:15:21 +0000 (20:15 -0700)]
Merge bk://linux-dj.bkbits.net/agpgart
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://ppc.bkbits.net/for-linus-ppc64
Anton Blanchard [Fri, 13 Jun 2003 21:46:27 +0000 (07:46 +1000)]
Merge bk://ppc.bkbits.net/for-linus-ppc64
into samba.org:/home/anton/ppc64/for-linus-ppc64

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Fri, 13 Jun 2003 21:45:50 +0000 (07:45 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoppc64: copy_tofrom_user fix from Paul Mackerras
Anton Blanchard [Fri, 13 Jun 2003 21:35:56 +0000 (07:35 +1000)]
ppc64: copy_tofrom_user fix from Paul Mackerras

22 years ago[PATCH] Update IEEE1394 (r952)
Ben Collins [Fri, 13 Jun 2003 15:00:27 +0000 (08:00 -0700)]
[PATCH] Update IEEE1394 (r952)

 OHCI1394: Merge CONFIG_PPC_ALL changes.
 DV1394  : Fix broken endian conversions.
 ETH1394 : Fix oopses due to non-linear sk_buff's.

22 years ago[CPUFREQ] speedstep docu clarification.
Dave Jones [Fri, 13 Jun 2003 14:56:51 +0000 (15:56 +0100)]
[CPUFREQ] speedstep docu clarification.
Spotted by Dominik.

22 years ago[PATCH] Register scsi devices after naming them
Ben Collins [Fri, 13 Jun 2003 11:27:42 +0000 (04:27 -0700)]
[PATCH] Register scsi devices after naming them

scsi_add_lun doesn't set sdp->devfs_name before calling
scsi_register_device().  Since scsi_register_device calls down to things
like sd_probe, which do try to use sdp->devfs_name, things fail.

Just an easy change, moving the sdp->devfs_name creation before calling
scsi_register_device().

22 years ago[PATCH] x86-64 merge
Andi Kleen [Fri, 13 Jun 2003 11:27:34 +0000 (04:27 -0700)]
[PATCH] x86-64 merge

This brings the x86-64 port uptodate.  Only architecture specific
changes.

The biggest change is the forward port of the 2.4 timing code with full
HPET support.  This should improve timing stability on some Opteron
boxes considerably.

Also add the optimized low level functions from 2.4 (clear_page,
copy_page, memcpy, csum_copy etc.) They were supposed to be merged
earlier, but got dropped due to some SNAFU.  Especially the clear_page
changes should improve performance considerably, because the old version
used write combining writes which put all the new process data out of
cache.  New version serves cache hot.

Also some other bugfixes.

Full changelog:
- Re-add some lost patches: improved copy_page, clear_page, memset, memcpy,
  csum_copy from 2.4.
- New timing code from 2.4 (Bryan O'Sullivan, John Stultz, Vojtech Pavlik)
- Use correct MSR to write northbridge MCE configuration
- Fix and reenable simics check in APIC timer calibration
- Check if BIOS enabled APIC and don't use APIC mode if not.
- Remove some obsolete code in APIC handling.
- Fix potential races in the IOMMU code.
- Don't print backtrace twice on oops.
- Fix compilation of swsuspend (Pavel Machek)
- Add oops locking to kernel page faults.
- Use prefetcht0 for C level kernel prefetches.

22 years ago[PATCH] lsm: setfsuid/setgsuid bug fix (4/4)
Chris Wright [Fri, 13 Jun 2003 11:27:27 +0000 (04:27 -0700)]
[PATCH] lsm: setfsuid/setgsuid bug fix (4/4)

Patch from Jakub Jelínek <jakub@redhat.com>

Make sure setfsuid/setfsgid return values are right.  Before
include/linux/security.h was added, setfsuid/setfsgid always returned
old_fsuid, no matter if the fsuid was actually changed or not.

With the default security ops it seems to do the same, because both
security_task_setuid and security_task_post_setuid return 0, but these
are hooks which seem to return 0 on success, -errno on failure, so if
some non-default security hook is installed and ever returns -errno in
setfsuid/setfsgid, -errno will be returned from the syscall instead of
the expected old_fsuid.  This makes it hard to distinguish uids
0xfffff001 ..  0xffffffff from errors of security hooks.

22 years ago[PATCH] lsm: Remove inode_permission_lite hook (3/4)
Chris Wright [Fri, 13 Jun 2003 11:27:14 +0000 (04:27 -0700)]
[PATCH] lsm: Remove inode_permission_lite hook (3/4)

22 years ago[PATCH] lsm: Remove task_kmod_set_label hook (2/4)
Chris Wright [Fri, 13 Jun 2003 11:27:07 +0000 (04:27 -0700)]
[PATCH] lsm: Remove task_kmod_set_label hook (2/4)

The task_kmod_set_label hook is no longer necessary.

kmod is now handled by keventd which already does reparent_to_init, so
there is no need to worry about getting the security labels right for
code running off the keventd workqueue.

22 years ago[PATCH] lsm: Early init for security modules (1/4)
Chris Wright [Fri, 13 Jun 2003 11:27:01 +0000 (04:27 -0700)]
[PATCH] lsm: Early init for security modules (1/4)

As discussed before, this allows for early initialization of security
modules when compiled statically into the kernel.  The standard
do_initcalls is too late for complete coverage of all filesystems and
threads, for example.

22 years ago[PATCH] User FIXMAP area simplification
Roland McGrath [Fri, 13 Jun 2003 11:26:52 +0000 (04:26 -0700)]
[PATCH] User FIXMAP area simplification

As per Linus' proposal: make special macros for the user-accessible
fixmap, simplifying access checks to make it trivial to handle ia64
issues.

22 years agoMerge bk://kernel.bkbits.net/gregkh/linux/tty-2.5
Linus Torvalds [Fri, 13 Jun 2003 11:19:28 +0000 (04:19 -0700)]
Merge bk://kernel.bkbits.net/gregkh/linux/tty-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] fix writeback for dirty ramdisk blockdev inodes
Andrew Morton [Fri, 13 Jun 2003 10:43:10 +0000 (03:43 -0700)]
[PATCH] fix writeback for dirty ramdisk blockdev inodes

Once the blockdev inode for /dev/ram0 is dirtied we have a memory-backed
inode on the blockdev superblock's s_dirty list.

sync_sb_inodes() sees the memory-backed inode on the superblock and assumes
that all the other inodes on the superblock are also memory-backed.  This is
not true for the blockdev superblock!  We forget to write out dirty pages
against the following blockdevs.

Fix this by just leaving the inode dirty and moving on to inspect the other
blockdev inodes on sb->s_io.

(This is a little inefficient: an alternative is to leave dirtied
memory-backed inodes on inode_in_use, so nobody ever even considers them for
writeout.  But that introduces an inconsistency and is a bit kludgey).

22 years agoppc64: K&R to ANSI style conversions from Steven Cole
Anton Blanchard [Fri, 13 Jun 2003 06:27:26 +0000 (16:27 +1000)]
ppc64: K&R to ANSI style conversions from Steven Cole

22 years ago[PATCH] Rocket patch against 2.5.70-bk18
Kurt Robideau [Fri, 13 Jun 2003 05:36:16 +0000 (22:36 -0700)]
[PATCH] Rocket patch against 2.5.70-bk18

Here is rocket driver patch against 2.5.70-bk18.  Changes are:

-  Removed non-GPL license text from headers
-  Removed check_region()/request_region() raciness
-  Made the driver a >2.5 driver only (as you had suggested)

22 years ago[AGPGART] Some Intel chipsets were using the wrong masks.
Dave Jones [Fri, 13 Jun 2003 01:29:47 +0000 (02:29 +0100)]
[AGPGART] Some Intel chipsets were using the wrong masks.
Spotted by Christian Zander.

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Thu, 12 Jun 2003 23:06:08 +0000 (09:06 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoMerge tetrachloride.(none):/mnt/raid/src/kernel/2.5/bk-linus
Dave Jones [Thu, 12 Jun 2003 21:21:52 +0000 (22:21 +0100)]
Merge tetrachloride.(none):/mnt/raid/src/kernel/2.5/bk-linus
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/cpufreq

22 years ago[CPUFREQ] Move old speedstep driver to speedstep-ich
Dave Jones [Thu, 12 Jun 2003 14:19:31 +0000 (15:19 +0100)]
[CPUFREQ] Move old speedstep driver to speedstep-ich

22 years ago[CPUFREQ] Merge Jeremy's Centrino speedstep driver.
Dave Jones [Thu, 12 Jun 2003 14:15:29 +0000 (15:15 +0100)]
[CPUFREQ] Merge Jeremy's Centrino speedstep driver.

22 years agoCset exclude: davej@codemonkey.org.uk|ChangeSet|20030611121150|30244
Dave Jones [Thu, 12 Jun 2003 14:13:01 +0000 (15:13 +0100)]
Cset exclude: davej@codemonkey.org.uk|ChangeSet|20030611121150|30244

22 years ago[NET]: More reasonable error handling in SLIP driver unload.
Stephen Hemminger [Thu, 12 Jun 2003 10:57:25 +0000 (03:57 -0700)]
[NET]: More reasonable error handling in SLIP driver unload.

22 years ago[IPV4]: Dynamic allocation for IPGRE net device.
Stephen Hemminger [Thu, 12 Jun 2003 10:56:01 +0000 (03:56 -0700)]
[IPV4]: Dynamic allocation for IPGRE net device.

22 years ago[IPV4]: Dynamic allocation for IPIP net device.
Stephen Hemminger [Thu, 12 Jun 2003 10:55:16 +0000 (03:55 -0700)]
[IPV4]: Dynamic allocation for IPIP net device.

22 years ago[IPV6]: Dynamic allocation for SIT net device.
Stephen Hemminger [Thu, 12 Jun 2003 10:54:40 +0000 (03:54 -0700)]
[IPV6]: Dynamic allocation for SIT net device.

22 years ago[NET]: Dynamic allocation for dummy net device.
Stephen Hemminger [Thu, 12 Jun 2003 10:53:42 +0000 (03:53 -0700)]
[NET]: Dynamic allocation for dummy net device.

22 years ago[PPP]: Fix PPP Deflate sequence number checking
Paul Mackerras [Thu, 12 Jun 2003 10:52:06 +0000 (03:52 -0700)]
[PPP]: Fix PPP Deflate sequence number checking

22 years ago[IPSEC]: Initialize flow key properly in decode_session.
Herbert Xu [Thu, 12 Jun 2003 10:41:03 +0000 (03:41 -0700)]
[IPSEC]: Initialize flow key properly in decode_session.

22 years ago[IPSEC]: Proper percpu handling in flow cache.
Herbert Xu [Thu, 12 Jun 2003 10:37:55 +0000 (03:37 -0700)]
[IPSEC]: Proper percpu handling in flow cache.

22 years ago[IPSEC]: Kill object argument from flow_cache_flush.
Herbert Xu [Thu, 12 Jun 2003 10:29:33 +0000 (03:29 -0700)]
[IPSEC]: Kill object argument from flow_cache_flush.

22 years ago[IPSEC]: Fix preempt race in flow_flush_cache.
Herbert Xu [Thu, 12 Jun 2003 10:09:30 +0000 (03:09 -0700)]
[IPSEC]: Fix preempt race in flow_flush_cache.

22 years agoMerge http://linux-lksctp.bkbits.net/lksctp-2.5
David S. Miller [Thu, 12 Jun 2003 07:52:02 +0000 (00:52 -0700)]
Merge http://linux-lksctp.bkbits.net/lksctp-2.5
into nuts.ninka.net:/home/davem/src/BK/sctp-2.5

22 years ago[SCTP] Hand merge bk pull conflict. sk->state now sk->sk_state.
Jon Grimm [Sat, 21 Jun 2003 06:16:47 +0000 (01:16 -0500)]
[SCTP] Hand merge bk pull conflict.  sk->state now sk->sk_state.

22 years agoHand merge.
Jon Grimm [Sat, 21 Jun 2003 04:36:14 +0000 (23:36 -0500)]
Hand merge.

22 years ago[SCTP] Special case the handling of HOST_NAME_ADDRESS parm.
Jon Grimm [Wed, 18 Jun 2003 09:32:34 +0000 (04:32 -0500)]
[SCTP] Special case the handling of HOST_NAME_ADDRESS parm.

Fix for action bits regressed HOST_NAME_ADDRESS parm behavior, so
just special case this so the association is aborted as expected.

22 years agoMerge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
Kai Germaschewski [Thu, 12 Jun 2003 07:40:32 +0000 (02:40 -0500)]
Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Thu, 12 Jun 2003 07:39:31 +0000 (00:39 -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 agoMake d_move() be able to gracefully handle the case of the dentry
Linus Torvalds [Thu, 12 Jun 2003 03:00:54 +0000 (20:00 -0700)]
Make d_move() be able to gracefully handle the case of the dentry
already being unhashed on entry.

22 years agoFix rcu list poisoning - since another CPU may be traversing the list
Linus Torvalds [Thu, 12 Jun 2003 02:31:26 +0000 (19:31 -0700)]
Fix rcu list poisoning - since another CPU may be traversing the list
as we delete the entry, we can only poison the back pointer, not the
traversal pointer (rcu traversal only ever walks forward).

Make __d_drop() take this into account.

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Thu, 12 Jun 2003 02:23:38 +0000 (12:23 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years ago[CPUFREQ] sysfs moved some files around. update documentation to reflect reality.
Dave Jones [Thu, 12 Jun 2003 01:33:52 +0000 (02:33 +0100)]
[CPUFREQ] sysfs moved some files around. update documentation to reflect reality.

22 years ago[CPUFREQ] Add Athlon to list of supported cpufreq drivers.
Dave Jones [Thu, 12 Jun 2003 01:32:38 +0000 (02:32 +0100)]
[CPUFREQ] Add Athlon to list of supported cpufreq drivers.

22 years ago[CPUFREQ] Fix documentation filename.
Dave Jones [Thu, 12 Jun 2003 01:29:27 +0000 (02:29 +0100)]
[CPUFREQ] Fix documentation filename.
Spotted by Jeremy Fitzhardinge

22 years ago[ACENIC]: Convert to alloc_etherdev.
Stephen Hemminger [Wed, 11 Jun 2003 18:39:30 +0000 (11:39 -0700)]
[ACENIC]: Convert to alloc_etherdev.

22 years ago[LLC]: Fix typing error in procfs code.
David S. Miller [Wed, 11 Jun 2003 18:38:44 +0000 (11:38 -0700)]
[LLC]: Fix typing error in procfs code.

22 years ago[TUN]: tun using alloc_netdev.
Stephen Hemminger [Wed, 11 Jun 2003 18:13:16 +0000 (11:13 -0700)]
[TUN]: tun using alloc_netdev.

22 years ago[VLAN]: vlan network device using alloc_netdev.
Stephen Hemminger [Wed, 11 Jun 2003 18:10:44 +0000 (11:10 -0700)]
[VLAN]: vlan network device using alloc_netdev.

22 years ago[BRIDGE]: Bridge using alloc_netdev.
Stephen Hemminger [Wed, 11 Jun 2003 18:09:35 +0000 (11:09 -0700)]
[BRIDGE]: Bridge using alloc_netdev.

22 years ago[NET]: Expose alloc_netdev() for use by drivers.
Stephen Hemminger [Wed, 11 Jun 2003 18:07:56 +0000 (11:07 -0700)]
[NET]: Expose alloc_netdev() for use by drivers.

22 years ago[IPV6]: Use sizeof(struct frag_hdr) instead of magic value.
Hideaki Yoshifuji [Wed, 11 Jun 2003 17:56:28 +0000 (10:56 -0700)]
[IPV6]: Use sizeof(struct frag_hdr) instead of magic value.

22 years ago[IPV6]: Fix payload length of reassembled packet.
Hideaki Yoshifuji [Wed, 11 Jun 2003 17:52:00 +0000 (10:52 -0700)]
[IPV6]: Fix payload length of reassembled packet.

22 years ago[SUNGEM]: Fix gcc3.3 warnings.
Benjamin Herrenschmidt [Wed, 11 Jun 2003 17:45:46 +0000 (10:45 -0700)]
[SUNGEM]: Fix gcc3.3 warnings.

22 years agoMerge bk://kernel.bkbits.net/acme/udpv6-2.5
David S. Miller [Wed, 11 Jun 2003 17:11:59 +0000 (10:11 -0700)]
Merge bk://kernel.bkbits.net/acme/udpv6-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years ago[IGMP]: Make sock_alloc_send_skb calls non-blocking.
David Stevens [Wed, 11 Jun 2003 17:04:39 +0000 (10:04 -0700)]
[IGMP]: Make sock_alloc_send_skb calls non-blocking.

22 years ago[NET]: Cleanup net-sysfs show and change functions.
Stephen Hemminger [Wed, 11 Jun 2003 17:02:42 +0000 (10:02 -0700)]
[NET]: Cleanup net-sysfs show and change functions.

22 years ago[NET]: Fix sysfs kobj parent refcount handling.
Stephen Hemminger [Wed, 11 Jun 2003 17:00:15 +0000 (10:00 -0700)]
[NET]: Fix sysfs kobj parent refcount handling.

22 years ago[TG3]: Workaround 4g DMA bug more portably.
David Mosberger [Wed, 11 Jun 2003 16:56:46 +0000 (09:56 -0700)]
[TG3]: Workaround 4g DMA bug more portably.

22 years ago[NET]: Fix typo in neigh_sysctl_unregister changes.
David S. Miller [Wed, 11 Jun 2003 16:41:00 +0000 (09:41 -0700)]
[NET]: Fix typo in neigh_sysctl_unregister changes.

22 years ago[NET]: Make neigh_parms setup/teardown handling symmetric.
Hideaki Yoshifuji [Wed, 11 Jun 2003 16:37:22 +0000 (09:37 -0700)]
[NET]: Make neigh_parms setup/teardown handling symmetric.

22 years ago[NETFILTER]: Delete unnecessary skb_linearize() calls in iptables_{filter,mangle}.c
Rusty Russell [Wed, 11 Jun 2003 16:35:24 +0000 (09:35 -0700)]
[NETFILTER]: Delete unnecessary skb_linearize() calls in iptables_{filter,mangle}.c

22 years ago[NET]: Initialize sysctl_table to NULL in neigh_parms_alloc.
Krishna Kumar [Wed, 11 Jun 2003 16:23:55 +0000 (09:23 -0700)]
[NET]: Initialize sysctl_table to NULL in neigh_parms_alloc.

22 years ago[NET]: Process hotplug list in FIFO order.
David S. Miller [Wed, 11 Jun 2003 16:20:48 +0000 (09:20 -0700)]
[NET]: Process hotplug list in FIFO order.

Based upon a patch from Stephen Hemminger.

22 years ago[NETFILTER]: Fix ARPT_INV_MASK in arp_tables.h
Bart De Schuymer [Wed, 11 Jun 2003 15:45:13 +0000 (08:45 -0700)]
[NETFILTER]: Fix ARPT_INV_MASK in arp_tables.h

22 years agoMerge http://nfsclient.bkbits.net/linux-2.5
Linus Torvalds [Wed, 11 Jun 2003 14:53:02 +0000 (07:53 -0700)]
Merge http://nfsclient.bkbits.net/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:48:19 +0000 (07:48 -0700)]
[PATCH] tty_driver refcounting

drivers/char/pty.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:48:12 +0000 (07:48 -0700)]
[PATCH] tty_driver refcounting

drivers/char/rio/rio_linux.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:48:06 +0000 (07:48 -0700)]
[PATCH] tty_driver refcounting

drivers/char/epca.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:48:00 +0000 (07:48 -0700)]
[PATCH] tty_driver refcounting

arch/v850/kernel/{memcons,simcons}.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:44 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

drivers/char/vt.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:37 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

arch/um/drivers/* converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:30 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

arch/cris/drivers/serial.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:23 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

arch/alpha/kernel/srmcons.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:17 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

drivers/s390/char/con3215.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:09 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

drivers/s390/char/sclp_tty.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:47:02 +0000 (07:47 -0700)]
[PATCH] tty_driver refcounting

drivers/s390/char/tubtty.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:46:56 +0000 (07:46 -0700)]
[PATCH] tty_driver refcounting

drivers/s390/net/ctctty.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:46:49 +0000 (07:46 -0700)]
[PATCH] tty_driver refcounting

drivers/isdn/capi/capi.c converted to dynamic allocation

22 years ago[PATCH] tty_driver refcounting
Alexander Viro [Wed, 11 Jun 2003 14:46:42 +0000 (07:46 -0700)]
[PATCH] tty_driver refcounting

arch/mips/baget/vacserial.c converted to dynamic allocation