Re: [PATCH v9 4/6] init: allow initcall tables to be emitted using relative references
From: Petr Mladek <pmladek@suse.com>
Date: 2018-06-27 15:22:57
Also in:
linux-arm-kernel, lkml
From: Petr Mladek <pmladek@suse.com>
Date: 2018-06-27 15:22:57
Also in:
linux-arm-kernel, lkml
On Tue 2018-06-26 20:27:59, Ard Biesheuvel wrote:
Allow the initcall tables to be emitted using relative references that are only half the size on 64-bit architectures and don't require fixups at runtime on relocatable kernels. Cc: Petr Mladek <pmladek@suse.com> Cc: Sergey Senozhatsky <redacted> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: James Morris <jmorris@namei.org> Cc: "Serge E. Hallyn" <serge@hallyn.com> Signed-off-by: Ard Biesheuvel <redacted> --- include/linux/init.h | 44 +++++++++++++++----- init/main.c | 32 +++++++------- kernel/printk/printk.c | 16 +++---- security/security.c | 17 ++++---- 4 files changed, 68 insertions(+), 41 deletions(-)
For the printk stuff: Acked-by: Petr Mladek <pmladek@suse.com> Best Regards, Petr