From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f66.google.com ([209.85.128.66]:38302 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfLMKCt (ORCPT ); Fri, 13 Dec 2019 05:02:49 -0500 Date: Fri, 13 Dec 2019 11:02:44 +0100 From: Ingo Molnar Subject: Re: [RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time Message-ID: <20191213100244.GB113121@gmail.com> References: <20191204004633.88660-1-shile.zhang@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191204004633.88660-1-shile.zhang@linux.alibaba.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Shile Zhang Cc: Peter Zijlstra , Josh Poimboeuf , Masahiro Yamada , Michal Marek , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Andy Lutomirski , x86@kernel.org, "H . Peter Anvin" , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org * Shile Zhang wrote: > Hi, > > Sorry, update for compile error fix, reported by Intel's kbuild test robot. > Any comments or suggestions are welcome! Could you please send a delta patch to fix these new build warnings on 64-bit allnoconfig kernels: arch/x86/kernel/unwind_orc.c:210:12: warning: ‘orc_sort_cmp’ defined but not used [-Wunused-function] arch/x86/kernel/unwind_orc.c:190:13: warning: ‘orc_sort_swap’ defined but not used [-Wunused-function] Thanks, Ingo