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 296089 Details for
Bug 219639
Crash dump fails on IA64 with block_order set to 10
[?]
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]
print waring patch
linux-2.6.9-diskdump-blockorder.patch (text/plain), 667 bytes, created by
Takao Indoh
on 2008-02-27 16:54:54 UTC
(
hide
)
Description:
print waring patch
Filename:
MIME Type:
Creator:
Takao Indoh
Created:
2008-02-27 16:54:54 UTC
Size:
667 bytes
patch
obsolete
>diff -Nurp linux-2.6.9.org/drivers/block/diskdump.c linux-2.6.9/drivers/block/diskdump.c >--- linux-2.6.9.org/drivers/block/diskdump.c 2008-01-22 12:16:13.000000000 -0500 >+++ linux-2.6.9/drivers/block/diskdump.c 2008-02-04 17:28:25.000000000 -0500 >@@ -1205,6 +1205,11 @@ static int add_dump(struct device *dev, > blkdev_put(bdev); > return ret; > } >+ >+ /* If the device has limitations of transfer size, print warning. */ >+ if (dump_device->max_blocks < (1 << block_order)) >+ Warn("I/O size exceeds the maximum block size of SCSI device. Signature check may fail"); >+ > if (!try_module_get(dump_type->owner)) { > kfree(dump_device); > blkdev_put(bdev);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219639
: 296089 |
309867