Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1581195
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch 0/2] goldfish: Prevent the trainwreck from doing harm |
| Date | 2017-02-15 11:30 +0100 |
| Message-ID | <tb50t-78r-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The goldfish android emulator platform is a complete trainwreck which causes havoc when enabled in Kconfig. Aside of unconditionally registering a platform device with hardcoded address ranges, it prevents the serial interrupt from being requested and in case of a spurious interrupt the broken interrupt handler of the pdev_bus driver goes into a hard to debug infinite loop. Thanks to Gabriel and Borislav for providing patiently debug information. No thanks to the folks @Intel who choked this $corporate trainwreck down our throat and wasted the time of everyone who got bitten by this. Thanks, tglx
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[patch 0/2] goldfish: Prevent the trainwreck from doing harm Thomas Gleixner <tglx@linutronix.de> - 2017-02-15 11:30 +0100
[patch 2/2] goldfish: Sanitize the broken interrupt handler Thomas Gleixner <tglx@linutronix.de> - 2017-02-15 11:30 +0100
Re: [patch 0/2] goldfish: Prevent the trainwreck from doing harm Linus Torvalds <torvalds@linux-foundation.org> - 2017-02-15 16:50 +0100
Re: [patch 0/2] goldfish: Prevent the trainwreck from doing harm Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-15 18:00 +0100
csiph-web