Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753733AbcDFPUg (ORCPT ); Wed, 6 Apr 2016 11:20:36 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:37319 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428AbcDFPUf (ORCPT ); Wed, 6 Apr 2016 11:20:35 -0400 MIME-Version: 1.0 In-Reply-To: <1459947782-5071-1-git-send-email-ed@abdsec.com> References: <1459947782-5071-1-git-send-email-ed@abdsec.com> Date: Wed, 6 Apr 2016 08:20:34 -0700 X-Google-Sender-Auth: TZXTkmagiqwUDRFwJirZiTLzcis Message-ID: Subject: Re: [PATCH] KERNEL: resource: Fix bug on leakage in /proc/iomem file From: Linus Torvalds To: Emrah Demir Cc: Linux Kernel Mailing List , Kees Cook , Dan Rosenberg , "kernel-hardening@lists.openwall.com" , Dave Jones Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 234 Lines: 7 On Wed, Apr 6, 2016 at 6:03 AM, Emrah Demir wrote: > > By this patch after insertion resources, start and end address are zeroed. I'd much rather just not insert the resources in the first place then. Linus