commit | a931dd33d370896a683236bba67c0d6f3d01144d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 07 11:41:32 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 07 11:41:32 2021 -0700 |
tree | 3301e438a0575cfd6d9fae1b5001da8babc390bd | |
parent | 1423e2660cf134a8f21f2451865a04792013e49e [diff] | |
parent | 2c0f0f3639562d6e38ee9705303c6457c4936eac [diff] |
Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux Pull module updates from Jessica Yu: - Fix incorrect logic in module_kallsyms_on_each_symbol() - Fix for a Coccinelle warning * tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux: module: correctly exit module_kallsyms_on_each_symbol when fn() != 0 kernel/module: Use BUG_ON instead of if condition followed by BUG