Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp961578pxv; Thu, 15 Jul 2021 21:16:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz67ze+SkLm0W0RvTlTtjlwo3yE0V2OJWO5axvbLAqWDh3XGd4UWHJ1rikfynyfiElmbNIl X-Received: by 2002:a05:6402:22a3:: with SMTP id cx3mr11985000edb.264.1626408996130; Thu, 15 Jul 2021 21:16:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626408996; cv=none; d=google.com; s=arc-20160816; b=Cumc3CtFGdL5qZhipmI02HBppY8C7gerLLBaJFs9RP3k/IE4IWydWrgxQv067vFHU/ djpwrTVMSZwvjU62oLOawvjq+Nb4nm8LIuREjRlj6Fyhtx6QDB8bbfm5cc8z5XgGlFHd Ue1hw0H5yXcs5hPIfuJHOE/009B9XcxBIk1fqxFWVcksT0LSiPb9Fjb/T9shCjwaf1LG AGVbQIwdrXJTw2geFiIAwdZ8vwoeTeUnQsZscz0NuDv0jrWaQmnXLWe45zWpsjYUGHEX zwMjzg5en1MivWciLKiTf0yXHmJ12JRfGrt/c3YttSeb8PR7zqMtIrC5nYocihprv1Pa 3QYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:mail-followup-to:message-id:subject:cc:to:from:date; bh=RfKR7q82YKh0jqIYzxoJ/TNVOY+LmBtIrAVyO6DDiNQ=; b=gPnXKPCm6S6qGy/sKcLJvVOjaHPwIr3uouu9BbiLlbbEHwe84ZncxvbVtAESC6xIcw u4w0cedRWf8K7ahFVQu9cdmDi7US5s3H6beFSb9tLKWNYXctsQklw1idGwcreFM4SBnf n3f2OV73DkuUqM4Pzt4mZp2hpwGbxHQrqK+lIirHxDufdmoErCZaDzdVPSsUazy/Isqe 3xAALyJpOh4+rfxUjF+wQIGABQgl5105c/aR/33invGmZjoDCDvv8U3AIW7XSfYWV7SH rC0RuCbJ7l+AxACI7bsy1rs1PqkWqP/+kSoSzjBt7OVhwBuQ1iUFLmVQLpb14/jriksm sVqA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qa34si8948571ejc.424.2021.07.15.21.16.12; Thu, 15 Jul 2021 21:16:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230163AbhGPEQE (ORCPT + 99 others); Fri, 16 Jul 2021 00:16:04 -0400 Received: from audible.transient.net ([24.143.126.66]:44780 "HELO audible.transient.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S229507AbhGPEQC (ORCPT ); Fri, 16 Jul 2021 00:16:02 -0400 Received: (qmail 2606 invoked from network); 16 Jul 2021 04:13:06 -0000 Received: from cucamonga.audible.transient.net (192.168.2.5) by canarsie.audible.transient.net with QMQP; 16 Jul 2021 04:13:06 -0000 Received: (nullmailer pid 854 invoked by uid 1000); Fri, 16 Jul 2021 04:13:06 -0000 Date: Fri, 16 Jul 2021 04:13:06 +0000 From: Jamie Heilman To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Hui Wang Subject: Re: [PATCH 5.10 187/593] ACPI: resources: Add checks for ACPI IRQ override Message-ID: Mail-Followup-To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Hui Wang References: <20210712060903.591188609@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman wrote: > On Thu, Jul 15, 2021 at 08:49:38AM +0000, Jamie Heilman wrote: > > Greg Kroah-Hartman wrote: > > > From: Hui Wang > > > > > > [ Upstream commit 0ec4e55e9f571f08970ed115ec0addc691eda613 ] > > > > > > The laptop keyboard doesn't work on many MEDION notebooks, but the > > > keyboard works well under Windows and Unix. > > > > This patch makes my EPIA VIA Esther system stop booting correctly. > > Reverting it returns things to normal operation. The symptoms are > > pretty strange. When the kernel hands off to init I get none of the > > usual output from userspace, but I still get the occasional message > > from the kernel as modules load. Despite some processes continuing on > > in the background, I'm never able to ssh into the host, and it never > > displays a getty on serial console like it should. Sending a break > > and a command key over serial doesn't work like it should either. > > I've found I was able to somewhat get a little bit of IO if I plugged > > in a keyboard or unplugged it, like just jiggling the handle of the > > usb hot plug routines was enough to get my system to reboot so I only > > had to resort to hard resets a few times. At any rate, maybe this > > patch wasn't really ready for stable. > > Do you also have the same problem with 5.14-rc1? I'm afraid so. -- Jamie Heilman http://audible.transient.net/~jamie/