Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
> As already explained in the previous mail, there is a fixup for this in > commit 81b6c9998979 ('scsi: core: check for device state in > __scsi_remove_target()'). > Please check if this is applied, too. I tested commit 81b6c9998979 cherry-picked on top of 4.14.20 and it indeed solves the

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
, Hannes Reinecke <h...@suse.de> wrote: > On 02/18/2018 07:33 PM, Max Ivanov wrote: >> Hi, >> >> on my system I can't logout from iSCSI session when on 4.4.18, but >> 4.3.19 works just fine. git bisect points to fbce4d97fd ("scsi: fixup >> kernel warning duri

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
Neither it was backported: $ git log --grep 'commit 81b6c99' v4.14..v4.14.20 I'll try to apply it and see if it fixes my problem. If it does, what would be the proccess of backporting this patch to 4.14? On 19 February 2018 at 08:08, Max Ivanov <ivanov.ma...@gmail.com> wrote: >

iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-18 Thread Max Ivanov
Hi, on my system I can't logout from iSCSI session when on 4.4.18, but 4.3.19 works just fine. git bisect points to fbce4d97fd ("scsi: fixup kernel warning during rmmod()") Bug manifests itself like following: - iSCSI session logout hangs and never completes - 1 kworker per iSCSI session

iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-18 Thread Max Ivanov
Hi, on my system I can't logout from iSCSI session when on 4.4.18, but 4.3.19 works just fine. git bisect points to fbce4d97fd ("scsi: fixup kernel warning during rmmod()") Bug manifests itself like following: - iSCSI session logout hangs and never completes - 1 kworker per iSCSI session

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
, Hannes Reinecke wrote: > On 02/18/2018 07:33 PM, Max Ivanov wrote: >> Hi, >> >> on my system I can't logout from iSCSI session when on 4.4.18, but >> 4.3.19 works just fine. git bisect points to fbce4d97fd ("scsi: fixup >> kernel warning during rmmod()"

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
Neither it was backported: $ git log --grep 'commit 81b6c99' v4.14..v4.14.20 I'll try to apply it and see if it fixes my problem. If it does, what would be the proccess of backporting this patch to 4.14? On 19 February 2018 at 08:08, Max Ivanov wrote: > It seems that commit 81b6c9998979 ('s

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-19 Thread Max Ivanov
> As already explained in the previous mail, there is a fixup for this in > commit 81b6c9998979 ('scsi: core: check for device state in > __scsi_remove_target()'). > Please check if this is applied, too. I tested commit 81b6c9998979 cherry-picked on top of 4.14.20 and it indeed solves the