https://github.com/torvalds/linux
Revision 7b87308e710858e95729b9e33c8b79e2a1564d37 authored by Linus Torvalds on 27 April 2018, 18:01:21 UTC, committed by Linus Torvalds on 27 April 2018, 18:01:21 UTC
Pull modules fix from Jessica Yu:
 "Fix display of module section addresses in sysfs, which were getting
  hashed with %pK and breaking tools like perf"

* tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
  module: Fix display of wrong module .text address
2 parent s 64ebe31 + be71eda
Raw File
Tip revision: 7b87308e710858e95729b9e33c8b79e2a1564d37 authored by Linus Torvalds on 27 April 2018, 18:01:21 UTC
Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Tip revision: 7b87308
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top