diff mbox

security/Kconfig: Replace pagetable-isolation.txt reference with pti.txt

Message ID 3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us (mailing list archive)
State New, archived
Headers show

Commit Message

W. Trevor King Jan. 12, 2018, 11:24 p.m. UTC
The reference landed with the config option in 385ce0ea (x86/mm/pti:
Add Kconfig, 2017-12-04), but the referenced file was not committed
then.  It eventually landed in 01c9b17b (x86/Documentation: Add PTI
description, 2018-01-05) as pti.txt.

Signed-off-by: W. Trevor King <wking@tremily.us>
---
On Fri, Jan 12, 2018 at 03:10:53PM -0800, Dave Hansen wrote:
> There is a new file in -tip:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/pti&id=01c9b17bf673b05bb401b76ec763e9730ccf1376
>
> If you're going to patch this, please send an update to -tip that
> corrects the filename.

Here you go :).

Cheers,
Trevor

 security/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dave Hansen Jan. 13, 2018, 1:19 a.m. UTC | #1
On 01/12/2018 03:24 PM, W. Trevor King wrote:
> The reference landed with the config option in 385ce0ea (x86/mm/pti:
> Add Kconfig, 2017-12-04), but the referenced file was not committed
> then.  It eventually landed in 01c9b17b (x86/Documentation: Add PTI
> description, 2018-01-05) as pti.txt.
> 
> Signed-off-by: W. Trevor King <wking@tremily.us>
> ---
> On Fri, Jan 12, 2018 at 03:10:53PM -0800, Dave Hansen wrote:
>> There is a new file in -tip:
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/pti&id=01c9b17bf673b05bb401b76ec763e9730ccf1376
>>
>> If you're going to patch this, please send an update to -tip that
>> corrects the filename.
> 
> Here you go :).

Feel free to add my Acked-by.  And please send to x86@kernel.org.  They
need to put this in after the addition of the documentation.

--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
W. Trevor King Jan. 13, 2018, 5:57 a.m. UTC | #2
On Fri, Jan 12, 2018 at 05:19:32PM -0800, Dave Hansen wrote:
> On 01/12/2018 03:24 PM, W. Trevor King wrote:
> >> If you're going to patch this, please send an update to -tip that
> >> corrects the filename.
> > 
> > Here you go :).
> 
> Feel free to add my Acked-by.  And please send to x86@kernel.org.
> They need to put this in after the addition of the documentation.

I've bounced my patch and your reply to x86@kernel.org (although your
reply may not go through, I'm not sure what Intel has setup for
SPF/DMARC/…).

And this is a very small fix.  If it's easier to just have somebody
with commit access to the appropriate feeder repo file the patch
wherever it needs to go, that's fine with me too.

Cheers,
Trevor
diff mbox

Patch

diff --git a/security/Kconfig b/security/Kconfig
index 3d4debd0257e..b0cb9a5f9448 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -63,7 +63,7 @@  config PAGE_TABLE_ISOLATION
 	  ensuring that the majority of kernel addresses are not mapped
 	  into userspace.
 
-	  See Documentation/x86/pagetable-isolation.txt for more details.
+	  See Documentation/x86/pti.txt for more details.
 
 config SECURITY_INFINIBAND
 	bool "Infiniband Security Hooks"