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 23DD4C433F5 for ; Sun, 20 Feb 2022 12:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243743AbiBTMWj (ORCPT ); Sun, 20 Feb 2022 07:22:39 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:43836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234315AbiBTMWh (ORCPT ); Sun, 20 Feb 2022 07:22:37 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD5993BBE2 for ; Sun, 20 Feb 2022 04:22:15 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 500981F384; Sun, 20 Feb 2022 12:22:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1645359734; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WHh5bhUmbAtH0FtEZ+18Ex0QzFzQh85hJHXiLLwjy6k=; b=NyPRKBasTyLm4SbcV3Uf9s8Bkr24O//8v7NIjmjG2c7DlBSjJ5IO8T0PwEmaLpOq6wZrue EkW3rzNPiGwKpgmASWQuUeJqPtk5XMKxEnMgW0l+brzm5M/EHDo9XtfZlOw0iCs9+4sMta 5esOeFylkczCi1JSX7fbr67Vp0v5jQA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1645359734; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WHh5bhUmbAtH0FtEZ+18Ex0QzFzQh85hJHXiLLwjy6k=; b=8Ypr47QFKg/oaUyqx1stbRddiumq/Ye0/Ea00LWlCiEpqlOrTz3JgghFVaCGGEzo02uIq/ srHMZC5dXpuRX6AA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 339CF13398; Sun, 20 Feb 2022 12:22:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 5PQNDHYyEmIHJwAAMHmgww (envelope-from ); Sun, 20 Feb 2022 12:22:14 +0000 Date: Sun, 20 Feb 2022 13:22:17 +0100 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , lkml Subject: [GIT PULL] x86/urgent for 5.17 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull two urgent x86 fixes for 5.17. Thx. --- The following changes since commit 8795359e35bc33bf86b6d0765aa7f37431db3b9c: x86/sgx: Silence softlockup detection when releasing large enclaves (2022-02-10 15:58:14 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v5.17_rc5 for you to fetch changes up to 44cad52cc14ae10062f142ec16ede489bccf4469: x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing (2022-02-18 11:23:21 +0100) ---------------------------------------------------------------- - Fix the ptrace regset xfpregs_set() callback to behave according to the ABI - Handle poisoned pages properly in the SGX reclaimer code ---------------------------------------------------------------- Andy Lutomirski (1): x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing Reinette Chatre (1): x86/sgx: Fix missing poison handling in reclaimer arch/x86/kernel/cpu/sgx/main.c | 10 +--------- arch/x86/kernel/fpu/regset.c | 9 ++++----- arch/x86/kernel/ptrace.c | 4 ++-- 3 files changed, 7 insertions(+), 16 deletions(-) -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg