diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-07-18 14:24:49 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-07-18 14:24:56 +0200 |
commit | 21634f0f307c8401462da2cd07507880ee17d3fc (patch) | |
tree | 8dd1b41a5a1bd9fe9a340814c4101f33df827f40 /arch/x86/kernel/module.c | |
parent | 6d68d9cba1d0d1ee628a783eb9e7d38a0c3691b8 (diff) | |
parent | 2218e10e6fec05f76d6cd2c7eed4cb5af447360b (diff) |
Merge branch 'topic/hda-pci-ids' into for-next
Pull cleanup of HD-audio PCI IDs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'arch/x86/kernel/module.c')
-rw-r--r-- | arch/x86/kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c index b05f62ee2344..5f71a0cf4399 100644 --- a/arch/x86/kernel/module.c +++ b/arch/x86/kernel/module.c @@ -358,7 +358,7 @@ int module_finalize(const Elf_Ehdr *hdr, } if (ibt_endbr) { void *iseg = (void *)ibt_endbr->sh_addr; - apply_ibt_endbr(iseg, iseg + ibt_endbr->sh_size); + apply_seal_endbr(iseg, iseg + ibt_endbr->sh_size); } if (locks) { void *lseg = (void *)locks->sh_addr; |