diff options
author | 2024-12-20 15:31:19 +0100 | |
---|---|---|
committer | 2024-12-20 15:31:19 +0100 | |
commit | c2db11a750fb626d0d04f2dc76e548a1f07617df (patch) | |
tree | 01c899b2a06855633ae991f2064242f976987809 /scripts/mod/modpost.c | |
parent | smp/scf: Evaluate local cond_func() before IPI side-effects (diff) | |
parent | locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock (diff) | |
download | wireguard-linux-c2db11a750fb626d0d04f2dc76e548a1f07617df.tar.xz wireguard-linux-c2db11a750fb626d0d04f2dc76e548a1f07617df.zip |
Merge branch 'locking/urgent'
Sync with urgent -- avoid conflicts.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to '')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 0584cbcdbd2d..fb787a5715f5 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -772,7 +772,7 @@ static void check_section(const char *modname, struct elf_info *elf, ".ltext", ".ltext.*" #define OTHER_TEXT_SECTIONS ".ref.text", ".head.text", ".spinlock.text", \ ".fixup", ".entry.text", ".exception.text", \ - ".coldtext", ".softirqentry.text" + ".coldtext", ".softirqentry.text", ".irqentry.text" #define ALL_TEXT_SECTIONS ".init.text", ".exit.text", \ TEXT_SECTIONS, OTHER_TEXT_SECTIONS |