]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Jul 2021 18:41:32 +0000 (11:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Jul 2021 18:41:32 +0000 (11:41 -0700)
commit8d3dd7da5473c93cd3602887061cdb6af61328f3
tree3301e438a0575cfd6d9fae1b5001da8babc390bd
parent7ce340fe1b60e931f93830e733067fa34717cbd4
parent5ff4b1d32a8306fd78eba2595f4b474dd8e0c6f2
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
kernel/module.c