Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936194AbdIYPgu (ORCPT ); Mon, 25 Sep 2017 11:36:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42156 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934109AbdIYPgt (ORCPT ); Mon, 25 Sep 2017 11:36:49 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E4B418764C Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170922075807.GM17186@linaro.org> References: <20170922075807.GM17186@linaro.org> <20170915105932.25338-1-takahiro.akashi@linaro.org> <20170915105932.25338-4-takahiro.akashi@linaro.org> <20170921073516.GA6643@dhcp-128-65.nay.redhat.com> To: AKASHI Takahiro Cc: dhowells@redhat.com, Dave Young , catalin.marinas@arm.com, will.deacon@arm.com, bauerman@linux.vnet.ibm.com, vgoyal@redhat.com, herbert@gondor.apana.org.au, davem@davemloft.net, akpm@linux-foundation.org, mpe@ellerman.id.au, bhe@redhat.com, arnd@arndb.de, ard.biesheuvel@linaro.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1622.1506353803.1@warthog.procyon.org.uk> Date: Mon, 25 Sep 2017 16:36:43 +0100 Message-ID: <1623.1506353803@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 25 Sep 2017 15:36:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 234 Lines: 11 AKASHI Takahiro wrote: > > > -static struct kexec_file_ops *kexec_file_loaders[] = { > > > +struct kexec_file_ops *kexec_file_loaders[] = { > > > &kexec_elf64_ops, > > > + NULL > > > }; const? David