search for: 96b14536d935

Displaying 8 results from an estimated 8 matches for "96b14536d935".

2019 Jul 23
3
[PATCH 1/1] virtio/s390: fix race on airq_areas
...that commit however the two infos share a summary_indicator, which aggravates the situation. Which means auto-online mechanism occasionally hangs the boot with virtio_blk. Signed-off-by: Halil Pasic <pasic at linux.ibm.com> Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") --- * We need definitely this fixed for 5.3. For older stable kernels it is to be discussed. @Connie what do you think: do we need a cc stable? * I have a variant that does not need the extra mutex but uses cmpxchg(). Decided to post...
2019 Jul 23
3
[PATCH 1/1] virtio/s390: fix race on airq_areas
...that commit however the two infos share a summary_indicator, which aggravates the situation. Which means auto-online mechanism occasionally hangs the boot with virtio_blk. Signed-off-by: Halil Pasic <pasic at linux.ibm.com> Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") --- * We need definitely this fixed for 5.3. For older stable kernels it is to be discussed. @Connie what do you think: do we need a cc stable? * I have a variant that does not need the extra mutex but uses cmpxchg(). Decided to post...
2019 Jul 24
2
[PATCH 1/1] virtio/s390: fix race on airq_areas
...indicator, which aggravates the situation. Which means > > auto-online mechanism occasionally hangs the boot with virtio_blk. > > > > Signed-off-by: Halil Pasic <pasic at linux.ibm.com> > > Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> > > Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") > > --- > > * We need definitely this fixed for 5.3. For older stable kernels it is > > to be discussed. @Connie what do you think: do we need a cc stable? > > Unless you can prove that the problem could neve...
2019 Jul 24
2
[PATCH 1/1] virtio/s390: fix race on airq_areas
...indicator, which aggravates the situation. Which means > > auto-online mechanism occasionally hangs the boot with virtio_blk. > > > > Signed-off-by: Halil Pasic <pasic at linux.ibm.com> > > Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> > > Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") > > --- > > * We need definitely this fixed for 5.3. For older stable kernels it is > > to be discussed. @Connie what do you think: do we need a cc stable? > > Unless you can prove that the problem could neve...
2019 Jul 24
0
[PATCH 1/1] virtio/s390: fix race on airq_areas
...fos share a > summary_indicator, which aggravates the situation. Which means > auto-online mechanism occasionally hangs the boot with virtio_blk. > > Signed-off-by: Halil Pasic <pasic at linux.ibm.com> > Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> > Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") > --- > * We need definitely this fixed for 5.3. For older stable kernels it is > to be discussed. @Connie what do you think: do we need a cc stable? Unless you can prove that the problem could never happen on old version we...
2019 Sep 03
0
[PATCH AUTOSEL 5.2 18/23] virtio/s390: fix race on airq_areas
...ation. Which means auto-online mechanism occasionally hangs the boot with virtio_blk. Signed-off-by: Halil Pasic <pasic at linux.ibm.com> Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck at redhat.com> Cc: stable at vger.kernel.org Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") Signed-off-by: Heiko Carstens <heiko.carstens at de.ibm.com> Signed-off-by: Sasha Levin <sashal at kernel.org> --- drivers/s390/virtio/virtio_ccw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/s390/virtio...
2019 Sep 03
0
[PATCH AUTOSEL 4.19 162/167] virtio/s390: fix race on airq_areas
...ation. Which means auto-online mechanism occasionally hangs the boot with virtio_blk. Signed-off-by: Halil Pasic <pasic at linux.ibm.com> Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck at redhat.com> Cc: stable at vger.kernel.org Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") Signed-off-by: Heiko Carstens <heiko.carstens at de.ibm.com> Signed-off-by: Sasha Levin <sashal at kernel.org> --- drivers/s390/virtio/virtio_ccw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/s390/virtio...
2019 Jul 24
0
[PATCH 1/1] virtio/s390: fix race on airq_areas
...ch aggravates the situation. Which means >>> auto-online mechanism occasionally hangs the boot with virtio_blk. >>> >>> Signed-off-by: Halil Pasic <pasic at linux.ibm.com> >>> Reported-by: Marc Hartmayer <mhartmay at linux.ibm.com> >>> Fixes: 96b14536d935 ("virtio-ccw: virtio-ccw adapter interrupt support.") >>> --- >>> * We need definitely this fixed for 5.3. For older stable kernels it is >>> to be discussed. @Connie what do you think: do we need a cc stable? >> >> Unless you can prove that the pr...