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, 9 Mar 2007 20:04:05 -0800
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.21-rc3

Here are some driver core fixes for 2.6.21-rc3.

They fix the following thing:
  - fix reference counting bug when removing any driver module from the
    system by reverting a previous "fix".
  - allow older versions of HAL to find network devices even if
    CONFIG_SYSFS_DEPRECATED is disabled.
  - fix an oops when moving kobjects to the same destination location as
    they currently are caused by the bluetooth layer.
  - export a symbol to allow the wireless core to be built as a module -
    remove the devfs entry in the MAINTAINERS file.

All of these have been in the -mm tree.

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


 MAINTAINERS         |    3 ---
 drivers/base/core.c |   23 ++++++++++++++---------
 kernel/module.c     |    6 ------
 lib/kobject.c       |    2 ++
 4 files changed, 16 insertions(+), 18 deletions(-)

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

Dmitriy Monakhov (1):
      kobject: new_device->kref wasn't putted after error in kobject_move()

Greg Kroah-Hartman (2):
      Revert "driver core: refcounting fix"
      Driver core: add device symlink back to sysfs

Johannes Berg (1):
      driver core: export device_rename

Jörn Engel (1):
      Remove devfs from MAINTAINERS

-
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