1 | The following commit has been merged into the objtool/urgent branch of tip: | 1 | The following commit has been merged into the objtool/urgent branch of tip: |
---|---|---|---|
2 | 2 | ||
3 | Commit-ID: 9ac50f7311dc8b39e355582f14c1e82da47a8196 | 3 | Commit-ID: cf7d9bc6ba10e41084361158375677070bbbcdb7 |
4 | Gitweb: https://git.kernel.org/tip/9ac50f7311dc8b39e355582f14c1e82da47a8196 | 4 | Gitweb: https://git.kernel.org/tip/cf7d9bc6ba10e41084361158375677070bbbcdb7 |
5 | Author: Josh Poimboeuf <jpoimboe@kernel.org> | 5 | Author: Josh Poimboeuf <jpoimboe@kernel.org> |
6 | AuthorDate: Mon, 31 Mar 2025 21:26:45 -07:00 | 6 | AuthorDate: Mon, 31 Mar 2025 21:26:45 -07:00 |
7 | Committer: Ingo Molnar <mingo@kernel.org> | 7 | Committer: Ingo Molnar <mingo@kernel.org> |
8 | CommitterDate: Tue, 01 Apr 2025 09:12:05 +02:00 | 8 | CommitterDate: Tue, 01 Apr 2025 09:07:14 +02:00 |
9 | 9 | ||
10 | context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() | 10 | context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() |
11 | 11 | ||
12 | Thanks to CONFIG_DEBUG_SECTION_MISMATCH, empty functions can be | 12 | Thanks to CONFIG_DEBUG_SECTION_MISMATCH, empty functions can be |
13 | generated out of line. These can be called from noinstr code, so make | 13 | generated out of line. These can be called from noinstr code, so make |
... | ... | ||
21 | 21 | ||
22 | Fixes: 6f0e6c1598b1 ("context_tracking: Take IRQ eqs entrypoints over RCU") | 22 | Fixes: 6f0e6c1598b1 ("context_tracking: Take IRQ eqs entrypoints over RCU") |
23 | Reported-by: Randy Dunlap <rdunlap@infradead.org> | 23 | Reported-by: Randy Dunlap <rdunlap@infradead.org> |
24 | Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> | 24 | Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> |
25 | Signed-off-by: Ingo Molnar <mingo@kernel.org> | 25 | Signed-off-by: Ingo Molnar <mingo@kernel.org> |
26 | Cc: Frederic Weisbecker <frederic@kernel.org> | ||
27 | Cc: Paul E. McKenney <paulmck@kernel.org> | ||
28 | Cc: Linus Torvalds <torvalds@linux-foundation.org> | 26 | Cc: Linus Torvalds <torvalds@linux-foundation.org> |
29 | Link: https://lore.kernel.org/r/8509bce3f536bcd4ae7af3a2cf6930d48c5e631a.1743481539.git.jpoimboe@kernel.org | 27 | Link: https://lore.kernel.org/r/8509bce3f536bcd4ae7af3a2cf6930d48c5e631a.1743481539.git.jpoimboe@kernel.org |
30 | Closes: https://lore.kernel.org/d1eca076-fdde-484a-b33e-70e0d167c36d@infradead.org | 28 | Closes: https://lore.kernel.org/d1eca076-fdde-484a-b33e-70e0d167c36d@infradead.org |
31 | --- | 29 | --- |
32 | include/linux/context_tracking_irq.h | 8 ++++---- | 30 | include/linux/context_tracking_irq.h | 8 ++++---- |
... | ... | diff view generated by jsdifflib |