]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
drop 4 patches based on RC review feedback
authorSasha Levin <sashal@kernel.org>
Fri, 29 May 2026 11:59:49 +0000 (07:59 -0400)
committerSasha Levin <sashal@kernel.org>
Fri, 29 May 2026 12:48:10 +0000 (08:48 -0400)
commit779e55348f18eb1242815b16a8064fee411b5f2d
treed843ad81e1c9b1ec531b12e38fc65d03bc1144b6
parent4ba0d5dc6810f4e00c9407bb9f1365add2380412
drop 4 patches based on RC review feedback

Dropped patches:

- "firmware: arm_ffa: bound partition_info_get_regs copies"
  Queues: 6.12
  Reason: -Werror,-Wincompatible-pointer-types build break on
    stable-rc/linux-6.12.y (arm64 allmodconfig, clang-21); struct
    ffa_partition_info.uuid is still u32[4] in 6.12, the uuid_t
    conversion prerequisite b7c9f32614f17 was not backported.
  Report: https://lore.kernel.org/stable/178001274428.7152.372661732178917650@330cfa3079ca/

- "firmware: arm_ffa: fix big-endian support in __ffa_partition_info_get_regs"  [dependency]
  Queues: 6.12
  Reason: Stable-dep-of 3974ea193840; introduces the failing
    uuid_copy(&buf->uuid, ...) line, so it must be dropped together
    with the patch above.

- "net: shaper: reject handle IDs exceeding internal bit-width"
  Queues: 7.0, 6.18
  Reason: ynl tooling build break - adds 'scope: kernel' to
    net_shaper.yaml but genetlink.yaml schema (additionalProperties:
    False) has no 'scope' support; prerequisite fbf5df34a4dbcd
    ("tools: ynl: add scope qualifier for definitions") is not queued.
  Report: https://lore.kernel.org/stable/d66f5c95-ebc0-4c53-9852-f73c790363f7@leemhuis.info/

- "af_unix: Reject SIOCATMARK on non-stream sockets"
  Queues: 6.1, 5.15, 5.10
  Reason: defective backport of upstream d119775f2bad - the
    sk_type check was placed in unix_stream_read_generic() instead of
    unix_ioctl()'s SIOCATMARK case, regressing blocking SOCK_SEQPACKET
    recvmsg while not fixing the intended ioctl behavior (5.10 has no
    SIOCATMARK/OOB support at all). Mirrors the revert already queued
    for 6.6.
  Report: https://lore.kernel.org/stable/20260527094544.2344825-1-guanwentao@uniontech.com/

Signed-off-by: Sasha Levin <sashal@kernel.org>
13 files changed:
queue-5.10/af_unix-reject-siocatmark-on-non-stream-sockets.patch [deleted file]
queue-5.10/series
queue-5.15/af_unix-reject-siocatmark-on-non-stream-sockets.patch [deleted file]
queue-5.15/series
queue-6.1/af_unix-reject-siocatmark-on-non-stream-sockets.patch [deleted file]
queue-6.1/series
queue-6.12/firmware-arm_ffa-bound-partition_info_get_regs-copie.patch [deleted file]
queue-6.12/firmware-arm_ffa-fix-big-endian-support-in-__ffa_par.patch [deleted file]
queue-6.12/series
queue-6.18/net-shaper-reject-handle-ids-exceeding-internal-bit-.patch [deleted file]
queue-6.18/series
queue-7.0/net-shaper-reject-handle-ids-exceeding-internal-bit-.patch [deleted file]
queue-7.0/series