All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] Driver Core patches for 2.6.8-rc1
Date: Wed, 14 Jul 2004 17:16:51 -0700	[thread overview]
Message-ID: <20040715001651.GA20161@kroah.com> (raw)

Hi,

Here are a some driver core and assorted patches for 2.6.8-rc1.
They contain:
	- some driver core fixes.
	- a raw.c fix
	- a root_plug.c fix
	- add a new attribute for block devices.

Most of these have all been in the last few -mm tree releases.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/driver-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/base/Kconfig             |    2 -
 drivers/base/bus.c               |   39 ++++++++++++++++++++-
 drivers/base/core.c              |   10 +++++
 drivers/base/driver.c            |   19 ++++++++++
 drivers/base/platform.c          |   72 +++++++++++++++++++++++++++++++++++++--
 drivers/block/genhd.c            |   11 +++++
 drivers/char/raw.c               |   15 ++++----
 drivers/pci/hotplug/rpaphp_vio.c |    9 ++++
 include/linux/device.h           |    4 ++
 lib/kobject.c                    |    7 ++-
 security/root_plug.c             |    6 +--
 11 files changed, 175 insertions(+), 19 deletions(-)
-----

<mika:osdl.org>:
  o Upgrade security/root_plug.c to new module parameter syntax

Andrew Morton:
  o raw.c cleanups

Dmitry Torokhov:
  o Driver core: Fix OOPS in device_platform_unregister
  o Driver core: add driver_find helper to find a driver by its name
  o Driver core: kset_find_obj should increment refcount of the found object
  o Driver core: add default driver attributes to struct bus_type
  o Driver core: add platform_device_register_simple to register platform

Greg Kroah-Hartman:
  o Driver Core: remove extra space in Kconfig file

Olaf Hering:
  o add removeable sysfs block device attribute


             reply	other threads:[~2004-07-15  0:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-15  0:16 Greg KH [this message]
2004-07-15  0:18 ` [PATCH] Driver Core patches for 2.6.8-rc1 Greg KH
2004-07-15  0:18   ` Greg KH
2004-07-15  0:18     ` Greg KH
2004-07-15  0:18       ` Greg KH
2004-07-15  0:18         ` Greg KH
2004-07-15  0:18           ` Greg KH
2004-07-15  0:18             ` Greg KH
2004-07-15  0:18               ` Greg KH
2004-07-15  0:18                 ` 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=20040715001651.GA20161@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@osdl.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.