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.8 required=3.0 tests=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 32DB1C54FD0 for ; Thu, 23 Apr 2020 16:21:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9F9A20CC7 for ; Thu, 23 Apr 2020 16:21:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729610AbgDWQVS (ORCPT ); Thu, 23 Apr 2020 12:21:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729453AbgDWQVR (ORCPT ); Thu, 23 Apr 2020 12:21:17 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6772FC09B041; Thu, 23 Apr 2020 09:21:17 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jRebD-0001Ds-C7; Thu, 23 Apr 2020 18:21:15 +0200 Date: Thu, 23 Apr 2020 18:21:15 +0200 From: Sebastian Andrzej Siewior To: Jiri Kosina Cc: Thomas Gleixner , LKML , linux-rt-users , Steven Rostedt , Frederic Weisbecker , Matt Fleming , Daniel Wagner Subject: Re: [PATCH RT] Revert "rt: Improve the serial console PASS_LIMIT" Message-ID: <20200423162115.ftjb5pb2diqekddz@linutronix.de> References: <20200330144712.cwcz5ejal4ankeoi@linutronix.de> <20200423104559.rgplz6rqk6sg4kz7@linutronix.de> <20200423160707.hqt5wjinzcec2yig@linutronix.de> <20200423162004.ogbhgrkiwaphhh2r@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200423162004.ogbhgrkiwaphhh2r@linutronix.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-04-23 18:20:04 [+0200], To Jiri Kosina wrote: > There is no need to loop for longer. The message of too much work was > removed in commit > 9d7c249a1ef9b ("serial: 8250: drop the printk from serial8250_interrupt()") > This of course does not explain why the edge interrupt is constantly active but one step at a time. Sebastian