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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4D55C433DF for ; Mon, 1 Jun 2020 13:51:21 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B274D2074B for ; Mon, 1 Jun 2020 13:51:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="l33ig2N1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B274D2074B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=J/9xZni8EH48lj8WHaku+Yd87UOFuDu9xshHWdzh8+M=; b=l33ig2N1PPP+qv 0WDM5Tanzmd6qQiVFWKCnBGIGaJc78XOR37ttURVqxk43JGbiRMlXfjkXPQiaXOhh2YktvO94wwiC tTQ3v+8l1QZDPjdEc677FiUSV8IXsrv3xozDQV8OwbUkyYRdqpHQc9WgUjXLuvS6YI0ZHb+S7IwVc wwsR7mns0QxMDqpdr+5nMsGS8v/jVr4oP1IyEbVNNmfD7nd/05MmsEYHHa5tOpbGL7Lsv2eUGRqyh 7WJ1cp22SJzL7DeFK2jXTqjIKmqzzaNaTam1Y6Ufg5G5EG7LTDOdlGKK1dO6j2RDsc9VlxIFVOcoo iaorQgB6aVTBO2Zhk+qg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jfkqW-0007IN-Ky; Mon, 01 Jun 2020 13:51:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jfkqT-0007HT-Ub for linux-arm-kernel@lists.infradead.org; Mon, 01 Jun 2020 13:51:19 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 75B0755D; Mon, 1 Jun 2020 06:51:16 -0700 (PDT) Received: from arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7602E3F52E; Mon, 1 Jun 2020 06:51:15 -0700 (PDT) Date: Mon, 1 Jun 2020 14:51:13 +0100 From: Dave Martin To: "Michael Kerrisk (man-pages)" Subject: Re: [PATCH v2 2/6] prctl.2: Add PR_SPEC_INDIRECT_BRANCH for SPECULATION_CTRL prctls Message-ID: <20200601135112.GB5031@arm.com> References: <1590614258-24728-1-git-send-email-Dave.Martin@arm.com> <1590614258-24728-3-git-send-email-Dave.Martin@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200601_065118_034628_CF650C11 X-CRM114-Status: GOOD ( 13.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch , linux-man , Thomas Gleixner , Tim Chen , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, May 28, 2020 at 09:01:59AM +0200, Michael Kerrisk (man-pages) wrote: > Hi Dave, > > On Wed, 27 May 2020 at 23:18, Dave Martin wrote: > > > > Add the PR_SPEC_INDIRECT_BRANCH "misfeature" added in Linux 4.20 > > for PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL. > > > > Signed-off-by: Dave Martin > > Cc: Tim Chen > > Cc: Thomas Gleixner > > I had also applied this patch from the email you sent earlier. I've > pushed those changes to master now. Thanks for this. Do you publish a "development" branch somewhere, or similar? If possible, it's nice to have git rebase work out which patches to drop for me rather than me doing it by hand. Don't bother if publishing an extra branch doesn't fit with your workflow, though. Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel