1. 13 Dec, 2003 3 commits
    • Linus Torvalds's avatar
      More subtle SMP bugs in prepare_to_wait()/finish_wait(). · e220fdf7
      Linus Torvalds authored
      This time we have a SMP memory ordering issue in prepare_to_wait(),
      where we really need to make sure that subsequent tests for the
      event we are waiting for can not migrate up to before the wait
      queue has been set up.
      e220fdf7
    • René Scharfe's avatar
      [PATCH] HPFS: missing lock_kernel() in hpfs_readdir() · 14c5d2d2
      René Scharfe authored
      In 2.5.x, the BKL was pushed from vfs_readdir() into the filesystem
      specific functions.  But only the unlock_kernel() made it into the HPFS
      code, lock_kernel() got lost on the way.  This rendered the filesystem
      unusable.
      
      This adds the missing lock_kernel().  It's been tested by Timo Maier who
      also reported the problem earlier today.
      14c5d2d2
    • Jens Axboe's avatar
      [PATCH] no bio unmap on cdb copy failure · 5965168e
      Jens Axboe authored
      The previous scsi_ioctl.c patch didn't cleanup the buffer/bio in the
      error case. 
      
      Fix it by copying the command data earlier.
      5965168e
  2. 12 Dec, 2003 1 commit
  3. 09 Dec, 2003 1 commit
    • Jens Axboe's avatar
      [PATCH] scsi_ioctl memcpy'ing user address · 8cc86c08
      Jens Axboe authored
      James reported a bug in scsi_ioctl.c where it mem copies a user pointer
      instead of using copy_from_user(). I inadvertently introduced this one
      when getting rid of CDROM_SEND_PACKET. Here's a trivial patch to fix it.
      8cc86c08
  4. 08 Dec, 2003 1 commit
  5. 07 Dec, 2003 5 commits
  6. 06 Dec, 2003 1 commit
  7. 05 Dec, 2003 6 commits
  8. 04 Dec, 2003 3 commits
    • Ulrich Drepper's avatar
      [PATCH] Fix 'noexec' behaviour · 58392dbd
      Ulrich Drepper authored
      We should not allow mmap() with PROT_EXEC on mounts marked "noexec",
      since otherwise there is no way for user-supplied executable loaders
      (like ld.so and emulator environments) to properly honour the
      "noexec"ness of the target.
      58392dbd
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/i2c-2.6 · fcc13592
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      fcc13592
    • Jean Delvare's avatar
      [PATCH] I2C: fix i2c_smbus_write_byte() for i2c-nforce2 · e9c16459
      Jean Delvare authored
      This patch fixes i2c_smbus_write_byte() being broken for i2c-nforce2.
      This causes trouble when that module is used together with eeprom (which
      is also in 2.6). We have had three user reports about the problem.
      
      Credits go to Mark D. Studebaker for finding and fixing the problem.
      e9c16459
  9. 03 Dec, 2003 6 commits
  10. 02 Dec, 2003 2 commits
  11. 01 Dec, 2003 2 commits
  12. 26 Nov, 2003 2 commits
    • Linus Torvalds's avatar
      Linux 2.6.0-test11 · e689bf58
      Linus Torvalds authored
      e689bf58
    • Ben Collins's avatar
      [PATCH] Lastminute IEEE-1394 fixes · 9b67c27b
      Ben Collins authored
      I've got a lot more changes than what's included here.  I've put this
      down to the bear minimum to get things working sanely.
      
      Mainly, I just want to get all the people hit by this a chance to use
      2.6.0 without having to get our tree. Changes itemized:
      
       - Fix deadlock possibility in csr.c:read_maps()
       - Fix kmalloc to use ATOMIC in highlevel.c.
       - s/in_interrupt/irqs_disabled/ in ieee1394_transactions.c to fix
         warnings when transactions occured.
       - Introduce a release callback for the host driver and use it correctly.
       - Reorganize the nodemgr probe so we do an initial scan to discover
         devices, check IRM/CycleMaster, then do a final full probe when things
         are kosher. Fixes a problem where device registration and hotplug
         would cause some serious problems when a bus reset was forced in the
         middle of the probe.
      9b67c27b
  13. 25 Nov, 2003 7 commits