Linus, Please pull below to receive a few minor modules updates for the 4.12 merge window.
Thanks, Jessica --- The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81: Linux 4.11-rc2 (2017-03-12 14:47:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.12 for you to fetch changes up to 17586188276980ff10d1244a35aeb31ae199705e: kallsyms: Use bounded strnchr() when parsing string (2017-04-24 14:07:28 -0700) ---------------------------------------------------------------- Modules updates for v4.12 Summary of modules changes for the 4.12 merge window: - Minor code cleanups - Fix section alignment for .init_array Signed-off-by: Jessica Yu <[email protected]> ---------------------------------------------------------------- David Daney (1): module: set .init_array alignment to 8 Gao Feng (1): module: Unify the return value type of try_module_get Naveen N. Rao (1): kallsyms: Use bounded strnchr() when parsing string include/linux/module.h | 6 +++--- kernel/module.c | 2 +- scripts/module-common.lds | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-)

