From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751479AbdBOKYo (ORCPT ); Wed, 15 Feb 2017 05:24:44 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:46534 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583AbdBOKYm (ORCPT ); Wed, 15 Feb 2017 05:24:42 -0500 Message-Id: <20170215101149.937286619@linutronix.de> User-Agent: quilt/0.63-1 Date: Wed, 15 Feb 2017 11:11:49 +0100 From: Thomas Gleixner To: LKML Cc: Gabriel C , Ingo Molnar , Peter Anvin , Borislav Petkov , Peter Zijlstra , Linus Torvalds , Mike Galbraith , Greg Kroah-Hartman , Ruslan Ruslichenko , stable@vger.kernel.org Subject: [patch 0/2] goldfish: Prevent the trainwreck from doing harm Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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