Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp125270pxb; Wed, 18 Nov 2020 18:38:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxoZQ7bvVvGFEHutLEm4KeCzWg5cF0NbNATNl8bh0hLjXpJk6J02453azezNMLLGHmEOU2L X-Received: by 2002:a17:906:f8cd:: with SMTP id lh13mr21963895ejb.551.1605753509976; Wed, 18 Nov 2020 18:38:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605753509; cv=none; d=google.com; s=arc-20160816; b=ZTrHi5lXkC/gJVoagNVumLHMBlYCvcqKGT/ClrABIxfQMk+KmcHHgR+liqOuh4Zv0X 4qqzWN0Vg9jiGTadttGBujqarE64K57E4FYV6d5a3TeMgVQ3mMgV8w4LDMzJT3dMvuq6 yCnEwxU1CQfXNhSt3wp3uSvfLJw9GxboZqP4+gMpnR0S2gVHkR2Lc7qmtHp9EQSQqfiL V3N/0ipJyY1gmL91PfmGetd4WQSDNE5IYm3StgXhhuPTSK1FdT1cQhtWTZcn/Dqf89/x SFjemRSOE+IXWzJ2zBy/2ekfS3GEGCf7lyBit5KdBz8jWSlouTPv+bOjB3gk1M7jyWYq sdYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=e+lw2/md9Q/LNNx4W8YWnU3AxchQHUQSOm+VaBxs1SA=; b=R6rswsUBsvErpxdh7UBCw/h/dhHCcYrB3kXoVVr25e2nHVh38aDy3MAMm9H7PY/AzQ F+oL5ZfOye04aB7cnIWxS2t9fJlD2pk24RrP+sDueAxRRZXDlQe1S4Uk2UNFs9ICH/+b QaZ2U4WUZ3XvA2I0GYho4roTBu11d7yvnopiyYXk9nYPMpZ3UQz8dlHrIUCZ4X0DNV6e 7oekhxpLCetMR8PletgOywcO1bhu5uGVE51MNBsBpYxzQ5xs7DBaLk7JKTrSZOEzEpcp Jy8duzZDSxgZ6/kdiH0ZCw5oJqSqbu5GPVFc1bc46gXkaog61NGEK0AQ72NJz2pYbN1M t6Wg== 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 r21si855929eji.353.2020.11.18.18.38.06; Wed, 18 Nov 2020 18:38:29 -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 S1727171AbgKSCdx (ORCPT + 99 others); Wed, 18 Nov 2020 21:33:53 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:7933 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726413AbgKSCdw (ORCPT ); Wed, 18 Nov 2020 21:33:52 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4Cc3dV0Fs2z6xYC; Thu, 19 Nov 2020 10:33:34 +0800 (CST) Received: from euler.huawei.com (10.175.124.27) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 19 Nov 2020 10:33:39 +0800 From: Wei Li To: Jonathan Corbet CC: Nicholas Piggin , Guo Ren , Michael Karcher , , , Subject: [PATCH] Documentation/features: Update feature lists for 5.10 Date: Thu, 19 Nov 2020 10:27:09 +0800 Message-ID: <20201119022709.45843-1-liwei391@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.124.27] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) diff --git a/Documentation/features/locking/queued-rwlocks/arch-support.txt b/Documentation/features/locking/queued-rwlocks/arch-support.txt index 5c6bcfcf8e1f..4dd5e554873f 100644 --- a/Documentation/features/locking/queued-rwlocks/arch-support.txt +++ b/Documentation/features/locking/queued-rwlocks/arch-support.txt @@ -22,7 +22,7 @@ | nios2: | TODO | | openrisc: | ok | | parisc: | TODO | - | powerpc: | TODO | + | powerpc: | ok | | riscv: | TODO | | s390: | TODO | | sh: | TODO | diff --git a/Documentation/features/locking/queued-spinlocks/arch-support.txt b/Documentation/features/locking/queued-spinlocks/arch-support.txt index b55e420a34ea..b16d4f71e5ce 100644 --- a/Documentation/features/locking/queued-spinlocks/arch-support.txt +++ b/Documentation/features/locking/queued-spinlocks/arch-support.txt @@ -22,7 +22,7 @@ | nios2: | TODO | | openrisc: | ok | | parisc: | TODO | - | powerpc: | TODO | + | powerpc: | ok | | riscv: | TODO | | s390: | TODO | | sh: | TODO | diff --git a/Documentation/features/seccomp/seccomp-filter/arch-support.txt b/Documentation/features/seccomp/seccomp-filter/arch-support.txt index c688aba22a8d..eb3d74092c61 100644 --- a/Documentation/features/seccomp/seccomp-filter/arch-support.txt +++ b/Documentation/features/seccomp/seccomp-filter/arch-support.txt @@ -11,7 +11,7 @@ | arm: | ok | | arm64: | ok | | c6x: | TODO | - | csky: | TODO | + | csky: | ok | | h8300: | TODO | | hexagon: | TODO | | ia64: | TODO | @@ -25,7 +25,7 @@ | powerpc: | ok | | riscv: | ok | | s390: | ok | - | sh: | TODO | + | sh: | ok | | sparc: | TODO | | um: | ok | | x86: | ok | diff --git a/Documentation/features/time/context-tracking/arch-support.txt b/Documentation/features/time/context-tracking/arch-support.txt index 266c81e8a721..52aea275aab7 100644 --- a/Documentation/features/time/context-tracking/arch-support.txt +++ b/Documentation/features/time/context-tracking/arch-support.txt @@ -11,7 +11,7 @@ | arm: | ok | | arm64: | ok | | c6x: | TODO | - | csky: | TODO | + | csky: | ok | | h8300: | TODO | | hexagon: | TODO | | ia64: | TODO | diff --git a/Documentation/features/time/virt-cpuacct/arch-support.txt b/Documentation/features/time/virt-cpuacct/arch-support.txt index 56b372da6b01..e51f3af38e31 100644 --- a/Documentation/features/time/virt-cpuacct/arch-support.txt +++ b/Documentation/features/time/virt-cpuacct/arch-support.txt @@ -11,7 +11,7 @@ | arm: | ok | | arm64: | ok | | c6x: | TODO | - | csky: | TODO | + | csky: | ok | | h8300: | TODO | | hexagon: | TODO | | ia64: | ok | -- 2.17.1