All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git pull] fget() whack-a-mole
Date: Mon, 24 Apr 2023 05:25:29 +0100	[thread overview]
Message-ID: <20230424042529.GI3390869@ZenIV> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fd

for you to fetch changes up to 4a892c0fe4bb0546d68a89fa595bd22cb4be2576:

  fuse_dev_ioctl(): switch to fdget() (2023-04-20 22:55:35 -0400)

----------------------------------------------------------------
fget() to fdget() conversions

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (8):
      convert setns(2) to fdget()/fdput()
      convert sgx_set_attribute() to fdget()/fdput()
      SVM-SEV: convert the rest of fget() uses to fdget() in there
      kill the last remaining user of proc_ns_fget()
      build_mount_idmapped(): switch to fdget()
      bpf: switch to fdget_raw()
      cgroup_get_from_fd(): switch to fdget_raw()
      fuse_dev_ioctl(): switch to fdget()

 arch/x86/kernel/cpu/sgx/main.c | 11 +++++------
 arch/x86/kvm/svm/sev.c         | 26 ++++++++++++++------------
 fs/fuse/dev.c                  | 41 +++++++++++++++++++++--------------------
 fs/namespace.c                 | 12 ++++++------
 fs/nsfs.c                      | 18 ------------------
 include/linux/proc_ns.h        |  1 -
 kernel/bpf/bpf_inode_storage.c | 38 +++++++++++++++-----------------------
 kernel/cgroup/cgroup.c         | 10 ++++------
 kernel/nsproxy.c               | 17 ++++++++---------
 net/core/net_namespace.c       | 23 +++++++++++------------
 10 files changed, 84 insertions(+), 113 deletions(-)

             reply	other threads:[~2023-04-24  4:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24  4:25 Al Viro [this message]
2023-04-25  2:49 ` [git pull] fget() whack-a-mole 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=20230424042529.GI3390869@ZenIV \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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.