lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 8 Jun 2007 13:04:07 -0700
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PATCH] Driver core fixes for 2.6.22-rc4

Here are some driver core fixes for 2.6.22-rc4

They contain:
	- documentation update
	- email fixes for a deceased maintainer
	- fixes for PHYSDEV for older class_devices that broke some
	  userspace tools unnecessarily
	- printk levels for kobjects.
	- fix compiler warning that like 10 people have emailed me
	  patches for.

All of these have been in the -mm tree for a number of weeks.

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/driver-model/platform.txt            |   40 +++++++++++++
 Documentation/firmware_class/README                |    2 +-
 .../firmware_class/firmware_sample_driver.c        |    2 +-
 .../firmware_sample_firmware_class.c               |    4 +-
 drivers/base/class.c                               |   59 +++++++-------------
 drivers/base/core.c                                |   10 ++-
 drivers/base/dd.c                                  |   13 ----
 drivers/base/firmware_class.c                      |    4 +-
 lib/kobject.c                                      |   10 ++--
 9 files changed, 78 insertions(+), 66 deletions(-)

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

David Brownell (1):
      update Documentation/driver-model/platform.txt

Greg Kroah-Hartman (1):
      kobject: use the proper printk level for kobject error

Kay Sievers (1):
      Driver core: keep PHYSDEV for old struct class_device

Markus Rechberger (1):
      firmware: remove orphaned Email

Stephen Hemminger (1):
      Driver core: kill unused code

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ