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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 77B61C433B4 for ; Mon, 10 May 2021 22:15:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C926611CA for ; Mon, 10 May 2021 22:15:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231658AbhEJWQm (ORCPT ); Mon, 10 May 2021 18:16:42 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:39436 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230503AbhEJWQk (ORCPT ); Mon, 10 May 2021 18:16:40 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1620684932; 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=U4DwF9/Tu0CY7TspHUPgQGEsFfZQjPTALYWkPy0GpnQ=; b=l3/ylfDcE8PvRNxkqTHthC9O2iysd+rzANbRwmcyYrsl528S9Dre41EPPzL6rwnNKKeq4+ LlW+ZRs24f4czgDtlKowzjjzYpLPhk2BZZRPOmqd9OsDcvcPxwikY/DgihiYbADYRQnokT F4lA/45hv5zkm36xrotDJ8ECrdPsQaDzCdYtLfveWFx1Gma7z0TPxV6DYDqJhSUDnXEp9U 8Qz9PSAZwIQet0amqOyNKc4WFbwZh5bslS5EV5u6dAtwDYJJSBgHnl06NDXoCP3+UqjC4i 56/x4og5ufqAbI7QqpKHX1oSf63+sVRPpfUO+v4wNWn0MmZJzQVEHj/GwXzBLQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1620684932; 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=U4DwF9/Tu0CY7TspHUPgQGEsFfZQjPTALYWkPy0GpnQ=; b=asOXaR/974z/iqy1/EWbETxeBo+RTMGEjM4qCi9Yi16ITPIeXsR2b7+Ffa9Vk6dgFhU3JO leKknq5cmDxpAHDw== To: Kees Cook Cc: "Saripalli\, RK" , linux-kernel@vger.kernel.org, x86@kernel.org, mingo@redhat.com, bp@alien8.de, hpa@zytor.com, Jonathan Corbet , bsd@redhat.com, Josh Poimboeuf Subject: Re: [PATCH v5 1/1] x86/cpufeatures: Implement Predictive Store Forwarding control. In-Reply-To: <202105101508.BC6CC99FAD@keescook> References: <20210505190923.276051-1-rsaripal@amd.com> <20210505190923.276051-2-rsaripal@amd.com> <87wnsamvaa.ffs@nanos.tec.linutronix.de> <87h7jagt7g.ffs@nanos.tec.linutronix.de> <202105101508.BC6CC99FAD@keescook> Date: Tue, 11 May 2021 00:15:32 +0200 Message-ID: <878s4mgrqz.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 10 2021 at 15:09, Kees Cook wrote: > On Mon, May 10, 2021 at 11:44:03PM +0200, Thomas Gleixner wrote: >> Kees, any opinions? > > I agree: if PSF is a subset of SSBD, there's no need for the additional > machinery. > > On a related topic, what happened to Andi's patch to switch the seccomp > defaults? I can't find it now... You mean this one: https://lore.kernel.org/r/20200312231222.81861-1-andi@firstfloor.org If so, then it has lacks a follow up. Thanks, tglx