From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752563AbdHNQeM (ORCPT ); Mon, 14 Aug 2017 12:34:12 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34751 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752776AbdHNQ2L (ORCPT ); Mon, 14 Aug 2017 12:28:11 -0400 Date: Mon, 14 Aug 2017 19:28:07 +0300 From: Cyrill Gorcunov To: Oleg Nesterov Cc: "Kirill A. Shutemov" , Linus Torvalds , x86@kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Andy Lutomirski , Dmitry Safonov , Borislav Petkov , linux-mm@kvack.org, linux-kernel@vger.kernel.org, stable Subject: Re: [PATCH] x86/mm: Fix personality(ADDR_NO_RANDOMIZE) Message-ID: <20170814162807.GP2005@uranus.lan> References: <20170814155719.74839-1-kirill.shutemov@linux.intel.com> <20170814161347.GO2005@uranus.lan> <20170814162002.GA9559@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170814162002.GA9559@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 14, 2017 at 06:20:02PM +0200, Oleg Nesterov wrote: ... > > > > Didn't Oleg's patch does the same? > > > > https://patchwork.kernel.org/patch/9832697/ > > at first glance yes, thanks Cyrill. And note that we do not need another > PF_RANDOMIZE check. > > > for some reason it's not yet merged. > > because nobody cares ;) We all care but people are busy ;) Anyway hopefully it get merged soon.