mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	kay.sievers@vrfy.org, Michael_E_Brown@dell.com,
	rdreier@cisco.com, htejun@gmail.com
Subject: [GIT PATCH] driver core fixes against 2.6.25-rc2 git
Date: Thu, 21 Feb 2008 15:46:49 -0800	[thread overview]
Message-ID: <20080221234649.GB7128@kroah.com> (raw)

Here are a few driver core fixes against your current git tree that fix some
more problems that have cropped up:
	- shutdown problem due to logic problem with cpufreq usage of
	  kobjects.
	- build fix for powerpc due to previous kobject changes.
	- runtime errors when CONFIG_SYSFS=n
	- UIO code now works properly from my previous messups
	- proper encoding of the ja_JP stable_kernel_rules.txt file
	- updates to the stable_kernel_rules.txt file
	- mark ide=reverse as obsolete in preparation of 2.6.26 (Bart
	  wanted this to go in through my tree as I have the .26 patches
	  pending.)
	- other minor fixes.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

Patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h

------------

 Documentation/ja_JP/stable_kernel_rules.txt |  106 +++++++++++++-------------
 Documentation/stable_kernel_rules.txt       |    7 +-
 Documentation/vm/slabinfo.c                 |    2 +-
 arch/powerpc/platforms/pseries/power.c      |    2 +-
 drivers/base/bus.c                          |    9 +-
 drivers/base/driver.c                       |    3 +
 drivers/base/power/main.c                   |    2 +-
 drivers/cpufreq/cpufreq.c                   |    8 --
 drivers/ide/ide.c                           |    2 +-
 drivers/uio/uio.c                           |   54 +++++++++----
 kernel/module.c                             |    7 +-
 11 files changed, 109 insertions(+), 93 deletions(-)

---------------

Balaji Rao (1):
      cpufreq: fix kobject reference count handling

Bartlomiej Zolnierkiewicz (1):
      ide: mark "ide=reverse" option as obsolete

Brandon Philips (1):
      UIO: fix Greg's stupid changes

Christoph Lameter (1):
      slabinfo: fall back from /sys/kernel/slab to /sys/slab

Cornelia Huck (1):
      Driver core: Fix error handling in bus_add_driver().

Kay Sievers (1):
      modules: do not try to add sysfs attributes if !CONFIG_SYSFS

Rafael J. Wysocki (1):
      PM: Remove unbalanced mutex_unlock() from dpm_resume()

Randy Dunlap (1):
      driver-core: fix kernel-doc function parameters

Stefan Richter (1):
      stable_kernel_rules: fix must already be in mainline

Stephen Rothwell (1):
      POWERPC: fix typo in pseries/power.c

Tsugikazu Shibata (1):
      Fix broken utf-8 encodings in ja_JP translation of stable_kernel_rules.txt


             reply	other threads:[~2008-02-21 23:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21 23:46 Greg KH [this message]
2008-02-21 23:47 ` [PATCH 01/11] Fix broken utf-8 encodings in ja_JP translation of stable_kernel_rules.txt Greg Kroah-Hartman
2008-02-21 23:47 ` [PATCH 02/11] slabinfo: fall back from /sys/kernel/slab to /sys/slab Greg Kroah-Hartman
2008-02-21 23:47 ` [PATCH 03/11] cpufreq: fix kobject reference count handling Greg Kroah-Hartman
2008-02-21 23:53   ` Dave Jones
2008-02-21 23:48 ` [PATCH 04/11] driver-core: fix kernel-doc function parameters Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 05/11] Driver core: Fix error handling in bus_add_driver() Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 06/11] ide: mark "ide=reverse" option as obsolete Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 07/11] stable_kernel_rules: fix must already be in mainline Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 08/11] UIO: fix Greg's stupid changes Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 09/11] PM: Remove unbalanced mutex_unlock() from dpm_resume() Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 10/11] POWERPC: fix typo in pseries/power.c Greg Kroah-Hartman
2008-02-21 23:48 ` [PATCH 11/11] modules: do not try to add sysfs attributes if !CONFIG_SYSFS Greg Kroah-Hartman
2008-02-22  7:56 ` [GIT PATCH] driver core fixes against 2.6.25-rc2 git Sam Ravnborg
2008-02-22 19:56   ` Greg KH
2008-02-22 20:07     ` Sam Ravnborg

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=20080221234649.GB7128@kroah.com \
    --to=gregkh@suse.de \
    --cc=Michael_E_Brown@dell.com \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --cc=htejun@gmail.com \
    --cc=kay.sievers@vrfy.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdreier@cisco.com \
    --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

all inboxes | Powered by JetHome®