[GIT PULL] Modules updates for v4.21

From: Jessica Yu
Date: Wed Dec 26 2018 - 14:02:01 EST


Linus,

Please pull below to receive modules updates for the 4.21 merge window.
Details can be found in the signed tag.

Thanks,

Jessica

---

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.21

for you to fetch changes up to 93d77e7f1410c366050d6035dcba1a5167c7cf0b:

ARM: module: Fix function kallsyms on Thumb-2 (2018-12-14 20:27:29 +0100)

----------------------------------------------------------------
Modules updates for v4.21

Summary of modules changes for the 4.21 merge window:

- Some modules-related kallsyms cleanups and a kallsyms fix for ARM.

- Include keys from the secondary keyring in module signature
verification.

Signed-off-by: Jessica Yu <jeyu@xxxxxxxxxx>

----------------------------------------------------------------
Jessica Yu (1):
module: make it clearer when we're handling kallsyms symbols vs exported symbols

Ke Wu (1):
modsign: use all trusted keys to verify module signature

Vincent Whitchurch (2):
module: Overwrite st_size instead of st_info
ARM: module: Fix function kallsyms on Thumb-2

arch/arm/include/asm/module.h | 11 ++++
include/linux/module.h | 7 +++
kernel/module.c | 123 ++++++++++++++++++++++++------------------
kernel/module_signing.c | 3 +-
4 files changed, 92 insertions(+), 52 deletions(-)