public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [3.7-rc8 regression] Buffer I/O error on device sda during boot (attempt to access beyond end of device)
@ 2012-12-10 10:42 M Z
  2012-12-10 11:06 ` Lekensteyn
  0 siblings, 1 reply; 3+ messages in thread
From: M Z @ 2012-12-10 10:42 UTC (permalink / raw)
  To: linux-kernel

Hello,

booting vanilla  3.7-rc8 kernel on Acer Aspire 1810TZ yields these
errors (I was using 3.6.9-1 and 3.5.5-1 from Debian experimental
before without these errors)

 [    9.265058] attempt to access beyond end of device
 [    9.265063] sda1: rw=0, want=968382504, limit=968382503
 [    9.265066] Buffer I/O error on device sda1, logical block 121047812
 [    9.265069] attempt to access beyond end of device
 [    9.265071] sda1: rw=0, want=968382504, limit=968382503
 [    9.265073] Buffer I/O error on device sda1, logical block 121047812
 [    9.265383] attempt to access beyond end of device
 [    9.265387] sda1: rw=0, want=968382504, limit=968382503
 [    9.265389] Buffer I/O error on device sda1, logical block 121047812
...
 [    9.265058] attempt to access beyond end of device
 [    9.265063] sda1: rw=0, want=968382504, limit=968382503
 [    9.265066] Buffer I/O error on device sda1, logical block 121047812
 [    9.265069] attempt to access beyond end of device
 [    9.265071] sda1: rw=0, want=968382504, limit=968382503
 [    9.265073] Buffer I/O error on device sda1, logical block 121047812
 [    9.265383] attempt to access beyond end of device
 [    9.265387] sda1: rw=0, want=968382504, limit=968382503
 [    9.265389] Buffer I/O error on device sda1, logical block 121047812


Any idea before I hit the bisect route? (should I worry about these errors? :) )


Thanks


Matej Zary

-------
fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000486a3

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   968384550   484191251+  83  Linux
/dev/sda2       968384551   976773167     4194308+  82  Linux swap / Solaris


lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory
Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 07)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #4 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2
EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
Port 4 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2
EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM
(ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 Ethernet controller: Atheros Communications Inc. AR8131
Gigabit Ethernet (rev c0)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [3.7-rc8 regression] Buffer I/O error on device sda during boot (attempt to access beyond end of device)
  2012-12-10 10:42 [3.7-rc8 regression] Buffer I/O error on device sda during boot (attempt to access beyond end of device) M Z
@ 2012-12-10 11:06 ` Lekensteyn
  2012-12-10 11:22   ` M Z
  0 siblings, 1 reply; 3+ messages in thread
From: Lekensteyn @ 2012-12-10 11:06 UTC (permalink / raw)
  To: M Z; +Cc: linux-kernel

Hi,

On Monday 10 December 2012 11:42:22 M Z wrote:
> booting vanilla  3.7-rc8 kernel on Acer Aspire 1810TZ yields these
> errors (I was using 3.6.9-1 and 3.5.5-1 from Debian experimental
> before without these errors)
> 
>  [    9.265058] attempt to access beyond end of device
<snip>
>  [    9.265389] Buffer I/O error on device sda1, logical block 121047812
> 
> 
> Any idea before I hit the bisect route? (should I worry about these errors? 
> )

This error immediately showed up when testing 3.7-rc8 and is discussed/patched 
already on https://lkml.org/lkml/2012/12/3/497. 

To cite from https://lkml.org/lkml/2012/12/3/510:
> Anyway, to clarify: the printk's are harmless, since the IO past the
> end of the device is just error'ed out, and always has been.  Which is
> why I was considering just removing them.

Regards,
Peter

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [3.7-rc8 regression] Buffer I/O error on device sda during boot (attempt to access beyond end of device)
  2012-12-10 11:06 ` Lekensteyn
@ 2012-12-10 11:22   ` M Z
  0 siblings, 0 replies; 3+ messages in thread
From: M Z @ 2012-12-10 11:22 UTC (permalink / raw)
  To: Lekensteyn; +Cc: linux-kernel

On Mon, Dec 10, 2012 at 12:06 PM, Lekensteyn <lekensteyn@gmail.com> wrote:
> On Monday 10 December 2012 11:42:22 M Z wrote:
>> booting vanilla  3.7-rc8 kernel on Acer Aspire 1810TZ yields these
>> errors (I was using 3.6.9-1 and 3.5.5-1 from Debian experimental
>> before without these errors)
>>
>>  [    9.265058] attempt to access beyond end of device
> <snip>
>>  [    9.265389] Buffer I/O error on device sda1, logical block 121047812
>>
>>
>> Any idea before I hit the bisect route? (should I worry about these errors?
>> )
>
> This error immediately showed up when testing 3.7-rc8 and is discussed/patched
> already on https://lkml.org/lkml/2012/12/3/497.
>
> To cite from https://lkml.org/lkml/2012/12/3/510:
>> Anyway, to clarify: the printk's are harmless, since the IO past the
>> end of the device is just error'ed out, and always has been.  Which is
>> why I was considering just removing them.
>
> Regards,
> Peter


Thanks for the info and sorry for the noise. *note to self - do not
google while asleep*


Regards

Matej

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-10 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 10:42 [3.7-rc8 regression] Buffer I/O error on device sda during boot (attempt to access beyond end of device) M Z
2012-12-10 11:06 ` Lekensteyn
2012-12-10 11:22   ` M Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox