From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48826 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934024AbeBMJQJ (ORCPT ); Tue, 13 Feb 2018 04:16:09 -0500 Date: Tue, 13 Feb 2018 10:16:07 +0100 From: Greg Kroah-Hartman To: Borislav Petkov Cc: Kees Cook , LKML , "# 3.4.x" , Thomas Gleixner , Rik van Riel , Andi Kleen , Peter Zijlstra , David Woodhouse , Jiri Kosina , Andy Lutomirski , Dave Hansen , Linus Torvalds , Josh Poimboeuf , Tim Chen , Paul Turner , David Woodhouse Subject: Re: [PATCH 4.9 46/92] x86/alternative: Print unadorned pointers Message-ID: <20180213091607.GA13711@kroah.com> References: <20180209133931.211869118@linuxfoundation.org> <20180209133934.472824776@linuxfoundation.org> <20180210072340.GC8814@kroah.com> <20180210192136.GE4866@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180210192136.GE4866@pd.tnic> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Feb 10, 2018 at 08:21:36PM +0100, Borislav Petkov wrote: > On Sat, Feb 10, 2018 at 11:14:18AM -0800, Kees Cook wrote: > > I would just revert this commit from kernels earlier than 4.15; this > > %p usage is in debugging, so %pK doesn't make much sense here. > > Yes, just drop it. That's only for debugging alternatives and not really > needed in stable. Now dropped from 4.9.y and 4.14.y, thanks! greg k-h