1. 29 Apr, 2004 12 commits
    • Andrew Morton's avatar
      [PATCH] cciss build fix · 5a1b759d
      Andrew Morton authored
      From: <mikem@beardog.cca.cpqcorp.net>
      
      This patch fixes the linux/include/cciss_ioctl.h file.  When support for the
      cciss big ioctl was added the stucture in the header was put in the wrong
      place.  If an application includes the file it will fail to compile.
      5a1b759d
    • Andrew Morton's avatar
      [PATCH] Update kerneltraffic link in SubmittingDrivers and kernel-docs.txt · 2acf06fa
      Andrew Morton authored
      From: Coywolf Qi Hunt <coywolf@greatcn.org>
      
      This updates the kerneltraffic url link found in
      Documentation/SubmittingDrivers and Documentation/kernel-docs.txt.
      2acf06fa
    • Andrew Morton's avatar
      [PATCH] ppc32: compile error in signal.c · 37b35320
      Andrew Morton authored
      From: Meelis Roos <mroos@linux.ee>
      
      arch/ppc/kernel/signal.c: In function `handle_signal':
      arch/ppc/kernel/signal.c:518: error: `newspp' undeclared (first use in this function)
      arch/ppc/kernel/signal.c:518: error: (Each undeclared identifier is reported only once
      arch/ppc/kernel/signal.c:518: error: for each function it appears in.)
      arch/ppc/kernel/signal.c:518: warning: long unsigned int format, pointer arg (arg 3)
      37b35320
    • Andrew Morton's avatar
      [PATCH] cifssmb.c warning fix · c0951c41
      Andrew Morton authored
      On ppc64, __u64 is `unsigned long', so:
      
      fs/cifs/cifssmb.c: In function `CIFSSMBSetFileSize':
      fs/cifs/cifssmb.c:2466: warning: long long int format, __u64 arg (arg 2)
      c0951c41
    • Alexander Viro's avatar
      [PATCH] Fix might_sleep in /proc/swaps code · c6845c0c
      Alexander Viro authored
      This fixes a locking problem noted by Tim Hockin:
          * /proc/swaps uses seq_file code, calling seq_path() with swaplock held
          * seq_path() calls d_path()
          * d_path() calls mntput() which might_sleep()
      
      We add a new semaphore protecting insertions/removals in the set of swap
      components + switch of ->start()/->stop() to the same semaphore [fixes
      deadlocks] + trivial cleanup of ->next().
      c6845c0c
    • David Gibson's avatar
      [PATCH] POWER5 erratum workaround · ae08d237
      David Gibson authored
      Early POWER5 revisions (<DD2.1) have a problem requiring slbie
      instructions to be repeated under some circumstances.  The patch below
      adds a workaround (patch made by Anton Blanchard).
      ae08d237
    • David Gibson's avatar
      [PATCH] Fix overeager stack-expansion on ppc64 · e3756200
      David Gibson authored
      This fix is from Paul Mackerras and was applied in 2.4 sometime late
      last year.
      
      On ppc64, touching addresses between the highest other mapping and the
      stack can cause the stack to be extended way, way down, rather than
      causing a SEGV as you would expect.  This patch only allows the stack
      mapping to be extended to cover addresses actually within the stack
      (as determined by looking at the process's r1).  This fix is ported
      from 2.4
      
      This fixes failures on the LTP's shmdt01, munmap01 and munmap02 tests.
      e3756200
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix default IDE interfaces initialization for PPC32 · 4734c153
      Bartlomiej Zolnierkiewicz authored
      In ide_init_default_irq() patch I overlooked that ppc_ide_md.init_hwif_ports()
      called from generic ide_init_hwif_ports() can set hwif->irq and it will
      be overwritten by ide_init_default_irq() if CONFIG_PCI is defined.  Fix
      it.
      
      I will clean it up properly later after killing ide_init_hwif_ports() on
      ARM{26}.  Doing it now is just wasted effort.
      4734c153
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · cd6f2953
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      cd6f2953
    • Dirk Behme's avatar
      [ARM PATCH] 1835/1: Make ALTERA Excalibur work again in 2.6.5 · 70cc3dfa
      Dirk Behme authored
      Patch from Dirk Behme
      
      Make ALTERA Excalibur work again in 2.6.4. Update serial driver uart00.c and defconfig.
      
      This is an update of patch 1833/1.
      
      Remove #include <config/pld/hotswap.h>, it isn't necessary at all. 
      70cc3dfa
    • Russell King's avatar
      [ARM] Add Versatile default configuration · f3fea915
      Russell King authored
      f3fea915
    • Russell King's avatar
      de837a59
  2. 28 Apr, 2004 24 commits
  3. 29 Apr, 2004 4 commits