Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp935951pxb; Sun, 11 Apr 2021 02:10:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeYMQUqK4zVYCIJCKnmKdzMYV2FgAdpWspE4RzU+tRxgOGfHe4x5NRP/WvUmc9u29ukzB7 X-Received: by 2002:a17:906:7946:: with SMTP id l6mr22630219ejo.500.1618132202363; Sun, 11 Apr 2021 02:10:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618132202; cv=none; d=google.com; s=arc-20160816; b=p9jrzZteD5ruJA6kChauESpA4UCHk9L1N+renuhqRpGdPLyNvnSzsX7SGpKoqKgMco 9FRwg4IiKSG3sq7dRqxnbwpx01ppsN+BjctlEfpwt68sje8ujQetpF5qEGr1yfCGnACQ BW8hX3dFhr9tKevuQMlNRNaZVwYsZRAaCfia4TKFo16xtmQr9fu2Y9sGHJ6XBBZoHcQ5 f/3ocYmzjNIrWcpwj1H7Mx8s77FoXQeWcdvyhptnoX0CLX8mWFKWQ3YHkcQ74AyCLPtT crjjr0BraChthaly6mfd6DLTL39ncJC3KNqVorN7m1eXuwvte+1B0OyHRZN8bBS7z+3x HpgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=IySt8TW+FfibSbLwi0rj5PWUYgWXd72VUuQb43LVfyw=; b=Swn4p1Jho+TsDK/V5/QnBp7ScLXzcb0McROCxIMSjv01NQ2A7tLxYA0/IOkLIjFa8E RFoSjYXaBD+7O9l/cW+nCi9VHi/iltx7S8NXPBm46D7PYvRUJ8RDxjllDcU4dqwFwOAV UzwoHbV76e2KVgZ9QypbIYOzLTRiviQ/dOXzE27FFHQRr5WKuMn6BkbAeVIk/6/t8bsU iJmjAYOqPb1hT2nwXEPRYXRUT38SfLjpF0Req/EQGuKxIqIsPFg6pE0mUdLVYO/T6GwO aTyz0iI22uvyPq5zCl1uDMbGfj+yuuB4SH9gr6RbPmKI0eXCYAJ15k7JWL/KQT6Y9LyM OWNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t7si5439704ejb.509.2021.04.11.02.09.39; Sun, 11 Apr 2021 02:10:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235264AbhDKJDv (ORCPT + 99 others); Sun, 11 Apr 2021 05:03:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:52288 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235247AbhDKJDu (ORCPT ); Sun, 11 Apr 2021 05:03:50 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 73EB3AEFB; Sun, 11 Apr 2021 09:03:33 +0000 (UTC) Date: Sun, 11 Apr 2021 11:03:32 +0200 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , lkml Subject: [GIT PULL] x86/urgent for v5.12-rc7 Message-ID: <20210411090332.GA13409@zn.tnic> 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 more urgent fixes (not gonna say "final" this time) from x86-land. Thx. --- The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120: Linux 5.12-rc6 (2021-04-04 14:15:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v5.12-rc7 for you to fetch changes up to 632a1c209b8773cb0119fe3aada9f1db14fa357c: x86/traps: Correct exc_general_protection() and math_error() return paths (2021-04-09 13:45:09 +0200) ---------------------------------------------------------------- - Fix the vDSO exception handling return path to disable interrupts again. - A fix for the CE collector to return the proper return values to its callers which are used to convey what the collector has done with the error address. ---------------------------------------------------------------- Thomas Tai (1): x86/traps: Correct exc_general_protection() and math_error() return paths William Roche (1): RAS/CEC: Correct ce_add_elem()'s returned values arch/x86/kernel/traps.c | 4 ++-- drivers/ras/cec.c | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg