1. 16 Dec, 2003 1 commit
  2. 12 Dec, 2003 3 commits
  3. 11 Dec, 2003 1 commit
  4. 10 Dec, 2003 2 commits
  5. 08 Dec, 2003 1 commit
  6. 04 Dec, 2003 1 commit
  7. 01 Dec, 2003 1 commit
    • Paul Jackson's avatar
      [PATCH] ia64: fix samp_affinity user-space accesses · 4fe5604f
      Paul Jackson authored
      Here is a new improved patch for verifying user access to string
      passed in to kernel on write to /proc/irq/<pid>/smp_affinity.
      
      The access_ok() but missing __get_user() on each byte earlier patch
      has been replaced with a copy_from_user().
      
      I have built it and verified that it handles write requests
      as before, on an ia64 system (well - you can no longer pass
      more than 14 spaces after the 'R' - tough).
      4fe5604f
  8. 26 Nov, 2003 3 commits
    • David Mosberger's avatar
      ia64: Fix a bug in sigtramp() which corrupted ar.rnat when unwinding · 589bb6c2
      David Mosberger authored
      	across a signal trampoline (in user space).  Reported by
      	Laurent Morichetti.
      589bb6c2
    • 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
  9. 25 Nov, 2003 15 commits
  10. 24 Nov, 2003 9 commits
  11. 23 Nov, 2003 3 commits