From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753140AbcGLBhJ (ORCPT ); Mon, 11 Jul 2016 21:37:09 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36148 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbcGLBhI (ORCPT ); Mon, 11 Jul 2016 21:37:08 -0400 From: AKASHI Takahiro To: ebiederm@xmission.com, vgoyal@redhat.com, dyoung@redhat.com, bhe@redhat.com, bauerman@linux.vnet.ibm.com, arnd@arndb.de Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, AKASHI Takahiro Subject: [RFC 0/3] extend kexec_file_load system call Date: Tue, 12 Jul 2016 10:41:58 +0900 Message-Id: <20160712014201.11456-1-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.9.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Device tree blob must be passed to a second kernel on DTB-capable archs, like powerpc and arm64, but the current kernel interface lacks this support. This patch extends kexec_file_load system call by adding an extra argument to this syscall so that an arbitrary number of file descriptors can be handed out from user space to the kernel. See the background [1]. Please note that the new interface looks quite similar to the current system call, but that it won't always mean that it provides the "binary compatibility." [1] http://lists.infradead.org/pipermail/kexec/2016-June/016276.html AKASHI Takahiro (3): syscall: add kexec_file_load to generic unistd.h kexec: add dtb info to struct kimage kexec: extend kexec_file_load system call include/linux/fs.h | 1 + include/linux/kexec.h | 5 +++- include/linux/syscalls.h | 4 ++- include/uapi/asm-generic/unistd.h | 8 ++++- include/uapi/linux/kexec.h | 17 +++++++++++ kernel/kexec_file.c | 62 ++++++++++++++++++++++++++++++++++----- 6 files changed, 87 insertions(+), 10 deletions(-) -- 2.9.0