From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752830AbbLDOQH (ORCPT ); Fri, 4 Dec 2015 09:16:07 -0500 Received: from mail.skyhub.de ([78.46.96.112]:46415 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752748AbbLDOQD (ORCPT ); Fri, 4 Dec 2015 09:16:03 -0500 Date: Fri, 4 Dec 2015 15:15:55 +0100 From: Borislav Petkov To: Kees Cook Cc: X86 ML , LKML , Arjan van de Ven Subject: Re: [PATCH] x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-only Message-ID: <20151204141555.GE21177@pd.tnic> References: <1448885579-32506-1-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 04, 2015 at 05:57:05AM -0800, Kees Cook wrote: > We need a EHAHANOPE errno and have write return that. ;) Sure, lemme add it to glibc: --- diff --git a/manual/errno.texi b/manual/errno.texi index 1068be3a5072..ec92cc00f81b 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1279,6 +1279,12 @@ They are not yet documented.} @comment errno ???/??? @end deftypevr +@comment errno.h +@comment Linux: Haha, nope, you wish. +@deftypevar Macro int EHAHANOPE +@comment errno ???/??? +@end deftypevr + @node Error Messages, , Error Codes, Error Reporting @section Error Messages --- :-P -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.