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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB607C677F1 for ; Fri, 13 Jan 2023 23:23:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231269AbjAMXX6 (ORCPT ); Fri, 13 Jan 2023 18:23:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230193AbjAMXX4 (ORCPT ); Fri, 13 Jan 2023 18:23:56 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3960A6719A; Fri, 13 Jan 2023 15:23:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=uo0wRiUMsv1attXrd3ti/SMjYXEvY7sRfF3P5n6hjy4=; b=eHWl7lsza7bgtbnqAvN1J3bq1g DUrk7ERX7EEh4J3gB8cw9WMHNaggBGcSmfLA7HrkBfZQa5BJBMFjQMaB7UmaQu/ineehsEae0tXwd s5XTBCLtHnkziGdmguP5koz3LomIjOTwdvW8A7MkURcQTSU42bdyt0gHZGif0EatHjwegnzdPn8IN X4N1RtTPMO9ZH5KLcLzzTv7EhSfdgClgo5y7p3l0bOAQ3YjjnClCmjr/iMdz+Hv7Lw18+JYRedOkB Q/xNjGundNi1aBMwhvHSLNgc7F3sG+5jtAUYVcCiU4+jrkYrxWffMlUJlN3GRlKJbSF+799RfIA07 zCEnT9iw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGTOW-004oWc-EH; Fri, 13 Jan 2023 23:23:34 +0000 Date: Fri, 13 Jan 2023 15:23:32 -0800 From: Luis Chamberlain To: Zhen Lei Cc: Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Joe Lawrence , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Steven Rostedt , Masami Hiramatsu , Mark Rutland , bpf@vger.kernel.org, linux-trace-kernel@vger.kernel.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org Subject: Re: [PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c Message-ID: References: <20230110130121.1279-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230110130121.1279-1-thunder.leizhen@huawei.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Tue, Jan 10, 2023 at 09:01:21PM +0800, Zhen Lei wrote: > Suggested-by: Petr Mladek I've dropped this in favor of Nick's fix and pushed to Linus. Luis