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 2A524C433F5 for ; Fri, 8 Apr 2022 14:34:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236957AbiDHOgh (ORCPT ); Fri, 8 Apr 2022 10:36:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229828AbiDHOgf (ORCPT ); Fri, 8 Apr 2022 10:36:35 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E0B531CC400 for ; Fri, 8 Apr 2022 07:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649428471; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=P7Egd3v0QGZRIC382enFxAdFYzTUSG9bvqRfc1sQGc4=; b=Hga7U7LlWr28+vl4bGth55GwRzZCO1YOOcTeY/YCP0d9azRSteLk3Hk28drmUmv30LITaq 2gkKg4fdU68q/BhHPQy/q0Y0l2vCc5/oVqjbpM+6a4MGjY6/6GiQL8ECY27hdJifCPygUI YAkO24WvJsX8Wt7LecoIFnRinhGbdb4= Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-115-fr_tK0BwPqGPE6QS-cPrgA-1; Fri, 08 Apr 2022 10:34:29 -0400 X-MC-Unique: fr_tK0BwPqGPE6QS-cPrgA-1 Received: by mail-qt1-f200.google.com with SMTP id j6-20020ac85c46000000b002ed0be14d3aso917392qtj.16 for ; Fri, 08 Apr 2022 07:34:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P7Egd3v0QGZRIC382enFxAdFYzTUSG9bvqRfc1sQGc4=; b=vClssjdDkmPJ9dYSHfKil2jynNh2aA60GenbQ52qHvvNePxsEAUqfYQCaKqjxc32eH a4+tQmrA3CSE8Hyu1HDX05JeuZdi+MELjHpzTogbTuFgP0qUPG9B1mll5VV/Z0Iy0QHF uUwTxUmRz/2VVyQrFvgK0JpTpl3E1vRLvSTXx7jTbeDDnj2z7tbJe+6V6CMRwFM74WS+ ufvvf1wy4O+VVtMDj8jBqYUxCCidssDc2QxcEj5NFXMpPm3OH/dLiX2asAN68Jyk3tqU C2rUV/V5bVrGfRrzdTVFRGfhlqpsxPZ2oDBubxmo/dQsryB/Z1Kl97PaoCTf+qlVEagV CUeQ== X-Gm-Message-State: AOAM533QYfauwmigbOyhgLYiKtl0v5DeS0QMdyL6d8FhxBxqjXZclwxz Np89j2kRESZRZcquiaxyprVNgHe6aHp5mhs5xOuwl4IKbkRUsPuA93OFURPwuWNMJ9U7fwflzT7 H2ERetuBWihlHCXbdJTnJ541r X-Received: by 2002:a05:6214:2684:b0:443:ce3d:5295 with SMTP id gm4-20020a056214268400b00443ce3d5295mr16444353qvb.57.1649428469348; Fri, 08 Apr 2022 07:34:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKRnK9m8ieH98Tqid9txPJskujy0WAzGUcIuDCsqcanpH5Ldlx9htehVTz0Pa2DWTYmypCmA== X-Received: by 2002:a05:6214:2684:b0:443:ce3d:5295 with SMTP id gm4-20020a056214268400b00443ce3d5295mr16444336qvb.57.1649428469151; Fri, 08 Apr 2022 07:34:29 -0700 (PDT) Received: from treble ([2600:1700:6e32:6c00::15]) by smtp.gmail.com with ESMTPSA id c11-20020a05620a134b00b006809a92a94fsm13166046qkl.79.2022.04.08.07.34.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 07:34:28 -0700 (PDT) Date: Fri, 8 Apr 2022 07:34:25 -0700 From: Josh Poimboeuf To: Peter Zijlstra Cc: madvenka@linux.microsoft.com, mark.rutland@arm.com, broonie@kernel.org, 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 Subject: Re: [RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation Message-ID: <20220408143425.iovzmmdxxh77rjtz@treble> References: <95691cae4f4504f33d0fc9075541b1e7deefe96f> <20220407202518.19780-1-madvenka@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 08, 2022 at 01:54:28PM +0200, Peter Zijlstra wrote: > On Fri, Apr 08, 2022 at 12:55:11PM +0200, 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 :-( > > List copy is OK, so perhaps it's due to how Josh bounced them.. Corporate email Mimecast fail when I bounced them, sorry :-/ -- Josh 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 0A703C433F5 for ; Fri, 8 Apr 2022 14:35:38 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rC0y71+bgLNvxCP+K2LOEJefzmtweqcwHRorAfillTw=; b=hFhCWjmiQVOV6e BhLs/0fTLqVX6I3hZAZns5qF6A4dtNMiZGmQHGO/VpFDv8L9ZBLadPM5VoHWADwjj6XEBWAl49KEB Jd4rdR3Sf9VugVOyE3g51VpF0J35tfwcurJviNU6NN+JhDtaa/z6zz1Jj62pxKtksf/ln4Tw65PV/ s5Toi6A9N4ShbgLA3wewC+zpyIlyto+LbTB+xfwyrADvlnoeEcdNigv/slSdiX8T1d0G8EnnHLv9N se5F0hwaTCxLgQExieMezJKL+4PaHVNSttgYRxkNMNydxyG3EM4v5UPxZTfxhBKjRyVXGXqrpgBQx ljUnhqYviQJ5SyDANCLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncph4-00009R-Pw; Fri, 08 Apr 2022 14:34:34 +0000 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncph2-00008l-7R for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 14:34:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649428470; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=P7Egd3v0QGZRIC382enFxAdFYzTUSG9bvqRfc1sQGc4=; b=BBhK3c749L5/op9F+kHfAnYU2vYo/l1eZoKN7lcbuPtvnpz5kzbRCMBwLty46ZisWNYyvO IpFuZXBU7usIwDP5H0NkgCYn0UZmPgvs2eFcpDoVuvAvIjlD/mAOo00+r7QGjO8YYv9Rpu +PPNT+gPMNIOKDCjDAArelDI7o22lyI= Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-648-i2LWz3MVPy29X-tjovGz1g-1; Fri, 08 Apr 2022 10:34:30 -0400 X-MC-Unique: i2LWz3MVPy29X-tjovGz1g-1 Received: by mail-qt1-f200.google.com with SMTP id x10-20020ac8700a000000b002c3ef8fc44cso7874246qtm.8 for ; Fri, 08 Apr 2022 07:34:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P7Egd3v0QGZRIC382enFxAdFYzTUSG9bvqRfc1sQGc4=; b=fz7+qRCX6REEu+tVL76L+B35W9XN7NqmP/A7kreS2J7qFuVmcFygTtwKP1tX6ZYBrQ EIuDWjUg0IanQ9i+1CIZLClMR0B7GMv95FStN5dwbBOXl9CDWQB1mun2bSg4iRCkUXFD qIjICWwdSeZKwILDAdTmEtie6jwwAOuGrXdnmTFYGV6snHdxLUfgqMcbg8Ma9oaKLd66 9b7i/0xiJjZo/oMe+eLRYQFmE1BX1uFzu8Fudei7ZWdrOTL8zqBnhgmHYBcQygvOApi0 f44omfOEl7CwgyZJwMhhLrf7rhPDl9T9unlZYmokqeMBCwwRndp3EMu9y7sqgI8xXB13 EEzw== X-Gm-Message-State: AOAM533j3zN+3lRKXXpw1usJWpW79mwIJJlYlNO903/UueKdlbLLCzS6 QhHP2XvNt7vUOuelPcs4vQffVBV2fggMc9tjV/J1gtU33VfyqNuAKjYTSb0+oNrDtSrgYRzlrW3 U1b1PU1FyWn5Gj15/fgcF5pZdcepzZ9Svffo= X-Received: by 2002:a05:6214:2684:b0:443:ce3d:5295 with SMTP id gm4-20020a056214268400b00443ce3d5295mr16444355qvb.57.1649428469350; Fri, 08 Apr 2022 07:34:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKRnK9m8ieH98Tqid9txPJskujy0WAzGUcIuDCsqcanpH5Ldlx9htehVTz0Pa2DWTYmypCmA== X-Received: by 2002:a05:6214:2684:b0:443:ce3d:5295 with SMTP id gm4-20020a056214268400b00443ce3d5295mr16444336qvb.57.1649428469151; Fri, 08 Apr 2022 07:34:29 -0700 (PDT) Received: from treble ([2600:1700:6e32:6c00::15]) by smtp.gmail.com with ESMTPSA id c11-20020a05620a134b00b006809a92a94fsm13166046qkl.79.2022.04.08.07.34.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 07:34:28 -0700 (PDT) Date: Fri, 8 Apr 2022 07:34:25 -0700 From: Josh Poimboeuf To: Peter Zijlstra Cc: madvenka@linux.microsoft.com, mark.rutland@arm.com, broonie@kernel.org, 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 Subject: Re: [RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation Message-ID: <20220408143425.iovzmmdxxh77rjtz@treble> References: <95691cae4f4504f33d0fc9075541b1e7deefe96f> <20220407202518.19780-1-madvenka@linux.microsoft.com> MIME-Version: 1.0 In-Reply-To: Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=jpoimboe@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_073432_399037_0B8C3F3A X-CRM114-Status: GOOD ( 10.81 ) 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 Fri, Apr 08, 2022 at 01:54:28PM +0200, Peter Zijlstra wrote: > On Fri, Apr 08, 2022 at 12:55:11PM +0200, 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 :-( > > List copy is OK, so perhaps it's due to how Josh bounced them.. Corporate email Mimecast fail when I bounced them, sorry :-/ -- Josh _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel