Bug 826174
| Summary: | Kernel panic on boot, NULL pointer deref at... ir_raw_event_store_with_filter.. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | deflexor | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 17 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-07-05 18:07:25 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
deflexor
2012-05-29 18:32:26 UTC
Created attachment 587629 [details]
screenshot
This looks like it should be fixed by:
commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20
Author: Luis Henriques <luis.henriques>
Date: Sat Apr 21 12:25:21 2012 -0300
[media] rc: Postpone ISR registration
An early registration of an ISR was causing a crash to several users (for
example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723).
The reason was that IRQs were being triggered before a driver
initialisation was completed.
This patch fixes this by moving the invocation to request_irq() and to
request_region() to a later stage on the driver probe function.
Cc: <stable.org>
Signed-off-by: Luis Henriques <luis.henriques>
Acked-by: Jarod Wilson <jarod>
Signed-off-by: Mauro Carvalho Chehab <mchehab>
which is in the 3.4 kernel release. F17 has been updated to that, so it should already contain the fix. If you can recreate this with a 3.4 kernel update, please attach a picture as you did before and reopen the bug.
Good day, where can i get updated iso ? Those located on official ftp dated 22 May.
> This looks like it should be fixed by:
>
> which is in the 3.4 kernel release. F17 has been updated to that, so it
> should already contain the fix. If you can recreate this with a 3.4 kernel
> update, please attach a picture as you did before and reopen the bug.
(In reply to comment #3) > Good day, where can i get updated iso ? Those located on official ftp dated > 22 May. We don't respin the install media after release. You might try the nightly livecd spins of rawhide here: http://alt.fedoraproject.org/pub/alt/nightly-composes/ |