Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752413AbdGECVu (ORCPT ); Tue, 4 Jul 2017 22:21:50 -0400 Received: from imap.thunk.org ([74.207.234.97]:47572 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752295AbdGECVs (ORCPT ); Tue, 4 Jul 2017 22:21:48 -0400 Date: Tue, 4 Jul 2017 22:21:44 -0400 From: "Theodore Ts'o" To: Kees Cook Cc: Alexander Potapenko , Dmitriy Vyukov , Kostya Serebryany , Al Viro , LKML , "linux-fsdevel@vger.kernel.org" , Ext4 Developers List Subject: Re: [PATCH] fs: Initialize tmp.b_page in generic_block_bmap() Message-ID: <20170705022144.nccgpxqdeyeg4djy@thunk.org> Mail-Followup-To: Theodore Ts'o , Kees Cook , Alexander Potapenko , Dmitriy Vyukov , Kostya Serebryany , Al Viro , LKML , "linux-fsdevel@vger.kernel.org" , Ext4 Developers List References: <1482409815-89034-1-git-send-email-glider@google.com> <20170118163220.vbdkcjmkkyjmfqxb@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 316 Lines: 11 On Mon, May 22, 2017 at 10:58:45AM -0700, Kees Cook wrote: > > any updates on this patch? > > Looks like it hasn't been landed yet. > > I think the following would be better (pardon any whitespace damage > via gmail...): > I've applied Kees suggested change to the ext4 git tree. - Ted