linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable 0/5] Fix missing patches in stable
@ 2022-10-17 19:20 Saeed Mirzamohammadi
  2022-10-17 19:20 ` [PATCH stable 1/5] fs: clear or set FMODE_LSEEK based on llseek function Saeed Mirzamohammadi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Saeed Mirzamohammadi @ 2022-10-17 19:20 UTC (permalink / raw)
  Cc: linux-fsdevel, viro, linux-kernel, stable, jason,
	saeed.mirzamohammadi

The following patches has been applied to 6.0 but only patch#2 below
has been applied to stable. This caused regression with nfs tests in
all stable releases.

This patchset backports patches 1 and 3-6 to stable.

1. 868941b14441 fs: remove no_llseek
2. 97ef77c52b78 fs: check FMODE_LSEEK to control internal pipe splicing
3. 54ef7a47f67d vfio: do not set FMODE_LSEEK flag
4. c9eb2d427c1c dma-buf: remove useless FMODE_LSEEK flag
5. 4e3299eaddff fs: do not compare against ->llseek
6. e7478158e137 fs: clear or set FMODE_LSEEK based on llseek function

For 5.10.y and 5.4.y only, a revert of patch#2 is already included.
Please apply patch#2, for 5.4.y and 5.10.y as well.

Thanks,
Saeed

Jason A. Donenfeld (5):
  fs: clear or set FMODE_LSEEK based on llseek function
  fs: do not compare against ->llseek
  dma-buf: remove useless FMODE_LSEEK flag
  vfio: do not set FMODE_LSEEK flag
  fs: remove no_llseek

 Documentation/filesystems/porting.rst |  8 ++++++++
 drivers/dma-buf/dma-buf.c             |  1 -
 drivers/gpu/drm/drm_file.c            |  3 +--
 drivers/vfio/vfio.c                   |  2 +-
 fs/coredump.c                         |  4 ++--
 fs/file_table.c                       |  2 ++
 fs/open.c                             |  4 ++++
 fs/overlayfs/copy_up.c                |  3 +--
 fs/read_write.c                       | 17 +++--------------
 include/linux/fs.h                    |  2 +-
 kernel/bpf/bpf_iter.c                 |  3 +--
 11 files changed, 24 insertions(+), 25 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-27 14:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 19:20 [PATCH stable 0/5] Fix missing patches in stable Saeed Mirzamohammadi
2022-10-17 19:20 ` [PATCH stable 1/5] fs: clear or set FMODE_LSEEK based on llseek function Saeed Mirzamohammadi
2022-10-17 19:20 ` [PATCH stable 2/5] fs: do not compare against ->llseek Saeed Mirzamohammadi
2022-10-17 19:20 ` [PATCH stable 3/5] dma-buf: remove useless FMODE_LSEEK flag Saeed Mirzamohammadi
2022-10-17 19:20 ` [PATCH stable 4/5] vfio: do not set " Saeed Mirzamohammadi
2022-10-17 19:20 ` [PATCH stable 5/5] fs: remove no_llseek Saeed Mirzamohammadi
2022-10-26 16:58 ` [PATCH stable 0/5] Fix missing patches in stable Greg KH
2022-10-27 14:15 ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).