Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3765258pxu; Mon, 30 Nov 2020 09:47:01 -0800 (PST) X-Google-Smtp-Source: ABdhPJzGaueh7aroX5C2OLxxYGJbOgN2BK9enHXhq6EYyN3yBhGIpC09FCvSfi5wmBkEGkQa15H6 X-Received: by 2002:aa7:c4c3:: with SMTP id p3mr7201935edr.272.1606758421437; Mon, 30 Nov 2020 09:47:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606758421; cv=none; d=google.com; s=arc-20160816; b=hhalzYulKtYiwUoC/mfd5LrujhQPqJozJtheKqy5iB7mG+9auaNNh1mL0YG9VWR71d nCDIzz9z5FelOeFFyUqgu1UnrZTC4aFvBS38UevrmAzlhMvGhg3YQ5HLS0QnWzos3YQB R++F3bcSheSUcAqtDF5d5C1JPnW0h/6Yp5v3RugmWJJTFMc5C3Iujs7oheQdIEe6l/V2 LhJkALSoVN+LLMUut9BdIjyjgP4z7SXxeODFGEVHzpB/xKjHH7sbcvUqcq3gJUYQj1qf UQbWr2ZzQ/eixX4Zkvh0zQCxbkNty/DUZj6uEFqo63o6TpcFTBpTR240mu9PZavTtlCk Eo8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=NXbYnGNjuF5/rRPQy+NRfsuaFwF3QPuyLnXSeGgTfRE=; b=o5yxy7ZyZc2S4hJeKaaPTU61pQ7bhosDLt/9xFiSzwVgKxpLkwFB6hUH0OE8HgZSNm g8ZI9movlqrkbV9AXcTNpcYey5tAVi1UV5nhaU5OHHSUjtCpzC5d8zcWV5AjJwIsapUC TgsKO41npvNnDUny1cI2f9qvdB5mdtKeJoxRc73uHZ60x/RWLy/lV5qp6nNW+r/oKcOE /b4yJ+tiUsJ1bDXFsO42lz2I7peQ1UMbYFZ2RXb7k23fXTPo/7WPesDJKPaC5Zi5ZVRZ 6JZ0x4Lku2Gvhns5mzV42BdF/NiWCE3YFTBE8gnKSJcfo89a3iWHhuZrmN83V/FhKXOq 7I2A== 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 p24si4942283ejb.713.2020.11.30.09.46.37; Mon, 30 Nov 2020 09:47:01 -0800 (PST) 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 S1729533AbgK3Rmf (ORCPT + 99 others); Mon, 30 Nov 2020 12:42:35 -0500 Received: from ms.lwn.net ([45.79.88.28]:54624 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729401AbgK3Rme (ORCPT ); Mon, 30 Nov 2020 12:42:34 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D5CE82CC; Mon, 30 Nov 2020 17:41:53 +0000 (UTC) Date: Mon, 30 Nov 2020 10:41:52 -0700 From: Jonathan Corbet To: Wei Li Cc: Nicholas Piggin , Guo Ren , Michael Karcher , , , Subject: Re: [PATCH] Documentation/features: Update feature lists for 5.10 Message-ID: <20201130104152.4e734f90@lwn.net> In-Reply-To: <20201119022709.45843-1-liwei391@huawei.com> References: <20201119022709.45843-1-liwei391@huawei.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Nov 2020 10:27:09 +0800 Wei Li wrote: > The feature lists don't match reality as of v5.10-rc4, update them > accordingly (by features-refresh.sh). > > Fixes: aa65ff6b18e0 ("powerpc/64s: Implement queued spinlocks and rwlocks") > Fixes: e95a4f8cb985 ("csky: Add SECCOMP_FILTER supported") > Fixes: 0bb605c2c7f2 ("sh: Add SECCOMP_FILTER") > Fixes: bdcd93ef9afb ("csky: Add context tracking support") > Signed-off-by: Wei Li > --- > .../features/locking/queued-rwlocks/arch-support.txt | 2 +- > .../features/locking/queued-spinlocks/arch-support.txt | 2 +- > .../features/seccomp/seccomp-filter/arch-support.txt | 4 ++-- > Documentation/features/time/context-tracking/arch-support.txt | 2 +- > Documentation/features/time/virt-cpuacct/arch-support.txt | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) Applied, thanks. jon