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:	Sat, 2 Feb 2008 15:43:57 -0800
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org, Paul Mundt <lethal@...ux-sh.org>,
	Frank Seidel <fseidel@...e.de>,
	Dave Young <hidave.darkstar@...il.com>,
	Tsugikazu Shibata <tshibata@...jp.nec.com>,
	Jan Engelhardt <jengelh@...putergmbh.de>,
	"Rafael J. Wysocki" <rjw@...k.pl>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	Cornelia Huck <cornelia.huck@...ibm.com>
Subject: [GIT PATCH] driver core fixes against 2.6.24-git

Here's 10 patches against your current git tree that fix some more build
issues (with CONFIG_SYSFS=n), update some documentation, and refresh the
nozomi driver with some 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/driver-model/platform.txt     |    6 +-
 Documentation/ja_JP/stable_kernel_rules.txt |   79 ++++++++++++
 drivers/base/core.c                         |   40 ++----
 drivers/base/driver.c                       |    9 +-
 drivers/base/power/main.c                   |    1 +
 drivers/base/power/power.h                  |    1 -
 drivers/char/nozomi.c                       |  172 +++++++++-----------------
 include/linux/device.h                      |    6 +
 kernel/Makefile                             |    3 +-
 lib/kobject.c                               |    2 +-
 10 files changed, 167 insertions(+), 152 deletions(-)
 create mode 100644 Documentation/ja_JP/stable_kernel_rules.txt

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

Cornelia Huck (1):
      Driver core: Remove unneeded get_{device,driver}() calls.

Dave Young (2):
      kobject: kerneldoc comment fix
      driver core: convert to use class_find_device api

Frank Seidel (2):
      nozomi driver update
      nozomi: finish constification

Jan Engelhardt (1):
      nozomi: constify driver

Paul Mundt (1):
      kobject: Always build in kernel/ksysfs.o.

Rafael J. Wysocki (1):
      PM: Export device_pm_schedule_removal

Stephen Rothwell (1):
      Driver core: Update some prototypes in platform.txt

Tsugikazu Shibata (1):
      Add ja_JP translation of stable_kernel_rules.txt

--
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