Hi,
is somebody actually working on this bug?
http://bugzilla.kernel.org/show_bug.cgi?id=9370
I don't want to be impolite, but it's now more than a month since the
bug was opened.
The bug still exists in v2.6.24-rc5-43-gda8cadb:
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
attempt to access beyond end of device
sr0: rw=0, want=54852, limit=40944
Buffer I/O error on device sr0, logical block 13712
attempt to access beyond end of device
sr0: rw=0, want=54856, limit=40944
Buffer I/O error on device sr0, logical block 13713
attempt to access beyond end of device
sr0: rw=0, want=54860, limit=40944
Buffer I/O error on device sr0, logical block 13714
attempt to access beyond end of device
sr0: rw=0, want=54864, limit=40944
Buffer I/O error on device sr0, logical block 13715
attempt to access beyond end of device
sr0: rw=0, want=54868, limit=40944
Buffer I/O error on device sr0, logical block 13716
attempt to access beyond end of device
sr0: rw=0, want=54872, limit=40944
Buffer I/O error on device sr0, logical block 13717
attempt to access beyond end of device
sr0: rw=0, want=54876, limit=40944
Buffer I/O error on device sr0, logical block 13718
attempt to access beyond end of device
sr0: rw=0, want=54880, limit=40944
Buffer I/O error on device sr0, logical block 13719
attempt to access beyond end of device
sr0: rw=0, want=54852, limit=40944
Buffer I/O error on device sr0, logical block 13712
attempt to access beyond end of device
sr0: rw=0, want=54856, limit=40944
Buffer I/O error on device sr0, logical block 13713
mfg
thomas
Thomas Meyer wrote:
> Hi,
>
> is somebody actually working on this bug?
>
> http://bugzilla.kernel.org/show_bug.cgi?id=9370
>
> I don't want to be impolite, but it's now more than a month since the
> bug was opened.
>
> The bug still exists in v2.6.24-rc5-43-gda8cadb:
Have you tried simply removing the line mentioned in the bug report from
pktcdvd.c?
rq->cmd_type = REQ_TYPE_BLOCK_PC;
Maybe Jens can comment on if that would be correct since he is more
familiar with the code than I.
Oops, try that again with Jens' new address.
Phillip Susi wrote:
> Thomas Meyer wrote:
>> Hi,
>>
>> is somebody actually working on this bug?
>>
>> http://bugzilla.kernel.org/show_bug.cgi?id=9370
>>
>> I don't want to be impolite, but it's now more than a month since the
>> bug was opened.
>>
>> The bug still exists in v2.6.24-rc5-43-gda8cadb:
>
> Have you tried simply removing the line mentioned in the bug report from
> pktcdvd.c?
>
> rq->cmd_type = REQ_TYPE_BLOCK_PC;
>
>
> Maybe Jens can comment on if that would be correct since he is more
> familiar with the code than I.
>