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 F1E6CC433F5 for ; Sun, 10 Apr 2022 17:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=48dDZADqWFIZNWOKZ0/KECFH5Af1CDB5CsDK+h+KVZg=; b=k9VoiRdnm7xNPv HXt0E90nTlzaFKAVwKMilYheNnv2naVeTl/SXURiirxE9428in+uhvYo/QB7XE5zkiJd35AeTHu/H gJwCb60F6AEVwWtBoX8zhbJ21XSaeVAiM/1TtUw5eZ5AVkg0BbNqWYcpRAkoDUzopanny+Sv4ZdEy j82j1h7x9/dY311Mm7FnT+tOWCAbiUmvvcjN7IHtJiYjT87C9d8JxE2wGi1bObA0gsd8TTi+eiMbW ciPnEMSVGcB9SdEzadkRiK27xEu9VZJiMy598VtDWs/RJL7Y1MPQb/dO0ZGoP6W1Ruk3wM4H92/JU 39/ZjMDjY6CzAbHg51LQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndbfE-005ENf-En; Sun, 10 Apr 2022 17:47:52 +0000 Received: from linux.microsoft.com ([13.77.154.182]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndbfB-005EMm-GG for linux-arm-kernel@lists.infradead.org; Sun, 10 Apr 2022 17:47:50 +0000 Received: from [192.168.254.32] (unknown [47.189.24.195]) by linux.microsoft.com (Postfix) with ESMTPSA id C66A22056568; Sun, 10 Apr 2022 10:47:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C66A22056568 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1649612868; bh=ORQ6Dq/4sVu425G/r1dQy1TQTp07xI4u1wlSfHG4Sm0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Gu2wXzbb5VCg9KUde6+6w1mD7iGDFPVfDnFfwqC+VD5XAO06QFw4L6zqHpXKj9cR6 5Bc9pPvM0fMX0A2cdVuNJ/T7S1oJUMdINKUf6FapXsORQ+YHl2vZFw3V8ixw3wZ2qD w5K+7YVEgSjHC4jqWEQ+8qDf2n+GE8NWhhXgLiYI= Message-ID: <93b08ed3-80ca-4171-aaed-1513ae7cb0e1@linux.microsoft.com> Date: Sun, 10 Apr 2022 12:47:46 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation Content-Language: en-US To: Peter Zijlstra Cc: mark.rutland@arm.com, broonie@kernel.org, jpoimboe@redhat.com, ardb@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, will@kernel.org, jmorris@namei.org, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org References: <95691cae4f4504f33d0fc9075541b1e7deefe96f> <20220407202518.19780-1-madvenka@linux.microsoft.com> From: "Madhavan T. Venkataraman" In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220410_104749_596932_432C5BD1 X-CRM114-Status: UNSURE ( 7.31 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 4/8/22 05:55, Peter Zijlstra wrote: > On Thu, Apr 07, 2022 at 03:25:09PM -0500, madvenka@linux.microsoft.com wrote: > >> [-- application/octet-stream is unsupported (use 'v' to view this part) --] > > Your emails are unreadable :-( I am not sure why the emails are unreadable. Any suggestions? Should I resend? Please let me know. Sorry about this. Madhavan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel