From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 700C4C43331 for ; Mon, 11 Nov 2019 02:46:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3CBFE206BA for ; Mon, 11 Nov 2019 02:46:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726946AbfKKCqh (ORCPT ); Sun, 10 Nov 2019 21:46:37 -0500 Received: from out30-57.freemail.mail.aliyun.com ([115.124.30.57]:49052 "EHLO out30-57.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbfKKCqg (ORCPT ); Sun, 10 Nov 2019 21:46:36 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04423;MF=shile.zhang@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0Thg3uVR_1573440393; Received: from ali-6c96cfdd1403.local(mailfrom:shile.zhang@linux.alibaba.com fp:SMTPD_---0Thg3uVR_1573440393) by smtp.aliyun-inc.com(127.0.0.1); Mon, 11 Nov 2019 10:46:34 +0800 Subject: Re: [RFC PATCH v2 1/3] scripts: Add sortorctable to sort ORC unwind tables To: Peter Zijlstra Cc: Masahiro Yamada , Michal Marek , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Josh Poimboeuf , x86@kernel.org, "H . Peter Anvin" , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org References: <20191108071108.72132-1-shile.zhang@linux.alibaba.com> <20191108071108.72132-2-shile.zhang@linux.alibaba.com> <20191108095520.GK4114@hirez.programming.kicks-ass.net> From: Shile Zhang Message-ID: Date: Mon, 11 Nov 2019 10:46:33 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191108095520.GK4114@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/11/8 17:55, Peter Zijlstra wrote: > On Fri, Nov 08, 2019 at 03:11:06PM +0800, shile.zhang@linux.alibaba.com wrote: >> From: Shile Zhang >> >> Sort orc_unwind and orc_unwind_ip tables at build time instead of runtime >> in boot pharse can save more boot time. > I still object to adding a copy of sortextable instead of making one > tool for all sorts. I got your point, thanks for your kindly advice! I'll try to do rework it soon.