From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, pjones@redhat.com
Cc: Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.12.y] efi: Don't map the entire mokvar table to determine its size
Date: Wed, 5 Mar 2025 09:36:20 -0500 [thread overview]
Message-ID: <20250304195516-2cc77e149e431b91@stable.kernel.org> (raw)
In-Reply-To: <20250304192829.3044702-1-pjones@redhat.com>
[ Sasha's backport helper bot ]
Hi,
Summary of potential issues:
⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: 2b90e7ace79774a3540ce569e000388f8d22c9e0
Status in newer kernel trees:
6.13.y | Present (different SHA1: cf90c3123578)
6.6.y | Present (different SHA1: 9927271225a9)
Note: The patch differs from the upstream commit:
---
1: 2b90e7ace7977 ! 1: 9f74008ccfa4b efi: Don't map the entire mokvar table to determine its size
@@ Commit message
Cc: <stable@vger.kernel.org>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
+ (cherry picked from commit 2b90e7ace79774a3540ce569e000388f8d22c9e0)
## drivers/firmware/efi/mokvar-table.c ##
@@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void)
@@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void)
unsigned long offset_limit;
- unsigned long map_size = 0;
unsigned long map_size_needed = 0;
- unsigned long size;
+- unsigned long size;
struct efi_mokvar_table_entry *mokvar_entry;
+ int err;
+
@@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void)
*/
err = -EINVAL;
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.12.y | Success | Success |
prev parent reply other threads:[~2025-03-05 14:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 17:38 FAILED: patch "[PATCH] efi: Don't map the entire mokvar table to determine its size" failed to apply to 6.12-stable tree gregkh
2025-03-04 19:28 ` [PATCH 6.12.y] efi: Don't map the entire mokvar table to determine its size Peter Jones
2025-03-05 14:36 ` Sasha Levin [this message]
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=20250304195516-2cc77e149e431b91@stable.kernel.org \
--to=sashal@kernel.org \
--cc=pjones@redhat.com \
--cc=stable@vger.kernel.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