Summary of changes from v2.6.0-test6 to v2.6.0-test7 ============================================ [SCTP] PPC64 port: Don't overload the optval arg of ADDRS_NUM socket options with different types for input and output. Instead use it only as an input arg and return the no. of addresses in the return value. [SERIAL] Fix for NS16550A on a Super I/O on PPC On some PowerPC machines with a National Semiconductor Super I/O chip, we have a divisor other than 1.625 Hz. So when detecting a Super I/O, don't change baud_base again. sync 2.4.22 changes into 2.6 Note that this restores CONFIG_ACPI_HT_ONLY as a sub-set of CONFIG_ACPI rather than a dependency. Handle BIOS with _CRS that fails (Jun Nakajima) [ACPI] Handle systems that specify non-ACPI-compliant SCI over-rides (Jun Nakajima) Extended IRQ resource type for nForce (Andrew de Quincey) IBM ThinkPAD T30/T40 oops (David Shaohua Li) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98849 remove ASUS A7V BIOS version 1011 from blacklist (Eric Valette) ACPI_CA_VERSION 0x20030916 [SCTP] ADDIP: Support to send ASCONF chunk with ADD/DEL IP params. [SCTP] ADDIP: Handle ERROR chunk in response to an ASCONF chunk. Disable sending any further ASCONF chunks and stop its T-4 timer if the peer responds to an ASCONF with an ERROR chunk. [ACPI] avoid alloc_bootmem() for accessing ACPI tables some platforms use ACPI tables to find memory (Jesse Barnes) [ACPI] Fix IO-APIC mode SCI interrupt storm on Tyan http://bugzilla.kernel.org/show_bug.cgi?id=774 [ACPI] acpi_disabled is used after __initdata is freed. fixes random battery module loading problem -- SuSE bug #30477 (Andi Kleen) [ACPI] fix IO-APIC mode SCI storm due to sharing with PCI device (David Shaohua Li) http://bugzilla.kernel.org/show_bug.cgi?id=1165 [CPUFREQ] Typo. [XFS] Be consistent about when we dump error messages. Make sure the hex component of an error message only comes out when the message does. SGI Modid: 2.5.x-xfs:slinx:153268a [XFS] Allow full 32 bits in sector number when XFS_BIG_BLKNOS not set SGI Modid: 2.5.x-xfs:slinx:158757a [XFS] Change dm_send_destroy_event to use vnode ptrs rather than bhv ptrs SGI Modid: 2.5.x-xfs:slinx:158752a [SCTP] ADDIP: Support for the creation of ASCONF_ACK chunk (Kevin). [XFS] use dev_t less in xfs SGI Modid: 2.5.x-xfs:slinx:158772a [XFS] Switch pagebuf hashing to be based on the block_device address rather than the dev_t. Should give better distribution. Mod from Al Viro. SGI Modid: 2.5.x-xfs:slinx:158800a Remove dead file xfs_attr_fetch.c [XFS] Remove dead flags SGI Modid: 2.5.x-xfs:slinx:158820a [XFS] remove unused va_fsid field SGI Modid: 2.5.x-xfs:slinx:158823a [ACPI] remove __initdata from acpi_disabled for module use (Andi Kleen) [XFS] remove dead function xfs_trans_iput SGI Modid: 2.5.x-xfs:slinx:158917a [ACPI] For ThinkPad -- carry on in face of ECDT probe failure (Andi Kleen) [PATCH] USB: New unusual_devs.h entry (Minolta DiMAGE E223 Digital Camera) [XFS] Fix a broken interaction between a buffered read into an unwritten extent and a direct write SGI Modid: 2.5.x-xfs:slinx:159030a [XFS] Make dm_send_data_event use vp rather than bhv SGI Modid: 2.5.x-xfs:slinx:158840a [XFS] Clean up inode revalidation code slightly SGI Modid: 2.5.x-xfs:slinx:159031a [XFS] Fix build SGI Modid: 2.5.x-xfs:slinx:159047a [XFS] fix merge error in pagebuf flush logic, bogus spinlock obtain was left in the code. SGI Modid: 2.5.x-xfs:slinx:159049a [XFS] fix the other half of the merge snafu SGI Modid: 2.5.x-xfs:slinx:159051a [XFS] fix log recovery report string formatting SGI Modid: 2.5.x-xfs:slinx:159052a [pci] Remove drivers/pci/power.c The old-school method of power management, using the pm_send() interface, is superceded by the centralized driver model, which handles walking the tree and calling each device's suspend/resume methods. [pci] Remove ->save_state() from struct pci_driver. It is not called, and unused. [pci] Really delete drivers/pci/power.c [PATCH] Remove ->save_state() in nsp32.c Remove the uncalled and unneeded struct pci_driver::save_state() in drivers/scsi/nsp32.c [PATCH] Remove ->save_state() from vlsi_ir.c Remove the unneeded and uncalled struct pci_driver::save_state(). [PATCH] Remove ->save_state() in sc1200.c This removes the uncalled and unneeded method struct pci_driver::save_state(). The contents of ->save_state() were folded into ->suspend(), though the semantics don't seem exactly right - the hwifs should not be iterated over there; the driver core should take care of that. But, that code will never get executed as is, since neither function should ever be called with (state == 0). [PCMCIA] kill useless CS_RELEASE printing We've forked from pcmcia_cs long time ago so this version number printing is pretty useless. IMHO all printks should go away completly but I'll rather leave that to the individual maintainers.. [PCMCIA] Add missing ZV parts the following patch adds the parts missing in 2.6 for ZV support (from 2.4) against 2.6.0-t5-bk. [PCMCIA] remove unneeded includes Patch via Randy Dunlap version.h cleanup of drivers/pcmcia test compiled on 2.6.0-test5-bk3. [CPUFREQ] Merge AMD Opteron/Athlon64 powernow driver. [CPUFREQ] update supported CPUs list in Documentation. [PATCH] shut up gcc 3.3 for scripts/pnmtologo.c This patch makes some ints to unsigned ints. They are only used as loop counters and compared to unsigned ints. GCC 3.3 doesn't like this. They will never be negative anyway, so we could easily shut him up. kbuild: Remove all cscope files during mrproper From: GOTO Masanori cscope generaltes various files, with different extension. Make sure to delete all cscope files during mrproper [PCMCIA] Socket quiescing changes This patch changes the way in which we turn off power to PCMCIA sockets. We have traditionally relied on the socket drivers "init" method to shut down the power to the socket by calling its own "set_socket" function. Rather than relying on all socket drivers replicating this behaviour, we move this into the core by calling the "set_socket" method explicitly after we clear out the socket state structure. o NET: move net/core/dev.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/sock.c EXPORT_SYMBOLs from net/netsyms.c [MCA] include linux/mca-legacy.h directly, to access deprecated MCA API [MCA] convert mca-proc to use not-deprecated functions [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. [wireless arlan] fix modular build 'probe' module parameter is only used when arlan is built as a module. 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 o NET: move net/core/neighbour.c EXPORT_SYMBOLs from net/netsyms.c [janitor] Replace bcopy() uses with memcpy(), where possible. Affects: JFS, scsi/{sym,sym2}, arch/ia64/sn/io/sn2/{module,pic}.c o NET: move net/ipv4/tcp_ipv4.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/af_inet.c EXPORT_SYMBOLs from net/netsyms.c [BK] "bk ignore" aic7xxx auto-generated files [CPUFREQ] powernow-k8 compile fix [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. [PATCH] Fix warnings in hamradio/baycom build Sorry, overlooked the corresponding .h file in that patch, here it is. [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. o NET: move net/ipv4/tcp.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/skbuff.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/netfilter.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/udp.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/rtnetlink.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/sched/sch_generic.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/sched/police.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/ip_sockglue.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/devinet.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/ethtool.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/tcp_minisocks.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/tcp_input.c EXPORT_SYMBOLs from net/netsyms.c 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 :-\ o NET: move net/ipv4/ip_output.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/arp.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/wireless.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/datagram.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/sched/sch_api.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/scm.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/iovec.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/utils.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/dst.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/dev_mcast.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/flow.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/filter.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/dv.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/core/link_watch.c EXPORT_SYMBOLs from net/netsyms.c Also fix a typo. o NET: move net/ipv4/route.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/igmp.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/fib_frontend.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/protocol.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/ip_options.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/ipv4/ip_fragment.c EXPORT_SYMBOLs from net/netsyms.c 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 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 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) o NET: move rest of net/sched/*.c EXPORT_SYMBOLs from net/netsyms.c o NET: move net/xfrm/xfrm_algo.c EXPORT_SYMBOL_GPLs from net/netsyms.c o NET: move drivers/net/Space.c EXPORT_SYMBOLs from net/netsyms.c o NET: move drivers/net/loopback.c EXPORT_SYMBOLs from net/netsyms.c o NET: move fs/fcntl.c EXPORT_SYMBOLs from net/netsyms.c o NET: move fs/file_table.c EXPORT_SYMBOLs from net/netsyms.c o NET: net/netsyms.c bites the dust [CPUFREQ] Fix ordering in kconfig. [SERIAL] Make the Startech UART detection 'more correct' [ACPI] CONFIG_ACPI_RELAXED_AML from 2.4 http://bugzilla.kernel.org/show_bug.cgi?id=1248 [PATCH] affs sparse fixes [PATCH] befs sparse fixes [PATCH] ext3 sparse fixes [PATCH] fat sparse fixes [PATCH] freevxfs sparse fixes [PATCH] hfs sparse fixes [PATCH] hpfs sparse fixes [PATCH] jbd sparse fixes [PATCH] jfs sparse fixes [PATCH] m68k zImage m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default [PATCH] Q40/Q60 interrupts Q40/Q60: Must handle keyboard interrupts even before they are registered (from Richard Zidlicky) [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) [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. [PATCH] Q40/Q60 interrupts Q40/Q60: Fix warnings, add diagnostic message (from Richard Zidlicky) [PATCH] M68k PCI M68k PCI: Include , like all other archs do [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() [PATCH] Atari ST-RAM missing include Atari ST-RAM: Add missing include [PATCH] Mac SWIM floppy missing include Mac SWIM floppy: Add missing include [PATCH] Atari ACSI fix Atari ACSI: Add missing include and fix duplicate parameter type [PATCH] Macintosh 8390 Ethernet update Mac8390: Update for netdevice/8390 core changes in 2.5.8 [PATCH] Atari Hades support is broken Atari Hades support is broken (needs updates for the new PCI code) [PATCH] Atari ST-RAM swap is broken Atari ST-RAM swap is broken (needs swap updates) [PATCH] Macintosh SWIM IOP floppy is broken Macintosh SWIM IOP floppy is broken (needs bio updates) [PATCH] Atari ACSI is broken Atari ACSI is broken (needs bio updates) [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 [PATCH] Amiga A2091 SCSI is broken Amiga A2091 SCSI is broken (needs SCSI device list updates and a2091_bus_reset()) [PATCH] Amiga GVP-II SCSI is broken Amiga GVP-II SCSI is broken (needs SCSI device list updates and gvp11_bus_reset()) [PATCH] Atari Bionet Ethernet is broken Atari Bionet Ethernet is broken (needs netif updates and broken ACSI) [PATCH] Atari Pamsnet Ethernet is broken Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI) [PATCH] MVME166/7 CD2401 serial is broken MVME166/7 CD2401 serial is broken (needs taskqueue updates) [PATCH] Macintosh CS89x0 Ethernet is broken Macintosh CS89x0 Ethernet is broken (needs netif updates) [PATCH] Atari frame buffer device is broken Atari frame buffer device is broken (needs update to new fbdev framework and new iplan2p* drawing operations) [PATCH] Amiga CyberVision 64 frame buffer device is broken Amiga CyberVision 64 frame buffer device is broken (needs update to new fbdev framework) [PATCH] Amiga Retina Z3 frame buffer device is broken Amiga Retina Z3 frame buffer device is broken (needs update to new fbdev framework) [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) [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) [PATCH] Atari NCR5380 SCSI is broken Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete) [PATCH] Macintosh SMC 9194 Ethernet is broken Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions) [PATCH] Dmasound config Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from Christoph Hellwig). [PATCH] Amiga Zorro bus doc updates Amiga Zorro bus: Update the docs to match the current situation. [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. [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. [PATCH] Zorro include guards Zorro: Make closing include guards consistent with opening include guards [PATCH] Amiga A2232 Serial typo A2232 Serial: Fix typo [PATCH] M68k sched_clock() M68k: Add sched_clock() (introduced in 2.6.0-test6) [PATCH] Generic serial warning Generic serial: jiffies are unsigned long 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) [SCTP] Convert tv_add from static inline to a macro to fix an obscure assembler problem with parisc64. [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. [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. [PATCH] select for fs/Kconfig This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs). [PATCH] minor edit typo Editor wraparound and comments don't always like each other. [PATCH] megaraid ULL fix. [PATCH] K7 MCE handler fixes. Don't poke bank 0 on Athlon, some of them don't like it and raise spurious MCEs. [PATCH] Correct address in MAINTAINERS [PATCH] ULL fixes for qlogicfc [PATCH] Cleanup SEP errata workaround. This looks a little simpler, and has the same effect. [PATCH] fix leak in btaudio [PATCH] logic thinko in i2c [PATCH] Correct URL in h8300 README [PATCH] VIA Typo in i2c. [AGPGART] New VIA AGP PCI id. [PATCH] Eicon ISDN driver: fix compile error fix compiler error of badly punctuated macro definitions. [PATCH] Eicon ISDN driver: cleanups Removed doubled header file includes. Removed includes of version.h. Removed the use of __KERNEL_SYSCALLS__ [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. PPC32: Move a few more IBM-40x specific SPRs to the right file. [PATCH] PCI Hotplug: export hotplug_slots subsys This is needed for the PPC64 PCI hotplug driver. [PATCH] PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/ [XFS] Fix large filesystem mounts on 64-bit platforms (2.6.x change only) SGI Modid: 2.5.x-xfs:slinx:159170a [XFS] Fix arg sent to XFS_SEND_DATA - vnode, not bhv SGI Modid: 2.5.x-xfs:slinx:159068a [XFS] Re-work pagebuf & xfs stats to use per-cpu variables - big globals that are written all the time SGI Modid: 2.5.x-xfs:slinx:159069a [XFS] Re-work pagebuf stats macros to help support per-cpu data SGI Modid: 2.5.x-xfs:slinx:158653a [XFS] Close some holes in the metadata flush logic used during unmount, make sure we have no pending I/O completion calls for metadata, and that we only keep hold of metadata buffers for I/O completion if we want to. Still not perfect, but better than it was. SGI Modid: 2.5.x-xfs:slinx:158933a [SERIAL] Change maintainer entry for serial. Finally admit defeat and change the maintainers entry for 8250/16x50 serial. [PATCH] fix /proc/ide/hdX/settings Blind strncpy()->strlcpy() conversion in 2.5.70 made it impossible to change any setting, revert it. [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 [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 [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 [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 [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 o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/namei.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/buffer.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/dcache.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sched.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.c [ACPI] ACPI Component Architecture 20030918 (Bob Moore) Found and fixed a longstanding problem with the late execution of the various deferred AML opcodes (such as Operation Regions, Buffer Fields, Buffers, and Packages)... This fixes the "region size computed incorrectly" problem. Fixed several 64-bit issues with prototypes, casting and data types. Removed duplicate prototype from acdisasm.h [CPUFREQ] Longhaul >v1 can't use EBLCR for FSB, has to calculate it instead. [ACPI] CONFIG_ACPI is no longer necessary to enable HT (from 2.4.23) if (CONFIG_ACPI || CONFIG_SMP) CONFIG_ACPI_BOOT=y [ACPI] add CONFIG_ACPI_RELAXED_AML to config menu [ACPI] acpi_pci_link_allocate() should stick with irq.active if set. (Andrew de Quincey) Fixes OSDL #1186 "broken USB" and others [ACPI] GV3 IO port is 16-bits (Venkatesh Pallipadi) [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. [SMBFS]: Create OLD_TO_NEW_foo macros in highuid.h and use them instead of direct references to low2highfoo. [KERNEL]: Introduce list_for_each_entry_continue. [IPVS]: Simplify ip_vs_wrr_gcd_weight [IPVS]: The NQ scheduler must not return servers with weight 0. [IPVS]: Use list_for_each_entry_continue in some schedulers. [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 . [KERNEL]: Do not export set_cpus_allowed twice, and only if CONFIG_SMP. [IPV4]: Do pskb_may_pull in arp_rcv() not arp_process(). [IPV4]: In arp_rcv(), inspect skb->nh.arph after pskb_may_pull() not before. [IPIP]: Avoid duplicate policy checks. [EBTABLES]: Use vlan_hdr not vlan_ethhdr in ebt_vlan.c [SPARC64]: Always use sethi+jmpl to reach VISenter{,half}. [NET]: Fix HW_FLOWCONTROL on SMP. [XFS] When calculating the number of pages to probe for an unwritten extent, use the size of the extent, not the page count of the pagebuf which is initialized to zero. SGI Modid: 2.5.x-xfs:slinx:159206a [ACPI] acpi4asus-0.24a-0.25-2.6.0-test (Karol Kozimor) [ACPI] acpi4asus-0.25-0.26.diff (Karol Kozimor) [PATCH] USB: unusual_devs.h update [PATCH] USB: fix freecom.c This patch for 2.6 fixes freecom.c -- an error in return-code interpretation was introduced somewhere during 2.5. This also adds a few more checks to try to catch commands that appear to want to move data, but of length 0. This is likely a bug in some higher layer -- I'll bring it up on linux-scsi. [PATCH] USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6 I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test the following patch and see if it works now? [PATCH] USB: include/linux/usb.h Reduce constant string space by reusing __FILE__ [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. [PATCH] USB speedtouch: extra debug messages [PATCH] USB speedtouch: reduce memory usage Currently, incoming packets are reassembled in a sk_buff which is then sent to the upper layers. The sk_buff needs to be big enough to hold the worst case packet since the size cannot be known in advance. This would not be so bad if the ATM layer paid attention to the mtu (usually 1500 bytes), but for some reason it blithely ignores it and typically passes 9188 bytes as the maximum size. This means that at best 5/6 of the space in every sk_buff is wasted. So instead let's just allocate an assembly buffer (sarb) which gets reused for every packet, and copy each assembled packet into a minimally sized sk_buff before sending. [PATCH] USB speedtouch: neater check This change was applied to 2.4, but not to 2.5. [ACPI] build fix: remove 2nd __exit from asus_acpi.c [ACPI] deal with lack of acpi prt entries gracefully (Jesse Barnes) [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. [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. [NET]: Fix xfrm_algo.c module exports. [NET]: Use task->tgid instead of task->pid in SCM credentials code. [NET]: Modernize network device help text. [IRDA]: Get rid of destructor for irda devices. [IRDA]: Add alloc_irdadev() interface. [IRDA]: Convert irport to alloc_irdadev(). [IRDA]: Convert ali-ircc to alloc_irdadev(). [IRDA]: Convert donauboe to alloc_irdadev(). [IRDA]: Convert nsc-ircc to alloc_irdadev(). [IRDA]: Convert w83977af_ir to alloc_irdadev(). [IRDA]: Convert sir to alloc_irdadev(). [IRDA]: Convert via-ircc to alloc_irdadev(). [IRDA]: Use unregister_netdev instead of explicit reference to rtnl_lock. [IRDA]: Use register_netdev instead of explicit reference to rtnl_lock. [IRDA]: In smsc-ircc2 use request_region instead of check_region. [IRDA]: In smsc-ircc2 use request_region earlier in the setup process. [IRDA]: In smsc-ircc2, fix whitespace and indentation. [IRDA]: Convert smsc-ircc2 to alloc_irdadev(). [IRDA]: Convert irda-usb to alloc_irdadev(). [SERIAL] 2.6 ACPI serial discovery Patch from: Bjorn Helgaas This patch tweaks the 8250 ACPI namespace discovery to 1) add support for UARTs in IO port space 2) add support for non-extended IRQs 3) use acpi_walk_resources() to simplify processing the _CRS data, and 4) add error checking (ioremap failure, lack of MMIO address in _CRS). 5) uses KERN_ERR, KERN_WARNING, etc 6) complains if register_serial() fails (i.e., if UART_NR is too small) This is one step towards eliminating blind probing for devices on ia64. ACPI is supposed to tell us where legacy devices are; why not use that information? [PATCH] make ide-floppy work ide-floppy has screwy bio handling. I rewrote it and got confirmation from one tester (the only one :) that it actually works now. [PATCH] EFS set_blocksize() error handling There doesn't seem to be any active maintainer for EFS: It's either abandoned, or never required specific patches too badly (also quite possible in this case). It went into the tree in 2.3.2 and from there to 2.6.0-test6 I see nothing that would look like maintainer's update. OTOH, it's read-only and shouldn't be too badly broken (or hard to keep alive). Outside of trunk (i.e. in 2.4.16--) we have a backport of global 2.5 change (sb_bread()) and check for set_blocksize() failures (from Alan). This is the 2.6.x equivalent. [PATCH] AS fix This picks up another place where aliases where getting lost. And adds a couple of checks. I can't hang the osdl database thingy anymore. The transfer alias list loops could probably quite nicely be changed to if (unlikely(!list_empty( old_queuelist ))) __list_splice( old_queuelist, new_queuelist.prev); [PATCH] syscall number for vserver Vserver is a patch that implements BSD jail style virtual host semantics inside Linux, where every process not only runs in its own namespace (it reuses the chroot code for that, should switch to CLONE_NEWNS for 2.6), but also its own hostname and IP address as well as its own view of /proc. Because of that added functionality, it needs more than what is available in the LSM framework (which can only allow/deny permissions, not alter return values). The source code has been running stable for the last few years and is in use at quite a few service providers. The Fedora project also wants to use vserver for their build system. However, vserver for 2.4 just tacks their syscalls onto the end of the syscall table and the userland tools find those "dynamic numbers" somehow ... EWWWW. For 2.6 I'd like to do things right. At the moment the vserver patch has sys_new_s_context and sys_set_ipv4root calls, but since we'll probably end up getting an ipv6 call too and people are planning future functionality, I guess it would be more appropriate to multiplex these through one sys_vserver patch, in the same way sys_ipc works. For your reference, you can find more information about vserver on these pages: http://www.13thfloor.at/VServer/ http://www.solucorp.qc.ca/miscprj/s_context.hc I estimate the project has about a dozen developers now. We are planning on making the implementation for 2.6 fairly lightweight, reusing infrastructure from other code where possible and only doing things through sys_vserver where there is no other way. This small change just adds sys_vserver to the syscall table. [PATCH] Fix wrong CONFIG_* in comment Our tools are somewhat too stupid. They find a mistyped CONFIG_HIGMEM (missing 'H') and assume a dependency on config/higmem.h. Fix the comment. o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to mm/filemap.c o kernel/ksyms.c: set_cpus_schedule was EXPORT_SYMBOL_GPL, bring it back Originally, before this set of patches moving stuff out from kernel/ksyms.c, set_cpus_schedule was EXPORT_SYMBOL_GPL, my mistake, bring it back. Also follow Andrew Morton's suggestions of moving the EXPORT_SYMBOL{_GPL) even closer to the place where the symbol exported is defined, i.e. just after the symbol definition, this makes mistakes more difficult to happen, as when the symbol definition is #ifdefed the EXPORT_SYMBOL{_GPL} is in the same block. Fix bogus preprocessor end comment to match the real scope. o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/block_dev.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/super.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sysctl.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/inode.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/exec.c o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/seq_file.c [PATCH] fix btaudio error case Free the right buffer on allocation error [PATCH] UDF oops on inode read failure This fixes an oops with failed inode reads on UDF [PATCH] for Alpha against 2.6.0-test6 Here is a very small set of fixes for Linux/axp, with a new one for "sched_clock" just introduced. Note that all but the arch/alpha/mm/init.c are required for a clean build, since warnings->errors is still on. The arch/alpha/mm/init.c stuff is from Jeff for MARVEL, and MUST be there for any machines running the latest firmware... [PATCH] Alpha cypress CPU frequency calibration This fixes (again...) CPU frequency calibration on some platforms with the Cypress chip. That is, at some point CLOCK_TICK_RATE has been changed to represent RTC reference clock instead of PIC one. Which makes calibrate_cc_with_pic() produce utterly bogus results. [PATCH] qla1280 locking update This fixes the qla1280 driver to not try to release an unlocked spinlock at boot time - as well as a couple of other minor mods. I also changed the MMIO option to be dependant on X86_VISWS as it's really a chipset problem and not something each and every driver should be asking for. Getting a global CONFIG_MMIO_IS_BROKEN option would probable be a win here. [PATCH] dscc4 warning fixes - ifdef out a couple of unused functions - remove unused label - __setup function is not used when compiled as a module. [PATCH] Fix memory leak in hugetlbfs From: "Chen, Kenneth W" The hugetlbfs_fill_super() doesn't free up memory allocated for sbinfo on the way out in case of parsing error (and a few others). This leads to memory leak If root tries to mount a hugetlbfs with invalid mount option. Here is a patch that fix the problem. [PATCH] Fix double request_region in com20020 From: Herbert Xu Currently com20020 and com20020_cs both call request_region on the same block of ports leading to a conflict. This patch resolves this by moving request_region out of the generic driver and into the isa/pci/cs drivers. [PATCH] Add bin2c copyrights From: Oliver Xymoron I just noticed the ikconfig stuff made it into mainline via -mm. I also just noticed that it's based in part on a patch I posted almost 5 years ago: http://groups.google.com/groups?q=oliver+xymoron+config.gz&hl=en&lr=&ie=UTF-8&selm=fa.j8fsl5v.g08fjo%40ifi.uio.no&rnum=2 Sadly, after wandering aimlessly in the desert of unloved patches all those years, all attribution got lost. This adds a copyright + license to scripts/bin2c.c, which hasn't aged a day. [PATCH] Add missing label in isdn_common.c From: Herbert Xu The last change to isdn_common.c removed a label that is used when ISDN_PPP is defined. This patch puts it back. [PATCH] dev_t forward compatibility fix From: Andries.Brouwer@cwi.nl ext2 used a 32-bit field for dev_t, with possibly undefined storage following; thus, no action was required to go to 32-bit dev_t, but going to 64-bit dev_t required some subtlety: 0 was written in the first word and the 64 bits in the following two. Al truncated my 64-bit stuff to 32 bits but did not understand why there was this split, and wrote 0 followed by a single word. We should at least zero the word following to have well-defined storage later. [PATCH] x86 mman.h fix Remove duplicated #defines [PATCH] memory writeback/invalidation fixes From: "David S. Miller" This attempts to take care of 2 of the MM todos I had on my backlog: 1) Zap the stupid flush_cache_all() thing with more meaningful interfaces. 2) Resolve the ptrace user page access issues, first stage. The "first stage" mentioned for #2 is simply creating the user page accesor interfaces. The next stage needs to be mucking with get_user_pages() so that we can control when the flush_dcache_page() occurs. Then we: 1) For every platform where flush_dcache_page() is a non-nop add a call to the beginning of copy_{from,to}_user_page(). 2) Make access_process_vm() set the "no dcache flush" bit in it's call to get_user_pages(). The idea also was that we'd consolidate the write etc. boolean args passed to get_user_pages() into flag bits too. But at least with the below, we can delete that reminder FIXME comment from kernel/ptrace.c, the platforms have the necessary tools and just need to make use of it :) As a bonus I noticed that VMALLOC_VMADDR() did absolutely nothing. After all of this I only have 1 real TODO left, and that's dealing with the SMP TLB/pte invalidation stuff, very low priority until someone starts doing more work with sparc32/SMP in 2.6.x :) [PATCH] table-driven filesystems option parsing From: "Randy.Dunlap" , Will Dyson , me Add generic filesystem options parser (infrastructure) and use it to parse mount options in several filesystems (adfs, affs, autofs, autofs4, ext2, ext3, fat, hfs, hpfs, isofs, jfs, procfs, udf, and ufs). It saves between 128 and 512 bytes per filesystem. [PATCH] module parameter array fixes From: Rusty Russell Found this while converting netfilter modules to use the new parameters. Also fixes an out-by-one error in maximum elements you can put in array. The current "intarray" module params were never tested, and um, suck. Only one person uses them, and it looks painful. Since noone uses them, replace them with tested versions. [PATCH] check permission in ->open for /proc/sys/ From: Christoph Hellwig It's the only abuse of proc_iops left (except the totally b0rked comx driver). The patch is from Al, I just forward-ported it from 2.4. Background: struct proc_dir_entry has a struct inode_operations *proc_iops member, it's from Linux's stoneage and used internally by procfs to assign either the link or directory inode ops. Unfortunately some drivers started to abuse it do do bad things like create on lookup (that's the comx thingy which relies on unexported symbols and thus is broken for modular builds since mid-2.3) or various ->permission tricks (all gone by now). After this patch is gone I have another one that kills proc_iops and just uses a normal conditional inside procfs to assign the right one directly. [PATCH] fix memleak in mtd/chips/cfi_cmdset_0020.c From: Felipe W Damasio If other kmallocs failed after successfully allocating a "struct mtd_info", it should be freed before returning NULL. [PATCH] Fix bug in SELinux convert_context From: Stephen Smalley This patch fixes a bug introduced by earlier code cleanups in the SELinux convert_context code that manifests upon a policy reload that removes previously valid security attributes. Thanks to Magosanyi Arpad for reporting the bug. [PATCH] Pass nameidata to security_inode_permission hook From: Stephen Smalley This patch changes the security_inode_permission hook to also take a nameidata parameter in addition to the existing inode and mask parameters. A nameidata is already passed (although sometimes NULL) to fs/namei.c:permission(), and the patch changes exec_permission_lite() to also take a nameidata parameter so that it can pass it along to the security hook. The patch includes corresponding changes to the SELinux module to use the nameidata information when it is available; this allows SELinux to include pathname information in audit messages when a nameidata structure was supplied. [PATCH] scripts/pnmtologo.c warning fixes From: Rolf Eike Beer this patch makes some ints to unsigned ints. They are only used as loop counters and compared to unsigned ints. GCC 3.3 doesn't like this. They will never be negative anyway, so we could easily shut him up. [PATCH] befs: fix resource leak on register_filesystem failure From: Will Dyson Remember to free the inode cache if register_filesystem() fails. [PATCH] misc fixes - mpparse printk should be in hex (john stultz ) - fiddle with RCU copyright messages (Dipankar Sarma ) - use print_dev_t() for sysfs dev file in videodev.c (Gerd Knorr ) - comx-hw-munich.c 64-bit warning fix (Vinay K Nallamothu ) - random.c return val fix [PATCH] /proc/PID/auxv file and NT_AUXV core note From: Roland McGrath gdb really needs some way to know the AT_SYSINFO_EHDR value for a process being debugged or for the dead process described by a core file. Without this value, it can't find the information necessary to show backtraces of threads waiting in system calls. There are any number of ways this information could be made available. Here is one solution that provides more debugging information in a clean and general fashion. I've added access to the AT_* values passed to a process for third parties to examine for debugging purposes. The same data passed on the stack at startup is made available in /proc/PID/auxv and is written in an NT_AUXV note in core dumps. (Both of these are consistent with what Solaris does using the same names.) Here are two different patches that implement the same thing differently. The first patch uses a ref-counted data structure to copy the aux vector and shares among forked mm's until they exec and get a new one. The second patch avoids the complexity of that data structure by simply expanding the mm_struct with space to hold a copy of the data. Both patches work correctly; I have examined the new /proc/PID/auxv file and core dumps. I hope you will consider including one of these patches, or at least some way of getting at this information from the debugger. I am certainly open to other suggestions on implementing this feature, and to suggestions on alternative interfaces for getting the AT_SYSINFO_EHDR value cleanly. [PATCH] update Documentation/iostats.txt From: Rick Lindsley One typo corrected, and the references to 2.5 are minimized and mostly changed to 2.6. [PATCH] Fix compile warning in g_NCR5380 From: Andries.Brouwer@cwi.nl `generic_NCR5380_biosparam' declared `static' but never defined [PATCH] Fix allyesconfig for HugeTLB-less archs From: Geert Uytterhoeven Make that allyesconfig works on architectures that don't support HugeTLBs. [PATCH] ioctl32 fix to SG_IO From: Arun Sharma A minor bug fix to the ioctl32 code handling SG_IO. sgio->dxferp is not initialzed properly. [PATCH] Update James Morris's email address From: James Morris [PATCH] update unistd.h for sys_vserver [PATCH] Disable floppy and the related ioctl32s on some platforms From: Arun Sharma Based on some earlier discussion: http://marc.theaimsgroup.com/?t=106015010700002&r=1&w=2 here's a new patch that attempts to disable BLK_DEV_FD on platforms which don't support it. The patch also attempts to remove the duplication of the logic in compat_ioctl.h. [PATCH] Better UDF oops fix Rather than not kfree'ing the UDF data in the case of a bad inode (which still _may_ have had the UDF data already allocated to it), make sure to initialize the pointer to NULL properly when we're done with it. [COMPAT]: Fix net bonding driver ioctl translations. [PATCH] AS buglet This one won't cause hangs, but can trip some WARNs. [PATCH] Improve sget() performance sget() is pessimistic and assumes it won't find a superblock - and as a result it always pre-allocates a new one before even searching for an existing entry. If it finds an existing one, it free's the extra one it just allocated. Especially with /proc usage it usually _does_ find an existing superblock, so this is all extra work. It should allocate a new one only if it couldn't find an old one (and re-search). The same way as iget() does it. [PATCH] remove io context refcounting debug This removes the remains of some debugging stuff which was never really enabled properly - it never reported memory leaks. Its not useful for anyone but me. A proper solution involves counting all requests in flight and all threads but we'll probably put that just into mm. [SCTP] Fix bugs in conversions between msecs and jiffies. kbuild: fixes for separate output directory - Error out if specified directory does not exist - Do not build the kernel three times wheh specifying "defconfig all" - Removed warning when the target all was specified [XFS] Either handle preemption with get/put or not, but don't get without a put! Fix code for preemptable kernels. SGI Modid: 2.5.x-xfs:slinx:159379a [NETFILTER]: Fix UDP checksum in ip_nat_mangle_udp_packet, remove skb->csum hacks [NETFILTER]: Don't call ip_conntrack_put with ip_conntrack_lock held [NETFILTER]: LOCAL_OUT NAT fix. the 25_natcore-nohelper.patch (incorporated in 2.4.22) did actually make things not better. If a NAT rule was matched, num_manips can still be 0. However, some helpers (like PPTP) need to _always mangle the packets, even if there is no NAT mapping for a particular connection. On the other hand, as soon as CONFIG_IP_NF_LOCAL_NAT was disabled, we did end up half-mangling local (non-NAT'ed) connections. This patch removes the LOCAL_OUT hook from the NAT core unless CONFIG_IP_NF_NAT_LOCAL is enabled. [NETFILTER]: Add support for mIRC's 'server lookup' DCC address detection to ip_conntrack_irc.c [NETFILTER]: Make conntrack timeouts become sysctls. This patch introduces the /proc/sys/net/ipv4/netfilter/ directory for=20 the tuneable parameters of the conntrack engine of netfilter. The parameters which can currently be fine-tuned (if required at all)=20 are the ip_conntrack_max, and the conntrack timeout parameters in seconds. The default timeout value for the TCP CLOSE_WAIT state is raised to 3 days, which should cause less problems with long-lived half-closed TCP sessions. For the sake of compatibility with 2.4,=20 /proc/sys/net/ipv4/netfilter/ip_conntrack_max is duplicated as=20 /proc/sys/net/ipv4/ip_conntrack_max as well. [NETFILTER]: LOCAL_OUT NAT fix, part 2. Balazs Scheidler pointed out that we can fail to call ip_nat_setup_info for local NAT, which causes the connection to be added twice. Boom. Also move the hash table insertion into ip_nat_setup_info. [NETFILTER]: Add size check for udp packet mangling. [NETFILTER]: Fix REJECT is used in LOCAL_OUT. [NETFILTER]: Cosmetic update to ip6t_ipv6header. [NETFILTER]: Fix SO_ORIGINAL_DST, broken by earlier endianness fixes. [NET]: Consolidate skb delivery. [NET]: More likely/unlikely in skbuff.h [ARM] Fix ARM "make help" output Remove "initrd" target from help - it isn't a user target. [NETFILTER]: Add sysctl values missing from recent commit. [ELF]: Handle auxv bits more cleanly in mixed 32/64 bit environments. [ELF]: Fix bug in previous change, forgot to advance ei_index over AT_NULL entry. [SPARC64]: vmap/vunmap cache flushing need not do anything. We do though need an I-cache flush on spitfire chips when doing a module load. Happily this allows us to kill off flush_cache_all() from sparc64. [XFS] Code cleanup SGI Modid: 2.5.x-xfs:slinx:159439a [XFS] Code cleanup SGI Modid: 2.5.x-xfs:slinx:159439b [PATCH] fix vsyscall page in core dumps My change to core dumps that was included with the vsyscall DSO implementation had a bug (braino on my part). Core dumps don't include the full page of the vsyscall DSO, and so don't accurately represent the whole memory image of the process. This patch fixes it. I have tested it on x86, but not tested the same change to 32-bit core dumps on AMD64 (haven't even compiled on AMD64). I've also included the corresponding change for the IA64 code that was copied blindly from the x86 vsyscall implementation, which looks like more change than it is since I preserved the formatting of the copied code instead of arbitrarily diddling it along with the trivial symbol name changes. I haven't compiled or tested on ia64. [PATCH] small cleanup for VIA IDE driver ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_via82cxxx(), init_dma_via82cxxx() and via82cxxx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove via_enabled variable and now unnecessary init_dma_via82cxx(). Also do not set .init_{iops, dma} to NULL in via82cxxx.h (via82cxxx_chipsets[] is declared static). Bump driver's version number to reflect changes. Acked by Vojtech [PATCH] update pdc4030 driver - common pdc4030_init() for built-in and module - kill init_pdc4030() and enable_promise_support flag (no longer needed) - minor cleanups [PATCH] small cleanup for AMD/nVidia IDE driver ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_amd74xx(), init_dma_amd74xx() and amd74xx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove amd_enabled variable and now unnecessary init_dma_amd74xx(). Also do not set .init_{iops, dma} to NULL in amd74xx.h (amd74xx_chipsets[] is declared static). Bump driver's version number to reflect changes. Almost identical to the previous VIA case. [PATCH] USB: convert usbfs to use new fs parser code. [XFS] small cleanup SGI Modid: 2.5.x-xfs:slinx:159477a [PATCH] USB: remove reference to modules.txt in drivers/usb/input/Kconfig This patch removes the reference to Documentation/modules.txt, which has been removed. The patch was made against the current 2.6-bk tree. [PATCH] USB brlvger: Debug code fixes When compiling this driver with WRITE_DEBUG defined (for extra debug output), gcc outputs warnings for three similar printf statements. The specifier in each printf statement is not totally correct. This patch removes these warnings. [PATCH] USB: fix drivers/usb/host/uhci-debug.c warning when !CONFIG_PROC_FS. I'm getting this when compiling USB with all options enabled: drivers/usb/host/uhci-debug.c:417: warning: `uhci_sprint_schedule' defined but not used my suggestion is to put under the #ifdef/#endif the functions which are only used by the proc ones too. If one of them become necessary when CONFIG_PROC_FS=n, the #ifdef/#endif for that function can be removed: [PATCH] USB: port keyspan patch from 2.4 to 2.6 Original patch from lucy@innosys.com Changes include: Add support for new USA19H(s) USB Serial Adapter Improve handing of config/control messages for all devices Note that the new adapter doesn't currently require a firmware download. We will add support for re-programming the eeprom with updated firmware when new firmware is required. [PATCH] USB: fix up some non-GPL friendly license wording. Keyspan/InnoSys approved this change. [PATCH] janitor: fix cciss for !CONFIG_PROC_FS From: Luiz Capitulino Fix a warning about 'proc_cciss' and `cciss_proc_get_info' defined but not used. They are only called when CONFIG_PROC_FS=y. [PATCH] janitor: Audit av7110_ir_init From: Daniele - Audit av7110_ir_init - On saa7146_register_extension failure report back its return code [PATCH] janitor: opl3sa2 cleanups/checker From: Daniele - remove unneeded block of code in opl3sa3_mixer_ioctl - remove unused function opl3sa3_set_wide - From Stanford Checker: /home/junfeng/linux-tainted/sound/oss/opl3sa2.c:539:opl3sa3_mixer_ioctl: ERROR:TAINTED:53 9:539: dereferencing tainted ptr 'arg' ..fixed user space pointer referce too on ioctl functions [PATCH] janitor: cleanup includes (sound/oss) From: Randy Hron [PATCH] janitor: cleanup includes (drivers/char) From: Randy Hron Cleanup of version.h in drivers/char plus a few in include/linux that are used in drivers/char. Duplicate #includes removed. [PATCH] janitor: fix toshiba for !CONFIG_PROC_FS From: Luiz Capitulino Fix warning in drivers/char/toshiba.c: `tosh_get_info' defined but not used [PATCH] janitor: saa7146_register_extension failure report back its From: Daniele - On saa7146_register_extension failure report back its return code [PATCH] janitor: convert strtok to strsep (sound/oss) From: maximilian attems convert two missed strtok to strsep (sound/oss) [PATCH] janitor: init_nfsd() error handling From: Daniele Bellucci This is a little register_filesystem audit for nfsd. [PATCH] janitor: cleanup includes (mtd) From: Randy Hron version.h cleanup and duplicate #includes removed. [PATCH] janitor: cpqarray for !CONFIG_PROC_FS From: Luiz Capitulino Fix cpqarray.c warnings: `proc_array' and `ida_proc_get_info' defined but not used ida_proc_get_info() is only called when CONFIG_PROC_FS=y. [PATCH] janitor: saa7146_register_extension failure report (ttpci) From: Daniele - On saa7146_register_extension failure report back its return code [PATCH] janitor: cleanup includes (media/video) From: Randy Hron [PATCH] janitor: cleanup includes (oss/dmasound) From: Randy Hron [PATCH] janitor: cleanup includes (wireless/arlan) From: rwhron@earthlink.net Remove unneeded version.h include [PATCH] janitor: Audit copy_to_user (ttusb) From: Daniele - Audit copy_to_user in drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c [PATCH] janitor: fix for not CONFIG_PROC_FS From: Luiz Capitulino Fix cmipci.c warnings: unused variable `entry', `snd_cmipci_proc_read' defined but not used [PATCH] janitor: cleanup includes (drivers/media) From: Randy Hron version.h cleanup and remove duplicate #includes. [PATCH] janitor: cleanup includes (cdrom) From: Randy Hron Remove unneeded include of version.h. [PATCH] janitor: saa7146_register_extension (ci) failure report From: Daniele - On saa7146_register_extension failure report back its return code [PATCH] janitor: cleanup includes (telephony) From: Randy Hron [PATCH] janitor: cleanup includes (drivers/video) From: Randy Hron [PATCH] janitor: cleanup includes (acpi) From: rwhron@earthlink.net [NET]: syncppp needs to pullup headers. [IRDA]: Dongle module owner support. [NET]: Remove verify_area() in net/wan/sbni (from domen@coderock.org) [ARM] Select decompressor mmu handling based upon the architecture IDs. [ARM] Remove redundant include of net/bluetooth/Kconfig [ARM] Add ARMv5TEJ to processor architecture list. [ARM] Add system device for LEDs. This allows us to make the suspend/resume handling local to the LEDs code itself, rather than being scattered in several files. [ARM] leds.c, being so basic, needs linux/compiler.h linux/init.h doesn't include linux/compiler.h, but needs some definitions (the __attribute_unused__ stuff) from compiler.h. Since this affects only two files, we include linux/compiler.h directly into the affected files. [ARM] Make ARM use Pat's generic PM suspend to RAM support Hook the PXA and SA11x0 platform core power into the generic PM core. Add support for freezing userspace processes. Make our apm emulation call the generic PM suspend to memory infrastructure. [ARM] Make die() more correct. Use 'tsk' when accessing comm and pid members. Use regs->ARM_sp not regs + 1 for base of stack dump. [ARM] Prepare Integrator support code for multiple machine support. Split Integrator/AP and Integrator/PP2 specific support from the Integrator core code. [ARM] Clean up Integrator interrupt number definitions. This allows us to expand the interrupt numbers on the primary interrupt controller. [ARM] Move Integrator flash map to driver model. Since we want to support multiple platforms, we also move the Integrator flash driver over to the driver model. [ARM] Add sysdev model for Integrator/AP. [ARM] Update Integrator IRQ decoding. This takes account of the other IRQ changes, and makes the interrupt decoding more efficient. [PATCH] fix drivers/char/misc.c module autoloading breakage drivers/char/misc.c was changed to use the common list macros instead of its own list code. The first open does load the module and increment its use count, but a bug causes a failure to be reported anyway. This causes an error return to user-space where there is none, and makes the module non-unloadable. Fixed like this. [PATCH] (2.6.0-test6-bk) DocBook: Kernel-api build fix Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed. The kernel-api DocBook docs still refer to this file, and because this file is gone, "make htmldocs" and similar fails. This just removes the reference and so fixes this docbook problem. [PATCH] fix skb leak This reverts a broken part of the recent "Consolidate skb delivery" patch. It was doing an extra increment of skb->users, causing machine death after just a few seconds of NFS activity. [PATCH] more raw driver minor numbers From: Badari Pulavarty Since we have larger dev_t now, here is the patch to support large number of RAW devices. The userlevel command "raw" also needs changes to use this support - which in turn needs new glibc. [PATCH] DVB: MAINTAINERS, CREDITS, ioctl-number.txt updates - MAINTAINERS: - add the LinuxTV.org project as the DVB driver maintainer - add me as the saa7146 v4l2 driver maintainer - CREDITS: add me as the saa7146 v4l2 driver author - Documentation/ioctl-number.txt: - remove bogus reference to Linux DVD API, which never really existed - remove bogus referenc to Philips saa7146 driver, which never came to life [ARM PATCH] 1674/1: better ARM division routines Patch from Nicolas Pitre Here's my rewrite of the ARM division routines: - take advantage of the clz instruction on ARMv5+ - simpler and faster code for modulo routines - fast path for power of 2 divisors - other miscellaneous optimizations This code has already been merged into gcc-3.4. [ARM PATCH] 1624/1: BE support for io-readsl-armv4.S, io-reads-armv4.S, io-writesw-armv4.S Patch from Deepak Saxena [ARM PATCH] 1675/1: remove definitions of non-implemented system calls from include/asm-arm/unistd.h Patch from Robin Farine Remove the definitions of system call numbers from include/asm-arm/unistd.h for which the corresponding vector in arch/arm/kernel/calls.S points to sys_ni_syscall. Since the new glibc (2.3.2) implements some of the system call wrapper functions based on the presence or absence of such definitions, only implemented system calls should have a corresponding __NR_xyz preprocessor symbol in unistd.h. [ARM PATCH] 1660/1: misc PXA/Lubbock fixes Patch from Nicolas Pitre [IRDA]: Missing header file change from dongle owner changes. [SPARC64]: Fix watchdog on CP1500/Netra-t1. [SPARC64]: Fix typo in bbc_envctrl.c [SPARC]: Reserve syscall slot for VSERVER. [IRDA]: Tekram dongle module conversion. [IRDA]: act200l dongle module conversion. [IRDA]: actisys dongle module conversion. [IRDA]: ep7211_ir dongle module conversion. [IRDA]: esi dongle module conversion. [IRDA]: girbil dongle module conversion. [IRDA]: litelink dongle module conversion. [IRDA]: ma600 dongle module conversion. [IRDA]: mcp2120 dongle module conversion. [IRDA]: old_belkin dongle module conversion. [SPARC64]: Update defconfig. [PATCH] cmd64x: kill dummy init_dma_cmd64x() [PATCH] cs5530: kill dummy init_dma_cs5530() [PATCH] generic: kill dummy init_dma_generic() [PATCH] hpt34x: kill dummy init_dma_hpt34x() [PATCH] it8172: kill dummy init_dma_it8172() [PATCH] ns87415: kill dummy init_dma_ns87415() [PATCH] opti621: kill dummy init_dma_opti621() [PATCH] pdc202xx_new: kill dummy init_dma_pdc202new() [PATCH] piix: kill dummy init_dma_piix() [PATCH] sc1200: kill dummy init_dma_sc1200() [PATCH] siimage: kill dummy init_dma_siimage() [PATCH] sis5513: kill dummy init_dma_sis5513() [PATCH] slc90e66: kill dummy init_dma_slc90e66() [PATCH] remove PDC-ADMA placeholders They do not contain any real code. [ARM] Fix badly placed writeback/invalidation fixes. [ARM] Ensure BK file modes allow others to read. [CRYPTO]: Kconfig URL updates. [IPVS]: Properly handle non-linear skbs. Most of the changes come from Paul `Rusty' Russell. Now we modify the skbs only for IPVS packets. [IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop [NET]: asm-parisc/checksum.h needs linux/in6.h [PATCH] boot-time selectable log buffer size From: Andrea Arcangeli Allow the printk log buffer size to be selected with a __setup parameter, `log_buf_len=N', where N must be a power-of-two. The default, initial statically allocated buffer size is still determined via kernel config. [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [1/5] From: Matthew Dobson This starts a series of cleanups against the way in which the various architectures specify the number of nodes and memory zones. We end up supporting up to 1024 memory zones on ia64, which is a recent requirement. Has been tested on ia32, ia64 (UMA), ppa64 (UMA) and NUMAQ. Make sure MAX_NUMNODES is defined in one and only one place. Remove superfluous definitions. Instead of defining MAX_NUMNODES in asm/numnodes.h, we define NODES_SHIFT there. Then in linux/mmzone.h we turn that NODES_SHIFT value into MAX_NUMNODES. [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [2/5] From: Matthew Dobson Remove MAX_NR_NODES. This value is only used in a couple of places, and it's incorrectly used in all those places as far as I can tell. Replace with MAX_NUMNODES. Create MAX_NODES_SHIFT and use this value to check NODES_SHIFT is appropriate. A possible future patch should make MAX_NODES_SHIFT vary based on 32 vs. 64 bit archs. [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [3/5] From: Matthew Dobson Fix up the sh arch. sh defined NR_NODES, change sh to use standard MAX_NUMNODES instead. [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [4/5] From: Matthew Dobson Fix up the arm arch. This needs to be reviewed. Relatively straightforward replacement of NR_NODES with standard MAX_NUMNODES. [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [5/5] From: Matthew Dobson Fix up the ia64 arch. [PATCH] node enumeration fixes From: Matthew Dobson Here's a small update to the numnodes fix that went into -mm3. The biggest changes are: 1) move the actual NODES_SHIFT and MAX_NUMNODES definitions into linux/numa.h and include this in linux/mmzone.h, instead of being directly in linux/mmzone.h. This allows other files to include *just* the NUMNODES stuff w/out grabbing all of mmzone.h. 2) pull NODE_SHIFT out of linux/mm.h. This isn't used anywhere in the kernel, and it will only get confused with NODES_SHIFT. 3) Fix the IA64 patch. The original patch I had sent out hadn't been tested on IA64. It was mostly right, but there were circular dependencies. All better now, and acked by Jesse. 4) In linux/mmzone.h, insert code to define MAX_NODES_SHIFT based on the size of unsigned long. For 64-bit arches, we can have a much larger value. This allows IA64 to have 100's or 1000's of nodes. MAX_NODES_SHIFT is defined as 10 (ie: 1024 nodes) for 64-bit for now, although it could likely be much larger. For 32-bit it is 6 (ie: 64 nodes). 5) Small cleanup in include/asm-arm/memory.h. Mostly the result of the new linux/numa.h file. Much cleaner and more readable now. [PATCH] compat ioctl consolidation From: Arun Sharma , kevin.tian@intel.com Move a whole bunch of filesystem ioctl conversion functions out of per-arch files and into fs/compat_ioctl.c It moves linux32_dirent to compat.h and renames it as compat_dirent. linux32_dirent has been eliminated from ia64. Other archs should do the same. We'll leave old_linux_dirent32 as is, since it seems to be arch specific (ia64 doesn't use it for example). [PATCH] document the macro for translating PROT_ to VM_ bits From: Muli Ben-Yehuda Shed some much-needed light. [PATCH] /proc/sys/auxv From: Roland McGrath This was supposed to be part of the recent mm_struct.saved_auxv[] patch. The /proc addition is half the reason for the patch, and the more important one (letting you debug live processes, while NT_AUXV in core dumps lets you debug dead ones). The patch below was supposed to be part of the original. [PATCH] kernel documentation fixes From: Michael Still The patch squelches build errors in the kernel-doc make targets by adding documentation to arguements previously not documented, and updating the argument names where they have changed. [PATCH] EISA_bus cleanup From: Marc Zyngier , Christoph Hellwig I'd like to kill willy's CONFIG_EISA_ALWAYS kludge. So make EISA_bus a variable always when CONFIG_EISA is set and initialize it to 1 for alpha. We probably want to do that only if the system actually supports eisa, but I keep the old behaviour for now. [PATCH] ext3 block allocator locking fix When the BKL was removed from ext3 we lost locking coverage for get_block()-versus-get_block(). Nobody seems to have hit the race because get_block() almost always runs under i_sem: only memory pressure-based writeout over a file hole runs outside i_sem. ext2 uses the dedicated i_meta_lock spinlock in the inode to provide the needed locking. But ext3 already has an rwsem around all the get_block() activity to protect it from truncate-related races. So this patch just converts that rwsem into a semaphore, so concurrent get_block() can never occur. This will be more efficient than adding the new spinlock. We lose the ability to have two threads run get_block() against the same file at the same time but again, that only happens during pageout over a hole anyway. (Kudos Alex Tomas for noticing the bug) [PATCH] dscc4 driver fixes From: Francois Romieu - dscc4_release_ring() must not appear in dscc4_{open/close} as the rings are allocated/freed in dscc4_{found1/free1}; - more elegant handling of return status in dscc4_found1(). [PATCH] cpufreq sysfs oops fix From: Dominik Brodowski Fix an ordering problem whcih was causing cpufreq oopses in sysfs. [PATCH] move job control fields from task_struct to From: Roland McGrath This patch completes what was started with the `process_group' accessor function, moving all the job control-related fields from task_struct into signal_struct and using process_foo accessor functions to read them. All these things are per-process in POSIX, none per-thread. Off hand it's hard to come up with the hairy MT scenarios in which the existing code would do insane things, but trust me, they're there. At any rate, all the uses being done via inline accessor functions now has got to be all good. I did a "make allyesconfig" build and caught the few random drivers and whatnot that referred to these fields. I was surprised to find how few references to ->tty there really were to fix up. I'm sure there will be a few more fixups needed in non-x86 code. The only actual testing of a running kernel with these patches I've done is on my normal minimal x86 config. Everything works fine as it did before as far as I can tell. One issue that may be of concern is the lack of any locking on multiple threads diddling these fields. I don't think it really matters, though there might be some obscure races that could produce inconsistent job control results. Nothing shattering, I'm sure; probably only something like a multi-threaded program calling setsid while its other threads do tty i/o, which never happens in reality. This is the same situation we get by using ->group_leader->foo without other synchronization, which seemed to be the trend and noone was worried about it. [PATCH] fix "compat ioctl consolidation" for "move job A little fix which is needed if both the "compat ioctl consolidation" and "move job control fields from task_struct to signal_struct" patches are applied. [PATCH] fix pte_chain leak in do_no_page() From: "V. Rajesh" Fix a rare pte_chain memory leak in do_no_page() [PATCH] Bugzilla bug # 267 - scripts_ver_linux fix From: Jeff Sipek [PATCH] Use mod_timer in net_wanrouter_af_wanpipe.c From: Vinay K Nallamothu [PATCH] Remove extra #includes From: Tom Rini This removes two extra #includes of . Nothing in either of these files require . [PATCH] Remove racy check_mem_region() call from pcbit_drv.c From: Bob Miller Removed the check_mem_region() call and replaced with request_mem_region(). [PATCH] Obvious sched doc fix From: Mitchell Blank Jr Obvious typo fix for the scheduler docs (Acked by Ingo) [PATCH] Rearrange error handling in fs_pipe.c a bit From: Scharfe clean up the error handling in pipefs a little bit, shrinking pipe.o by whopping 4 bytes! :) [PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5 From: Josef Jeff Sipek [PATCH] Add hint on sysrq on some keyboards From: Pavel Machek [PATCH] Fix Linux 2.5 -> Linux 2.6 From: Holger Schurig [PATCH] correct number of CPUs in Kconfig help file From: Marcel Sebek (Acked by William Lee Irwin III ) [PATCH] Documentation_vm_hugetlbfs.txt cleanup From: Maciej Soltysiak This changes the hugetlbfs examples actually being possible to compile. errno is being used while it's not included. (Acked by William Lee Irwin III ) [PATCH] kconfig language doc r.e. ---help--- From: Stewart Smith Document "---help---" tag in Kconfig (Acked by Roman Zippel ) [PATCH] hlist constification From: Mitchell Blank Jr Make some more of the hlist functions accept constant arguments. [PATCH] drivers_media_Kconfig URL update From: Petri Koistinen [PATCH] sysv_hash() is cleanups From: Scharfe The sysvfs code was confusing. Rewrite it to be readable, and use the existing VFS helper for recalculating the hash instead of doing it all by hand. [PATCH] drivers_ide_Kconfig URL updates From: Petri Koistinen [PATCH] Update for Documentation_binfmt_misc-document From: "ismail (cartman) donmez" [PATCH] Fix comment in parse_hex_value From: (Acked by William Lee Irwin III ) [PATCH] irq_affinity_write_proc no longer writes garbage into irq proc entries From: [PATCH] More modules.txt removals From: Nicolas Kaiser [PATCH] [PATCH ac97_plugin_ad1980.c: warning fix From: Vinay K Nallamothu [PATCH] Bugzilla bug # 993 - Documenation_Changes still reads 2.5 From: Josef Jeff Sipek [PATCH] update Kanoj Sarcar email address in docs From: Ed L Cashin (Acked by Kanoj Sarcar ) [PATCH] Get rid of magic numbers in fs From: Scharfe [PATCH] unused variable in drivers_char_esp.c From: krishnakumar@naturesoft.net [PATCH] drivers_cpufreq_Kconfig URL update From: Petri Koistinen [PATCH] ISDN PCBIT: fix nonmodular compile From: Adrian Bunk [PATCH] Change list_emtpy() to take a const pointer From: "Perez-Gonzalez, Inaky" [PATCH] HISAX_SEDLBAUER_CS needs HISAX_SEDLBAUER From: Adrian Bunk [PATCH] 2 spelling patches in helps From: Maciej Soltysiak [PATCH] Small cleanups for input From: Pavel Machek [PATCH] unused variable in drivers_char_isicom.c From: krishnakumar@naturesoft.net [PATCH] Christoph Hellwig no longer works at Caldera From: Adrian Bunk (Acked by Christoph Hellwig ) [PATCH] Documentation_Changes visual cleanup From: Marcel Sebek [PATCH] Reserve vserver syscall for x86-64 Reserve vserver syscall on x86-64 too. [PATCH] Fix -Wdeclaration-after-statement warnings for x86-64 Fix warnings on compilers that support -Wdeclaration-after-statement in the x86-64 specific code. x86-64 was happily using ISO-C99 code before because it only uses gcc 3+ which is ISO-C99 compliant, but unfortunately this warning was added in the top level Makefile. From Bryan O'Sullivan. [PATCH] Fix x86-64 compilation Make x86-64 compile again. [PATCH] Update V4L2 "Hexium" driver This updates my two Video4Linux-2 drivers for the "Hexium Gemini" and "Hexium Orion" cards. It adds the long missing input handling for the "Gemini" card and removes the annoying compile time warning about unused structures. - remove various hexium header files, put all driver relevant informations into the drivers. these informations are not needed anywhere else. - fix driver names in information printk()s - fix device initialization for Hexium Gemini cards - add input switching for Hexium Gemini cards - fix all remaining "fixme"s [SPARC64]: Kill stray task->tty reference in Solaris module. [SERIAL] remove unused RS_TABLE definitions Patch from Bjorn Helgaas. RS_TABLE is defined by lots of architectures, but only referenced in arch/{mips,ppc}. This patch removes most of the unused definitions from 2.6. Use "select" instead of "depends on" to select GAMEPORT support automatically for the sound drivers that require it. This is a low less confusing than telling people that they need to enable gameport support in order to listen to sound. [SERIAL] removing legacy UART cruft I'm trying to remove all the legacy UART cruft from ia64. In theory we should be able to discover all UARTs on ia64 via ACPI and PCI enumeration, so we shouldn't need SERIAL_PORT_DFNS. But SERIAL_PORT_DFNS currently does two things: 1) it tells you about legacy devices you can't discover via a standard enumeration method, and 2) it sizes old_serial_port[], which determines UART_NR, which is the maximum number of ports the driver will support So here's a proposal to make SERIAL_PORT_DFNS optional and provide another mechanism for configuring the number of ports to support. Fix PCMCIA cut-and-paste cs.c bug introduced by the recent update. The socket is "s", not "skt". Fix __wake_up_sync() module export. It hadn't been correcly moved from kernel/ksyms.c to kernel/sched.c. Noted by Richard Henderson [PATCH] janitor: schedule_timeout sets curr->state (arm) From: Alexey Dobriyan Don't set process state to TASK_RUNNING after a schedule_timeout(), since there's no way we will return from the scheduler if we're not running. [PATCH] Fix another misfiled module symbol export idle_cpu had the same botched move from kernel/ksyms.c to kernel/sched.c that __wake_up_sync() had. PPC32: Reformat bits of include/asm-ppc/uaccess.h. PPC32: Add hook for Mac-on-Linux to use exception vector 0x2f00. PPC32: Make 4 the default for CONFIG_NR_CPUS on PPC32. PPC32: Update defconfigs [PATCH] gdth driver update - Maintainers email address and copyright messages updated - Scanning for EISA and ISA controllers disabled due to a resource conflict with the Adaptec aic driver - Switch "probe_eisa_isa" added to give the possibility to enable the EISA/ISA scan if required - Driver version increased to 2.08 [PATCH] s390 (1/7): base patch. - Makefile fix: default make target builds the kernel image. - Add export statement for cpcmd. - Add tgkill system call. - Reserve system call number for vserver. [PATCH] s390 (2/7): common i/o layer. - Remove atomic_read hack to test for presence of ccw device directory. - Add dummy release function to channel path object and cu3088 group devices. - Don't rely on the chaining bit of the channel report word. - Don't call schedule while holding a lock in read_dev_chars/read_conf_data. [PATCH] s390 (3/7): dasd driver. - Remove dynamic allocation of major numbers. Just use static major 94. - Use bus_id instead of device number where possible. - Don't check open_count in dasd_generic_set_offline. [PATCH] s390 (4/7): ctc driver. Kernel Janitors: remove unnecessary calls to verify_area. [PATCH] s390 (5/7): iucv driver. - Add dummy release function to iucv bus. [PATCH] s390 (6/7): qeth driver. - Remove read, write and data device pointers from card structure. Use ccw group array to get the device pointers. [PATCH] s390 (7/7): zfcp host adapter. The zfcp scsi host adapater. [PATCH] Fix linux32 personality on x86-64 Make linux32 ... on x86-64 to do proper uname emulation again. Also changes i386 to i686 because that's more near the truth. [PATCH] Remove outdated URLs from x86-64 Kconfig Remove outdated URLs from the x86-64 Kconfig. Originally from the trivial patch monkey / Petri Koistinen [PATCH] check copy_from_user return value in sony535 From: Felipe W Damasio Found by smatch. [PATCH] Fix sysrq-t free stack output It seems that we're attempting to work out the free stack size using two unrelated pointers for the lowest address of the stack. Fix this to use the correct pointer. [PATCH] VFAT: ->i_[cam]time cleanups (1/6) From René Scharfe there's one call to strncpy() in vfat that really should be a memcpy(). The source, msdos_name, is a space-filled char array, not a NUL-terminated string. The rest of the patch eliminates duplicate occurencies of the CURRENT_TIME macro inside functions. This shrinks vfat.o by a few bytes. [PATCH] use ->d_lock instead of dcache_lock in vfat_revalidate (2/6) This uses more fine granularity ->d_lock than ->dcache_lock for ->d_parent with d_move() race. [PATCH] Fix unrecognized option of fat (3/6) vfat doesn't recognize the msdos option. Also msdos doesn't recognize vfat option. And this separates fat/vfat/msdos option structures. I think this looks more good as document. [PATCH] Fix cleanup option of fat (4/6) This is just misc cleanup of fat option. [PATCH] lib/parser: Use "%u" instead "%d" (5/6) If original code uses the following, opts->value = simple_strtoul(value, &value, 0); if (*value) return error; It doesn't recognize negative value. So option format should use "%u". [PATCH] lib/parser: Not recognize nul string as "%s" (6/6) Current match_token recognize "foo=" as "foo=%s". So this change the nul string does not recognize as "%s". [PATCH] fix warning with CONFIG_PROFILING=y Needs a forward declaration of struct pt_regs [Serial] Fix warnings in 8250_acpi Patch from Bjorn Helgaas. Lastest changes in 8250_acpi.c produce warnings about type mismatch in printk. [PATCH] UID16 fixes This fixes CONFIG_UID16 problems on x86-64 as discussed earlier. CONFIG_UID16 now only selects the inclusion of kernel/uid16.c, all conversions are triggered dynamically based on type sizes. This allows x86-64 to both include uid16.c for emulation purposes, but not truncate uids to 16bit in sys_newstat. - Replace the old macros from linux/highuid.h with new SET_UID/SET_GID macros that do type checking. Based on Linus' proposal. - Fix everybody to use them. - Clean up some cruft in the x86-64 32bit emulation allowed by this (other 32bit emulations could be cleaned too, but I'm too lazy for that right now) - Add one missing EOVERFLOW check in x86-64 32bit sys_newstat while I was at it. [PATCH] cpufreq for x86-64 Reuses the i386 cpufreq code and add an notifier to the x86-64 timer code to track frequency changes. All previous criticism of earlier patches should be addressed: - it doesn't touch i386 now - Doesn't include the ACPI P states driver anymore following brodo's request. Also fix a typo in the last version. [SPARC64]: Fix kernel_thread() return value check in envctrl.c [SPARC64]: Clean up uid16 usage just like x86_64 did. [ECONET]: Fix packet handler to be PKT_CAN_SHARE_SKB. [BPQETHER]: Fix packet handler to be PKT_CAN_SHARE_SKB. [LAPB]: Fix packet handlers to be PKT_CAN_SHARE_SKB. [IPV4]: Fix ipconfig to be PKT_CAN_SHARE_SKB. [X25]: Fix to be PKT_CAN_SHARE_SKB. [NET]: Add missing skb_share_check() calls to econet/bpqether/lapbether/ipconfig. [NETLINK]: Set socket error on netlink_ack() allocation failure. [NET]: Delete support for old-style protocols, no longer necessary. [IPV6]: Deactivate timers properly in ipv6_mc_destroy_dev(). [IPVS]: remove some unused fields from the protocols [NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan . [COSA]: schedule_timeout() sets curr_state, from Alexey Dobriyan . [ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan . [X25]: Use mod_timer(), add missing sock locking to x25_accept(). [NETLINK]: netlink.h needs types.h [PATCH] remove unused `locks' field from task_struct This field is used nowhere; I had it commented out in my "make allyesconfig" build and nothing complained. [PATCH] fix ia64 core dump code From: Roland Turner Fixes a BUG which occurs when an ia64 application tries to dump core. [PATCH] v4l: videobuf update This updates the videobuf module used by the bttv, saa7134 and saa7146 drivers. Changes: * adds support for overlays (i.e. PCI-PCI DMA transfers). * adds support for userspace DMA. * fixes bug in the read() helper function (catch I/O errors). [PATCH] v4l: bttv driver update This updates the bttv driver. It depends on the videobuf patch. * usual tv card list updates. * sysfs adaptions. * new, experimental i2c adapter code for bt878 chips (not used by default yet). * various minor fixes. [PATCH] v4l: saa7146 driver update This adapts the saa7146 driver to the videobuf changes [IPV4]: Fix route.c build warning when procfs is disabled. [PATCH] saa7134 driver update This pdates the saa7134 driver. It depends on the videobuf patch. Changes: * add support for mplex mpeg2 encoder cards (new saa6752hs module). * tv card list updates. * adapt to videobuf changes. * better sysfs support. [PATCH] Quota bugfix This should fix a problem with used-bytes counter overflow in old quota format. [PATCH] Fix x86-64 signal FPU saving bug Don't overwrite FPU state unconditionally in init_fpu. The child == current check is probably not needed, it's just paranoia. [IPV4]: Fix deadlock on ip_mc_list->lock [NET]: Size hh_cache->hh_data[] properly. [IRDA]: Fix BUG() in irlmp seq file code. [IRDA]: Fix spinlock badness in last dongle changes. [IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared. [CPUFREQ] powernow-k8 isn't using cpufreq table helpers yet. It's also pretty new, so mark it as experimental for the time being. [CPUFREQ] fix up the invalid usage of pol->policy in drv_init() also mark it with a warning in drv_verify() From Dominik. [CPUFREQ] update URL. [CPUFREQ] find_closest_fid() can be static. Spotted by Pavel Machek. [CPUFREQ] powernow-k8 Namespace cleanups. More bits from Pavel. drv_* in oopses is pretty uninformative. [PATCH] InterMezzo maintainence patch I have tested these patches and can atteste that they work. - rwhron@earthlink.net: include cleanup of fs/intermezzo - kdw@neowiz.com: memory leakage problem,race condition report - Domen Puncer: Use list_for_each() where applicable - Chen Yang: include file modification for more platforms to compile intermezzo fix an oops problem [CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix. Hand-applying simple diffs considered harmful. [CPUFREQ] Fix documentation pathname typos. Spotted by Pavel Machek. [CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver. The current tables we had have been confirmed as safe by VIA. [CPUFREQ] Rename longhaul frequency tables. longhaul1 -> samuel1 [CPUFREQ] Document early samuel2 ratios. Preemptively stop some good intentioned janitor coming along and "fixing a typo". [CPUFREQ] More ratio table renames. longhaul2 -> ezra [CPUFREQ] Ratio table renames longhaul3/c3m -> ezrat [CPUFREQ] cleanup longhaul header file. Group processor tables together correctly. [CPUFREQ] Fix misnaming of VIA Samuel2 CPUs. 670 -> 677 = Samuel 2 678 -> 67f = Ezra [CPUFREQ] Add VIA Nehemiah scaling ratios. UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests. This means that we lengthen the window of time during which we accept updates to the RTO estimate if we see an update. Scheme proposed by Brian Mancuso, but it is standard for TCP congestion control implementations. Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call. Fix up hangs with the upcall mechanism for RPCSEC_GSS and the NFSv4 idmapper. - Correct bugs in idmapper wait code. - Correct layering bugs in RPCSEC_GSS and idmapper - Ensure we advance the file pointer in case of partial reads/writes of a message on the pipes Increase the NFS readahead so that we at least fill the RPC slot table. Fix an Oops in the NFSv4 asynchronous unlink code. The v4 getattr "bitmap" was allocated on the stack. Make it use the bitmaps already allocated for that purpose in the nfs_fattr struct. Clean up the nfs_fhget() function. Have the called pass the superblock as a parameter instead of passing it in the form of a dentry. Rename the struct "nfs4_shareowner". The name was confusing and didn't really relate to any of the RFCs. Replace with the more descriptive "nfs4_state_owner". The NFSv4 state model assumes that the client machine identifies itself to the server once and once only. This patch ensures that we do this by sharing the local identifier struct nfs4_client among all mountpoints that talk to the same server/ip address. Simplify the synchronous NFS read call interface by passing a pointer to a filled nfs_read_data structure (the same struct used by the asynchronous function calls) Simplify NFS synchronous write call interface. Pass a pointer to a filled nfs_write_data struct like we do for asynchronous function calls [PATCH] fix warning in mm/memory for SWAP=n Avoid "statement with no effect" warning by making the macro that doesn't do anything an inline function instead. Avoid warnings in uid/gid usage by making the assignment unconditional. Simplify the macros. [PATCH] asus_acpi: don't include modversions.h This fixes asus_acpi.c when doing a modular build Fix up recent net/ipv4/ipconfig.c typo breakage. NFSv4 state model update - Hierarchy of state attached to nfs4_client in order to simplify state recovery. state_owners hang off nfs4_client, whereas state hangs off both open_owners and the nfs_inode. - Model tries to minimize the number of open_owners on the server by recycling unused open_owners into a pool. - NFSv4 state attached to file->private_data. Previously this was used by credentials (and still is for NFSv2/v3) Abstract out setup/release of struct file and nfs_page structure initialization in order to cope with these conflicting uses of private_data. Clean up the nfs4_stateid and nfs4_verifier typedefs. Convert them into structures o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLs o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree [SPARC64]: Export csum_partial(). [SUNRPC]: Printf pointers correctly. [NFS]: Fix printf format warnings in fs/nfs/nfs4xdr.c. [USB]: Fix encapsulation of int inside of pointer in code/file.c [PATCH] Triple the memory size used on the v850 gdb simulator [PATCH] Add sched_clock on v850 This is a horrid implementation, but whatever. [PATCH] Remove some old debugging stuff on the v850 [PATCH] Update v850 Kconfig debugging menu [PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c This function doesn't compile on non-MMU systems, so put it in a place where it won't cause problems (mm/memory.c is only compiled if CONFIG_MMU is defined). [PATCH] Changes to v850 platform linker-script fragments This does two things: (1) Move the v850 platform-specific linker-script fragments into arch/v850/kernel, from arch/v850. This move was prompted by a recent (all-architecture) move for vmlinux.lds.S, to keep the script together, but I think it also makes sense -- this way, all platform-specific non-header files are in the same directory with similar names. (2) Remove some hardwired constants in the linker script fragments, using already defined cpp macros anyway. This eliminates one annoying source of duplicate definitions (which had to be kept in sync). [UDP/TCP]: Fix binding conflict tests wrt. SO_BINDTODEVICE. [PATCH] unify drivers/Kconfig It's a pain for architecture maintainers to keep the toplevel Kconfig files in sync. This addresses part of the problem by moving all the standard driver includes to drivers/Kconfig. As a bonus, it moves all the device drivers together in a menu which tames menuconfig somewhat. This patch only touches i386. Other architectures can join the party as soon as they feel ready to inflict all the choices on their userbase. [BRIDGE]: Let {ip,arp}tables see bridged VLAN packets. [NET]: Fix obvious 64bit bug/warning in farsync.c [NET]: Convert dvb-net to use alloc_netdev(). [PATCH] firmware update for av7110 dvb driver - av7110 DVB driver firmware update. don't worry: we're planning to switch to firmware_class soon... [PATCH] add new DVB-T frontend driver - add new DVB-T frontend driver sp887x.c [PATCH] video capture updates for saa7146 core - some Kconfig simplifications - FIELD_ALTERNATE capture was broken, add a "wait for vbi" command before actually waiting for the field change - improvements regarding streaming capture to gfx card memory. - captured frames could only be page aligned. fixed. - fix pgtable_build_single, it should work for all kinds of buffers now (system memory (kernel/user) and gfx-memory) - Fix bytesperline-calculation for V4L2_FIELD_ALTERNATE vs. V4L2_FIELD_INTERLACED capture [PATCH] multiple device *read* opens support - allow multiple read device opens [PATCH] update copyright and licensing - fix copyright stuff in various files: - remove e-mail addresses that don't exist anymore, but of course keep the names - change license from GPL to LGPL in dvb_i2c.h (Convergence code) - change license from GPL to LGPL in dvb_ringbuffer.h (ack by original author Oliver Endriss) - add LGPL license to dvb_functions [PATCH] usual c99 initializer fixes - the usual c99 initialization fixes all over the DVB place [PATCH] various patches for non-av7110 dvb-drivers - patch by Jon Burgess to fix DMA issues - reduce the number of dropped TS packets when an error is detected (Jon Burgess) - use budget-ci driver for new TT DVB-T cards with onboard MSP430. [PATCH] various av7110 dvb-driver updates - various av7110 updates [PATCH] update dvb frontend drivers - add budget driver as possible client of the ves1820 frontend driver - fix wrong include in sp887x.c frontend driver - fix wrong chip description in tda1004xh frontend driver - fixed detection of stv0299 if chip is in standby mode - change some #ifdef to #if, for easier debug enable/disable - ves1820: patch by Peter Bieringer: nicer log output - ves1820: allow PWM (tuner calibaration) value from EEPROM to be overridden on command line (based on patch by Peter Bieringer). New module paramters: "pwm" (max 4 ints, range -1..0xff) and "verbose" (to print AFC value aftger tuning). [PATCH] Kconfig and Makefile updates, inspired by Adrian Bunk and Roman Zippel - split up saa7146 compilation in core part (saa7146.o) and video+vbi part (saa7146_vv). some drivers need both (av7110.c), some drivers only need the core stuff (budget*.c) - add entry for sp887x DVB-T modulator to corresponding Kconfig - use new SELECT facility of Kconfig, first mentioned by Adrian Bunk and Roman Zippel in DVB subsystem - use SELECT in media/video/Kconfig, too. [PATCH] some more av7110 dvb-driver updates - some progress on DVB-C analog module: experimentally fix frequency offset, initialize msp3400 for analog TV sound - Reduce the number of dropped TS packets when an error is detected (Jon Burgess) - If somebody calls G_TUNER for a DVB-C card w/ analog module, then check for the selected tuner, not if the currently selected channel has a tuner. - play_iframe may be used to play stillpicture frames, that can either by complete i-frames or partial p-frames. In any case, the av7110 needs about 400kB of video data, before the internal video decoder starts displaying anything. for stillframes, this is bad, so we *always* loop writing the frame until the magic amount is reached. stupid, but works... - applied 64bit fixes by Pedro Miguel Teixeira [PATCH] fix v4l1 backward compatibility in saa7146 driver - fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv [PATCH] firmware blob for new DVB-T frontend driver [IPVS]: Avoid returning NF_DROP from the packet schedulers. Revert the move of ptrinfo - it may make NOMMU compile, but it breaks everybody else. Instead, fix the NOMMU case by avoiding the part that walks page tables. [VLAN]: Do not modify the data of shared SKBs. [ATM]: Eliminate atm_find_ci(). [ATM]: Convert VCC list to hash. [NET]: Fix 64-bit bugs in dscc4.c [UDP]: Fix typo in SO_BINDTODEVICE changes. [PATCH] monotonic seqlock for cyclone timer Replace read/write lock used for cyclone timer monotonic_lock with seqlock. Similar to locking used on xtime and monotonic_lock in timers/timer_tsc.c [PATCH] monotonic seqlock for HPET timer Replace read/write lock used for HPET timer monotonic_lock with seqlock. Similar to locking used on xtime and monotonic_lock in timers/timer_tsc.c Linux 2.6.0-test7