Linus Torvalds
d190775206
Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
...
Pull modules updates from Jessica Yu:
"Summary of modules changes for the 4.19 merge window:
- Fix modules kallsyms for livepatch. Livepatch modules can have
SHN_UNDEF symbols in their module symbol tables for later symbol
resolution, but kallsyms shouldn't be returning these symbols
- Some code cleanups and minor reshuffling in load_module() were done
to log the module name when module signature verification fails"
* tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
kernel/module: Use kmemdup to replace kmalloc+memcpy
ARM: module: fix modsign build error
modsign: log module name in the event of an error
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal
module: print sensible error code
module: setup load info before module_sig_check()
module: make it clear when we're handling the module copy in info->hdr
module: exclude SHN_UNDEF symbols from kallsyms api
2018-08-17 10:51:22 -07:00
..
2018-01-21 15:38:10 +00:00
2018-08-13 18:28:19 -07:00
2017-11-02 11:10:55 +01:00
2018-03-22 13:46:18 +00:00
2017-11-15 10:56:56 -08:00
2018-08-13 16:28:50 +01:00
2018-06-21 14:25:24 +02:00
2018-05-31 23:27:21 +01:00
2018-07-30 11:45:53 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-31 10:39:29 +01:00
2017-11-02 11:10:55 +01:00
2018-06-15 18:10:01 -03:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-31 10:40:32 +01:00
2017-03-30 19:45:52 +01:00
2017-11-02 11:10:55 +01:00
2018-06-11 17:49:09 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-05-30 11:31:33 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-03-20 10:01:59 +01:00
2017-11-15 18:21:04 -08:00
2018-01-15 09:35:06 +01:00
2017-11-02 11:10:55 +01:00
2017-06-05 17:50:44 +02:00
2017-11-02 11:10:55 +01:00
2018-07-22 14:13:43 +02:00
2017-11-16 12:50:35 -08:00
2017-11-02 11:10:55 +01:00
2017-12-17 22:14:21 +00:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-12-17 22:15:35 +00:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-16 12:50:35 -08:00
2018-06-26 09:07:58 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-04-24 13:53:13 -05:00
2017-11-02 11:10:55 +01:00
2018-08-03 12:14:08 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-19 13:28:51 +02:00
2017-11-02 11:10:55 +01:00
2018-05-19 11:53:46 +01:00
2017-11-02 11:10:55 +01:00
2018-06-21 12:33:07 +02:00
2017-11-29 16:46:18 +01:00
2018-06-05 10:03:27 +01:00
2017-05-15 14:29:19 +02:00
2018-07-05 17:24:15 +01:00
2018-06-12 11:34:04 -07:00
2018-03-19 10:53:21 +00:00
2018-06-08 11:10:58 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:38 -07:00
2017-03-02 08:42:37 +01:00
2017-11-16 12:50:35 -08:00
2018-07-09 20:29:49 +02:00
2018-05-19 11:53:46 +01:00
2017-11-02 11:10:55 +01:00
2017-06-27 14:58:10 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-07 07:15:41 +02:00
2017-11-15 18:21:04 -08:00
2018-06-07 17:34:35 -07:00
2017-06-05 10:29:40 +01:00
2018-01-08 15:20:45 +01:00
2018-06-21 12:33:07 +02:00
2018-05-31 10:39:34 +01:00
2018-01-15 12:08:06 -08:00
2018-01-21 15:32:20 +00:00
2017-10-24 13:17:32 +02:00
2017-12-17 22:14:21 +00:00
2018-05-08 14:50:42 +02:00
2017-05-08 17:15:13 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-16 14:05:12 -08:00
2017-11-02 11:10:55 +01:00
2017-10-23 16:58:59 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-07 10:32:44 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-01-21 15:37:56 +00:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-31 10:40:32 +01:00
2017-11-02 11:10:55 +01:00
2018-08-02 17:41:37 +01:00
2018-07-25 12:09:09 +02:00
2017-03-02 08:42:37 +01:00
2017-11-02 11:10:55 +01:00
2017-11-13 01:34:49 +01:00
2017-12-17 22:14:21 +00:00
2018-08-13 16:28:50 +01:00
2017-11-16 12:50:35 -08:00
2017-10-24 10:33:23 +01:00
2017-12-17 22:14:21 +00:00
2016-10-19 10:18:47 +01:00
2017-11-02 11:10:55 +01:00
2018-05-19 11:53:46 +01:00
2018-03-24 14:27:49 +00:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-04-09 07:49:34 -07:00
2017-11-02 11:10:55 +01:00