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: <DC9RN9QVWOSM.1RH74QYO0EI73@kernel.org>
Date: Sat, 23 Aug 2025 13:21:24 +0200
From: "Danilo Krummrich" <dakr@...nel.org>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>, "Rafael J. Wysocki"
 <rafael@...nel.org>, "Saravana Kannan" <saravanak@...gle.com>, "Andrew
 Morton" <akpm@...ux-foundation.org>, "Christian Brauner"
 <brauner@...nel.org>, "Miguel Ojeda" <ojeda@...nel.org>,
 <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Driver core fixes for 6.17-rc3

Hi Linus,

Please pull these driver-core fixes.

All commits have been in linux-next for a couple rounds.

No conflicts expected.

(You might receive a duplicate of commit ba6cc29351b1 ("debugfs: fix mount
options not being applied") from Christian, since it ended up to be picked into
both trees.)

- Danilo

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.17-rc3

for you to fetch changes up to 3a68841d1d9b6eb32b2652bbb83acd17d5eb9135:

  Documentation: smooth the text flow in the security bug reporting process (2025-08-17 12:23:30 +0200)

----------------------------------------------------------------
Driver core fixes for 6.16-rc3

  - Fix swapped handling of lru_gen and lru_gen_full debugfs files in
    vmscan.

  - Fix debugfs mount options (uid, gid, mode) being silently ignored.

  - Fix leak of devres action in the unwind path of Devres::new().

  - Documentation

    - Expand and fix documentation of (outdated) Device, DeviceContext
      and generic driver infrastructure.

    - Fix C header link of faux device abstractions.

    - Clarify expected interaction with the security team.

    - Smooth text flow in the security bug reporting process
      documentation.

----------------------------------------------------------------
Charalampos Mitrodimas (1):
      debugfs: fix mount options not being applied

Danilo Krummrich (5):
      mm/vmscan: fix inverted polarity in lru_gen_seq_show()
      device: rust: expand documentation for DeviceContext
      device: rust: expand documentation for Device
      driver: rust: expand documentation for driver infrastructure
      rust: devres: fix leaking call to devm_add_action()

Miguel Ojeda (1):
      rust: faux: fix C header link

Willy Tarreau (2):
      Documentation: clarify the expected collaboration with security bugs reporters
      Documentation: smooth the text flow in the security bug reporting process

 Documentation/process/security-bugs.rst |  25 +++++++++-----
 fs/debugfs/inode.c                      |  11 +++++-
 mm/vmscan.c                             |   4 +--
 rust/kernel/device.rs                   | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 rust/kernel/devres.rs                   |  27 ++++++++++-----
 rust/kernel/driver.rs                   |  89 ++++++++++++++++++++++++++++++++++++++++++++++--
 rust/kernel/faux.rs                     |   2 +-
 7 files changed, 318 insertions(+), 48 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ