]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
reorder s390 ptff export ahead of its consumer in 7.1 and 6.18
authorSasha Levin <sashal@kernel.org>
Fri, 31 Jul 2026 14:52:14 +0000 (10:52 -0400)
committerSasha Levin <sashal@kernel.org>
Fri, 31 Jul 2026 14:52:14 +0000 (10:52 -0400)
commitfe28d4a05072bdd0f71e69e34bda6dfff748026e
tree7602dc49a116fd1cd77c8a47f47d1bdef49d62f9
parent5557d9ca854ab9ed2fda34b4ae3f7aad949aaed0
reorder s390 ptff export ahead of its consumer in 7.1 and 6.18

Reordered patches:

- "s390/ptff: Export ptff_function_mask[]"
  Upstream: 9de445d8296a7f2b011ebb5834fdc94dcda5c778
  Queues: 7.1, 6.18
  Reason: this export is the prerequisite for "ptp: ptp_s390: Add missing
    facility check" (e78f1ac37afcb16cb6fef8a2c92591eab6558956), whose
    ptff_query() use needs ptff_function_mask[]. Both were queued, but the
    export landed after its consumer in the series (7.1: 744 vs 666,
    6.18: 676 vs 544), so applying the series in order leaves an
    intermediate commit that fails to build on s390x. Moved the export to
    immediately before the consumer in both series files. No patch files
    were added or removed; both patches stay queued.
  Report: https://lore.kernel.org/stable/669b8e16-19a6-49bf-a1ef-a7bce5075a9a@kernel.org/

Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-6.18/series
queue-7.1/series