From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] Fix nasty 32-bit overflow bug in buffer i/o code. Date: Mon, 22 Sep 2014 08:24:47 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Andrew Morton , Linux Kernel Mailing List , linux-fsdevel , Hugh Dickins , stable To: Anton Altaparmakov Return-path: In-Reply-To: Sender: stable-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Sep 22, 2014 at 8:18 AM, Linus Torvalds wrote: > > Ugh. Does the simpler patch to just pass in "block" work as well? Ugh, never mind, no it does not. It doesn't truncate the sectors to the beginning of a page boundary. Will take the patch as-is (will edit the commit message that seems a bit inaccurate). Linus