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 304150 Details for
Bug 441765
[mdraid] [patch] Boot hang in all recent Fedora kernels
[?]
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.
patch
linux-2.6-md-fix-oops-in-rdev_attr_store.patch (text/plain), 765 bytes, created by
Chuck Ebbert
on 2008-04-29 19:17:56 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Chuck Ebbert
Created:
2008-04-29 19:17:56 UTC
Size:
765 bytes
patch
obsolete
>md: fix use after free when removing rdev via sysfs > >From: Dan Williams <dan.j.williams@intel.com> > >rdev->mddev is no longer valid upon return from entry->store() when the >'remove' command is given. > >Signed-off-by: Dan Williams <dan.j.williams@intel.com> >Signed-off-by: Neil Brown <neilb@suse.de> > >### Diffstat output > ./drivers/md/md.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff .prev/drivers/md/md.c ./drivers/md/md.c >--- .prev/drivers/md/md.c 2008-04-28 14:58:30.000000000 +1000 >+++ ./drivers/md/md.c 2008-04-28 14:58:30.000000000 +1000 >@@ -2096,7 +2096,7 @@ rdev_attr_store(struct kobject *kobj, st > rv = -EBUSY; > else > rv = entry->store(rdev, page, length); >- mddev_unlock(rdev->mddev); >+ mddev_unlock(mddev); > } > return rv; > }
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 441765
:
301898
|
301899
|
302165
|
302953
|
302996
| 304150