Message ID | 20250218195918.255228630@goodmis.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9C393C021AD for <linux-arm-kernel@archiver.kernel.org>; Tue, 18 Feb 2025 20:26:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Cc:To:From:Date: Message-ID:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=yesbJ70rYCYKNF3xmTkOjW0iKFtYX/mox68ufT+yucs=; b=pIsDS3f/0aKgC+svR7Aad/2x5M YdQEGwvNWztJqUx0ZJjuopiwg+QWEbEoraZV7pP/rGii4HMXuXsea4mFomlDsF9KqJ/QQAEeMchao MGfHx8omT7VNZggrv6GtDt+hWR07lstCw70erMwS8r2lz345EGYQ0EcidDv4vdY44NABh5YR816bL L7AjuE8yKbLEs2uCg1rBvUbUurIobxlAjMuGQCgBzHapHbPNg6q+YkhtCwulQmgkGKvqVB6Dv5Q4O /x4YiMOfo4SsgI7EqtkZl/TI21rBLyQDHUuqKqnuJ3u3pKwmm8SinRzUHIPKD47KCGYrC2jnx4lnJ 0IDB9LGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tkUB1-00000009l8T-2dVM; Tue, 18 Feb 2025 20:26:43 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tkTlA-00000009flI-3wMS for linux-arm-kernel@lists.infradead.org; Tue, 18 Feb 2025 20:00:02 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 2BC07A414A0; Tue, 18 Feb 2025 19:58:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC1EC4CEE2; Tue, 18 Feb 2025 19:59:59 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.98) (envelope-from <rostedt@goodmis.org>) id 1tkTlW-00000004Aon-1RHX; Tue, 18 Feb 2025 15:00:22 -0500 Message-ID: <20250218195918.255228630@goodmis.org> User-Agent: quilt/0.68 Date: Tue, 18 Feb 2025 14:59:18 -0500 From: Steven Rostedt <rostedt@goodmis.org> To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, bpf <bpf@vger.kernel.org>, linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org Cc: Masami Hiramatsu <mhiramat@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Andrew Morton <akpm@linux-foundation.org>, Peter Zijlstra <peterz@infradead.org>, Linus Torvalds <torvalds@linux-foundation.org>, Masahiro Yamada <masahiroy@kernel.org>, Nathan Chancellor <nathan@kernel.org>, Nicolas Schier <nicolas@fjasle.eu>, Zheng Yejian <zhengyejian1@huawei.com>, Martin Kelly <martin.kelly@crowdstrike.com>, Christophe Leroy <christophe.leroy@csgroup.eu>, Josh Poimboeuf <jpoimboe@redhat.com>, Heiko Carstens <hca@linux.ibm.com>, Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will@kernel.org>, Vasily Gorbik <gor@linux.ibm.com>, Alexander Gordeev <agordeev@linux.ibm.com> Subject: [PATCH v5 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250218_120001_133309_1EB1ED67 X-CRM114-Status: GOOD ( 23.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
|
expand
|