1. 04 Oct, 2003 6 commits
    • Bartlomiej Zolnierkiewicz's avatar
      a5bf9f56
    • Michael Hunold's avatar
      [PATCH] DVB: MAINTAINERS, CREDITS, ioctl-number.txt updates · db4cf641
      Michael Hunold authored
      - MAINTAINERS:
         - add the LinuxTV.org project as the DVB driver maintainer
         - add me as the saa7146 v4l2 driver maintainer
      - CREDITS: add me as the saa7146 v4l2 driver author
      - Documentation/ioctl-number.txt:
         - remove bogus reference to Linux DVD API, which never really existed
         - remove bogus referenc to Philips saa7146 driver, which never came
           to life
      db4cf641
    • Andrew Morton's avatar
      [PATCH] more raw driver minor numbers · 02a78c6f
      Andrew Morton authored
      From: Badari Pulavarty <pbadari@us.ibm.com>
      
      Since we have larger dev_t now, here is the patch to support large
      number of RAW devices.  The userlevel command "raw" also needs changes to
      use this support - which in turn needs new glibc.
      02a78c6f
    • 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 34 commits