1. 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
  2. 03 Dec, 2003 6 commits
  3. 02 Dec, 2003 2 commits
  4. 01 Dec, 2003 2 commits
  5. 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
  6. 25 Nov, 2003 15 commits
  7. 24 Nov, 2003 9 commits
  8. 23 Nov, 2003 1 commit