1. 28 Feb, 2005 4 commits
    • Randy Dunlap's avatar
      [PATCH] sound/oss/aedsp16: init/exit section cleanups: · 6fb185bc
      Randy Dunlap authored
      Exit-only function uninit_aedsp16() was marked __init instead of __exit;
      ae_config data was marked __initdata but used during exit;
      several cleanup functions were marked _init but used for init or exit
        cleanups;
      
      Error: ./sound/oss/aedsp16.o .exit.text refers to 0000000000000004 R_X86_64_PC32     .init.data+0x000000000000003b
      Error: ./sound/oss/aedsp16.o .exit.text refers to 000000000000000c R_X86_64_PC32     .init.text+0x00000000000001e4
      Error: ./sound/oss/aedsp16.o .exit.text refers to 0000000000000013 R_X86_64_PC32     .init.text+0x0000000000000034
      Error: ./sound/oss/aedsp16.o .exit.text refers to 0000000000000019 R_X86_64_PC32     .init.data+0x000000000000003f
      Error: ./sound/oss/aedsp16.o .exit.text refers to 0000000000000023 R_X86_64_PC32     .init.text+0x00000000000001b4
      Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      6fb185bc
    • Jens Axboe's avatar
      [PATCH] [PATCH] Fix bounced bio and dm panic · 7e15c47e
      Jens Axboe authored
      Make sure that a bio doesn't contain NULL pages in the front of its vec,
      if a device bounces a bio that doesn't start from 0.
      
      Problem noted by Mark Haverkamp.
      Signed-off-by: default avatarJens Axboe <axboe@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7e15c47e
    • Andrea Arcangeli's avatar
      [PATCH] Make the new merged pipe writes check for SIGPIPE · ca432005
      Andrea Arcangeli authored
      The new pipe buffer merging doesn't check for the "no readers" case, so
      with small writes that coalesce, we may not get a timely SIGPIPE/EPIPE
      notification to the writer.
      Signed-off-by: default avatarAndrea Arcangeli <andrea@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      ca432005
    • Linus Torvalds's avatar
      Make pipe "poll()" take direction of pipe into account. · a4f7f170
      Linus Torvalds authored
      The pipe code has traditionally not cared about which end-point of the
      pipe you are polling, meaning that if you poll the write-only end of a
      pipe, it will still set the "this pipe is readable" bits if there is
      data to be read on the read side.
      
      That makes no sense, and together with the new bigger buffers breaks
      python-twisted.
      
      Based on debugging/patch by Andrea Arcangeli and testcase from
      Thomas Crhak
      a4f7f170
  2. 27 Feb, 2005 5 commits
  3. 26 Feb, 2005 7 commits
  4. 25 Feb, 2005 10 commits
  5. 24 Feb, 2005 3 commits
  6. 23 Feb, 2005 11 commits