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, 30 Oct 2009 15:09:30 -0700
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.32-git

Here are 2 bugfixes for the driver core code for your .32 git tree, and
7 documentation updates.

They do:
	- prevent platform devices from being able to be unbound/bound
	  from userspace.  This solves an issue that some people were
	  having with keyboards.
	- pass the proper error value back to userspace when a driver is
	  already bound to a device.
	- cpu sysfs file documentation updates.


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

All of these patches have been in the linux-next and mm trees for a
while.

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

thanks,

greg k-h

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

 .../ABI/testing/sysfs-devices-cache_disable        |   18 ---
 Documentation/ABI/testing/sysfs-devices-system-cpu |  156 ++++++++++++++++++++
 Documentation/cputopology.txt                      |   47 ++++--
 drivers/base/bus.c                                 |   17 ++-
 drivers/base/driver.c                              |    2 +-
 drivers/base/platform.c                            |    6 +-
 include/linux/device.h                             |    4 +-
 7 files changed, 206 insertions(+), 44 deletions(-)
 delete mode 100644 Documentation/ABI/testing/sysfs-devices-cache_disable
 create mode 100644 Documentation/ABI/testing/sysfs-devices-system-cpu

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

Alex Chiang (7):
      Documentation: ABI: rename sysfs-devices-cache_disable properly
      Documentation: ABI: document /sys/devices/system/cpu/
      Documentation: ABI: /sys/devices/system/cpu/ topology files
      Documentation: ABI: /sys/devices/system/cpu/cpu#/ topology files
      Documentation: ABI: /sys/devices/system/cpu/sched_[mc|smt]_power_savings
      Documentation: ABI: /sys/devices/system/cpu/cpuidle/
      Documentation: ABI: /sys/devices/system/cpu/cpu#/node

Dmitry Torokhov (1):
      Driver core: allow certain drivers prohibit bind/unbind via sysfs

Stas Sergeev (1):
      Driver core: fix driver_register() return value

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