From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757225AbcHDATv (ORCPT ); Wed, 3 Aug 2016 20:19:51 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:16862 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbcHDATt (ORCPT ); Wed, 3 Aug 2016 20:19:49 -0400 X-MHO-User: 547e7451-59d9-11e6-8929-8ded99d5e9d7 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.77.15 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 093778007A Date: Thu, 4 Aug 2016 00:19:43 +0000 From: Jason Cooper To: Andrew Morton Cc: Kees Cook , Michael Ellerman , "Roberts, William C" , Yann Droneaud , Linux-MM , LKML , kernel-hardening , Russell King - ARM Linux , "Theodore Ts'o" , Arnd Bergmann , gregkh@linuxfoundation.org, Catalin Marinas , Will Deacon , Ralf Baechle , benh@kernel.crashing.org, paulus@samba.org, "David S. Miller" , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, viro@zeniv.linux.org.uk, Nick Kralevich , Jeffrey Vander Stoep , Daniel Cashman Subject: Re: [PATCH v3 7/7] random: Remove unused randomize_range() Message-ID: <20160804001943.GS4541@io.lakedaemon.net> References: <20160728204730.27453-1-jason@lakedaemon.net> <20160803233913.32511-1-jason@lakedaemon.net> <20160803233913.32511-8-jason@lakedaemon.net> <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 03, 2016 at 04:48:10PM -0700, Andrew Morton wrote: > On Wed, 3 Aug 2016 23:39:13 +0000 Jason Cooper wrote: > > > All call sites for randomize_range have been updated to use the much > > simpler and more robust randomize_addr. Remove the now unnecessary > > code. > > "randomize_page'. Doh! > I think I'll grab these patches, see if anybody emits any squeaks. Thanks, Andrew! thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f70.google.com (mail-pa0-f70.google.com [209.85.220.70]) by kanga.kvack.org (Postfix) with ESMTP id CCC786B0253 for ; Wed, 3 Aug 2016 20:19:50 -0400 (EDT) Received: by mail-pa0-f70.google.com with SMTP id le9so5935088pab.0 for ; Wed, 03 Aug 2016 17:19:50 -0700 (PDT) Received: from pmta2.delivery5.ore.mailhop.org (pmta2.delivery5.ore.mailhop.org. [54.186.218.12]) by mx.google.com with ESMTPS id i129si11373828pfc.174.2016.08.03.17.19.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Aug 2016 17:19:49 -0700 (PDT) Date: Thu, 4 Aug 2016 00:19:43 +0000 From: Jason Cooper Subject: Re: [PATCH v3 7/7] random: Remove unused randomize_range() Message-ID: <20160804001943.GS4541@io.lakedaemon.net> References: <20160728204730.27453-1-jason@lakedaemon.net> <20160803233913.32511-1-jason@lakedaemon.net> <20160803233913.32511-8-jason@lakedaemon.net> <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Kees Cook , Michael Ellerman , "Roberts, William C" , Yann Droneaud , Linux-MM , LKML , kernel-hardening , Russell King - ARM Linux , Theodore Ts'o , Arnd Bergmann , gregkh@linuxfoundation.org, Catalin Marinas , Will Deacon , Ralf Baechle , benh@kernel.crashing.org, paulus@samba.org, "David S. Miller" , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, viro@zeniv.linux.org.uk, Nick Kralevich , Jeffrey Vander Stoep , Daniel Cashman On Wed, Aug 03, 2016 at 04:48:10PM -0700, Andrew Morton wrote: > On Wed, 3 Aug 2016 23:39:13 +0000 Jason Cooper wrote: > > > All call sites for randomize_range have been updated to use the much > > simpler and more robust randomize_addr. Remove the now unnecessary > > code. > > "randomize_page'. Doh! > I think I'll grab these patches, see if anybody emits any squeaks. Thanks, Andrew! thx, Jason. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Thu, 4 Aug 2016 00:19:43 +0000 From: Jason Cooper Message-ID: <20160804001943.GS4541@io.lakedaemon.net> References: <20160728204730.27453-1-jason@lakedaemon.net> <20160803233913.32511-1-jason@lakedaemon.net> <20160803233913.32511-8-jason@lakedaemon.net> <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160803164810.6eff457c210a4da46782b45f@linux-foundation.org> Subject: [kernel-hardening] Re: [PATCH v3 7/7] random: Remove unused randomize_range() To: Andrew Morton Cc: Kees Cook , Michael Ellerman , "Roberts, William C" , Yann Droneaud , Linux-MM , LKML , kernel-hardening , Russell King - ARM Linux , Theodore Ts'o , Arnd Bergmann , gregkh@linuxfoundation.org, Catalin Marinas , Will Deacon , Ralf Baechle , benh@kernel.crashing.org, paulus@samba.org, "David S. Miller" , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, viro@zeniv.linux.org.uk, Nick Kralevich , Jeffrey Vander Stoep , Daniel Cashman List-ID: On Wed, Aug 03, 2016 at 04:48:10PM -0700, Andrew Morton wrote: > On Wed, 3 Aug 2016 23:39:13 +0000 Jason Cooper wrote: > > > All call sites for randomize_range have been updated to use the much > > simpler and more robust randomize_addr. Remove the now unnecessary > > code. > > "randomize_page'. Doh! > I think I'll grab these patches, see if anybody emits any squeaks. Thanks, Andrew! thx, Jason.