Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1482236 Details for
Bug 1627563
[RHEL 7.7] raid10 kernel NULL pointer dereference in md_do_sync during raid creation
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[md} fix faster resync regression patch
md-fix_faster_resync_regression.patch (text/plain), 1015 bytes, created by
Heinz Mauelshagen
on 2018-09-11 00:35:01 UTC
(
hide
)
Description:
[md} fix faster resync regression patch
Filename:
MIME Type:
Creator:
Heinz Mauelshagen
Created:
2018-09-11 00:35:01 UTC
Size:
1015 bytes
patch
obsolete
>commit 829523444cdf7aeb897f747c073f9545057fa25f >Author: Heinz Mauelshagen <heinzm@redhat.com> >Date: Tue Sep 11 02:27:22 2018 +0200 > > [md] fix 'allow faster resync only on non-rotational media' underneath dm > >diff --git a/drivers/md/md.c b/drivers/md/md.c >index b6a1f2898fa..fa5f0430801 100644 >--- a/drivers/md/md.c >+++ b/drivers/md/md.c >@@ -8273,13 +8273,13 @@ void md_do_sync(struct md_thread *thread) > /((jiffies-mddev->resync_mark)/HZ +1) +1; > > if (currspeed > speed_min(mddev)) { >- if (currspeed > speed_max(mddev) || (!is_mddev_idle(mddev, 0) && >- !blk_queue_nonrot(mddev->queue))) { >+ if (currspeed > speed_max(mddev) || >+ mddev->queue ? (!is_mddev_idle(mddev, 0) && !blk_queue_nonrot(mddev->queue)) : 0) { > msleep(500); > goto repeat; > } > if (!is_mddev_idle(mddev, 0) && >- blk_queue_nonrot(mddev->queue)) { >+ mddev->queue ? blk_queue_nonrot(mddev->queue) : 1) { > /* > * Give other IO more of a chance. > * The faster the devices, the less we wait.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1627563
: 1482236