- 24 Jan, 2004 25 commits
-
-
bk://kernel.bkbits.net/davem/irda-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Hemminger authored
Current driver doesn't do shared irq properly. When testing on a laptop here irq 3 get shared between pcmcia slot and tty/IRDA
-
Hirofumi Ogawa authored
Andreas Happe <andreashappe@gmx.net> writes: > my notebook (hp/compaq nx7000) still crashes when using 8139cp (runs > rock solid with 8139too driver). The computer just locks up, there is no > dmesg output. This has happened since I've got this laptop (around > november '03). It seems 8139cp.c has the race condition of rx_poll and interrupt. NOTE, since I don't have this device, patch is untested. Sorry.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/irda-2.6
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Panagiotis Issaris authored
I got a Wacom Graphire3 for my birthday and unfortunately it didn't work. After some playing around, I noticed the 2.6 kernel needs a few small modifications to make it work. This simple patch adds support for the Wacom Graphire 3.
-
bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
Fix this: drivers/scsi/aha1542.c:74: warning: unsigned int format, different type arg (arg 5)
-
James Bottomley authored
From: Justin T. Gibbs <gibbs@scsiguy.com>
-
James Bottomley authored
From: Petri Koistinen <petri.koistinen@iki.fi>
-
Mark Haverkamp authored
Here is an update to use pci_set_consistent_dma_mask. But since dma_alloc_coherent uses dma_mask instead of consistent one, I left in setting dma_mask as well until the alloc routine changes.
-
Andrew Morton authored
Avoid a possible timer deletion race.
-
Andrew Morton authored
From: James Cross <jscross@veritas.com> The RAW_GETBIND compatibility ioctl call does convert properly between the 32bit/64bit version of raw_config_request due to a trivial error, and the ioctl call fails.
-
Andrew Morton authored
From: Dave Jones <davej@redhat.com> Fix typo in the recent 2.4 DMI sync-up.
-
Andrew Morton authored
From: Jean Delvare <khali@linux-fr.org> There are 24 members of this array.
-
Andrew Morton authored
From: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Fix initialization of the PDC20270/1 chipsets on the Xserve Apple machines.
-
Andrew Morton authored
From: Arkadiusz Miskiewicz <arekm@pld-linux.org> Both drivers/ide/legacy and drivers/ide/ppc broke because they can no longer include drivers/ide/timing.h. Fix. (Acked by Bart)
-
Andi Kleen authored
x86-64 using drivers/Kconfig requires some minor changes. Mostly to disable drivers that do not work. - Mark paride bpck6 not 64bit clean - Disable I2O on 64bit - Mark PNP dependent on ISA - Mark NSP32 driver as not 64bit clean
-
Andi Kleen authored
Mainly lots of bug fixes and a few minor features. One change is that it uses drivers/Kconfig now like i386. This requires a few minor changes in outside Kconfig files which I am sending separately. - Tighten/fix some code in NUMA node discovery - Fix oopses in threaded 32bit coredumps and read correct registers. - Merge with 2.6.2rc1 - Sync arch/x86_64/Kconfig with i386. Uses drivers/Kconfig now. - Remove bcopy export - Fix check for signal stack for 32bit signals - Fix bcopy and exit prototypes for gcc 3.4 - Fix asm contraint in usercopy.c for gcc 3.4 - Use rt_sigreturn, not sigreturn for rt sigreturns. - Pass si_fault address to 32bit - Truncate si_error to 16bit in 32bit emulation to match i386 - Move IA32 flag switching for 32bit executables to flush_thread (code copied from ppc64/sparc64) - Print exception trace for strace too, share code. - Default to 3GB address space for a.out executables - Fix security hole in ptrace. Also fixes some problems with 32bit gdb. - Sync mmap address selection algorithm with mm/mmap.c version - Disable a.out coredumps completely - Fix bug in sigaltstack 32bit emulation. Kylix IDE now works. - Move errata 93/BIOS workaround into fault handler. This should work around USB legacy BIOS bugs too, although not completely (we cannot fix faults injected by SMM into user space 64bit processes) - Quieten some unimplemented 32bit syscall warnings and avoid repeated warnings. - Set LDT segment limit correctly (fixes problems with some modify_ldt user) - Remove obsolete ldt rw lock. - Remove sys32_modify_ldt. The standard sys_modify_ldt is equivalent. - Remove traces of old kgdb support - Merge CFI changes from Jim Houston and some other smaller changes The kernel assembly functions are described with dwarf2 unwind information now, which makes it easier for debuggers to make sense of stack backtraces. The code is only enabled with CONFIG_DEBUG_INFO. Note this implies that when you use CONFIG_DEBUG_INFO you may need an binutils update. - defconfig updated - Readd sleep support code (Pavel Machek) - Drop fusion and flush workarounds from IOMMU code - Add iommu=nofullflush option - Rewrite 32bit emulation for siginfo conversion (Joe Korty) - Allow remapping of scatterlists after unmap. This fixes some problems with the SCSI layer retrying previously mapped sg lists when iommu merging was enabled (it's disabled now by default) - Port HPET rtc device emulation code from i386
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Hideaki Yoshifuji authored
-
James Morris authored
-
Bart Samwel authored
-
David Stevens authored
When sending a multicast and using looping back a copy to the local machine, the interface filter checks can be done before the source address is specified. For an INCLUDE filter, this won't match the allowed sources and the packets won't be delivered locally, even when the ultimate source address chosen is in the allowed list. The patch below fixes the filter checks for both IGMPv3 and MLDv2 to only apply when a source address is available. Thanks to Steven Hessing for reporting the problem and providing a test case for reproducing it.
-
- 23 Jan, 2004 15 commits
-
-
Jean Tourrilhes authored
-
Jean Tourrilhes authored
From Martin Diehl. * converted for new api from old driver
-
Jean Tourrilhes authored
From Martin Diehl. * converted for new api from old driver
-
Jean Tourrilhes authored
From Martin Diehl. * converted for new api from old driver
-
Jean Tourrilhes authored
From Martin Diehl. * converted for new api from old driver
-
Jean Tourrilhes authored
From Martin Diehl. * converted for new api from old driver
-
Jean Tourrilhes authored
From Eugene Crosser. * converted for new api from old driver From Martin Diehl. * convert to de-virtualized sirdev helpers * set dongle to 9600 in case of invalid speed instead leaving it in unknown configuration
-
Jean Tourrilhes authored
From Martin Diehl. * increase default write-delay to 150msec * convert to de-virtualized sirdev helpers
-
Jean Tourrilhes authored
From Martin Diehl. * convert to de-virtualized sirdev helpers * add probably missing dongle power-up operation
-
Jean Tourrilhes authored
From Martin Diehl. * convert to de-virtualized sirdev helpers * improve error path during speed change
-
Jean Tourrilhes authored
From Martin Diehl. * change dongle api such that raw r/w and modem line helpers are directly called, not virtual callbacks.
-
Michael Hunold authored
We've created a new e-mail address which is currently an open mailing-list anybody can subscribe to. It's currently watched by the main developers. If spam takes over the list, we might change it to "moderated" or even route it to one single person.
-
Jens Axboe authored
A debug printk was left in there by mistake, it'll get printed for every non-mrw drive. So kill it.
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
-
Ben Collins authored
-