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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 83348C48BDF for ; Fri, 18 Jun 2021 20:41:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 667E661260 for ; Fri, 18 Jun 2021 20:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233901AbhFRUnP (ORCPT ); Fri, 18 Jun 2021 16:43:15 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:58918 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232739AbhFRUnM (ORCPT ); Fri, 18 Jun 2021 16:43:12 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1624048861; 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=d9IbksiglimKBYfN8tOs1altlZW32anj2J1cQ5JfUj4=; b=GJ3sVXeGuq+NKBiJsqn2WLtruQiQFBF8aJJkFlkAqrkLWa23Up6IMPCly2kVS1hbYLo+U8 oEcqwW5iGlQNy8epa47Kv5XqlHqzlYFXylMRhljg1vm29yHvnK6jqUA3KagPnAwyh8Jttw /DlcH4+V8mAymqvreEdyM+6jbASJbSGgjte7FUOMGRTtiFgjeIwgSDXILvRhLqc/RsRSkC a80ahHgjbS+dmSVuguBUysRBx7HCKYohwCMnskh5eZkYUzJWHjIxudQqTpFmS4AINNjdXj nlSNOVBn6flycekK7y0ZrYue8tZm8TtIu6LCG6D0rmx0tw5FEir9cgaXtfw4UQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1624048861; 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=d9IbksiglimKBYfN8tOs1altlZW32anj2J1cQ5JfUj4=; b=9/hc8xd0zVG6CdsTpmir2UdymVmqN3/kHoyI1reQ1jNf8x1MhLR3nu5GjlXKL/JvBSAur4 7B7Lms5+U0uzu5Cw== To: LKML Cc: Andy Lutomirski , Dave Hansen , Fenghua Yu , Tony Luck , Yu-cheng Yu , Sebastian Andrzej Siewior , Borislav Petkov , Peter Zijlstra , Kan Liang , Andrew Cooper Subject: Re: [patch V3 02/66] x86/fpu: Make init_fpstate correct with optimized XSAVE In-Reply-To: <20210618143444.587311343@linutronix.de> References: <20210618141823.161158090@linutronix.de> <20210618143444.587311343@linutronix.de> Date: Fri, 18 Jun 2021 22:41:01 +0200 Message-ID: <87v96aewiq.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 Andrew! On Fri, Jun 18 2021 at 16:18, Thomas Gleixner wrote: > > Fixes: 6bad06b76892 ("x86, xsave: Use xsaveopt in context-switch path when supported") > Signed-off-by: Thomas Gleixner > Reviewed-by: Thomas Gleixner Doh, I wanted to add Borislav's R-B tag and either my brain tricked me because I was staring at this way too long or my tired finger memory ended up using the wrong shortcut. So this should obviously be: Reviewed-by: Borislav Petkov Thanks for spotting this. tglx