The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] PCI fixes for 2.6.0-test7
Date: Wed, 15 Oct 2003 11:23:21 -0700	[thread overview]
Message-ID: <20031015182321.GA22284@kroah.com> (raw)

Hi,

Here are some PCI fixes for 2.6.0-test7.  They fix up a lot of pci
drivers that mistakenly mark their probe function with "__init".  This
causes oopses if CONFIG_HOTPLUG is enabled and users write to the
"new_id" sysfs file.  I've also cleaned up some MOD_INC and MOD_DEC
compiler warnings that were present in some OSS and other char drivers.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/pci-2.6

thanks,

greg k-h

p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.


 drivers/char/agp/ali-agp.c      |    4 ++--
 drivers/char/agp/amd-k7-agp.c   |    6 +++---
 drivers/char/agp/amd64-agp.c    |   10 +++++-----
 drivers/char/agp/ati-agp.c      |    6 +++---
 drivers/char/agp/i460-agp.c     |    4 ++--
 drivers/char/agp/intel-agp.c    |    4 ++--
 drivers/char/agp/nvidia-agp.c   |    4 ++--
 drivers/char/agp/sis-agp.c      |    6 +++---
 drivers/char/agp/sworks-agp.c   |    4 ++--
 drivers/char/agp/uninorth-agp.c |    6 +++---
 drivers/char/agp/via-agp.c      |    6 +++---
 drivers/char/ite_gpio.c         |    9 ---------
 drivers/char/synclink.c         |    4 ++--
 drivers/char/synclinkmp.c       |    4 ++--
 sound/oss/ad1889.c              |    6 ++----
 sound/oss/ali5455.c             |    8 ++++----
 sound/oss/cs4281/cs4281m.c      |   11 +++--------
 sound/oss/cs46xx.c              |    6 ------
 sound/oss/i810_audio.c          |    6 +++---
 sound/oss/maestro3.c            |    4 ++--
 sound/oss/swarm_cs4297a.c       |    8 ++------
 sound/oss/trident.c             |    4 ++--
 sound/oss/via82cxxx_audio.c     |   10 +++++-----
 23 files changed, 57 insertions(+), 83 deletions(-)
-----

Greg Kroah-Hartman:
  o OSS: fix up MOD_INC and MOD_DEC usages to remove compiler warnings
  o CHAR: Remove unneeded MOD_INC and MOD_DEC calls
  o PCI: fix up probe functions for OSS drivers
  o PCI: fix up probe functions for synclink drivers
  o PCI: fix up probe functions for agp drivers


             reply	other threads:[~2003-10-15 18:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15 18:23 Greg KH [this message]
2003-10-15 18:24 ` [PATCH] PCI fixes for 2.6.0-test7 Greg KH
2003-10-15 18:24   ` Greg KH
2003-10-15 18:24     ` Greg KH
2003-10-15 18:24       ` Greg KH
2003-10-15 18:24         ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031015182321.GA22284@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox