1. 04 Oct, 2003 3 commits
    • Andrew Morton's avatar
      [PATCH] fix skb leak · ba87c108
      Andrew Morton authored
      This reverts a broken part of the recent "Consolidate skb delivery" patch. 
      
      It was doing an extra increment of skb->users, causing machine death after
      just a few seconds of NFS activity.
      ba87c108
    • Daniel Drake's avatar
      [PATCH] (2.6.0-test6-bk) DocBook: Kernel-api build fix · 225c8c42
      Daniel Drake authored
      Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed.  The
      kernel-api DocBook docs still refer to this file, and because this file
      is gone, "make htmldocs" and similar fails.
      
      This just removes the reference and so fixes this docbook problem.
      225c8c42
    • Mikael Pettersson's avatar
      [PATCH] fix drivers/char/misc.c module autoloading breakage · 2cf36de1
      Mikael Pettersson authored
      drivers/char/misc.c was changed to use the common list macros instead of
      its own list code.  The first open does load the module and increment
      its use count, but a bug causes a failure to be reported anyway.  This
      causes an error return to user-space where there is none, and makes the
      module non-unloadable.
      
      Fixed like this.
      2cf36de1
  2. 03 Oct, 2003 37 commits