Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751334AbdHXKx2 (ORCPT ); Thu, 24 Aug 2017 06:53:28 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:38517 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbdHXKx1 (ORCPT ); Thu, 24 Aug 2017 06:53:27 -0400 MIME-Version: 1.0 In-Reply-To: <20170824081811.19299-8-takahiro.akashi@linaro.org> References: <20170824081811.19299-1-takahiro.akashi@linaro.org> <20170824081811.19299-8-takahiro.akashi@linaro.org> From: Arnd Bergmann Date: Thu, 24 Aug 2017 12:53:26 +0200 X-Google-Sender-Auth: d4u5PYq-m4NoszJtNvivHj_WCEI Message-ID: Subject: Re: [PATCH 07/14] asm-generic: add kexec_file_load system call to unistd.h To: AKASHI Takahiro Cc: Catalin Marinas , Will Deacon , bauerman@linux.vnet.ibm.com, David Howells , vgoyal@redhat.com, Herbert Xu , David Miller , Andrew Morton , Michael Ellerman , Dave Young , Baoquan He , Ard Biesheuvel , kexec@lists.infradead.org, Linux ARM , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 282 Lines: 8 On Thu, Aug 24, 2017 at 10:18 AM, AKASHI Takahiro wrote: > The initial user of this system call number is arm64. > > Signed-off-by: AKASHI Takahiro > Cc: Arnd Bergmann Acked-by:Arnd Bergmann