]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
drop dependent erofs follow-up after dropping 307210c262a2
authorSasha Levin <sashal@kernel.org>
Thu, 21 May 2026 13:06:56 +0000 (09:06 -0400)
committerSasha Levin <sashal@kernel.org>
Thu, 21 May 2026 13:08:29 +0000 (09:08 -0400)
commit63b993ff88214ab8b416227a6903bb4c8c4d13d6
tree488a634d61499b304af91f57f419cbe8d6576965
parentd3dd531213296b59fb59629a430bde300c1d094f
drop dependent erofs follow-up after dropping 307210c262a2

In d3dd531213 we dropped "erofs: verify metadata accesses for file-backed
mounts" (upstream 307210c262a2) per Gao Xiang's request (Android SELinux
regression). The follow-up:

  "erofs: fix offset truncation when shifting pgoff on 32-bit platforms"
  (upstream c99493ce409c)

is queued in 7.0/6.18/6.12 and carries

Fixes: 307210c262a2 ("erofs: verify metadata accesses for file-backed mounts")
Its data.c hunk converts

  fpos = index << PAGE_SHIFT;
  err  = rw_verify_area(READ, buf->file, &fpos, PAGE_SIZE);

to use a (loff_t) cast on the shift. That entire rw_verify_area() block
was introduced by 307210c262a2, which is no longer in the queue or in
the corresponding stable bases (stable/linux-{7.0,6.18,6.12}.y do not
contain rw_verify_area in fs/erofs/data.c). The hunk cannot apply.

Drop the follow-up from queue-7.0, queue-6.18, and queue-6.12.

Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-6.12/erofs-fix-offset-truncation-when-shifting-pgoff-on-3.patch [deleted file]
queue-6.12/series
queue-6.18/erofs-fix-offset-truncation-when-shifting-pgoff-on-3.patch [deleted file]
queue-6.18/series
queue-7.0/erofs-fix-offset-truncation-when-shifting-pgoff-on-3.patch [deleted file]
queue-7.0/series