Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1724685ybt; Thu, 2 Jul 2020 12:14:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPwZRn9SKijfcMUh/jLDhX6ILV366ROahChBI8hRol/8rS2WnAGeKwD5WeUDF9rf8IOSYA X-Received: by 2002:a17:906:6004:: with SMTP id o4mr29476235ejj.411.1593717250516; Thu, 02 Jul 2020 12:14:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593717250; cv=none; d=google.com; s=arc-20160816; b=STcs02ZZUow7c4L/Gn5iLDORBDj+ESZBcwDgqRs8SYIsfjGktRiB59FjNK07M5J0VO Lm6X1J4VQY8PgDAWNaOKN34795W2o1vLXrYmdW0cpeE8Kmaa8pHKZ4zqfh0TgR7UEeeh RCcUB5DxTe3IRP40Ecq3DTtFgho4nJhVstkHpXyZ4sGWyldPiFwK3+LF70+crufFo66C qHhqNvb8MNY4A3ZbxojCTPdFh9UHxtbw0Eyz1UvgPGuaHSERB+Rfmqq2mENSiMjmq0y6 N8LacNpxQP4+gZkk1MeXbE8qLcLk058NzJYfH9SlJBdwSVpiCuaOb6A+KNkz6SL2UZIV qbzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=zMhmmWbnIxNh9kfUfqz0INPeGSklF0lRiUpz3lTT9u4=; b=Lwqa4IgEy2kqr1P6i6gBPTB9e3pIvAD9IO1dCzE8Sb8pU++UqtGMsBSttnwVlc5xun GHNz0Uj8Zm2OBr8hntaqll6IzLf/eE0UmODr9BVyLPSZzwnuPx5+srBCYKZDjJq9boPj zF6sDrOI5O+6nU8fFheSproTdFdCQOfZ5q/+UvdSlwkEKG80pz/XrB1/pdyONaAlAZsJ XbOVWFTjRDuv3ZXmDJp6/sevHWk6hl+BEFOuQvrmD/R0SHmqvooSVy99FNZk0TE0zYMD NnWIpBq9SMvgrX1TzjR+cbKyoVftHaFQynGdar30VFz7kDPTa7mAjkry+DrPOtF7ow6j wFnw== 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 j22si6298129ejv.451.2020.07.02.12.13.47; Thu, 02 Jul 2020 12:14:10 -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 S1726108AbgGBTLV (ORCPT + 99 others); Thu, 2 Jul 2020 15:11:21 -0400 Received: from muru.com ([72.249.23.125]:60502 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725937AbgGBTLV (ORCPT ); Thu, 2 Jul 2020 15:11:21 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7543A8062; Thu, 2 Jul 2020 19:12:13 +0000 (UTC) Date: Thu, 2 Jul 2020 12:11:18 -0700 From: Tony Lindgren To: Suman Anna Cc: linux-omap@vger.kernel.org, "Andrew F . Davis" , Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Grygorii Strashko , Keerthy , Nishanth Menon , Peter Ujfalusi , Roger Quadros , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] bus: ti-sysc: Fix wakeirq sleeping function called from invalid context Message-ID: <20200702191118.GP37466@atomide.com> References: <20200702174929.26506-1-tony@atomide.com> <434eff2e-bc7f-84ee-0980-769915cefffb@ti.com> <20200702190249.GO37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200702190249.GO37466@atomide.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [200702 19:03]: > * Suman Anna [200702 18:01]: > > Hi Tony, > > > > On 7/2/20 12:49 PM, Tony Lindgren wrote: > > > With CONFIG_DEBUG_ATOMIC_SLEEP enabled we can see the following with > > > wakeirqs and serial console idled: > > > > Which devices are these? I have one patch from Tero fixing similar errors in > > OMAP IOMMU driver. Will post that either today or tomorrow. > > I noticed this testing Andy Schevchenko's pending generic serial PM > patches. It happens on any omap variant with kernel serial console > detached and uart idled. Then just wait for the autosuspend timeout > to expire and type a character on the serial console :) And BTW, Andy's series involves the removal of pm_runtime_irq_safe() from the serial drivers that we still have. So this won't trigger currently with the uart. But the issue could trigger with other drivers though. Regards, Tony