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 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 AB17BCDE020 for ; Thu, 26 Sep 2024 16:06:32 +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:Content-Transfer-Encoding: Content-Type:Subject:From:Cc:To:MIME-Version:Date:Message-ID:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=jAfRZWtbHha+ZCIX8H7HnBlAhgRyHfe0RC770fEeDxc=; b=G20pwGXe2IBj8JS+O1bCWIwTGO tCmqIEmgTlxm75C7B4U/9sVgLq4Fst2HguAWue7nakF2RwrQUBuALuJ4gF0gn7/CSw1vjPLvA0pgd 6gl9Z03YDD1a7C9nbUyg3iM2hdRP3tlZXUfyW2vceltlkLUgF7excd9Ehf1ZGg6bazKoiMhQ5GB+Q 1oMdu7EpZe41d4X3O+8hU7ybkHgEKA3BnKojteGwTmrIdmsH5Etvvv7l4CoIUCDuxFmzZkYr+7gPA 7On9fmy7yhTZwPqZKFlGugaaSKDQjVeq8y4wZZhIcQI/7A+48cc5UYYYwjrPWlvRl7pSxnzoGwqFr NqdCYt/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1str0U-00000008q7o-157G; Thu, 26 Sep 2024 16:06:18 +0000 Received: from linux.microsoft.com ([13.77.154.182]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1stqzH-00000008pnK-0IfS for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2024 16:05:05 +0000 Received: from [100.79.128.42] (unknown [4.194.122.170]) by linux.microsoft.com (Postfix) with ESMTPSA id 2A91220C77CB; Thu, 26 Sep 2024 09:04:52 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2A91220C77CB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1727366698; bh=jAfRZWtbHha+ZCIX8H7HnBlAhgRyHfe0RC770fEeDxc=; h=Date:To:Cc:From:Subject:From; b=RjrTB08BWbHoXYLtLbvyHmhnu7NMH5b+hbfMDMMuSdgx6Z+ZOPhdUb+Zkb6mRwVIa 7u4V2w2Z1rzbRqvzGux9G88NM9fk8Dl7TYWfg2gGazWLxcqSbI6icqJqabwFs4A3z/ tQcMtE51kL8LgYwzy8dP6HoYotOI6L+Iqb0GoPGI= Message-ID: <8e02ed1a-42a9-41ab-b1b4-cb5e66bf4018@linux.microsoft.com> Date: Thu, 26 Sep 2024 21:34:50 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-GB To: mark.rutland@arm.com Cc: madvenka@linux.microsoft.com, jpoimboe@redhat.com, peterz@infradead.org, chenzhongjin@huawei.com, broonie@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, will@kernel.org, jamorris@linux.microsoft.com, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, kpraveen.lkml@gmail.com, kumarpraveen@microsoft.com From: Praveen Kumar Subject: ARM64 Livepatch based on SFrame Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240926_090503_522951_A28CD1D7 X-CRM114-Status: UNSURE ( 3.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Mark, Hope you are doing great. I am interested to work on ARM64 livepatching using SFrame, and thus, reinitiating the old thread (Link: https://lore.kernel.org/all/ZXxO43Xwn5GHsrO8@FVFF77S0Q05N/). Please do let me know if there anything which I can help with, in developing this feature. Thanks. Regards, ~Praveen.