Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3331774imu; Sun, 11 Nov 2018 12:33:05 -0800 (PST) X-Google-Smtp-Source: AJdET5enId1Z/sMfq+VBTsZ1lURGAJEaOQw3DsHhge6pCU5xMVlm9xOsj9g6I8WZi8WAAiM5LNmB X-Received: by 2002:a17:902:7b91:: with SMTP id w17-v6mr17001112pll.289.1541968385632; Sun, 11 Nov 2018 12:33:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541968385; cv=none; d=google.com; s=arc-20160816; b=0diB49UnNAf35mSN90BihL+JMNZoHExUVdE6kce4gyhukE3Ofx0ImxdGY5WiaQ3Ws/ qAKD7e96KQEbBbWPLfx7NsFCWFPDHG/pXzwNXNMFbEc7Zvqc6ifAIg2a0TppJpaK+Trj 6TSSpKHdyMISnC8m1LdUhAJYHhJuujLdxNd+2wFWzzvW8txzqXdKLnuNs70tv7X3AFWD YT7AM/Jw57zdquulfZRUmKsocOmqQSlr9z1SkGnbd4lN5b68AqTfvsAaUXkvjLce9a1z oVMrJ01Q+yezjh5rajz4FPwY/CfR9DXiow2oMjAlK7uIjgD5vtnecUqyOkHtvpyCVxhj b+dg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:subject:message-id:date:cc:to :from:mime-version:content-transfer-encoding:content-disposition; bh=RZOHvFIAK+12LyeHDhbsY8JhWeJpy0JQTpXwQA47RDQ=; b=fOjxqDM1t7mkIAM/4FEs52cXkVn3oM53uK/7E73smqMUlJxKHH3DgJu+cxbQfO+hLS dDxt5rTDGjUxOWMvr7hDZqAk1Te4LC2BeNTDEzGGDZt19apZW5yOUjmKl8DqkVeas7t4 zSlLIzW5rT3YBOZRL6VeL7UAVwAJcZ9JgF5r+9wEJYIb0jgRyBi3mMazBqdq9HZboBXF v0/iNLGDUiKPzoF73fPCsnlvpclI5NH84uMArnK09uYPpTJmkZDR/hfqsSbKKu60XFhX 3c0iB+T1THeph4PPshd97evZwpsmyaVSdNJKW2V953w/zpyIG2GOEy4R6B/bvHrScGu5 K8aQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a5-v6si13293873pgw.352.2018.11.11.12.32.50; Sun, 11 Nov 2018 12:33:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731150AbeKLGU3 (ORCPT + 99 others); Mon, 12 Nov 2018 01:20:29 -0500 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:50380 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730407AbeKLFsU (ORCPT ); Mon, 12 Nov 2018 00:48:20 -0500 Received: from [192.168.4.242] (helo=deadeye) by shadbolt.decadent.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gLvsf-0000l4-G4; Sun, 11 Nov 2018 19:58:49 +0000 Received: from ben by deadeye with local (Exim 4.91) (envelope-from ) id 1gLvsa-0001sJ-Cx; Sun, 11 Nov 2018 19:58:44 +0000 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: akpm@linux-foundation.org, "Arnd Bergmann" , "Benjamin Herrenschmidt" , "Paul Bolle" , "Geoff Levand" , "Maximilian Attems" , "H. Peter Anvin" , "Linus Torvalds" , "Vivek Goyal" , "Michal Marek" Date: Sun, 11 Nov 2018 19:49:05 +0000 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) Subject: [PATCH 3.16 346/366] kexec: Fix make headers_check In-Reply-To: X-SA-Exim-Connect-IP: 192.168.4.242 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.16.61-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: Geoff Levand commit 9dc5c05f45ca8101025046cda7f8aca8835204f2 upstream. Remove the unneded declaration for a kexec_load() routine. Fixes errors like these when running 'make headers_check': include/uapi/linux/kexec.h: userspace cannot reference function or variable defined in the kernel Paul said: : The kexec_load declaration isn't very useful for userspace, see the patch : I submitted in http://lkml.kernel.org/r/1389791824.17407.9.camel@x220 . : And After my attempt the export of that declaration has also been : discussed in : http://lkml.kernel.org/r/115373b6ac68ee7a305975896e1c4971e8e51d4c.1408731991.git.geoff@infradead.org : : In that last discussion no one has been able to point to an actual user of : it. So, as far as I can tell, no one actually uses it. Which makes : sense, because including this header by itself doesn't give one access to : a useful definition of kexec_load. So why bother with the declaration? Signed-off-by: Geoff Levand Acked-by: Paul Bolle Cc: H. Peter Anvin Cc: Vivek Goyal Cc: Arnd Bergmann Cc: Benjamin Herrenschmidt Cc: Maximilian Attems Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- include/uapi/linux/kexec.h | 6 ------ 1 file changed, 6 deletions(-) --- a/include/uapi/linux/kexec.h +++ b/include/uapi/linux/kexec.h @@ -44,12 +44,6 @@ struct kexec_segment { size_t memsz; }; -/* Load a new kernel image as described by the kexec_segment array - * consisting of passed number of segments at the entry-point address. - * The flags allow different useage types. - */ -extern int kexec_load(void *, size_t, struct kexec_segment *, - unsigned long int); #endif /* __KERNEL__ */ #endif /* _UAPILINUX_KEXEC_H */