From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=3.0 tests=DATE_IN_PAST_03_06, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35731C35242 for ; Fri, 14 Feb 2020 20:02:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED1DD24649 for ; Fri, 14 Feb 2020 20:02:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581710559; bh=RVEMlwToQEeJOI4WJs70xB0FXNBHV/POQoK8OinCRCU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YUt7rTxUCmElOVhJL2zI4sT+Vra6C/ErxYXshyRBvVylRBtTf1CFTXwWcTpirbvnp kjCfO3B0uVEJPh0W/39vdfXTwidroDkjWMtVGQriLyNBBlKjvFottjtxXN0eI3D4Ps Q2k77BNwPIW1b23rAg44HA0UJTZ6887Ik/qXAyhM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389238AbgBNUCi (ORCPT ); Fri, 14 Feb 2020 15:02:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:34272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389136AbgBNUCi (ORCPT ); Fri, 14 Feb 2020 15:02:38 -0500 Received: from localhost (unknown [12.246.51.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7ADDB206D7; Fri, 14 Feb 2020 20:02:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581710557; bh=RVEMlwToQEeJOI4WJs70xB0FXNBHV/POQoK8OinCRCU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dwEmMplSpvaQ3H8ghJufswXeBNuOPd4AgCEF4y0LfOlUr+aCwZbGsQ7XDcQCOGM0u jqKyI+7XkOcKahtfVMfyBQrzZmwLgBbLEOcE6wn4JwFCpgrKD60jU+8Pn3QZPyxYaV VZKV2kNAo1GVhggnerV2u+WimlxczAVEXezseXlc= Date: Fri, 14 Feb 2020 08:33:25 -0800 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Jiri Slaby , linux-serial@vger.kernel.org, Sebastian Andrzej Siewior , Tony Lindgren Subject: Re: [PATCH v2 0/8] serial: Disable DMA and PM on kernel console Message-ID: <20200214163325.GA3992427@kroah.com> References: <20200214114339.53897-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214114339.53897-1-andriy.shevchenko@linux.intel.com> Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Fri, Feb 14, 2020 at 01:43:31PM +0200, Andy Shevchenko wrote: > This is second attempt [1] to get rid of problematic DMA and PM calls > in the serial kernel console code. > > Kernel console is sensitive to any kind of complex work needed to print > out anything on it. One such case is emergency print during Oops. > > Patches 1-3 are preparatory ones. I've applied these first 3, as they are "obvious" :) I'll let others weigh in on the other patches here, as I'd like to see if Tony and others feel it solves their issues or not. thanks, greg k-h