1. 24 Jan, 2004 20 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.6 · 62e19824
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      62e19824
    • Panagiotis Issaris's avatar
      [PATCH] Graphire3 support · c23b8510
      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.
      c23b8510
    • Linus Torvalds's avatar
      Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6 · 65d24f11
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      65d24f11
    • Andrew Morton's avatar
      [PATCH] aha1542 warning fix · e8d2250b
      Andrew Morton authored
      Fix this:
      
      drivers/scsi/aha1542.c:74: warning: unsigned int format, different type arg (arg 5)
      e8d2250b
    • James Bottomley's avatar
      aic7xxx parallel build · c468b1f1
      James Bottomley authored
      From: 	Justin T. Gibbs <gibbs@scsiguy.com>
      c468b1f1
    • James Bottomley's avatar
      drivers/scsi/Kconfig URL update: resource.cx · 86eac886
      James Bottomley authored
      From: 	Petri Koistinen <petri.koistinen@iki.fi>
      86eac886
    • Mark Haverkamp's avatar
      [PATCH] Fix for aacraid and high memory on 2.6.1 · 114881e1
      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.
      114881e1
    • Andrew Morton's avatar
      [PATCH] request_firmware(): use del_timer_sync() · b0e71240
      Andrew Morton authored
      Avoid a possible timer deletion race.
      b0e71240
    • Andrew Morton's avatar
      [PATCH] The RAW_GETBIND compat_ioctl fails · 4b4447c9
      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.
      4b4447c9
    • Andrew Morton's avatar
      [PATCH] DMI update fix · a10c01a9
      Andrew Morton authored
      From: Dave Jones <davej@redhat.com>
      
      Fix typo in the recent 2.4 DMI sync-up.
      a10c01a9
    • Andrew Morton's avatar
      [PATCH] Array overindexing in w9968cf · c391f370
      Andrew Morton authored
      From: Jean Delvare <khali@linux-fr.org>
      
      There are 24 members of this array.
      c391f370
    • Andrew Morton's avatar
      [PATCH] pdc202xx_new.c: fix PDC20270/1 init on the Xserve Apple machines · dff11c5e
      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.
      dff11c5e
    • Andrew Morton's avatar
      [PATCH] IDE build fix · 81d6f6f8
      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)
      81d6f6f8
    • Andi Kleen's avatar
      [PATCH] Kconfig fixes for x86-64 · debe916c
      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
      debe916c
    • Andi Kleen's avatar
      [PATCH] x86-64 merge · ab4a3042
      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
      ab4a3042
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.6 · c0ade016
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      c0ade016
    • Hideaki Yoshifuji's avatar
    • James Morris's avatar
    • Bart Samwel's avatar
    • David Stevens's avatar
      [MULTICAST]: multicast loop with include filters fix · b022a38e
      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.
      b022a38e
  2. 23 Jan, 2004 20 commits