1. 21 Feb, 2002 11 commits
    • Anders Gustafsson's avatar
      [PATCH] missing chunk in lvm-fixes in 2.5.5 · 87b62195
      Anders Gustafsson authored
      the lvm-patch that went into 2.5.5 missed the changes in lvm.h and is
      still not compileable. This patch adds those changes. The kernel i'm
      running right now has this patch and /var and /home on lvm.
      87b62195
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/linus-2.5 · a2dad09d
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      a2dad09d
    • Andrew Morton's avatar
      [PATCH] .text.exit linkage errors · d46f8df6
      Andrew Morton authored
      A forward-port of all the .text.exit fixes which went into
      2.4.   Also contains a couple of s/MINOR/minor/ changes.
      d46f8df6
    • Robert Love's avatar
      [PATCH] add lseek changes to fs porting guide · bcaab0f9
      Robert Love authored
      Al updated Documentation/filesystems/porting with 2.5 changes but there
      is no mention of lseek.  The following patch, against 2.5.5, adds lseek
      to the list of functions that no longer are called with the BKL.
      
      	Robert Love
      bcaab0f9
    • Robert Love's avatar
      [PATCH] proper lseek locking in ALSA, take 3 · 59b52d25
      Robert Love authored
      The attached patch implements proper locking in ALSA lseek methods.
      Note ALSA has 3 lseek implementations, but only:
      
      	sound/core/info.c :: snd_info_entry_llseek()
      
      requires locking.  I wrapped the function in the BKL.  According to
      Jaroslav Kysela the gus_mem_proc method is only called from above.  The
      third lseek, in hwdep.c, clearly doesn't need locking.  Without this
      patch, the above lseek is not safe.
      
      	Robert Love
      59b52d25
    • Hirofumi Ogawa's avatar
      [PATCH] Insufficient validity check of fat_read_super() <2> · 41ae709d
      Hirofumi Ogawa authored
      This patch add the validity check of 2 values (fats, reserved). These
      values must not be 0.
      
      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
      41ae709d
    • Dario Ballabio's avatar
      [PATCH] PATCH: scsi driver update for 2.5.5 · 8851f5bb
      Dario Ballabio authored
      Here enclosed patch for eata.c, eata.h, u14-34f.c, u14-34f.h
      to be applied to lk-2.5.5.
      
      eata.c:
             + Remove any reference to virt_to_bus().
             + Fix pio hang while detecting multiple HBAs.
             + Fixed a board detection bug: in a system with
               multiple ISA/EISA boards, all but the first one
                were erroneously detected as PCI.
      
      u14-34f.c:
             + Remove any reference to virt_to_bus().
             + Fix pio hang while detecting multiple HBAs.
      8851f5bb
    • Hans Reiser's avatar
      [PATCH] 2.5 dropping unneded lock precense check. · 195fd29f
      Hans Reiser authored
      After BKL was moved from the VFS into the filesystem's methods in the lookup
      call, we do not need to check BKL is actually held (we know it is not).
      This patch patch removes unneeded lock_depth check.
      Without this patch reiserfs cannot be used on SMP.
      195fd29f
    • Andries E. Brouwer's avatar
      [PATCH] imm.c · 3c45fbb3
      Andries E. Brouwer authored
      2.5.5 Oopses at boot time with a disk in a zipdrive.
      With this patch all is fine. I have not read the
      patch, certainly not checked it for correctness,
      just observed that it works for me.
      I think the author is Rich Baum.
      
      Andries
      3c45fbb3
    • Linus Torvalds's avatar
      make rd.c compile again · b89ef956
      Linus Torvalds authored
      b89ef956
    • Linus Torvalds's avatar
      Merge bk://are.twiddle.net:8080/linux-alpha-2.5 · 52acd6ef
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      52acd6ef
  2. 20 Feb, 2002 29 commits