From: Jens Axboe <axboe@kernel.dk>
To: Naresh Kamboju <naresh.kamboju@linaro.org>,
Christoph Hellwig <hch@lst.de>,
dm-devel@redhat.com, open list <linux-kernel@vger.kernel.org>,
linux-block <linux-block@vger.kernel.org>,
drbd-dev@lists.linbit.com,
"open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)"
<linux-ide@vger.kernel.org>,
linux-raid@vger.kernel.org, linux-mmc <linux-mmc@vger.kernel.org>,
Linux-Next Mailing List <linux-next@vger.kernel.org>,
lkft-triage@lists.linaro.org
Cc: Song Liu <song@kernel.org>, Ulf Hansson <ulf.hansson@linaro.org>,
Stephen Rothwell <sfr@canb.auug.org.au>,
martin.petersen@oracle.com, Hannes Reinecke <hare@suse.de>
Subject: Re: [ 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
Date: Thu, 8 Oct 2020 14:17:41 -0600 [thread overview]
Message-ID: <24c8ee4d-d5f7-e49f-cd0c-7cf50a5fd885@kernel.dk> (raw)
In-Reply-To: <CA+G9fYseTYRWoHUNZ=j4mjFs9dDJ-KOD8hDy+RnyDPx75HcVWw@mail.gmail.com>
On 10/8/20 2:05 PM, Naresh Kamboju wrote:
> On Thu, 8 Oct 2020 at 23:41, Naresh Kamboju <naresh.kamboju@linaro.org> 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 653eb7c99d84..ed7fb2d018fd
Just for everyones edification, that would be these 9 patches from the
SCSI tree:
Christoph Hellwig (9):
scsi: core: Don't export scsi_device_from_queue()
scsi: core: Remove scsi_init_cmd_errh
scsi: core: Move command size detection out of the fast path
scsi: core: Use rq_dma_dir in scsi_setup_cmnd()
scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()
scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()
scsi: core: Clean up allocation and freeing of sgtables
scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()
scsi: core: Only start the request just before dispatching
--
Jens Axboe
WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <axboe@kernel.dk>
To: Naresh Kamboju <naresh.kamboju@linaro.org>,
Christoph Hellwig <hch@lst.de>,
dm-devel@redhat.com, open list <linux-kernel@vger.kernel.org>,
linux-block <linux-block@vger.kernel.org>,
drbd-dev@lists.linbit.com,
"open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)"
<linux-ide@vger.kernel.org>,
linux-raid@vger.kernel.org, linux-mmc <linux-mmc@vger.kernel.org>,
Linux-Next Mailing List <linux-next@vger.kernel.org>,
lkft-triage@lists.linaro.org
Cc: Song Liu <song@kernel.org>, Ulf Hansson <ulf.hansson@linaro.org>,
Hannes Reinecke <hare@suse.de>,
martin.petersen@oracle.com,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [Drbd-dev] [ 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
Date: Thu, 8 Oct 2020 14:17:41 -0600 [thread overview]
Message-ID: <24c8ee4d-d5f7-e49f-cd0c-7cf50a5fd885@kernel.dk> (raw)
In-Reply-To: <CA+G9fYseTYRWoHUNZ=j4mjFs9dDJ-KOD8hDy+RnyDPx75HcVWw@mail.gmail.com>
On 10/8/20 2:05 PM, Naresh Kamboju wrote:
> On Thu, 8 Oct 2020 at 23:41, Naresh Kamboju <naresh.kamboju@linaro.org> 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 653eb7c99d84..ed7fb2d018fd
Just for everyones edification, that would be these 9 patches from the
SCSI tree:
Christoph Hellwig (9):
scsi: core: Don't export scsi_device_from_queue()
scsi: core: Remove scsi_init_cmd_errh
scsi: core: Move command size detection out of the fast path
scsi: core: Use rq_dma_dir in scsi_setup_cmnd()
scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()
scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()
scsi: core: Clean up allocation and freeing of sgtables
scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()
scsi: core: Only start the request just before dispatching
--
Jens Axboe
next prev parent reply other threads:[~2020-10-08 20:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 18:11 [ 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 Naresh Kamboju
2020-10-08 20:05 ` Naresh Kamboju
2020-10-08 20:17 ` Jens Axboe [this message]
2020-10-08 20:17 ` [Drbd-dev] " Jens Axboe
[not found] ` <24c8ee4d-d5f7-e49f-cd0c-7cf50a5fd885-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>
2020-10-08 20:30 ` Christoph Hellwig
2020-10-08 20:30 ` [Drbd-dev] " Christoph Hellwig
2020-10-08 20:30 ` Christoph Hellwig
2020-10-08 20:40 ` Martin K. Petersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=24c8ee4d-d5f7-e49f-cd0c-7cf50a5fd885@kernel.dk \
--to=axboe@kernel.dk \
--cc=dm-devel@redhat.com \
--cc=drbd-dev@lists.linbit.com \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=lkft-triage@lists.linaro.org \
--cc=martin.petersen@oracle.com \
--cc=naresh.kamboju@linaro.org \
--cc=sfr@canb.auug.org.au \
--cc=song@kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.