mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] vfs.git misc stuff
Date: Sat, 2 Apr 2022 01:52:17 +0000	[thread overview]
Message-ID: <YkesUZwCNJcHxIv4@zeniv-ca.linux.org.uk> (raw)

	Assorted bits and pieces.  5.17-rc1-based, one trivial conflict in
arch/x86/um/Kconfig (two selects added here and in mainline next to each other).
Sorry about being that late in cycle with that...

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 61e02cdb6ac68a84f1bb95026632d63677f26202:

  aio: drop needless assignment in aio_read() (2022-03-15 19:43:19 -0400)

----------------------------------------------------------------
Al Viro (4):
      constify struct path argument of finish_automount()/do_add_mount()
      asm/user.h: killed unused macros
      uml/x86: use x86 load_unaligned_zeropad()
      clean overflow checks in count_mounts() a bit

Lukas Bulwahn (1):
      aio: drop needless assignment in aio_read()

Maíra Canal (1):
      seq_file: fix NULL pointer arithmetic warning

Tal Zussman (1):
      fs: Remove FIXME comment in generic_write_checks()

 arch/alpha/include/asm/user.h   |  6 ------
 arch/arm/include/asm/user.h     |  4 ----
 arch/h8300/include/asm/user.h   |  4 ----
 arch/ia64/include/asm/user.h    |  6 ------
 arch/m68k/include/asm/user.h    |  4 ----
 arch/powerpc/include/asm/user.h |  5 -----
 arch/s390/include/asm/user.h    |  4 ----
 arch/sh/include/asm/user.h      |  6 ------
 arch/um/include/asm/Kbuild      |  1 -
 arch/x86/include/asm/user_32.h  |  4 ----
 arch/x86/include/asm/user_64.h  |  4 ----
 arch/x86/lib/csum-partial_64.c  | 26 --------------------------
 arch/x86/um/Kconfig             |  1 +
 fs/aio.c                        |  1 -
 fs/internal.h                   |  2 +-
 fs/kernfs/file.c                |  7 +------
 fs/namespace.c                  | 23 ++++++++++++-----------
 fs/read_write.c                 |  1 -
 fs/seq_file.c                   |  4 ++--
 include/linux/seq_file.h        |  1 +
 20 files changed, 18 insertions(+), 96 deletions(-)

             reply	other threads:[~2022-04-02  1:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02  1:52 Al Viro [this message]
2022-04-02  3:07 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-02-27  6:00 Al Viro
2021-02-27 16:21 ` Linus Torvalds
2021-02-27 17:18   ` Al Viro
2021-02-27 16:29 ` pr-tracker-bot
2020-12-24 23:35 Al Viro
2020-12-25 19:09 ` pr-tracker-bot
2017-05-09  5:34 Al Viro

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=YkesUZwCNJcHxIv4@zeniv-ca.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome