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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49DF0C433FE for ; Fri, 8 Oct 2021 01:08:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C0D461076 for ; Fri, 8 Oct 2021 01:08:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239259AbhJHBK1 (ORCPT ); Thu, 7 Oct 2021 21:10:27 -0400 Received: from mga01.intel.com ([192.55.52.88]:11122 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238136AbhJHBKY (ORCPT ); Thu, 7 Oct 2021 21:10:24 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="249717127" X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="249717127" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 16:54:17 -0700 X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="440453280" Received: from akleen-mobl1.amr.corp.intel.com (HELO [10.209.19.60]) ([10.209.19.60]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 16:54:16 -0700 Message-ID: <9fddfa5b-287b-b4de-a793-7c386a17387d@linux.intel.com> Date: Thu, 7 Oct 2021 16:54:15 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2 Subject: Re: [PATCH 01/21] tools lib: Add list_sort. Content-Language: en-US To: Ian Rogers , Jiri Olsa , Jin Yao , Namhyung Kim , John Garry , Kajol Jain , "Paul A . Clarke" , Arnaldo Carvalho de Melo , Riccardo Mancini , Kan Liang , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Kees Cook , Sami Tolvanen , Nick Desaulniers , Andrew Morton , Jacob Keller , Zhen Lei , ToastC , Joakim Zhang , Felix Fietkau , Jiapeng Chong , Song Liu , Fabian Hemmer , Alexander Antonov , Nicholas Fraser , Adrian Hunter , Denys Zagorui , Wan Jiabing , Thomas Richter , Sumanth Korikkar , Heiko Carstens , Changbin Du , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org Cc: Stephane Eranian References: <20211007165647.3514803-1-irogers@google.com> <20211007165647.3514803-2-irogers@google.com> From: Andi Kleen In-Reply-To: <20211007165647.3514803-2-irogers@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/7/2021 9:56 AM, Ian Rogers wrote: > Add list_sort.[ch] from the main kernel tree. The linux/bug.h #include > is removed due to conflicting definitions. Add check-headers and modify > perf build accordingly. It would be nicer if we could share the kernel files somehow, but I guess it might be a long term maintenance issue if the kernel version does changes that make it incompatible with the user build. -Andi