All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Saravana Kannan <saravanak@google.com>
Subject: [GIT PULL] Driver core / debugfs fixes for 6.13-rc7
Date: Sun, 12 Jan 2025 15:06:19 +0100	[thread overview]
Message-ID: <Z4PMW754SFPkGS4r@kroah.com> (raw)

The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.13-rc7

for you to fetch changes up to 67510d7e2e5f5bdc020bf9d759aa575cce48c8e1:

  fs: debugfs: fix open proxy for unsafe files (2025-01-10 09:41:53 +0100)

----------------------------------------------------------------
Driver core and debugfs fixes for 6.13-rc7

Here are some small driver core and debugfs fixes for 6.13-rc7 that
resolve some reported problems:
  - debugfs runtime error reporting fixes
  - topology cpumask race-condition fix
  - MAINTAINERS file email update

All of these have been in linux-next this week with no reported issues.

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

----------------------------------------------------------------
Al Viro (1):
      debugfs: fix missing mutex_destroy() in short_fops case

Danilo Krummrich (1):
      MAINTAINERS: align Danilo's maintainer entries

Johannes Berg (2):
      fs: debugfs: differentiate short fops with proxy ops
      fs: debugfs: fix open proxy for unsafe files

Li Huafei (1):
      topology: Keep the cpumask unchanged when printing cpumap

 MAINTAINERS             |  4 +--
 drivers/base/topology.c | 24 +++++++++++++---
 fs/debugfs/file.c       | 74 ++++++++++++++++++++++++++++++++++---------------
 fs/debugfs/inode.c      | 13 ++++-----
 fs/debugfs/internal.h   |  6 +---
 5 files changed, 79 insertions(+), 42 deletions(-)

             reply	other threads:[~2025-01-12 14:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-12 14:06 Greg KH [this message]
2025-01-12 22:37 ` [GIT PULL] Driver core / debugfs fixes for 6.13-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z4PMW754SFPkGS4r@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saravanak@google.com \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.