From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933065AbbI3VjK (ORCPT ); Wed, 30 Sep 2015 17:39:10 -0400 Received: from www.linutronix.de ([62.245.132.108]:45676 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932514AbbI3VjH (ORCPT ); Wed, 30 Sep 2015 17:39:07 -0400 Date: Wed, 30 Sep 2015 23:38:15 +0200 (CEST) From: Thomas Gleixner To: Kees Cook cc: Ingo Molnar , Andy Lutomirski , Dmitry Vyukov , Andrey Ryabinin , Ingo Molnar , "H. Peter Anvin" , Andy Lutomirski , Borislav Petkov , Denys Vlasenko , "x86@kernel.org" , LKML , Kostya Serebryany , Alexander Potapenko , Andrey Konovalov , Sasha Levin , Andi Kleen , kasan-dev , Linus Torvalds , Peter Zijlstra , Andrew Morton , Al Viro Subject: Re: [PATCH v2] fs/proc: Don't expose absolute kernel addresses via wchan In-Reply-To: Message-ID: References: <1443430839-13225-1-git-send-email-dvyukov@google.com> <20150930071537.GA19048@gmail.com> <20150930135917.GA3285@gmail.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 30 Sep 2015, Kees Cook wrote: > Probably should also update Documentation/filesystems/proc.txt with > something like: > > --- a/Documentation/filesystems/proc.txt > +++ b/Documentation/filesystems/proc.txt > @@ -310,7 +310,7 @@ Table 1-4: Contents of the stat files (as of 2.6.30-rc7) > blocked bitmap of blocked signals > sigign bitmap of ignored signals > sigcatch bitmap of caught signals > - wchan address where process went to sleep > + 0 (place holder, was wchan, see /proc/PID/wchan instead) > 0 (place holder) > 0 (place holder) > exit_signal signal to send to parent thread on exit Good catch! Thanks, tglx