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 195A8C433F5 for ; Mon, 16 May 2022 18:46:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345134AbiEPSqL (ORCPT ); Mon, 16 May 2022 14:46:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345095AbiEPSp5 (ORCPT ); Mon, 16 May 2022 14:45:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D08C43E0E9 for ; Mon, 16 May 2022 11:45:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6B9BB61493 for ; Mon, 16 May 2022 18:45:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8FDCC34100; Mon, 16 May 2022 18:45:50 +0000 (UTC) From: Catalin Marinas To: "H . Peter Anvin" , Mark Rutland , Alexander Viro , Will Deacon , Michael Ellerman , Ingo Molnar , Paul Mackerras , Tong Tiangen , Thomas Gleixner , Borislav Petkov , James Morse , Robin Murphy , Benjamin Herrenschmidt , Andrew Morton , x86@kernel.org, Dave Hansen Cc: Guohanjun , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kefeng Wang , Xie XiuQi , linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org Subject: Re: (subset) [PATCH -next v4 0/7]arm64: add machine check safe support Date: Mon, 16 May 2022 19:45:48 +0100 Message-Id: <165272673863.3711727.11330202585228113786.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220420030418.3189040-1-tongtiangen@huawei.com> References: <20220420030418.3189040-1-tongtiangen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Apr 2022 03:04:11 +0000, Tong Tiangen wrote: > With the increase of memory capacity and density, the probability of > memory error increases. The increasing size and density of server RAM > in the data center and cloud have shown increased uncorrectable memory > errors. > > Currently, the kernel has a mechanism to recover from hardware memory > errors. This patchset provides an new recovery mechanism. > > [...] Applied to arm64 (for-next/misc), thanks! [5/7] arm64: mte: Clean up user tag accessors https://git.kernel.org/arm64/c/b4d6bb38f9dc -- Catalin 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 28E20C433F5 for ; Mon, 16 May 2022 18:46:22 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4L27WK3QYZz3cKj for ; Tue, 17 May 2022 04:46:21 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=cmarinas@kernel.org; receiver=) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4L27Vt27tbz3bjq for ; Tue, 17 May 2022 04:45:58 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 625B06147F; Mon, 16 May 2022 18:45:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8FDCC34100; Mon, 16 May 2022 18:45:50 +0000 (UTC) From: Catalin Marinas To: "H . Peter Anvin" , Mark Rutland , Alexander Viro , Will Deacon , Michael Ellerman , Ingo Molnar , Paul Mackerras , Tong Tiangen , Thomas Gleixner , Borislav Petkov , James Morse , Robin Murphy , Benjamin Herrenschmidt , Andrew Morton , x86@kernel.org, Dave Hansen Subject: Re: (subset) [PATCH -next v4 0/7]arm64: add machine check safe support Date: Mon, 16 May 2022 19:45:48 +0100 Message-Id: <165272673863.3711727.11330202585228113786.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220420030418.3189040-1-tongtiangen@huawei.com> References: <20220420030418.3189040-1-tongtiangen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kefeng Wang , Xie XiuQi , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Guohanjun , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, 20 Apr 2022 03:04:11 +0000, Tong Tiangen wrote: > With the increase of memory capacity and density, the probability of > memory error increases. The increasing size and density of server RAM > in the data center and cloud have shown increased uncorrectable memory > errors. > > Currently, the kernel has a mechanism to recover from hardware memory > errors. This patchset provides an new recovery mechanism. > > [...] Applied to arm64 (for-next/misc), thanks! [5/7] arm64: mte: Clean up user tag accessors https://git.kernel.org/arm64/c/b4d6bb38f9dc -- Catalin 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5DF4BC433EF for ; Mon, 16 May 2022 18:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nbvmHlEwQvLan9KuXwxTPbO4zXwH2k+pSwbQJVQKfAE=; b=D/86Uerx5FYoZd bjffKQWuNZcNj/skLc/k6HeEG+25bmIrzDhE9Md7vQtfNSq8WyZaRHBvNOdiNks6dDVlO/E3eAj1e SJjwSgEH5GjRw7OoVMlIGifWFEpKyUSFqf+4MR01eg05iMumWTdxwq7MvLh0EICFhuphSr5YKutBA 02xXk6GzRCqTTYbXUbRWn6D2oMW4835pTPb4WBRBPvODaXeJzlBCdAEs5NrsDJRMvMEN5IQmT3WvC 3yQrwx/96Qt85sanbNnHTQ0LRNa1msMyCuKtl6vL2pcvFDIeqWuTp8+kSxPK2nxBhnB6eiuiM+gWt iUFlL2BWyVpqYkjABCKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqfjD-009dbR-ON; Mon, 16 May 2022 18:45:59 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqfjA-009dZJ-1j for linux-arm-kernel@lists.infradead.org; Mon, 16 May 2022 18:45:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 625B06147F; Mon, 16 May 2022 18:45:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8FDCC34100; Mon, 16 May 2022 18:45:50 +0000 (UTC) From: Catalin Marinas To: "H . Peter Anvin" , Mark Rutland , Alexander Viro , Will Deacon , Michael Ellerman , Ingo Molnar , Paul Mackerras , Tong Tiangen , Thomas Gleixner , Borislav Petkov , James Morse , Robin Murphy , Benjamin Herrenschmidt , Andrew Morton , x86@kernel.org, Dave Hansen Cc: Guohanjun , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kefeng Wang , Xie XiuQi , linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org Subject: Re: (subset) [PATCH -next v4 0/7]arm64: add machine check safe support Date: Mon, 16 May 2022 19:45:48 +0100 Message-Id: <165272673863.3711727.11330202585228113786.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220420030418.3189040-1-tongtiangen@huawei.com> References: <20220420030418.3189040-1-tongtiangen@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220516_114556_174981_3A860551 X-CRM114-Status: GOOD ( 10.89 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 20 Apr 2022 03:04:11 +0000, Tong Tiangen wrote: > With the increase of memory capacity and density, the probability of > memory error increases. The increasing size and density of server RAM > in the data center and cloud have shown increased uncorrectable memory > errors. > > Currently, the kernel has a mechanism to recover from hardware memory > errors. This patchset provides an new recovery mechanism. > > [...] Applied to arm64 (for-next/misc), thanks! [5/7] arm64: mte: Clean up user tag accessors https://git.kernel.org/arm64/c/b4d6bb38f9dc -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel