ChangeSet@1.1353, 2003-09-30 22:06:44-07:00, willy@debian.org [PATCH] PA-RISC updates PA-RISC updates for 2.6.0-test6 - Some more support for 64-bit userspace - Move many EXPORT_SYMBOLs out of parisc_ksyms.c - Make both the OSS and ALSA harmony drivers build - ioctl typechecking - Make math-emu build without warnings. - Persuade SuckyIO to not crash the machine. ChangeSet@1.1352, 2003-09-30 22:03:36-07:00, willy@debian.org [PATCH] Remove ELF_CORE_SYNC ELF_CORE_SYNC and dump_smp_unlazy_fpu seem to have been introduced by Ingo around 2.5.43, but as far as I can tell, never used. ChangeSet@1.1351, 2003-09-30 15:19:11-07:00, rtjohnso@eecs.berkeley.edu [PATCH] PCI: __init documetation It might not have prevented me from reporting the potential bug, but I would've known you'd thought about it, it might help future developers, and it's unlikely to become dangerously wrong. ChangeSet@1.1342.1.88, 2003-09-30 05:03:59-07:00, dfages@arkoon.net [NET]: Fix HW_FLOWCONTROL on SMP. ChangeSet@1.1342.1.87, 2003-09-30 04:41:04-07:00, davem@nuts.ninka.net Merge bk://kernel.bkbits.net/acme/netsyms-2.6 into nuts.ninka.net:/disk1/davem/BK/net-2.5 ChangeSet@1.1342.6.82, 2003-09-30 04:24:13-07:00, davem@nuts.ninka.net [SPARC64]: Always use sethi+jmpl to reach VISenter{,half}. ChangeSet@1.1342.10.10, 2003-09-30 04:13:24-07:00, bdschuym@pandora.be [EBTABLES]: Use vlan_hdr not vlan_ethhdr in ebt_vlan.c ChangeSet@1.1342.10.9, 2003-09-30 03:34:56-07:00, herbert@gondor.apana.org.au [IPIP]: Avoid duplicate policy checks. ChangeSet@1.1342.10.8, 2003-09-30 03:32:56-07:00, davem@nuts.ninka.net [IPV4]: In arp_rcv(), inspect skb->nh.arph after pskb_may_pull() not before. ChangeSet@1.1342.10.7, 2003-09-30 03:29:19-07:00, davem@nuts.ninka.net [IPV4]: Do pskb_may_pull in arp_rcv() not arp_process(). ChangeSet@1.1342.10.6, 2003-09-30 02:08:55-07:00, davem@nuts.ninka.net [KERNEL]: Do not export set_cpus_allowed twice, and only if CONFIG_SMP. ChangeSet@1.1342.10.5, 2003-09-30 02:00:00-07:00, bdschuym@pandora.be [EBTABLES]: Add ebt_limit match. The patch below adds the ebt_limit match, which is the equivalent of the iptables limit match. This enables limiting the number of frames processed per time unit. The patch is from Tom Marshall . ChangeSet@1.1342.10.4, 2003-09-30 01:57:25-07:00, ja@ssi.bg [IPVS]: Use list_for_each_entry_continue in some schedulers. ChangeSet@1.1342.10.3, 2003-09-30 01:56:47-07:00, ja@ssi.bg [IPVS]: The NQ scheduler must not return servers with weight 0. ChangeSet@1.1342.10.2, 2003-09-30 01:55:23-07:00, ja@ssi.bg [IPVS]: Simplify ip_vs_wrr_gcd_weight ChangeSet@1.1342.10.1, 2003-09-30 01:44:52-07:00, ja@ssi.bg [KERNEL]: Introduce list_for_each_entry_continue. ChangeSet@1.1342.6.81, 2003-09-30 01:38:39-07:00, urban.widmark@enlight.net [SMBFS]: Create OLD_TO_NEW_foo macros in highuid.h and use them instead of direct references to low2highfoo. ChangeSet@1.1342.6.80, 2003-09-30 00:23:23-07:00, zaitcev@redhat.com [SPARC]: jsflash update Parts of this come from a janitor named Domen, unfortunately, I forgot his e-mail... Anyhow, it's obvious that janitors did not try to compile result of their efforts, this version at least builds. ChangeSet@1.1342.9.5, 2003-09-29 22:54:16-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.c ChangeSet@1.1342.9.4, 2003-09-29 22:50:07-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sched.c ChangeSet@1.1342.9.3, 2003-09-29 22:32:27-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/dcache.c ChangeSet@1.1342.9.2, 2003-09-29 22:12:32-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/buffer.c ChangeSet@1.1342.9.1, 2003-09-29 21:58:57-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/namei.c ChangeSet@1.1342.6.78, 2003-09-29 16:16:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update umc8672 driver - common umc8672_init() for built-in and module - release hwif only if hwif->chipset == ide_umc8672 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.6.77, 2003-09-29 16:16:06-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update qd65xx driver - common qd65xx_init() for built-in and module - release hwif only if hwif->chipset == ide_qd65xx - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.6.76, 2003-09-29 16:15:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update ht6560b driver - common ht6560b_init() for built-in and module - release hwif only if hwif->chipset == ide_ht6560b - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.6.75, 2003-09-29 16:15:23-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update dtc2278 driver - common dtc2278_init() for built-in and module - touch hwifs only if hwif->chipset == ide_unknown for both ports, so we don't thrash already used hwifs when loading module - release hwif only if hwif->chipset == ide_dtc2278 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.6.74, 2003-09-29 16:15:08-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update ali14xx driver - common ali14xx_init() for built-in and module - do not call findPort() twice - touch hwifs only if chipset was found and initialized - release hwif only if hwif->chipset == ide_ali14xx - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.6.73, 2003-09-29 16:14:53-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] fix /proc/ide/hdX/settings Blind strncpy()->strlcpy() conversion in 2.5.70 made it impossible to change any setting, revert it. ChangeSet@1.1342.6.72, 2003-09-29 16:12:49-07:00, torvalds@home.osdl.org Merge bk://bk.arm.linux.org.uk/linux-2.6-serial into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1267.1.19, 2003-09-29 23:57:02+01:00, rmk@flint.arm.linux.org.uk [SERIAL] Change maintainer entry for serial. Finally admit defeat and change the maintainers entry for 8250/16x50 serial. ChangeSet@1.1349, 2003-09-29 12:48:49-07:00, adobriyan@mail.ru [PATCH] PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/ ChangeSet@1.1347, 2003-09-29 12:23:22-07:00, lxiep@us.ibm.com [PATCH] PCI Hotplug: export hotplug_slots subsys This is needed for the PPC64 PCI hotplug driver. ChangeSet@1.1342.6.71, 2003-09-29 11:42:09-07:00, bgerst@didntduck.org [PATCH] i386 do_machine_check() is redundant. This removes "do_machine_check()" in favour of just calling the appropriate machine check handler directly from the lowlevel exception code. ChangeSet@1.1342.6.70, 2003-09-29 11:40:21-07:00, armin@melware.de [PATCH] Eicon ISDN driver: cleanups Removed doubled header file includes. Removed includes of version.h. Removed the use of __KERNEL_SYSCALLS__ ChangeSet@1.1342.6.69, 2003-09-29 11:40:09-07:00, armin@melware.de [PATCH] Eicon ISDN driver: fix compile error fix compiler error of badly punctuated macro definitions. ChangeSet@1.1342.6.68, 2003-09-29 10:39:30-07:00, davej@redhat.com [PATCH] VIA Typo in i2c. ChangeSet@1.1342.6.67, 2003-09-29 10:39:18-07:00, davej@redhat.com [PATCH] Correct URL in h8300 README ChangeSet@1.1342.6.66, 2003-09-29 10:39:04-07:00, davej@redhat.com [PATCH] logic thinko in i2c ChangeSet@1.1342.6.65, 2003-09-29 10:38:51-07:00, davej@redhat.com [PATCH] fix leak in btaudio ChangeSet@1.1342.6.64, 2003-09-29 10:38:38-07:00, davej@redhat.com [PATCH] Cleanup SEP errata workaround. This looks a little simpler, and has the same effect. ChangeSet@1.1342.6.63, 2003-09-29 10:38:26-07:00, davej@redhat.com [PATCH] ULL fixes for qlogicfc ChangeSet@1.1342.6.62, 2003-09-29 10:38:12-07:00, davej@redhat.com [PATCH] Correct address in MAINTAINERS ChangeSet@1.1342.6.61, 2003-09-29 10:37:58-07:00, davej@redhat.com [PATCH] K7 MCE handler fixes. Don't poke bank 0 on Athlon, some of them don't like it and raise spurious MCEs. ChangeSet@1.1342.6.60, 2003-09-29 10:37:45-07:00, davej@redhat.com [PATCH] megaraid ULL fix. ChangeSet@1.1342.6.59, 2003-09-29 10:37:33-07:00, smurf@play.smurf.noris.de [PATCH] minor edit typo Editor wraparound and comments don't always like each other. ChangeSet@1.1342.6.58, 2003-09-29 10:28:00-07:00, bunk@fs.tum.de [PATCH] select for fs/Kconfig This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs). ChangeSet@1.1342.6.57, 2003-09-29 10:27:53-07:00, axboe@suse.de [PATCH] kill CDROM_SEND_PACKET The CDROM_SEND_PACKET ioctl is both slow and ugly, this patch keeps the functionality but utilizes the much better sg_io() framework. ChangeSet@1.1342.6.56, 2003-09-29 10:27:44-07:00, piggin@cyberone.com.au [PATCH] remove bogus UP on SMP kernel error This removes a bogus error message in the bogomips reporting code when running an SMP kernel on UP. It makes the output consistent with what you see on an SMP box. I noticed this while testing, but it recently annoyed me again when booting a knoppix CD - its the first line you'll see. ChangeSet@1.1342.6.55, 2003-09-29 10:17:49-07:00, torvalds@home.osdl.org Select the i8042 driver for mouse and keyboard only on PC's. Other architectures have other low-level serial chips. Make "PC" configuration shorthand (same as "X86 && !EMBEDDED" right now, but other PC-like architectures may start using it) ChangeSet@1.1342.6.54, 2003-09-29 10:04:21-07:00, geert@linux-m68k.org [PATCH] Generic serial warning Generic serial: jiffies are unsigned long ChangeSet@1.1342.6.53, 2003-09-29 10:04:14-07:00, geert@linux-m68k.org [PATCH] M68k sched_clock() M68k: Add sched_clock() (introduced in 2.6.0-test6) ChangeSet@1.1342.6.52, 2003-09-29 10:04:04-07:00, geert@linux-m68k.org [PATCH] Amiga A2232 Serial typo A2232 Serial: Fix typo ChangeSet@1.1342.6.51, 2003-09-29 10:03:57-07:00, geert@linux-m68k.org [PATCH] Zorro include guards Zorro: Make closing include guards consistent with opening include guards ChangeSet@1.1342.6.50, 2003-09-29 10:03:47-07:00, geert@linux-m68k.org [PATCH] Amiga GVP-II SCSI fix GVP-II SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead. ChangeSet@1.1342.6.49, 2003-09-29 10:03:39-07:00, geert@linux-m68k.org [PATCH] Amiga A2091 SCSI fix A2091 SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead. ChangeSet@1.1342.6.48, 2003-09-29 10:03:30-07:00, geert@linux-m68k.org [PATCH] Amiga Zorro bus doc updates Amiga Zorro bus: Update the docs to match the current situation. ChangeSet@1.1342.6.47, 2003-09-29 10:03:21-07:00, geert@linux-m68k.org [PATCH] Dmasound config Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from Christoph Hellwig). ChangeSet@1.1342.6.46, 2003-09-29 10:03:13-07:00, geert@linux-m68k.org [PATCH] Macintosh SMC 9194 Ethernet is broken Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions) ChangeSet@1.1342.6.45, 2003-09-29 10:03:04-07:00, geert@linux-m68k.org [PATCH] Atari NCR5380 SCSI is broken Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete) ChangeSet@1.1342.6.44, 2003-09-29 10:02:56-07:00, geert@linux-m68k.org [PATCH] Sun-3/3x frame buffer device is broken Sun-3/3x frame buffer device is broken (needs update to new fbdev and sbuslib frameworks) ChangeSet@1.1342.6.43, 2003-09-29 10:02:47-07:00, geert@linux-m68k.org [PATCH] Amiga Cybervision 64/3D frame buffer device is broken Amiga Cybervision 64/3D frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.6.42, 2003-09-29 10:02:39-07:00, geert@linux-m68k.org [PATCH] Amiga Retina Z3 frame buffer device is broken Amiga Retina Z3 frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.6.41, 2003-09-29 10:02:31-07:00, geert@linux-m68k.org [PATCH] Amiga CyberVision 64 frame buffer device is broken Amiga CyberVision 64 frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.6.40, 2003-09-29 10:02:23-07:00, geert@linux-m68k.org [PATCH] Atari frame buffer device is broken Atari frame buffer device is broken (needs update to new fbdev framework and new iplan2p* drawing operations) ChangeSet@1.1342.6.39, 2003-09-29 10:02:14-07:00, geert@linux-m68k.org [PATCH] Macintosh CS89x0 Ethernet is broken Macintosh CS89x0 Ethernet is broken (needs netif updates) ChangeSet@1.1342.6.38, 2003-09-29 10:02:06-07:00, geert@linux-m68k.org [PATCH] MVME166/7 CD2401 serial is broken MVME166/7 CD2401 serial is broken (needs taskqueue updates) ChangeSet@1.1342.6.37, 2003-09-29 10:01:57-07:00, geert@linux-m68k.org [PATCH] Atari Pamsnet Ethernet is broken Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI) ChangeSet@1.1342.6.36, 2003-09-29 10:01:49-07:00, geert@linux-m68k.org [PATCH] Atari Bionet Ethernet is broken Atari Bionet Ethernet is broken (needs netif updates and broken ACSI) ChangeSet@1.1342.6.35, 2003-09-29 10:01:39-07:00, geert@linux-m68k.org [PATCH] Amiga GVP-II SCSI is broken Amiga GVP-II SCSI is broken (needs SCSI device list updates and gvp11_bus_reset()) ChangeSet@1.1342.6.34, 2003-09-29 10:01:31-07:00, geert@linux-m68k.org [PATCH] Amiga A2091 SCSI is broken Amiga A2091 SCSI is broken (needs SCSI device list updates and a2091_bus_reset()) ChangeSet@1.1342.6.33, 2003-09-29 10:01:22-07:00, geert@linux-m68k.org [PATCH] 53c7xx SCSI core is broken 53c7xx SCSI core is broken (needs SCSI updates (has_cmdblocks and device lists)), breaking the following drivers: - Amiga A4000T SCSI - Amiga A4091 SCSI - Amiga WarpEngine SCSI - Amiga Blizzard PowerUP 603e+ SCSI - MVME16x NCR53C710 SCSI - BVME6000 NCR53C710 SCSI ChangeSet@1.1342.6.32, 2003-09-29 10:01:14-07:00, geert@linux-m68k.org [PATCH] Atari ACSI is broken Atari ACSI is broken (needs bio updates) ChangeSet@1.1342.6.31, 2003-09-29 10:01:07-07:00, geert@linux-m68k.org [PATCH] Macintosh SWIM IOP floppy is broken Macintosh SWIM IOP floppy is broken (needs bio updates) ChangeSet@1.1342.6.30, 2003-09-29 10:00:59-07:00, geert@linux-m68k.org [PATCH] Atari ST-RAM swap is broken Atari ST-RAM swap is broken (needs swap updates) ChangeSet@1.1342.6.29, 2003-09-29 10:00:50-07:00, geert@linux-m68k.org [PATCH] Atari Hades support is broken Atari Hades support is broken (needs updates for the new PCI code) ChangeSet@1.1342.6.28, 2003-09-29 10:00:42-07:00, geert@linux-m68k.org [PATCH] Macintosh 8390 Ethernet update Mac8390: Update for netdevice/8390 core changes in 2.5.8 ChangeSet@1.1342.6.27, 2003-09-29 10:00:34-07:00, geert@linux-m68k.org [PATCH] Atari ACSI fix Atari ACSI: Add missing include and fix duplicate parameter type ChangeSet@1.1342.6.26, 2003-09-29 10:00:26-07:00, geert@linux-m68k.org [PATCH] Mac SWIM floppy missing include Mac SWIM floppy: Add missing include ChangeSet@1.1342.6.25, 2003-09-29 10:00:18-07:00, geert@linux-m68k.org [PATCH] Atari ST-RAM missing include Atari ST-RAM: Add missing include ChangeSet@1.1342.6.24, 2003-09-29 10:00:10-07:00, geert@linux-m68k.org [PATCH] M68k bitops M68k bitops: Make input parameters of *find*bit() routines const: - find_first_zero_bit() - find_next_zero_bit() - sched_find_first_bit() ChangeSet@1.1342.6.23, 2003-09-29 10:00:01-07:00, geert@linux-m68k.org [PATCH] M68k PCI M68k PCI: Include , like all other archs do ChangeSet@1.1342.6.22, 2003-09-29 09:59:53-07:00, geert@linux-m68k.org [PATCH] Q40/Q60 interrupts Q40/Q60: Fix warnings, add diagnostic message (from Richard Zidlicky) ChangeSet@1.1342.6.21, 2003-09-29 09:59:44-07:00, geert@linux-m68k.org [PATCH] Sun-3 SCSI Sun-3 SCSI updates (from Sam Creasey): - Define sun3scsi_release() in sun3_scsi and sun3_scsi_vme so that the drivers will actually be loaded by the SCSI subsystem. - Remove some warnings. ChangeSet@1.1342.6.20, 2003-09-29 09:59:36-07:00, geert@linux-m68k.org [PATCH] Sun-3 bootmem Sun-3: Use init_bootmem_node() instead of init_bootmem() for Sun-3, to avoid setting min/max_low_pfn in init_bootmem(). This was screwing up SCSI, and the new method is more like m68k/motorola. (from Sam Creasey) ChangeSet@1.1342.6.19, 2003-09-29 09:59:27-07:00, geert@linux-m68k.org [PATCH] Q40/Q60 interrupts Q40/Q60: Must handle keyboard interrupts even before they are registered (from Richard Zidlicky) ChangeSet@1.1342.6.18, 2003-09-29 09:59:19-07:00, geert@linux-m68k.org [PATCH] m68k zImage m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default ChangeSet@1.1342.6.17, 2003-09-29 09:52:40-07:00, Andries.Brouwer@cwi.nl [PATCH] jfs sparse fixes ChangeSet@1.1342.6.16, 2003-09-29 09:52:31-07:00, Andries.Brouwer@cwi.nl [PATCH] jbd sparse fixes ChangeSet@1.1342.6.15, 2003-09-29 09:52:22-07:00, Andries.Brouwer@cwi.nl [PATCH] hpfs sparse fixes ChangeSet@1.1342.6.14, 2003-09-29 09:52:14-07:00, Andries.Brouwer@cwi.nl [PATCH] hfs sparse fixes ChangeSet@1.1342.6.13, 2003-09-29 09:52:07-07:00, Andries.Brouwer@cwi.nl [PATCH] freevxfs sparse fixes ChangeSet@1.1342.6.12, 2003-09-29 09:51:59-07:00, Andries.Brouwer@cwi.nl [PATCH] fat sparse fixes ChangeSet@1.1342.6.11, 2003-09-29 09:51:47-07:00, Andries.Brouwer@cwi.nl [PATCH] ext3 sparse fixes ChangeSet@1.1342.6.10, 2003-09-29 09:51:38-07:00, Andries.Brouwer@cwi.nl [PATCH] befs sparse fixes ChangeSet@1.1342.6.9, 2003-09-29 09:51:30-07:00, Andries.Brouwer@cwi.nl [PATCH] affs sparse fixes ChangeSet@1.1267.1.18, 2003-09-29 16:52:40+01:00, trini@org.rmk.(none) [SERIAL] Make the Startech UART detection 'more correct' ChangeSet@1.1342.1.86, 2003-09-29 00:03:27-03:00, acme@conectiva.com.br o NET: net/netsyms.c bites the dust ChangeSet@1.1342.1.85, 2003-09-28 23:58:51-03:00, acme@conectiva.com.br o NET: move fs/file_table.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.84, 2003-09-28 23:54:24-03:00, acme@conectiva.com.br o NET: move fs/fcntl.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.83, 2003-09-28 23:49:26-03:00, acme@conectiva.com.br o NET: move drivers/net/loopback.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.82, 2003-09-28 23:45:22-03:00, acme@conectiva.com.br o NET: move drivers/net/Space.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.81, 2003-09-28 23:41:39-03:00, acme@conectiva.com.br o NET: move net/xfrm/xfrm_algo.c EXPORT_SYMBOL_GPLs from net/netsyms.c ChangeSet@1.1342.1.80, 2003-09-28 23:32:59-03:00, acme@conectiva.com.br o NET: move rest of net/sched/*.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.79, 2003-09-28 23:24:16-03:00, acme@conectiva.com.br o NET: move net/802/*.c EXPORT_SYMBOLs from net/netsyms.c Also add #include to include/net/pkt_sched.h, as it uses functions defined on this include (netif_queue_stopped, etc). Ah, the other datalink stuff was moved as well (eth.c, pe2.c) ChangeSet@1.1342.1.78, 2003-09-28 23:06:21-03:00, acme@conectiva.com.br o NET: move net/ipv4/{ip_input,sysctl_net_ipv4}.c EXPORT_SYMBOLs from net/netsyms.c And also a leftover to net/ipv4/af_inet.c ChangeSet@1.1342.1.77, 2003-09-28 22:56:57-03:00, acme@conectiva.com.br o NET: move net/ipv4/inetpeer.c EXPORT_SYMBOLs from net/netsyms.c And some leftovers from previous changesets also moved to net/core/dev.c and net/sched/sch_api.c ChangeSet@1.1342.1.76, 2003-09-28 22:41:45-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_fragment.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.75, 2003-09-28 22:08:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.74, 2003-09-28 22:01:33-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_options.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.73, 2003-09-28 21:48:16-03:00, acme@conectiva.com.br o NET: move net/ipv4/protocol.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.72, 2003-09-28 21:32:00-03:00, acme@conectiva.com.br o NET: move net/ipv4/fib_frontend.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.71, 2003-09-28 21:14:52-03:00, acme@conectiva.com.br o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.70, 2003-09-28 21:06:45-03:00, acme@conectiva.com.br o NET: move net/ipv4/igmp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.69, 2003-09-28 21:01:47-03:00, acme@conectiva.com.br o NET: move net/ipv4/route.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.68, 2003-09-28 20:56:20-03:00, acme@conectiva.com.br o NET: move net/core/link_watch.c EXPORT_SYMBOLs from net/netsyms.c Also fix a typo. ChangeSet@1.1342.1.67, 2003-09-28 20:47:46-03:00, acme@conectiva.com.br o NET: move net/core/dv.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.66, 2003-09-28 20:41:16-03:00, acme@conectiva.com.br o NET: move net/core/filter.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.65, 2003-09-28 20:26:41-03:00, acme@conectiva.com.br o NET: move net/core/flow.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.64, 2003-09-28 20:19:02-03:00, acme@conectiva.com.br o NET: move net/core/dev_mcast.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.63, 2003-09-28 20:10:29-03:00, acme@conectiva.com.br o NET: move net/core/dst.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.62, 2003-09-28 20:04:44-03:00, acme@conectiva.com.br o NET: move net/core/utils.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.61, 2003-09-28 19:57:36-03:00, acme@conectiva.com.br o NET: move net/core/iovec.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.60, 2003-09-28 19:51:49-03:00, acme@conectiva.com.br o NET: move net/core/scm.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.59, 2003-09-28 19:45:07-03:00, acme@conectiva.com.br o NET: move net/sched/sch_api.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.58, 2003-09-28 19:40:28-03:00, acme@conectiva.com.br o NET: move net/core/datagram.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.57, 2003-09-28 19:30:37-03:00, acme@conectiva.com.br o NET: move net/core/wireless.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.56, 2003-09-28 19:26:25-03:00, acme@conectiva.com.br o NET: move net/ipv4/arp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.55, 2003-09-28 19:14:09-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.54, 2003-09-28 19:05:34-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_timer.c EXPORT_SYMBOLs from net/netsyms.c Also move the EXPORT_SYMBOL(tcp_statistics) to net/ipv4/tcp.c, so that finally the tcp.h header can be removed from net/netsyms.c, ctags doesn't catches the variables defined with DEFINE_SNMP_STAT :-\ ChangeSet@1.1342.1.53, 2003-09-28 18:50:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_input.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.52, 2003-09-28 18:38:21-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_minisocks.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.51, 2003-09-28 17:58:07-03:00, acme@conectiva.com.br o NET: move net/core/ethtool.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.50, 2003-09-28 17:44:00-03:00, acme@conectiva.com.br o NET: move net/ipv4/devinet.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.49, 2003-09-28 17:21:01-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_sockglue.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.6.7, 2003-09-28 11:43:45-07:00, torvalds@home.osdl.org Merge bk://kernel.bkbits.net/jgarzik/misc-2.5 into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1342.1.48, 2003-09-28 14:01:26-03:00, acme@conectiva.com.br o NET: move net/sched/police.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.47, 2003-09-28 13:57:10-03:00, acme@conectiva.com.br o NET: move net/sched/sch_generic.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.46, 2003-09-28 13:52:27-03:00, acme@conectiva.com.br o NET: move net/core/rtnetlink.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.45, 2003-09-28 13:45:47-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.44, 2003-09-28 13:41:12-03:00, acme@conectiva.com.br o NET: move net/ipv4/udp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.43, 2003-09-28 13:35:00-03:00, acme@conectiva.com.br o NET: move net/core/netfilter.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.42, 2003-09-28 13:29:22-03:00, acme@conectiva.com.br o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.41, 2003-09-28 13:22:53-03:00, acme@conectiva.com.br o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.40, 2003-09-28 13:13:49-03:00, acme@conectiva.com.br o NET: move net/core/skbuff.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.39, 2003-09-28 13:05:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.8.3, 2003-09-28 10:31:20-04:00, mzyngier@freesurf.fr [PATCH] ne3210 update The enclosed patch ports the ne3210 driver over the EISA probing API. It also fixes some ioremap/isa_memcopy_fromio problems (depending on where the card memory was mapped) by using ioremap unconditionally and letting memcopy_fromio do the right thing. Finally, it removes the card from Space.c (warning, potential interface renumbering !). The module options are currently disabled, until Rusty's module_param_array() patch is included. I will re-introduce them ASAP. Quite heavily tested on x86. ChangeSet@1.1342.8.2, 2003-09-28 10:31:04-04:00, shemminger@osdl.org [PATCH] Fix warnings in hamradio/baycom build Sorry, overlooked the corresponding .h file in that patch, here it is. ChangeSet@1.1342.8.1, 2003-09-28 10:30:55-04:00, romieu@fr.zoreil.com [PATCH] Fix debug statement after return in drivers/net/wireless/arlan-main.c This patch applies to 2.5.68 and is listed on kbugs.org. The debug statement is never executed because it is after a return. ChangeSet@1.1342.6.6, 2003-09-28 01:10:28-04:00, jgarzik@redhat.com [BK] "bk ignore" aic7xxx auto-generated files ChangeSet@1.1342.1.38, 2003-09-28 01:45:08-03:00, acme@conectiva.com.br o NET: move net/ipv4/af_inet.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.37, 2003-09-28 01:30:48-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_ipv4.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.7.1, 2003-09-28 00:24:59-04:00, jgarzik@redhat.com [janitor] Replace bcopy() uses with memcpy(), where possible. Affects: JFS, scsi/{sym,sym2}, arch/ia64/sn/io/sn2/{module,pic}.c ChangeSet@1.1342.1.36, 2003-09-28 01:21:35-03:00, acme@conectiva.com.br o NET: move net/core/neighbour.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.6.5, 2003-09-28 00:17:50-04:00, jgarzik@redhat.com Misc warning fixes: * block/cciss: eliminate "comparison always false" warning * char/agp/amd64-agp: properly suffix 64-bit constants * ide/legacy/pdc4030: fix incomplete conversion to new IDE module API ChangeSet@1.1342.6.4, 2003-09-28 00:15:50-04:00, jgarzik@redhat.com [wireless arlan] fix modular build 'probe' module parameter is only used when arlan is built as a module. ChangeSet@1.1342.6.3, 2003-09-28 00:15:00-04:00, jgarzik@redhat.com [MCA] don't include linux/mca-legacy.h from linux/mca.h. As the functions and definitions in linux/mca-legacy.h are deprecated, require that users explicitly include linux/mca-legacy.h as needed. Prior to this change, _all_ users of linux/mca.h (i.e. proper users) issued a warning at compile time, when the MCA legacy API was enabled. Now only actual users of the legacy API cause warnings, not all MCA drivers. ChangeSet@1.1342.6.2, 2003-09-28 00:12:42-04:00, jgarzik@redhat.com [MCA] convert mca-proc to use not-deprecated functions ChangeSet@1.1342.6.1, 2003-09-28 00:12:06-04:00, jgarzik@redhat.com [MCA] include linux/mca-legacy.h directly, to access deprecated MCA API ChangeSet@1.1342.1.35, 2003-09-28 01:10:34-03:00, acme@conectiva.com.br o NET: move net/core/sock.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.34, 2003-09-28 00:54:02-03:00, acme@conectiva.com.br o NET: move net/core/dev.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.1.33, 2003-09-27 17:46:14-07:00, torvalds@home.osdl.org Linux 2.6.0-test6 TAG: v2.6.0-test6