From patchwork Mon May 4 09:44:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11525353 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2EFE3912 for ; Mon, 4 May 2020 09:44:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 168602071C for ; Mon, 4 May 2020 09:44:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588585498; bh=p1TvFFk+CFSzztc7y+DlnQLt3T/P7TNPd3wObNHjD2I=; h=From:To:Cc:Subject:Date:List-ID:From; b=Azdmmlk/YtE5GxFLrpjiLtbtOVccpvEkv6PAeXd3yHqUiESNJN9SZAA4FFUEyKDA9 b4zRWPu085I6I3A11CUDzCvIJK1o3nBAW99an2jl6n2xhyVKRJCUoolfzI5VC9kG1x KRr+8B4czl5AnQnkNt65LhzWqhl/g1MYdTBi2+uU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727930AbgEDJo5 (ORCPT ); Mon, 4 May 2020 05:44:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:52056 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727781AbgEDJo5 (ORCPT ); Mon, 4 May 2020 05:44:57 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9240320658; Mon, 4 May 2020 09:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588585496; bh=p1TvFFk+CFSzztc7y+DlnQLt3T/P7TNPd3wObNHjD2I=; h=From:To:Cc:Subject:Date:From; b=wAAqCQLQ7jsLtYVmcioCSNyttgEwRpVhEVx+KRwb/Of4w07z89tMVv8gUGsUxTs6t V7kM4av7AFlKZ035ogI9rBMNBXIkjfYeH/r/98K4otzBCSExVqUmhnNZ4yedd+jdGw K3pvK2XFfce3x0eazUgS6+CoVZjdf8/+Is7h5Hxk= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jVXeg-000KKo-9E; Mon, 04 May 2020 11:44:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Shuah Khan Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Andrew Morton , Dave Hansen , Stephen Rothwell , Sandipan Das , Ram Pai , Thiago Jung Bauermann , linux-kselftest@vger.kernel.org Subject: [PATCH] selftests/vm/keys: fix a broken reference at protection_keys.c Date: Mon, 4 May 2020 11:44:50 +0200 Message-Id: X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Changeset 1eecbcdca2bd ("docs: move protection-keys.rst to the core-api book") from Jun 7, 2019 converted protection-keys.txt file to ReST. A recent change at protection_keys.c partially reverted such changeset, causing it to point to a non-existing file: - * Tests x86 Memory Protection Keys (see Documentation/core-api/protection-keys.rst) + * Tests Memory Protection Keys (see Documentation/vm/protection-keys.txt) It sounds to me that the changeset that introduced such change 4645e3563673 ("selftests/vm/pkeys: rename all references to pkru to a generic name") could also have other side effects, as it sounds that it was not generated against uptream code, but, instead, against a version older than Jun 7, 2019. Fixes: 4645e3563673 ("selftests/vm/pkeys: rename all references to pkru to a generic name") Signed-off-by: Mauro Carvalho Chehab Acked-by: Dave Hansen Acked-by: Sandipan Das Acked-by: Shuah Khan --- tools/testing/selftests/vm/protection_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/vm/protection_keys.c b/tools/testing/selftests/vm/protection_keys.c index fc19addcb5c8..fdbb602ecf32 100644 --- a/tools/testing/selftests/vm/protection_keys.c +++ b/tools/testing/selftests/vm/protection_keys.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Tests Memory Protection Keys (see Documentation/vm/protection-keys.txt) + * Tests Memory Protection Keys (see Documentation/core-api/protection-keys.rst) * * There are examples in here of: * * how to set protection keys on memory