Message ID | cover.1686151854.git.naveen@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linuxppc-dev-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org (client-ip=112.213.38.117; helo=lists.ozlabs.org; envelope-from=linuxppc-dev-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=od3nkh2a; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QbtrL2XYrz20Q8 for <incoming@patchwork.ozlabs.org>; Thu, 8 Jun 2023 03:00:18 +1000 (AEST) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4QbtrJ2srcz3dws for <incoming@patchwork.ozlabs.org>; Thu, 8 Jun 2023 03:00:16 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=od3nkh2a; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=naveen@kernel.org; receiver=<UNKNOWN>) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=od3nkh2a; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Qbtqw4wLqz2ynB for <linuxppc-dev@lists.ozlabs.org>; Thu, 8 Jun 2023 02:59:56 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BD27760A49; Wed, 7 Jun 2023 16:59:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4DACC433D2; Wed, 7 Jun 2023 16:59:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686157194; bh=woiS94PmT66z+RZDytngA7mFZdKO2orj/7MeVTOOgpw=; h=From:To:Cc:Subject:Date:From; b=od3nkh2auc9K6/GLLt1tXMCQ2uv6YvkTaS9w7npA9jbM2Kng4HfD6tGUtsZKOxqbP QmY+ySPajBG74CUKOMdQ+LLm4s6Snt9nbheBjxKIPVldSUF3X3uzrdACLT1WZYv0pT HsH+81ni7KkAh9J84hMY7gejuK7HP8JqV8xvRdeXw3ozLcZGhfWTOeo0ZHTUKpk7f0 D/4VJLy4amQi1YbfVtDVP0cWK/6g33VAAXzI15ufOpV6xTUh9o8wkIo35y5SJBzWcq nL9QHESDWY4xKmiSgLpNuhNUPktRxbAYw7w9KlqcGiZJzFuAM2Z+2EBeyueVblEoHH yCh8r0LMl2Yog== From: Naveen N Rao <naveen@kernel.org> To: <linuxppc-dev@lists.ozlabs.org> Subject: [RFC PATCH 00/15] powerpc/ftrace: refactoring and support for -fpatchable-function-entry Date: Wed, 7 Jun 2023 22:25:15 +0530 Message-Id: <cover.1686151854.git.naveen@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List <linuxppc-dev.lists.ozlabs.org> List-Unsubscribe: <https://lists.ozlabs.org/options/linuxppc-dev>, <mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe> List-Archive: <http://lists.ozlabs.org/pipermail/linuxppc-dev/> List-Post: <mailto:linuxppc-dev@lists.ozlabs.org> List-Help: <mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help> List-Subscribe: <https://lists.ozlabs.org/listinfo/linuxppc-dev>, <mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe> Cc: Steven Rostedt <rostedt@goodmis.org>, Nicholas Piggin <npiggin@gmail.com> Errors-To: linuxppc-dev-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" <linuxppc-dev-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> |
Series |
powerpc/ftrace: refactoring and support for -fpatchable-function-entry
|
expand
|