Bug 8067
Summary: | paging opps in keyring_destroy | ||
---|---|---|---|
Product: | Other | Reporter: | Thomas Klute (klute) |
Component: | Other | Assignee: | David Howells (dhowells) |
Status: | REJECTED DUPLICATE | ||
Severity: | high | CC: | bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.18 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Thomas Klute
2007-02-23 01:06:02 UTC
I suspect this is a duplicate of bug 7727. Can you try the patch attached to that? As you're using an FC6 kernel, you could grab the .2911 kernel from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ and try that. That has the patch included. yes, maybe it's a duplicate. I could try to apply the patch, but both machines are production systems. We can't take them down for testing. I will update both machines to kernel-2.6.19-1.2911.fc6 We could setup a test machine with 2.6.18 and do some testing. But I need advice how to reproduce the crash in keyring_destroy. Running your script would make the kernel crash in key_alloc? > We could setup a test machine with 2.6.18 and do some testing.
> But I need advice how to reproduce the crash in keyring_destroy.
> Running your script would make the kernel crash in key_alloc?
Unless your bug happens to be the one I already know about and have fixed, I
can't tell you how to reproduce the problem. I do know, however, that the bug
I've fixed can happen in either place, it's just that it's relatively
difficult to force it to happen in keyring_destroy() as that's run lazily.
Ok, then please reject my report as duplicate and I will reopen it, if this still happens with the new kernel version. Thanks for help and regards! Thomas |