[dm-devel] [ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

2020-10-12 Thread Naresh Kamboju
There are two major regressions noticed on linux next tag 20201008. I will bisect this problem and get back to you. 1) qemu_i386 and qemu_x86 boot failed due to mount rootfs failing [1]. Starting Remount Root and Kernel File Systems... [1.750740] ata1.00: WARNING: zero len r/w req [

Re: [dm-devel] [ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

2020-10-12 Thread Naresh Kamboju
On Thu, 8 Oct 2020 at 23:41, Naresh Kamboju wrote: > > There are two major regressions noticed on linux next tag 20201008. > I will bisect this problem and get back to you. Reverting scsi: patch set on linux next tag 20201008 fixed reported problems. git revert --no-edit

Re: [dm-devel] [ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

2020-10-08 Thread Martin K. Petersen
Christoph, > On Thu, Oct 08, 2020 at 02:17:41PM -0600, Jens Axboe wrote: >> Just for everyones edification, that would be these 9 patches from the >> SCSI tree: > > I sent the fixes out a bit ago and Cced the reporters.. I do not have any libata-connected devices in the SCSI test setup so

Re: [dm-devel] [ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

2020-10-08 Thread Christoph Hellwig
On Thu, Oct 08, 2020 at 02:17:41PM -0600, Jens Axboe wrote: > Just for everyones edification, that would be these 9 patches from the > SCSI tree: I sent the fixes out a bit ago and Cced the reporters.. -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

Re: [dm-devel] [ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0

2020-10-08 Thread Jens Axboe
On 10/8/20 2:05 PM, Naresh Kamboju wrote: > On Thu, 8 Oct 2020 at 23:41, Naresh Kamboju wrote: >> >> There are two major regressions noticed on linux next tag 20201008. >> I will bisect this problem and get back to you. > > Reverting scsi: patch set on linux next tag 20201008 fixed reported