LWN.net Logo

2.6.0-test7 long-format changelog


Summary of changes from v2.6.0-test6 to v2.6.0-test7
============================================

<sri@us.ibm.com>
	[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.

<trini@org.rmk.(none)>
	[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.

<len.brown@intel.com>
	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.

<len.brown@intel.com>
	Handle BIOS with _CRS that fails (Jun Nakajima)

<len.brown@intel.com>
	[ACPI] Handle systems that specify non-ACPI-compliant SCI over-rides (Jun Nakajima)

<len.brown@intel.com>
	Extended IRQ resource type for nForce (Andrew de Quincey)

<len.brown@intel.com>
	IBM ThinkPAD T30/T40 oops (David Shaohua Li)
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98849

<len.brown@intel.com>
	remove ASUS A7V BIOS version 1011 from blacklist (Eric Valette)

<len.brown@intel.com>
	ACPI_CA_VERSION                 0x20030916

<sri@us.ibm.com>
	[SCTP] ADDIP: Support to send ASCONF chunk with ADD/DEL IP params.

<sri@us.ibm.com>
	[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.

<len.brown@intel.com>
	[ACPI] avoid alloc_bootmem() for accessing ACPI tables
	some platforms use ACPI tables to find memory (Jesse Barnes)

<len.brown@intel.com>
	[ACPI] Fix IO-APIC mode SCI interrupt storm on Tyan
	http://bugzilla.kernel.org/show_bug.cgi?id=774

<len.brown@intel.com>
	[ACPI] acpi_disabled is used after __initdata is freed.
	fixes random battery module loading problem -- SuSE bug #30477 (Andi Kleen)

<len.brown@intel.com>
	[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

<davej@redhat.com>
	[CPUFREQ] Typo.

<lord@sgi.com>
	[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

<sandeen@sgi.com>
	[XFS] Allow full 32 bits in sector number when XFS_BIG_BLKNOS not set
	
	SGI Modid: 2.5.x-xfs:slinx:158757a

<roehrich@sgi.com>
	[XFS] Change dm_send_destroy_event to use vnode ptrs rather than bhv ptrs
	
	SGI Modid: 2.5.x-xfs:slinx:158752a

<sri@us.ibm.com>
	[SCTP] ADDIP: Support for the creation of ASCONF_ACK chunk (Kevin).

<lord@sgi.com>
	[XFS] use dev_t less in xfs
	
	SGI Modid: 2.5.x-xfs:slinx:158772a

<lord@sgi.com>
	[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

<lord@penguin.americas.sgi.com>
	Remove dead file xfs_attr_fetch.c

<lord@sgi.com>
	[XFS] Remove dead flags
	
	SGI Modid: 2.5.x-xfs:slinx:158820a

<lord@sgi.com>
	[XFS] remove unused va_fsid field
	
	SGI Modid: 2.5.x-xfs:slinx:158823a

<len.brown@intel.com>
	[ACPI] remove __initdata from acpi_disabled for module use (Andi Kleen)

<lord@jen.americas.sgi.com>
	[XFS] remove dead function xfs_trans_iput
	
	SGI Modid: 2.5.x-xfs:slinx:158917a

<len.brown@intel.com>
	[ACPI] For ThinkPad -- carry on in face of ECDT probe failure (Andi Kleen)

<amn3s1a@ono.com>
	[PATCH] USB: New unusual_devs.h entry (Minolta DiMAGE E223 Digital Camera)

<lord@jen.americas.sgi.com>
	[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

<roehrich@sgi.com>
	[XFS] Make dm_send_data_event use vp rather than bhv
	
	SGI Modid: 2.5.x-xfs:slinx:158840a

<nathans@sgi.com>
	[XFS] Clean up inode revalidation code slightly
	
	SGI Modid: 2.5.x-xfs:slinx:159031a

<lord@sgi.com>
	[XFS] Fix build
	
	SGI Modid: 2.5.x-xfs:slinx:159047a

<lord@sgi.com>
	[XFS] fix merge error in pagebuf flush logic, bogus spinlock obtain was
	left in the code.
	
	SGI Modid: 2.5.x-xfs:slinx:159049a

<lord@sgi.com>
	[XFS] fix the other half of the merge snafu
	
	SGI Modid: 2.5.x-xfs:slinx:159051a

<lord@sgi.com>
	[XFS] fix log recovery report string formatting
	
	SGI Modid: 2.5.x-xfs:slinx:159052a

<mochel@osdl.org>
	[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. 
	

<mochel@osdl.org>
	[pci] Remove ->save_state() from struct pci_driver.
	
	It is not called, and unused.

<mochel@osdl.org>
	[pci] Really delete drivers/pci/power.c

<mochel@osdl.org>
	[PATCH] Remove ->save_state() in nsp32.c
	
	Remove the uncalled and unneeded struct pci_driver::save_state() in
	drivers/scsi/nsp32.c

<mochel@osdl.org>
	[PATCH] Remove ->save_state() from vlsi_ir.c
	
	Remove the unneeded and uncalled struct pci_driver::save_state().

<mochel@osdl.org>
	[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).

<hch@de.rmk.(none)>
	[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..

<daniel.ritz@ch.rmk.(none)>
	[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.

<rwhron@net.rmk.(none)>
	[PCMCIA] remove unneeded includes
	
	Patch via Randy Dunlap
	
	version.h cleanup of drivers/pcmcia
	test compiled on 2.6.0-test5-bk3.

<davej@redhat.com>
	[CPUFREQ] Merge AMD Opteron/Athlon64 powernow driver.

<davej@redhat.com>
	[CPUFREQ] update supported CPUs list in Documentation.

<eike-kernel@sf-tec.de>
	[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.

<sam@mars.ravnborg.org>
	kbuild: Remove all cscope files during mrproper
	
	From: GOTO Masanori <gotom@debian.or.jp>
	
	cscope generaltes various files, with different extension.
	Make sure to delete all cscope files during mrproper

<rmk@flint.arm.linux.org.uk>
	[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.

<acme@conectiva.com.br>
	o NET: move net/core/dev.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/sock.c EXPORT_SYMBOLs from net/netsyms.c

<jgarzik@redhat.com>
	[MCA] include linux/mca-legacy.h directly, to access deprecated MCA API

<jgarzik@redhat.com>
	[MCA] convert mca-proc to use not-deprecated functions

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

<jgarzik@redhat.com>
	[wireless arlan] fix modular build
	
	'probe' module parameter is only used when arlan is built as a module.

<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

<acme@conectiva.com.br>
	o NET: move net/core/neighbour.c EXPORT_SYMBOLs from net/netsyms.c

<jgarzik@redhat.com>
	[janitor] Replace bcopy() uses with memcpy(), where possible.
	
	Affects: JFS, scsi/{sym,sym2}, arch/ia64/sn/io/sn2/{module,pic}.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp_ipv4.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/af_inet.c EXPORT_SYMBOLs from net/netsyms.c

<jgarzik@redhat.com>
	[BK] "bk ignore" aic7xxx auto-generated files

<davej@redhat.com>
	[CPUFREQ] powernow-k8 compile fix

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

<shemminger@osdl.org>
	[PATCH] Fix warnings in hamradio/baycom build
	
	Sorry, overlooked the corresponding .h file in that patch, here it is.

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

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/skbuff.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/netfilter.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/udp.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/rtnetlink.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/sched/sch_generic.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/sched/police.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/ip_sockglue.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/devinet.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/ethtool.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp_minisocks.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp_input.c EXPORT_SYMBOLs from net/netsyms.c

<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 :-\

<acme@conectiva.com.br>
	o NET: move net/ipv4/ip_output.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/arp.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/wireless.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/datagram.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/sched/sch_api.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/scm.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/iovec.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/utils.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/dst.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/dev_mcast.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/flow.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/filter.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/dv.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/core/link_watch.c EXPORT_SYMBOLs from net/netsyms.c
	
	Also fix a typo.

<acme@conectiva.com.br>
	o NET: move net/ipv4/route.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/igmp.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/fib_frontend.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/protocol.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/ip_options.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/ipv4/ip_fragment.c EXPORT_SYMBOLs from net/netsyms.c

<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

<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

<acme@conectiva.com.br>
	o NET: move net/802/*.c EXPORT_SYMBOLs from net/netsyms.c
	
	Also add #include <linux/netdevice.h> 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)

<acme@conectiva.com.br>
	o NET: move rest of net/sched/*.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move net/xfrm/xfrm_algo.c EXPORT_SYMBOL_GPLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move drivers/net/Space.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move drivers/net/loopback.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move fs/fcntl.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: move fs/file_table.c EXPORT_SYMBOLs from net/netsyms.c

<acme@conectiva.com.br>
	o NET: net/netsyms.c bites the dust

<davej@redhat.com>
	[CPUFREQ] Fix ordering in kconfig.

<trini@org.rmk.(none)>
	[SERIAL] Make the Startech UART detection 'more correct'

<len.brown@intel.com>
	[ACPI] CONFIG_ACPI_RELAXED_AML from 2.4
	http://bugzilla.kernel.org/show_bug.cgi?id=1248

<Andries.Brouwer@cwi.nl>
	[PATCH] affs sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] befs sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] ext3 sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] fat sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] freevxfs sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] hfs sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] hpfs sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] jbd sparse fixes

<Andries.Brouwer@cwi.nl>
	[PATCH] jfs sparse fixes

<geert@linux-m68k.org>
	[PATCH] m68k zImage
	
	m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default

<geert@linux-m68k.org>
	[PATCH] Q40/Q60 interrupts
	
	Q40/Q60: Must handle keyboard interrupts even before they are registered (from
	Richard Zidlicky)

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

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

<geert@linux-m68k.org>
	[PATCH] Q40/Q60 interrupts
	
	Q40/Q60: Fix warnings, add diagnostic message (from Richard Zidlicky)

<geert@linux-m68k.org>
	[PATCH] M68k PCI
	
	M68k PCI: Include <asm/scatterlist.h>, like all other archs do

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

<geert@linux-m68k.org>
	[PATCH] Atari ST-RAM missing include
	
	Atari ST-RAM: Add missing include

<geert@linux-m68k.org>
	[PATCH] Mac SWIM floppy missing include
	
	Mac SWIM floppy: Add missing include

<geert@linux-m68k.org>
	[PATCH] Atari ACSI fix
	
	Atari ACSI: Add missing include and fix duplicate parameter type

<geert@linux-m68k.org>
	[PATCH] Macintosh 8390 Ethernet update
	
	Mac8390: Update for netdevice/8390 core changes in 2.5.8

<geert@linux-m68k.org>
	[PATCH] Atari Hades support is broken
	
	Atari Hades support is broken (needs updates for the new PCI code)

<geert@linux-m68k.org>
	[PATCH] Atari ST-RAM swap is broken
	
	Atari ST-RAM swap is broken (needs swap updates)

<geert@linux-m68k.org>
	[PATCH] Macintosh SWIM IOP floppy is broken
	
	Macintosh SWIM IOP floppy is broken (needs bio updates)

<geert@linux-m68k.org>
	[PATCH] Atari ACSI is broken
	
	Atari ACSI is broken (needs bio updates)

<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

<geert@linux-m68k.org>
	[PATCH] Amiga A2091 SCSI is broken
	
	Amiga A2091 SCSI is broken (needs SCSI device list updates and
	a2091_bus_reset())

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

<geert@linux-m68k.org>
	[PATCH] Atari Bionet Ethernet is broken
	
	Atari Bionet Ethernet is broken (needs netif updates and broken ACSI)

<geert@linux-m68k.org>
	[PATCH] Atari Pamsnet Ethernet is broken
	
	Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI)

<geert@linux-m68k.org>
	[PATCH] MVME166/7 CD2401 serial is broken
	
	MVME166/7 CD2401 serial is broken (needs taskqueue updates)

<geert@linux-m68k.org>
	[PATCH] Macintosh CS89x0 Ethernet is broken
	
	Macintosh CS89x0 Ethernet is broken (needs netif updates)

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

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

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

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

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

<geert@linux-m68k.org>
	[PATCH] Atari NCR5380 SCSI is broken
	
	Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete)

<geert@linux-m68k.org>
	[PATCH] Macintosh SMC 9194 Ethernet is broken
	
	Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions)

<geert@linux-m68k.org>
	[PATCH] Dmasound config
	
	Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from
	Christoph Hellwig).

<geert@linux-m68k.org>
	[PATCH] Amiga Zorro bus doc updates
	
	Amiga Zorro bus: Update the docs to match the current situation.

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

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

<geert@linux-m68k.org>
	[PATCH] Zorro include guards
	
	Zorro: Make closing include guards consistent with opening include guards

<geert@linux-m68k.org>
	[PATCH] Amiga A2232 Serial typo
	
	A2232 Serial: Fix typo

<geert@linux-m68k.org>
	[PATCH] M68k sched_clock()
	
	M68k: Add sched_clock() (introduced in 2.6.0-test6)

<geert@linux-m68k.org>
	[PATCH] Generic serial warning
	
	Generic serial: jiffies are unsigned long

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

<sri@us.ibm.com>
	[SCTP] Convert tv_add from static inline to a macro to fix an obscure
	assembler problem with parisc64.

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

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

<bunk@fs.tum.de>
	[PATCH] select for fs/Kconfig
	
	This switches fs/Kconfig to use select where appropriate (affects
	nfs{,d} and afs).

<smurf@play.smurf.noris.de>
	[PATCH] minor edit typo
	
	Editor wraparound and comments don't always like each other.

<davej@redhat.com>
	[PATCH] megaraid ULL fix.

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

<davej@redhat.com>
	[PATCH] Correct address in MAINTAINERS

<davej@redhat.com>
	[PATCH] ULL fixes for qlogicfc

<davej@redhat.com>
	[PATCH] Cleanup SEP errata workaround.
	
	This looks a little simpler, and has the same effect.

<davej@redhat.com>
	[PATCH] fix leak in btaudio

<davej@redhat.com>
	[PATCH] logic thinko in i2c

<davej@redhat.com>
	[PATCH] Correct URL in h8300 README

<davej@redhat.com>
	[PATCH] VIA Typo in i2c.

<davej@redhat.com>
	[AGPGART] New VIA AGP PCI id.

<armin@melware.de>
	[PATCH] Eicon ISDN driver: fix compile error
	
	fix compiler error of badly punctuated macro definitions.

<armin@melware.de>
	[PATCH] Eicon ISDN driver: cleanups
	
	Removed doubled header file includes.
	Removed includes of version.h.
	Removed the use of __KERNEL_SYSCALLS__

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

<trini@kernel.crashing.org>
	PPC32: Move a few more IBM-40x specific SPRs to the right file.

<lxiep@us.ibm.com>
	[PATCH] PCI Hotplug: export hotplug_slots subsys
	
	This is needed for the PPC64 PCI hotplug driver.

<adobriyan@mail.ru>
	[PATCH] PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/

<sandeen@sgi.com>
	[XFS] Fix large filesystem mounts on 64-bit platforms (2.6.x change only)
	
	SGI Modid: 2.5.x-xfs:slinx:159170a

<sandeen@sgi.com>
	[XFS] Fix arg sent to XFS_SEND_DATA - vnode, not bhv
	
	SGI Modid: 2.5.x-xfs:slinx:159068a

<lord@jen.americas.sgi.com>
	[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

<sandeen@sgi.com>
	[XFS] Re-work pagebuf stats macros to help support per-cpu data
	
	SGI Modid: 2.5.x-xfs:slinx:158653a

<lord@sgi.com>
	[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

<rmk@flint.arm.linux.org.uk>
	[SERIAL] Change maintainer entry for serial.
	
	Finally admit defeat and change the maintainers entry for 8250/16x50
	serial.

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

<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

<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

<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

<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

<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

<acme@conectiva.com.br>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/namei.c

<acme@conectiva.com.br>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/buffer.c

<acme@conectiva.com.br>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/dcache.c

<acme@conectiva.com.br>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sched.c

<acme@conectiva.com.br>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.c

<len.brown@intel.com>
	[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

<davej@redhat.com>
	[CPUFREQ] Longhaul >v1 can't use EBLCR for FSB, has to calculate it instead.

<len.brown@intel.com>
	[ACPI] CONFIG_ACPI is no longer necessary to enable HT (from 2.4.23)
	if (CONFIG_ACPI || CONFIG_SMP) CONFIG_ACPI_BOOT=y

<len.brown@intel.com>
	[ACPI] add CONFIG_ACPI_RELAXED_AML to config menu

<len.brown@intel.com>
	[ACPI] acpi_pci_link_allocate() should stick with irq.active if set. (Andrew de Quincey)
	Fixes OSDL #1186 "broken USB" and others

<len.brown@intel.com>
	[ACPI] GV3 IO port is 16-bits (Venkatesh Pallipadi)

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

<urban.widmark@enlight.net>
	[SMBFS]: Create OLD_TO_NEW_foo macros in highuid.h and use
	them instead of direct references to low2highfoo.

<ja@ssi.bg>
	[KERNEL]: Introduce list_for_each_entry_continue.

<ja@ssi.bg>
	[IPVS]: Simplify ip_vs_wrr_gcd_weight

<ja@ssi.bg>
	[IPVS]: The NQ scheduler must not return servers with weight 0.

<ja@ssi.bg>
	[IPVS]: Use list_for_each_entry_continue in some schedulers.

<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 <tommy_at_home.tig-grr.com>.

<davem@nuts.ninka.net>
	[KERNEL]: Do not export set_cpus_allowed twice, and only if CONFIG_SMP.

<davem@nuts.ninka.net>
	[IPV4]: Do pskb_may_pull in arp_rcv() not arp_process().

<davem@nuts.ninka.net>
	[IPV4]: In arp_rcv(), inspect skb->nh.arph after pskb_may_pull() not before.

<herbert@gondor.apana.org.au>
	[IPIP]: Avoid duplicate policy checks.

<bdschuym@pandora.be>
	[EBTABLES]: Use vlan_hdr not vlan_ethhdr in ebt_vlan.c

<davem@nuts.ninka.net>
	[SPARC64]: Always use sethi+jmpl to reach VISenter{,half}.

<dfages@arkoon.net>
	[NET]: Fix HW_FLOWCONTROL on SMP.

<lord@sgi.com>
	[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

<len.brown@intel.com>
	[ACPI] acpi4asus-0.24a-0.25-2.6.0-test (Karol Kozimor)

<len.brown@intel.com>
	[ACPI] acpi4asus-0.25-0.26.diff (Karol Kozimor)

<stern@rowland.harvard.edu>
	[PATCH] USB: unusual_devs.h update

<mdharm-usb@one-eyed-alien.net>
	[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.

<wim@iguana.be>
	[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?

<joe@perches.com>
	[PATCH] USB: include/linux/usb.h
	
	Reduce constant string space by reusing __FILE__

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

<baldrick@free.fr>
	[PATCH] USB speedtouch: extra debug messages

<baldrick@free.fr>
	[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.

<baldrick@free.fr>
	[PATCH] USB speedtouch: neater check
	
	This change was applied to 2.4, but not to 2.5.

<len.brown@intel.com>
	[ACPI] build fix: remove 2nd __exit from asus_acpi.c

<len.brown@intel.com>
	[ACPI] deal with lack of acpi prt entries gracefully (Jesse Barnes)

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

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

<akpm@osdl.org>
	[NET]: Fix xfrm_algo.c module exports.

<drepper@redhat.com>
	[NET]: Use task->tgid instead of task->pid in SCM credentials code.

<petri.koistinen@iki.fi>
	[NET]: Modernize network device help text.

<shemminger@osdl.org>
	[IRDA]: Get rid of destructor for irda devices.

<shemminger@osdl.org>
	[IRDA]: Add alloc_irdadev() interface.

<shemminger@osdl.org>
	[IRDA]: Convert irport to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert ali-ircc to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert donauboe to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert nsc-ircc to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert w83977af_ir to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert sir to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert via-ircc to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Use unregister_netdev instead of explicit reference to rtnl_lock.

<shemminger@osdl.org>
	[IRDA]: Use register_netdev instead of explicit reference to rtnl_lock.

<shemminger@osdl.org>
	[IRDA]: In smsc-ircc2 use request_region instead of check_region.

<shemminger@osdl.org>
	[IRDA]: In smsc-ircc2 use request_region earlier in the setup process.

<shemminger@osdl.org>
	[IRDA]: In smsc-ircc2, fix whitespace and indentation.

<shemminger@osdl.org>
	[IRDA]: Convert smsc-ircc2 to alloc_irdadev().

<shemminger@osdl.org>
	[IRDA]: Convert irda-usb to alloc_irdadev().

<bjorn.helgaas@com.rmk.(none)>
	[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?

<axboe@suse.de>
	[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.

<viro@parcelfarce.linux.theplanet.co.uk>
	[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.

<piggin@cyberone.com.au>
	[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);

<riel@surriel.com>
	[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.

<joern@wohnheim.fh-wedel.de>
	[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.

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to mm/filemap.c

<acme@parisc.kerneljanitors.org>
	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.

<torvalds@home.osdl.org>
	Fix bogus preprocessor end comment to match the real scope.

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/block_dev.c

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/super.c

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sysctl.c

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/inode.c

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/exec.c

<acme@parisc.kerneljanitors.org>
	o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/seq_file.c

<svm@kozmix.org>
	[PATCH] fix btaudio error case
	
	Free the right buffer on allocation error

<bfennema@falcon.csc.calpoly.edu>
	[PATCH] UDF oops on inode read failure
	
	This fixes an oops with failed inode reads on UDF

<Jay.Estabrook@hp.com>
	[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...

<ink@jurassic.park.msu.ru>
	[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.

<jes@wildopensource.com>
	[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.

<akpm@osdl.org>
	[PATCH] dscc4 warning fixes
	
	- ifdef out a couple of unused functions
	
	- remove unused label
	
	- __setup function is not used when compiled as a module.

<akpm@osdl.org>
	[PATCH] Fix memory leak in hugetlbfs
	
	From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
	
	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.

<akpm@osdl.org>
	[PATCH] Fix double request_region in com20020
	
	From: Herbert Xu <herbert@gondor.apana.org.au>
	
	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.

<akpm@osdl.org>
	[PATCH] Add bin2c copyrights
	
	From: Oliver Xymoron <oxymoron@waste.org>
	
	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.

<akpm@osdl.org>
	[PATCH] Add missing label in isdn_common.c
	
	From: Herbert Xu <herbert@gondor.apana.org.au>
	
	The last change to isdn_common.c removed a label that is used when
	ISDN_PPP is defined.  This patch puts it back.

<akpm@osdl.org>
	[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.

<akpm@osdl.org>
	[PATCH] x86 mman.h fix
	
	Remove duplicated #defines

<akpm@osdl.org>
	[PATCH] memory writeback/invalidation fixes
	
	From: "David S. Miller" <davem@redhat.com>
	
	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 :)

<akpm@osdl.org>
	[PATCH] table-driven filesystems option parsing
	
	From: "Randy.Dunlap" <rddunlap@osdl.org>, Will Dyson <will_dyson@pobox.com>, 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.

<akpm@osdl.org>
	[PATCH] module parameter array fixes
	
	From: Rusty Russell <rusty@rustcorp.com.au>
	
	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.

<akpm@osdl.org>
	[PATCH] check permission in ->open for /proc/sys/
	
	From: Christoph Hellwig <hch@lst.de>
	
	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.

<akpm@osdl.org>
	[PATCH] fix memleak in mtd/chips/cfi_cmdset_0020.c
	
	From: Felipe W Damasio <felipewd@terra.com.br>
	
	If other kmallocs failed after successfully allocating a "struct mtd_info",
	it should be freed before returning NULL.

<akpm@osdl.org>
	[PATCH] Fix bug in SELinux convert_context
	
	From: Stephen Smalley <sds@epoch.ncsc.mil>
	
	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.

<akpm@osdl.org>
	[PATCH] Pass nameidata to security_inode_permission hook
	
	From: Stephen Smalley <sds@epoch.ncsc.mil>
	
	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.

<akpm@osdl.org>
	[PATCH] scripts/pnmtologo.c warning fixes
	
	From: Rolf Eike Beer <eike-kernel@sf-tec.de>
	
	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.

<akpm@osdl.org>
	[PATCH] befs: fix resource leak on register_filesystem failure
	
	From: Will Dyson <will_dyson@pobox.com>
	
	Remember to free the inode cache if register_filesystem() fails.

<akpm@osdl.org>
	[PATCH] misc fixes
	
	- mpparse printk should be in hex (john stultz <johnstul@us.ibm.com>)
	
	- fiddle with RCU copyright messages (Dipankar Sarma <dipankar@in.ibm.com>)
	
	- use print_dev_t() for sysfs dev file in videodev.c (Gerd Knorr
	  <kraxel@bytesex.org>)
	
	- comx-hw-munich.c 64-bit warning fix (Vinay K Nallamothu
	  <vinay.nallamothu@gsecone.com>)
	
	- random.c return val fix

<akpm@osdl.org>
	[PATCH] /proc/PID/auxv file and NT_AUXV core note
	
	From: Roland McGrath <roland@redhat.com>
	
	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.

<akpm@osdl.org>
	[PATCH] update Documentation/iostats.txt
	
	From: Rick Lindsley <ricklind@us.ibm.com>
	
	One typo corrected, and the references to 2.5 are minimized and mostly
	changed to 2.6.

<akpm@osdl.org>
	[PATCH] Fix compile warning in g_NCR5380
	
	From: Andries.Brouwer@cwi.nl
	
	 `generic_NCR5380_biosparam' declared `static' but never defined

<akpm@osdl.org>
	[PATCH] Fix allyesconfig for HugeTLB-less archs
	
	From: Geert Uytterhoeven <geert@linux-m68k.org>
	
	Make that allyesconfig works on architectures that don't support HugeTLBs.

<akpm@osdl.org>
	[PATCH] ioctl32 fix to SG_IO
	
	From: Arun Sharma <arun.sharma@intel.com>
	
	A minor bug fix to the ioctl32 code handling SG_IO.  sgio->dxferp is not
	initialzed properly.

<akpm@osdl.org>
	[PATCH] Update James Morris's email address
	
	From: James Morris <jmorris@redhat.com>

<akpm@osdl.org>
	[PATCH] update unistd.h for sys_vserver

<akpm@osdl.org>
	[PATCH] Disable floppy and the related ioctl32s on some platforms
	
	From: Arun Sharma <arun.sharma@intel.com>
	
	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.

<viro@parcelfarce.linux.theplanet.co.uk>
	[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.

<arun.sharma@intel.com>
	[COMPAT]: Fix net bonding driver ioctl translations.

<piggin@cyberone.com.au>
	[PATCH] AS buglet
	
	This one won't cause hangs, but can trip some WARNs.

<viro@parcelfarce.linux.theplanet.co.uk>
	[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.

<piggin@cyberone.com.au>
	[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.

<sri@us.ibm.com>
	[SCTP] Fix bugs in conversions between msecs and jiffies.

<sam@mars.ravnborg.org>
	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

<lord@jen.americas.sgi.com>
	[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

<laforge@netfilter.org>
	[NETFILTER]: Fix UDP checksum in ip_nat_mangle_udp_packet, remove skb->csum hacks

<kaber@trash.net>
	[NETFILTER]: Don't call ip_conntrack_put with ip_conntrack_lock held

<laforge@netfilter.org>
	[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.

<mirage@kaotik.org>
	[NETFILTER]: Add support for mIRC's 'server lookup' DCC address detection to ip_conntrack_irc.c

<kadlec@blackhole.kfki.hu>
	[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.

<rusty@rustcorp.com.au>
	[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.

<kaber@trash.net>
	[NETFILTER]: Add size check for udp packet mangling.

<kaber@trash.net>
	[NETFILTER]: Fix REJECT is used in LOCAL_OUT.

<laforge@netfilter.org>
	[NETFILTER]: Cosmetic update to ip6t_ipv6header.

<laforge@netfilter.org>
	[NETFILTER]: Fix SO_ORIGINAL_DST, broken by earlier endianness fixes.

<shemminger@osdl.org>
	[NET]: Consolidate skb delivery.

<shemminger@osdl.org>
	[NET]: More likely/unlikely in skbuff.h

<rmk@flint.arm.linux.org.uk>
	[ARM] Fix ARM "make help" output
	
	Remove "initrd" target from help - it isn't a user target.

<davem@nuts.ninka.net>
	[NETFILTER]: Add sysctl values missing from recent commit.

<davem@nuts.ninka.net>
	[ELF]: Handle auxv bits more cleanly in mixed 32/64 bit environments.

<davem@nuts.ninka.net>
	[ELF]: Fix bug in previous change, forgot to advance ei_index over AT_NULL entry.

<davem@nuts.ninka.net>
	[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.

<lord@jen.americas.sgi.com>
	[XFS] Code cleanup
	
	SGI Modid: 2.5.x-xfs:slinx:159439a

<lord@sgi.com>
	[XFS] Code cleanup
	
	SGI Modid: 2.5.x-xfs:slinx:159439b

<roland@redhat.com>
	[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.

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[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

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[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

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[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.

<greg@kroah.com>
	[PATCH] USB: convert usbfs to use new fs parser code.

<lord@sgi.com>
	[XFS] small cleanup
	
	SGI Modid: 2.5.x-xfs:slinx:159477a

<elenstev@mesatop.com>
	[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.

<dan@reactivated.net>
	[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.

<lcapitulino@prefeitura.sp.gov.br>
	[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:

<greg@kroah.com>
	[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.

<greg@kroah.com>
	[PATCH] USB: fix up some non-GPL friendly license wording.
	
	Keyspan/InnoSys approved this change.

<rddunlap@osdl.org>
	[PATCH] janitor: fix cciss for !CONFIG_PROC_FS
	
	From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
	
	Fix a warning about 'proc_cciss' and `cciss_proc_get_info' defined but
	not used. They are only called when CONFIG_PROC_FS=y.

<rddunlap@osdl.org>
	[PATCH] janitor: Audit av7110_ir_init
	
	From: Daniele <bellucda@tiscali.it>
	
	- Audit av7110_ir_init
	- On saa7146_register_extension failure report back its return code

<rddunlap@osdl.org>
	[PATCH] janitor: opl3sa2 cleanups/checker
	
	From: Daniele <bellucda@tiscali.it>
	
	 - 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

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (sound/oss)
	
	From: Randy Hron <rwhron@earthlink.net>

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (drivers/char)
	
	From: Randy Hron <rwhron@earthlink.net>
	
	Cleanup of version.h in drivers/char plus a few in include/linux
	that are used in drivers/char.
	
	Duplicate #includes removed.

<rddunlap@osdl.org>
	[PATCH] janitor: fix toshiba for !CONFIG_PROC_FS
	
	From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
	
	Fix warning in drivers/char/toshiba.c: `tosh_get_info' defined but not
	used

<rddunlap@osdl.org>
	[PATCH] janitor: saa7146_register_extension failure report back its
	
	From: Daniele <bellucda@tiscali.it>
	
	 - On saa7146_register_extension failure report back its return code

<rddunlap@osdl.org>
	[PATCH] janitor: convert strtok to strsep (sound/oss)
	
	From: maximilian attems <janitor@sternwelten.at>
	
	convert two missed strtok to strsep (sound/oss)

<rddunlap@osdl.org>
	[PATCH] janitor: init_nfsd() error handling
	
	From: Daniele Bellucci <bellucda@tiscali.it>
	
	This is a little register_filesystem audit for nfsd.

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (mtd)
	
	From: Randy Hron <rwhron@earthlink.net>
	
	version.h cleanup and duplicate #includes removed.

<rddunlap@osdl.org>
	[PATCH] janitor: cpqarray for !CONFIG_PROC_FS
	
	From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
	
	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.

<rddunlap@osdl.org>
	[PATCH] janitor: saa7146_register_extension failure report (ttpci)
	
	From: Daniele <bellucda@tiscali.it>
	
	 - On saa7146_register_extension failure report back its return code

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (media/video)
	
	From: Randy Hron <rwhron@earthlink.net>

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (oss/dmasound)
	
	From: Randy Hron <rwhron@earthlink.net>

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (wireless/arlan)
	
	From: rwhron@earthlink.net
	
	Remove unneeded version.h include

<rddunlap@osdl.org>
	[PATCH] janitor: Audit copy_to_user (ttusb)
	
	From: Daniele <bellucda@tiscali.it>
	
	- Audit copy_to_user in drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c

<rddunlap@osdl.org>
	[PATCH] janitor: fix for not CONFIG_PROC_FS
	
	From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
	
	Fix cmipci.c warnings: unused variable `entry', `snd_cmipci_proc_read'
	defined but not used

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (drivers/media)
	
	From: Randy Hron <rwhron@earthlink.net>
	
	version.h cleanup and remove duplicate #includes.

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (cdrom)
	
	From: Randy Hron <rwhron@earthlink.net>
	
	Remove unneeded include of version.h.

<rddunlap@osdl.org>
	[PATCH] janitor: saa7146_register_extension (ci) failure report
	
	From: Daniele <bellucda@tiscali.it>
	
	 - On saa7146_register_extension failure report back its return code

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (telephony)
	
	From: Randy Hron <rwhron@earthlink.net>

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (drivers/video)
	
	From: Randy Hron <rwhron@earthlink.net>

<rddunlap@osdl.org>
	[PATCH] janitor: cleanup includes (acpi)
	
	From: rwhron@earthlink.net

<shemminger@osdl.org>
	[NET]: syncppp needs to pullup headers.

<shemminger@osdl.org>
	[IRDA]: Dongle module owner support.

<rddunlap@osdl.org>
	[NET]: Remove verify_area() in net/wan/sbni (from domen@coderock.org)

<rmk@flint.arm.linux.org.uk>
	[ARM] Select decompressor mmu handling based upon the architecture IDs.

<rmk@flint.arm.linux.org.uk>
	[ARM] Remove redundant include of net/bluetooth/Kconfig

<rmk@flint.arm.linux.org.uk>
	[ARM] Add ARMv5TEJ to processor architecture list.

<rmk@flint.arm.linux.org.uk>
	[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.

<rmk@flint.arm.linux.org.uk>
	[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.
	

<rmk@flint.arm.linux.org.uk>
	[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.

<rmk@flint.arm.linux.org.uk>
	[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.

<rmk@flint.arm.linux.org.uk>
	[ARM] Prepare Integrator support code for multiple machine support.
	
	Split Integrator/AP and Integrator/PP2 specific support from the
	Integrator core code.

<rmk@flint.arm.linux.org.uk>
	[ARM] Clean up Integrator interrupt number definitions.
	
	This allows us to expand the interrupt numbers on the primary
	interrupt controller.

<rmk@flint.arm.linux.org.uk>
	[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.

<rmk@flint.arm.linux.org.uk>
	[ARM] Add sysdev model for Integrator/AP.

<rmk@flint.arm.linux.org.uk>
	[ARM] Update Integrator IRQ decoding.
	
	This takes account of the other IRQ changes, and makes the interrupt
	decoding more efficient.

<mikpe@csd.uu.se>
	[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.

<dan@reactivated.net>
	[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.

<akpm@osdl.org>
	[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.

<akpm@osdl.org>
	[PATCH] more raw driver minor numbers
	
	From: Badari Pulavarty <pbadari@us.ibm.com>
	
	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.

<hunold@convergence.de>
	[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

<nico@org.rmk.(none)>
	[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.

<dsaxena@com.rmk.(none)>
	[ARM PATCH] 1624/1: BE support for io-readsl-armv4.S, io-reads-armv4.S, io-writesw-armv4.S
	
	Patch from Deepak Saxena
	

<robin.farine@ch.rmk.(none)>
	[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.
	

<nico@org.rmk.(none)>
	[ARM PATCH] 1660/1: misc PXA/Lubbock fixes
	
	Patch from Nicolas Pitre
	

<shemminger@osdl.org>
	[IRDA]: Missing header file change from dongle owner changes.

<shields@msrl.com>
	[SPARC64]: Fix watchdog on CP1500/Netra-t1.

<sheilds@msrl.com>
	[SPARC64]: Fix typo in bbc_envctrl.c

<davem@nuts.ninka.net>
	[SPARC]: Reserve syscall slot for VSERVER.

<shemminger@osdl.org>
	[IRDA]: Tekram dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: act200l dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: actisys dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: ep7211_ir dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: esi dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: girbil dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: litelink dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: ma600 dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: mcp2120 dongle module conversion.

<shemminger@osdl.org>
	[IRDA]: old_belkin dongle module conversion.

<davem@nuts.ninka.net>
	[SPARC64]: Update defconfig.

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] cmd64x: kill dummy init_dma_cmd64x()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] cs5530: kill dummy init_dma_cs5530()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] generic: kill dummy init_dma_generic()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] hpt34x: kill dummy init_dma_hpt34x()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] it8172: kill dummy init_dma_it8172()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] ns87415: kill dummy init_dma_ns87415()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] opti621: kill dummy init_dma_opti621()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] pdc202xx_new: kill dummy init_dma_pdc202new()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] piix: kill dummy init_dma_piix()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] sc1200: kill dummy init_dma_sc1200()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] siimage: kill dummy init_dma_siimage()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] sis5513: kill dummy init_dma_sis5513()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] slc90e66: kill dummy init_dma_slc90e66()

<B.Zolnierkiewicz@elka.pw.edu.pl>
	[PATCH] remove PDC-ADMA placeholders
	
	They do not contain any real code.

<src@flint.arm.linux.org.uk>
	[ARM] Fix badly placed writeback/invalidation fixes.

<rmk@flint.arm.linux.org.uk>
	[ARM] Ensure BK file modes allow others to read.

<petri.koistinen@iki.fi>
	[CRYPTO]: Kconfig URL updates.

<ja@ssi.bg>
	[IPVS]: Properly handle non-linear skbs.
	
	Most of the changes come from Paul `Rusty' Russell. Now we
	modify the skbs only for IPVS packets.

<wensong@linux-vs.org>
	[IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop

<acme@conectiva.com.br>
	[NET]: asm-parisc/checksum.h needs linux/in6.h

<akpm@osdl.org>
	[PATCH] boot-time selectable log buffer size
	
	From: Andrea Arcangeli <andrea@suse.de>
	
	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.

<akpm@osdl.org>
	[PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [1/5]
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	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.

<akpm@osdl.org>
	[PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [2/5]
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	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.

<akpm@osdl.org>
	[PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [3/5]
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	Fix up the sh arch.  sh defined NR_NODES, change sh to use standard
	MAX_NUMNODES instead.

<akpm@osdl.org>
	[PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [4/5]
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	Fix up the arm arch.  This needs to be reviewed.  Relatively
	straightforward replacement of NR_NODES with standard MAX_NUMNODES.

<akpm@osdl.org>
	[PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [5/5]
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	Fix up the ia64 arch.

<akpm@osdl.org>
	[PATCH] node enumeration fixes
	
	From: Matthew Dobson <colpatch@us.ibm.com>
	
	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.

<akpm@osdl.org>
	[PATCH] compat ioctl consolidation
	
	From: Arun Sharma <arun.sharma@intel.com>, 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).

<akpm@osdl.org>
	[PATCH] document the macro for translating PROT_ to VM_ bits
	
	From: Muli Ben-Yehuda <mulix@mulix.org>
	
	Shed some much-needed light.

<akpm@osdl.org>
	[PATCH] /proc/sys/auxv
	
	From: Roland McGrath <roland@redhat.com>
	
	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.

<akpm@osdl.org>
	[PATCH] kernel documentation fixes
	
	From: Michael Still <mikal@stillhq.com>
	
	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.

<akpm@osdl.org>
	[PATCH] EISA_bus cleanup
	
	From: Marc Zyngier <mzyngier@freesurf.fr>, 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.

<akpm@osdl.org>
	[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)

<akpm@osdl.org>
	[PATCH] dscc4 driver fixes
	
	From: Francois Romieu <romieu@fr.zoreil.com>
	
	- 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().

<akpm@osdl.org>
	[PATCH] cpufreq sysfs oops fix
	
	From: Dominik Brodowski <linux@brodo.de>
	
	Fix an ordering problem whcih was causing cpufreq oopses in sysfs.

<akpm@osdl.org>
	[PATCH] move job control fields from task_struct to
	
	From: Roland McGrath <roland@redhat.com>
	
	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.

<akpm@osdl.org>
	[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.

<akpm@osdl.org>
	[PATCH] fix pte_chain leak in do_no_page()
	
	From: "V. Rajesh" <vrajesh@eecs.umich.edu>
	
	Fix a rare pte_chain memory leak in do_no_page()

<trivial@rustcorp.com.au>
	[PATCH] Bugzilla bug # 267 - scripts_ver_linux fix
	
	From:  Jeff Sipek <jeffpc@optonline.net>

<trivial@rustcorp.com.au>
	[PATCH] Use mod_timer in net_wanrouter_af_wanpipe.c
	
	From:  Vinay K Nallamothu <vinay-rc@naturesoft.net>

<trivial@rustcorp.com.au>
	[PATCH] Remove extra #includes
	
	From:  Tom Rini <trini@kernel.crashing.org>
	
	  This removes two extra #includes of <linux/spinlock.h>.
	  Nothing in either of these files require <linux/spinlock.h>.

<trivial@rustcorp.com.au>
	[PATCH] Remove racy check_mem_region() call from pcbit_drv.c
	
	From:  Bob Miller <rem@osdl.org>
	
	  Removed the check_mem_region() call and replaced with request_mem_region().

<trivial@rustcorp.com.au>
	[PATCH] Obvious sched doc fix
	
	From:  Mitchell Blank Jr <mitch@sfgoth.com>
	
	  Obvious typo fix for the scheduler docs
	
	(Acked by Ingo)

<trivial@rustcorp.com.au>
	[PATCH] Rearrange error handling in fs_pipe.c a bit
	
	From:  Scharfe <l.s.r@web.de>
	
	  clean up the error handling in pipefs a little bit,
	  shrinking pipe.o by whopping 4 bytes! :)

<trivial@rustcorp.com.au>
	[PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5
	
	From:  Josef Jeff Sipek <jeffpc@optonline.net>

<trivial@rustcorp.com.au>
	[PATCH] Add hint on sysrq on some keyboards
	
	From:  Pavel Machek <pavel@suse.cz>

<trivial@rustcorp.com.au>
	[PATCH] Fix Linux 2.5 -> Linux 2.6
	
	From:  Holger Schurig <h.schurig@mn-logistik.de>

<trivial@rustcorp.com.au>
	[PATCH] correct number of CPUs in Kconfig help file
	
	From:  Marcel Sebek <sebek64@post.cz>
	
	(Acked by  William Lee Irwin III <wli@holomorphy.com>)

<trivial@rustcorp.com.au>
	[PATCH] Documentation_vm_hugetlbfs.txt cleanup
	
	From:  Maciej Soltysiak <solt@dns.toxicfilms.tv>
	
	  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 <wli@holomorphy.com>)

<trivial@rustcorp.com.au>
	[PATCH] kconfig language doc r.e. ---help---
	
	From:  Stewart Smith <stewart@linux.org.au>
	
	Document "---help---" tag in Kconfig
	
	(Acked by Roman Zippel <zippel@linux-m68k.org>)

<trivial@rustcorp.com.au>
	[PATCH] hlist constification
	
	From:  Mitchell Blank Jr <mitch@sfgoth.com>
	
	Make some more of the hlist functions accept constant arguments.

<trivial@rustcorp.com.au>
	[PATCH] drivers_media_Kconfig URL update
	
	From:  Petri Koistinen <petri.koistinen@iki.fi>

<trivial@rustcorp.com.au>
	[PATCH] sysv_hash() is cleanups
	
	From:  Scharfe <l.s.r@web.de>
	
	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.

<trivial@rustcorp.com.au>
	[PATCH] drivers_ide_Kconfig URL updates
	
	From:  Petri Koistinen <petri.koistinen@iki.fi>

<trivial@rustcorp.com.au>
	[PATCH] Update for Documentation_binfmt_misc-document
	
	From:  "ismail (cartman) donmez" <kde@myrealbox.com>

<trivial@rustcorp.com.au>
	[PATCH] Fix comment in parse_hex_value
	
	From:  <adobriyan@mail.ru>
	
	(Acked by William Lee Irwin III <wli@holomorphy.com>)

<trivial@rustcorp.com.au>
	[PATCH] irq_affinity_write_proc no longer writes garbage into irq proc entries
	
	From:  <adobriyan@mail.ru>

<rusty@rustcorp.com.au>
	[PATCH] More modules.txt removals
	
	From:  Nicolas Kaiser <nikai@nikai.net>

<trivial@rustcorp.com.au>
	[PATCH] [PATCH ac97_plugin_ad1980.c: warning fix
	
	From:  Vinay K Nallamothu <vinay-rc@naturesoft.net>

<trivial@rustcorp.com.au>
	[PATCH] Bugzilla bug # 993 - Documenation_Changes still reads 2.5
	
	From:  Josef Jeff Sipek <jeffpc@optonline.net>

<trivial@rustcorp.com.au>
	[PATCH] update Kanoj Sarcar email address in docs
	
	From:  Ed L Cashin <ecashin@uga.edu>
	
	(Acked by Kanoj Sarcar <kanojsarcar@yahoo.com>)

<trivial@rustcorp.com.au>
	[PATCH] Get rid of magic numbers in fs
	
	From:  Scharfe <l.s.r@web.de>

<trivial@rustcorp.com.au>
	[PATCH] unused variable in drivers_char_esp.c
	
	From:  krishnakumar@naturesoft.net

<trivial@rustcorp.com.au>
	[PATCH] drivers_cpufreq_Kconfig URL update
	
	From:  Petri Koistinen <petri.koistinen@iki.fi>

<trivial@rustcorp.com.au>
	[PATCH] ISDN PCBIT: fix nonmodular compile
	
	From:  Adrian Bunk <bunk@fs.tum.de>

<trivial@rustcorp.com.au>
	[PATCH] Change list_emtpy() to take a const pointer
	
	From:  "Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@intel.com>

<trivial@rustcorp.com.au>
	[PATCH] HISAX_SEDLBAUER_CS needs HISAX_SEDLBAUER
	
	From:  Adrian Bunk <bunk@fs.tum.de>

<trivial@rustcorp.com.au>
	[PATCH] 2 spelling patches in helps
	
	From:  Maciej Soltysiak <solt@dns.toxicfilms.tv>

<trivial@rustcorp.com.au>
	[PATCH] Small cleanups for input
	
	From:  Pavel Machek <pavel@suse.cz>

<trivial@rustcorp.com.au>
	[PATCH] unused variable in drivers_char_isicom.c
	
	From:  krishnakumar@naturesoft.net

<trivial@rustcorp.com.au>
	[PATCH] Christoph Hellwig no longer works at Caldera
	
	From:  Adrian Bunk <bunk@fs.tum.de>
	
	(Acked by Christoph Hellwig <hch@infradead.org>)

<trivial@rustcorp.com.au>
	[PATCH] Documentation_Changes visual cleanup
	
	From:  Marcel Sebek <sebek64@post.cz>

<ak@muc.de>
	[PATCH] Reserve vserver syscall for x86-64
	
	Reserve vserver syscall on x86-64 too.

<ak@muc.de>
	[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.

<ak@muc.de>
	[PATCH] Fix x86-64 compilation
	
	Make x86-64 compile again.

<hunold@convergence.de>
	[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

<davem@nuts.ninka.net>
	[SPARC64]: Kill stray task->tty reference in Solaris module.

<bjorn.helgaas@com.rmk.(none)>
	[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.

<torvalds@home.osdl.org>
	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.

<bjorn.helgaas@com.rmk.(none)>
	[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.

<torvalds@home.osdl.org>
	Fix PCMCIA cut-and-paste cs.c bug introduced by the recent
	update.
	
	The socket is "s", not "skt".

<torvalds@home.osdl.org>
	Fix __wake_up_sync() module export. It hadn't been correcly moved
	from kernel/ksyms.c to kernel/sched.c.
	
	Noted by Richard Henderson <rth@twiddle.net>

<rddunlap@osdl.org>
	[PATCH] janitor: schedule_timeout sets curr->state (arm)
	
	From: Alexey Dobriyan <adobriyan@mail.ru>
	
	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.

<acme@conectiva.com.br>
	[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.

<paulus@samba.org>
	PPC32: Reformat bits of include/asm-ppc/uaccess.h.

<paulus@samba.org>
	PPC32: Add hook for Mac-on-Linux to use exception vector 0x2f00.

<paulus@samba.org>
	PPC32: Make 4 the default for CONFIG_NR_CPUS on PPC32.

<paulus@samba.org>
	PPC32: Update defconfigs

<Achim_Leubner@adaptec.com>
	[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

<schwidefsky@de.ibm.com>
	[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.

<schwidefsky@de.ibm.com>
	[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.

<schwidefsky@de.ibm.com>
	[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.

<schwidefsky@de.ibm.com>
	[PATCH] s390 (4/7): ctc driver.
	
	Kernel Janitors: remove unnecessary calls to verify_area.

<schwidefsky@de.ibm.com>
	[PATCH] s390 (5/7): iucv driver.
	
	- Add dummy release function to iucv bus.

<schwidefsky@de.ibm.com>
	[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.

<schwidefsky@de.ibm.com>
	[PATCH] s390 (7/7): zfcp host adapter.
	
	The zfcp scsi host adapater.

<ak@muc.de>
	[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.

<ak@muc.de>
	[PATCH] Remove outdated URLs from x86-64 Kconfig
	
	Remove outdated URLs from the x86-64 Kconfig.
	
	Originally from the trivial patch monkey / Petri Koistinen <petri.koistinen@iki.fi>

<axboe@suse.de>
	[PATCH] check copy_from_user return value in sony535
	
	From: Felipe W Damasio <felipewd@terra.com.br>
	
	Found by smatch.

<rmk@arm.linux.org.uk>
	[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.

<hirofumi@mail.parknet.co.jp>
	[PATCH] VFAT: ->i_[cam]time cleanups (1/6)
	
	From René Scharfe <l.s.r@web.de>
	
	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.

<hirofumi@mail.parknet.co.jp>
	[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.

<hirofumi@mail.parknet.co.jp>
	[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.

<hirofumi@mail.parknet.co.jp>
	[PATCH] Fix cleanup option of fat (4/6)
	
	This is just misc cleanup of fat option.

<hirofumi@mail.parknet.co.jp>
	[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".

<hirofumi@mail.parknet.co.jp>
	[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".

<levon@movementarian.org>
	[PATCH] fix warning with CONFIG_PROFILING=y
	
	Needs a forward declaration of struct pt_regs

<bjorn.helgaas@com.rmk.(none)>
	[Serial] Fix warnings in 8250_acpi
	
	Patch from Bjorn Helgaas.
	
	Lastest changes in 8250_acpi.c produce warnings about type mismatch
	in printk.

<ak@muc.de>
	[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.

<ak@muc.de>
	[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.

<ebrower@usa.net>
	[SPARC64]: Fix kernel_thread() return value check in envctrl.c

<davem@nuts.ninka.net>
	[SPARC64]: Clean up uid16 usage just like x86_64 did.

<davem@nuts.ninka.net>
	[ECONET]: Fix packet handler to be PKT_CAN_SHARE_SKB.

<davem@nuts.ninka.net>
	[BPQETHER]: Fix packet handler to be PKT_CAN_SHARE_SKB.

<davem@nuts.ninka.net>
	[LAPB]: Fix packet handlers to be PKT_CAN_SHARE_SKB.

<davem@nuts.ninka.net>
	[IPV4]: Fix ipconfig to be PKT_CAN_SHARE_SKB.

<davem@nuts.ninka.net>
	[X25]: Fix to be PKT_CAN_SHARE_SKB.

<davem@nuts.ninka.net>
	[NET]: Add missing skb_share_check() calls to econet/bpqether/lapbether/ipconfig.

<davem@nuts.ninka.net>
	[NETLINK]: Set socket error on netlink_ack() allocation failure.

<davem@nuts.ninka.net>
	[NET]: Delete support for old-style protocols, no longer necessary.

<jan.oravec@6com.sk>
	[IPV6]: Deactivate timers properly in ipv6_mc_destroy_dev().

<ja@ssi.bg>
	[IPVS]: remove some unused fields from the protocols

<rddunlap@osdl.org>
	[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

<rddunlap@osdl.org>
	[COSA]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

<rddunlap@osdl.org>
	[ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

<vinay.nallamothu@gsecone.com>
	[X25]: Use mod_timer(), add missing sock locking to x25_accept().

<herbert@gondor.apana.org.au>
	[NETLINK]: netlink.h needs types.h

<roland@redhat.com>
	[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.

<akpm@osdl.org>
	[PATCH] fix ia64 core dump code
	
	From: Roland Turner <roland@redhat.com>
	
	Fixes a BUG which occurs when an ia64 application tries to dump core.

<kraxel@bytesex.org>
	[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).

<kraxel@bytesex.org>
	[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.

<kraxel@bytesex.org>
	[PATCH] v4l: saa7146 driver update
	
	This adapts the saa7146 driver to the videobuf changes

<lcapitulino@prefeitura.sp.gov.br>
	[IPV4]: Fix route.c build warning when procfs is disabled.

<kraxel@bytesex.org>
	[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.

<jack@ucw.cz>
	[PATCH] Quota bugfix
	
	This should fix a problem with used-bytes counter overflow in old quota
	format.

<ak@colin2.muc.de>
	[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.

<vandrove@vc.cvut.cz>
	[IPV4]: Fix deadlock on ip_mc_list->lock

<davem@nuts.ninka.net>
	[NET]: Size hh_cache->hh_data[] properly.

<shemminger@osdl.org>
	[IRDA]: Fix BUG() in irlmp seq file code.

<shemminger@osdl.org>
	[IRDA]: Fix spinlock badness in last dongle changes.

<ja@ssi.bg>
	[IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared.

<davej@redhat.com>
	[CPUFREQ] powernow-k8 isn't using cpufreq table helpers yet.
	It's also pretty new, so mark it as experimental for the time being.

<davej@redhat.com>
	[CPUFREQ] fix up the invalid usage of pol->policy in drv_init()
	
	also mark it with a warning in drv_verify()
	From Dominik.
	

<davej@redhat.com>
	[CPUFREQ] update URL.

<davej@redhat.com>
	[CPUFREQ] find_closest_fid() can be static.
	Spotted by Pavel Machek.

<davej@redhat.com>
	[CPUFREQ] powernow-k8 Namespace cleanups.
	More bits from Pavel. drv_* in oopses is pretty uninformative.

<chyang@clusterfs.com>
	[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

<davej@redhat.com>
	[CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix.
	
	Hand-applying simple diffs considered harmful.

<davej@redhat.com>
	[CPUFREQ] Fix documentation pathname typos.
	Spotted by Pavel Machek.

<davej@redhat.com>
	[CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver.
	The current tables we had have been confirmed as safe by VIA.

<davej@redhat.com>
	[CPUFREQ] Rename longhaul frequency tables. longhaul1 -> samuel1

<davej@redhat.com>
	[CPUFREQ] Document early samuel2 ratios.
	Preemptively stop some good intentioned janitor coming along and "fixing a typo".

<davej@redhat.com>
	[CPUFREQ] More ratio table renames. longhaul2 -> ezra

<davej@redhat.com>
	[CPUFREQ] Ratio table renames longhaul3/c3m -> ezrat

<davej@redhat.com>
	[CPUFREQ] cleanup longhaul header file.
	Group processor tables together correctly.

<davej@redhat.com>
	[CPUFREQ] Fix misnaming of VIA Samuel2 CPUs.
	670 -> 677 = Samuel 2
	678 -> 67f = Ezra

<davej@redhat.com>
	[CPUFREQ] Add VIA Nehemiah scaling ratios.
	

<trond.myklebust@fys.uio.no>
	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.

<trond.myklebust@fys.uio.no>
	Make the client act correctly if the RPC server's asserts
	that it does not support a given program, version or
	procedure call.

<trond.myklebust@fys.uio.no>
	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
	
	

<trond.myklebust@fys.uio.no>
	Increase the NFS readahead so that we at least fill the RPC
	slot table.

<trond.myklebust@fys.uio.no>
	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.

<trond.myklebust@fys.uio.no>
	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.

<trond.myklebust@fys.uio.no>
	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".

<trond.myklebust@fys.uio.no>
	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.

<trond.myklebust@fys.uio.no>
	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)

<trond.myklebust@fys.uio.no>
	Simplify NFS synchronous write call interface. Pass
	a pointer to a filled nfs_write_data struct like we
	do for asynchronous function calls

<rddunlap@osdl.org>
	[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.

<torvalds@home.osdl.org>
	Avoid warnings in uid/gid usage by making the assignment
	unconditional. Simplify the macros.

<acme@conectiva.com.br>
	[PATCH] asus_acpi: don't include modversions.h
	
	This fixes asus_acpi.c when doing a modular build

<torvalds@home.osdl.org>
	Fix up recent net/ipv4/ipconfig.c typo breakage.

<trond.myklebust@fys.uio.no>
	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.

<trond.myklebust@fys.uio.no>
	Clean up the nfs4_stateid and nfs4_verifier typedefs.
	Convert them into structures

<acme@conectiva.com.br>
	o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLs

<acme@conectiva.com.br>
	o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree

<davem@nuts.ninka.net>
	[SPARC64]: Export csum_partial().

<davem@nuts.ninka.net>
	[SUNRPC]: Printf pointers correctly.

<davem@nuts.ninka.net>
	[NFS]: Fix printf format warnings in fs/nfs/nfs4xdr.c.

<davem@nuts.ninka.net>
	[USB]: Fix encapsulation of int inside of pointer in code/file.c

<miles@lsi.nec.co.jp>
	[PATCH] Triple the memory size used on the v850 gdb simulator

<miles@lsi.nec.co.jp>
	[PATCH] Add sched_clock on v850
	
	This is a horrid implementation, but whatever.

<miles@lsi.nec.co.jp>
	[PATCH] Remove some old debugging stuff on the v850

<miles@lsi.nec.co.jp>
	[PATCH] Update v850 Kconfig debugging menu

<miles@lsi.nec.co.jp>
	[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).

<miles@lsi.nec.co.jp>
	[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).

<davem@nuts.ninka.net>
	[UDP/TCP]: Fix binding conflict tests wrt. SO_BINDTODEVICE.

<willy@debian.org>
	[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.

<bdschuym@pandora.be>
	[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.

<ak@muc.de>
	[NET]: Fix obvious 64bit bug/warning in farsync.c

<shemminger@osdl.org>
	[NET]: Convert dvb-net to use alloc_netdev().

<hunold@convergence.de>
	[PATCH] firmware update for av7110 dvb driver
	
	 - av7110 DVB driver firmware update.  don't worry: we're planning to
	   switch to firmware_class soon...

<hunold@linuxtv.org>
	[PATCH] add new DVB-T frontend driver
	
	 - add new DVB-T frontend driver sp887x.c

<hunold@linuxtv.org>
	[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

<hunold@linuxtv.org>
	[PATCH] multiple device *read* opens support
	
	 - allow multiple read device opens

<hunold@linuxtv.org>
	[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

<hunold@linuxtv.org>
	[PATCH] usual c99 initializer fixes
	
	 - the usual c99 initialization fixes all over the DVB place

<hunold@linuxtv.org>
	[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.

<hunold@linuxtv.org>
	[PATCH] various av7110 dvb-driver updates
	
	 - various av7110 updates

<hunold@linuxtv.org>
	[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).

<hunold@linuxtv.org>
	[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.

<hunold@linuxtv.org>
	[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 <pmsjt@warner.homeip.net

<hunold@linuxtv.org>
	[PATCH] fix v4l1 backward compatibility in saa7146 driver
	
	 - fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv

<hunold@convergence.de>
	[PATCH] firmware blob for new DVB-T frontend driver

<ja@ssi.bg>
	[IPVS]: Avoid returning NF_DROP from the packet schedulers.

<torvalds@home.osdl.org>
	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.

<tommy.christensen@tpack.net>
	[VLAN]: Do not modify the data of shared SKBs.

<chas@cmf.nrl.navy.mil>
	[ATM]: Eliminate atm_find_ci().

<chas@cmf.nrl.navy.mil>
	[ATM]: Convert VCC list to hash.

<ak@suse.de>
	[NET]: Fix 64-bit bugs in dscc4.c

<davem@nuts.ninka.net>
	[UDP]: Fix typo in SO_BINDTODEVICE changes.

<shemminger@osdl.org>
	[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

<shemminger@osdl.org>
	[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

<torvalds@home.osdl.org>
	Linux 2.6.0-test7



(Log in to post comments)

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds