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]
Message-ID: <20200129101503.GA3858516@kroah.com>
Date:   Wed, 29 Jan 2020 11:15:03 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [GIT PULL] Driver core patches for 5.6-rc1

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.6-rc1

for you to fetch changes up to 85db1cde825344cc1419d3adadaf4187154ad687:

  firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS (2020-01-24 09:56:58 +0100)

----------------------------------------------------------------
Driver core changes for 5.6-rc1

Here is a small set of changes for 5.6-rc1 for the driver core and some
firmware subsystem changes.

Included in here are:
	- device.h splitup like you asked for months ago
	- devtmpfs minor cleanups
	- firmware core minor changes
	- debugfs fix for lockdown mode
	- kernfs cleanup fix
	- cpu topology minor fix

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Colin Ian King (1):
      driver core: platform: fix u32 greater or equal to zero comparison

Daniel W. S. Almeida (1):
      debugfs: Fix warnings when building documentation

Eric Snowberg (1):
      debugfs: Return -EPERM when locked down

Geert Uytterhoeven (1):
      driver core: Print device when resources present in really_probe()

Greg Kroah-Hartman (7):
      drivers/base: base.h: add proper copyright and header info
      Merge 5.5-rc2 into driver-core-next
      device.h: move devtmpfs prototypes out of the file
      device.h: move dev_printk()-like functions to dev_printk.h
      device.h: move 'struct bus' stuff out to device/bus.h
      device.h: move 'struct class' stuff out to device/class.h
      device.h: move 'struct driver' stuff out to device/driver.h

Guenter Roeck (1):
      driver core: Fix test_async_driver_probe if NUMA is disabled

Hans de Goede (1):
      firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

Lubomir Rintel (1):
      component: do not dereference opaque pointer in debugfs

Masahiro Yamada (1):
      drivers/component: remove modular code

Mateusz Nosek (1):
      fs/kernfs/dir.c: Clean code by removing always true condition

Rasmus Villemoes (5):
      devtmpfs: fix theoretical stale pointer deref in devtmpfsd()
      devtmpfs: factor out setup part of devtmpfsd()
      devtmpfs: simplify initialization of mount_dev
      devtmpfs: initify a bit
      devtmpfs: factor out common tail of devtmpfs_{create,delete}_node

Simon Schwartz (1):
      driver core: platform: Prevent resouce overflow from causing infinite loops

Zeng Tao (1):
      cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree

 drivers/base/arch_topology.c                |  20 +-
 drivers/base/base.h                         |  19 +
 drivers/base/bus.c                          |   1 +
 drivers/base/class.c                        |   1 +
 drivers/base/component.c                    |  11 +-
 drivers/base/dd.c                           |   5 +-
 drivers/base/devtmpfs.c                     |  79 ++-
 drivers/base/driver.c                       |   1 +
 drivers/base/firmware_loader/fallback.c     |  11 +-
 drivers/base/firmware_loader/firmware.h     |  16 +-
 drivers/base/firmware_loader/main.c         |   2 +-
 drivers/base/platform.c                     |  12 +-
 drivers/base/test/test_async_driver_probe.c |   3 +-
 fs/debugfs/file.c                           |  38 +-
 fs/debugfs/inode.c                          |   9 +-
 fs/kernfs/dir.c                             |   2 +-
 include/linux/dev_printk.h                  | 235 +++++++
 include/linux/device.h                      | 999 +---------------------------
 include/linux/device/bus.h                  | 288 ++++++++
 include/linux/device/class.h                | 266 ++++++++
 include/linux/device/driver.h               | 292 ++++++++
 init/main.c                                 |   2 +-
 22 files changed, 1219 insertions(+), 1093 deletions(-)
 create mode 100644 include/linux/dev_printk.h
 create mode 100644 include/linux/device/bus.h
 create mode 100644 include/linux/device/class.h
 create mode 100644 include/linux/device/driver.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ