1. 16 Oct, 2002 5 commits
    • Patrick Mochel's avatar
      Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin · 67d93a0a
      Patrick Mochel authored
      into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
      67d93a0a
    • Patrick Mochel's avatar
      473c7105
    • Patrick Mochel's avatar
      driver model: make device_unregister() only mark device as !present. · 65d20c54
      Patrick Mochel authored
      There are races WRT walking the lists of the buses and classes and the 
      device being unregistered while it's the current node we're accessing. If 
      the node was deleted, ->next would point to itself, and we'd sit in an
      inifinite loop (until that memory was freed from underneath us and we Oops'd).
      
      This changes device_unregister() to only mark the device as not present. put_device()
      deletes the device from all the lists it belongs to, while holding device_lock,
      then drops it to call device_del().
      
      This should guarantee that everything in the device is valid until the last reference
      goes away, regardless of whether it's still physically present or not. 
      65d20c54
    • Matthew Wilcox's avatar
      [PATCH] Allow compilation with -ffunction-sections · 9beb225e
      Matthew Wilcox authored
      If you compile the kernel with -ffunction-sections, each function gets
      put in a section .text.function_name.  This collides with our current use
      of .text.init.  So here's a patch which converts x86 to use .init.text
      instead.
      
      I've tested it on x86 and it still frees 120k of ram, so it seems to work.
      Other architectures will need to change their vmlinux.lds appropriately,
      and may need other changes (arm, m68k seem to use .text.init verbatim).
      9beb225e
    • Linus Torvalds's avatar
      Merge http://ppc.bkbits.net/for-linus-ppc64 · 4c41a1ce
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      4c41a1ce
  2. 17 Oct, 2002 3 commits
  3. 16 Oct, 2002 26 commits
  4. 15 Oct, 2002 6 commits