From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751308Ab2LCWUs (ORCPT ); Mon, 3 Dec 2012 17:20:48 -0500 Received: from stringer.orebokech.com ([88.190.240.207]:35191 "EHLO stringer.orebokech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751142Ab2LCWUr (ORCPT ); Mon, 3 Dec 2012 17:20:47 -0500 From: Romain Francoise To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: Re: Linux 3.7-rc8 Organization: orebokech dot com References: Date: Mon, 03 Dec 2012 23:20:45 +0100 In-Reply-To: (Linus Torvalds's message of "Mon, 3 Dec 2012 12:36:26 -0800") Message-ID: <874nk2u69u.fsf@silenus.orebokech.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Linus Torvalds writes: > Linus Torvalds (5): > fs/buffer.c: make block-size be per-page and protected by the page lock > blockdev: remove bd_block_size_semaphore again > direct-io: don't read inode->i_blkbits multiple times > blkdev_max_block: make private to fs/buffer.c Could these changes be the reason for the following suddenly appearing in one of my VMs with rc8 (no such messages with rc7)? Pretty standard virtio setup in KVM. [ 11.832295] attempt to access beyond end of device [ 11.832298] vda1: rw=0, want=4192904, limit=4192902 [ 11.832299] Buffer I/O error on device vda1, logical block 524112 [ 11.832394] attempt to access beyond end of device [ 11.832395] vda1: rw=0, want=4192904, limit=4192902 [ 11.832396] Buffer I/O error on device vda1, logical block 524112 Thanks.