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 298806 Details for
Bug 230717
kernel panic with ciss driver upon kdump/kexec execution w/DLx85 platforms
[?]
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]
cleanup debug in kdump patch
p00002_cciss_kdump_rhel5.2_polling_cleanup.patch (text/plain), 1.46 KB, created by
Mike Miller (OS Dev)
on 2008-03-21 20:17:37 UTC
(
hide
)
Description:
cleanup debug in kdump patch
Filename:
MIME Type:
Creator:
Mike Miller (OS Dev)
Created:
2008-03-21 20:17:37 UTC
Size:
1.46 KB
patch
obsolete
>diff -urNp linux-2.6.18.i386-p00001/drivers/block/cciss.c linux-2.6.18.i386/drivers/block/cciss.c >--- linux-2.6.18.i386-p00001/drivers/block/cciss.c 2008-03-19 11:40:05.000000000 -0500 >+++ linux-2.6.18.i386/drivers/block/cciss.c 2008-03-21 12:45:20.000000000 -0500 >@@ -576,12 +576,16 @@ static int cciss_open(struct inode *inod > printk(KERN_DEBUG "cciss_open %s\n", inode->i_bdev->bd_disk->disk_name); > #endif /* CCISS_DEBUG */ > >- /* if (!reset_devices) { */ >- spin_lock(CCISS_LOCK(host->ctlr)); >- if (host->busy_initializing || drv->busy_configuring) >- return -EBUSY; >+ if (reset_devices) { >+ spin_lock(CCISS_LOCK(host->ctlr)); >+ if (host->busy_initializing || drv->busy_configuring) { >+ spin_unlock(CCISS_LOCK(host->ctlr)); >+ return -EBUSY; >+ } > spin_unlock(CCISS_LOCK(host->ctlr)); >- /* } */ >+ } else >+ if (host->busy_initializing || drv->busy_configuring) >+ return -EBUSY; > > /* > * Root is allowed to open raw volume zero even if it's not configured >@@ -3620,7 +3624,6 @@ static int __devinit cciss_init_one(stru > continue; > blk_queue_hardsect_size(q, drv->block_size); > set_capacity(disk, drv->nr_blocks); >- printk("cciss: calling add_disk\n"); > add_disk(disk); > j++; > } while (j <= hba[i]->highest_lun); >@@ -3793,7 +3796,6 @@ static int cciss_completion_thread(void > daemonize("cciss_completion"); > > h->polling_thread = current; >- printk("cciss%d: Completion thread starting.\n", h->ctlr); > > while (h->polling_thread_run) { > do_cciss_intr(0, h, NULL);
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 230717
:
149128
|
149208
|
292178
|
293393
|
293602
|
293604
|
294226
|
298090
|
298451
|
298533
|
298806
|
299186
|
299200
|
302760
|
302938
|
303074