Received: by 10.213.65.68 with SMTP id h4csp527474imn; Fri, 16 Mar 2018 10:27:05 -0700 (PDT) X-Google-Smtp-Source: AG47ELvMnK/duHDKQO6l7W8j7IeBKF81tOnJ/S9yVzO06dDYQKXfNE+shRL+KNxEDpx+nRJMV4UL X-Received: by 10.98.58.129 with SMTP id v1mr2213602pfj.203.1521221225097; Fri, 16 Mar 2018 10:27:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521221225; cv=none; d=google.com; s=arc-20160816; b=CqEFDtET1ZQzlR4PuvYbC1QzDFw+ZHq5FHE59JmWWZLoxCboT7afDMlxY/SSj/Vajy Q4fPc4cSIEaZ5q4m1y5V/KuOK8MZnHMMywtcYo3qGxtODI3FMKkgQiZ4k2VrTOwtD5du 5e6eJoeGhMXviSYoZMXfavnSnraAJrO/rL6fqP11cc1es6BZOOCMxC1CTQeWn9bcWSVq uWWE5+3ZPDOLdZwmiDrIqbPvbvVKOGi03ShOOxe5Mcw7kG+1MBQnGk1np/45Mt0SoMSx /kYSVQEnR0+htpE4XizuFJjdXP5TfwHA1Y9alHtiW9BCPHhueS73em6bXptiMLIiDXCY N6XA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=LPNFr0fDLjPXQ2iWig8SEQ6rGDqqkIqbmmnZpNggcug=; b=nEs75jPSDmEW4a5jX3rM8jVxEwvbPaNIB6aVZi1hmDm29EdhxJTUqohoVR6vT5DvNM QbkyHIw90NBjuIvmzqmUm6WEmcVkZM9eKRCSlzW0lf98xE8GJ0+z/Vvk1FcVlnyh0Xff AadvvN2EKdjWxoyEnYv4p/o4NurvtgbCc/9YZMbchYu6IIuN5HE0JIq59+1DdKLB9WL1 OJ+YFq6Vyzk3wsoHYz2E5+etVUW5UYOANeafJ+fVhN2Vlv1BokgEJHNUDv7/78hZt4Jg NkR5ycOjY4662H8O4j4VaVX6Dbs3kp70xhYbVaDEwOCgVwgyAfuKOxAb296pg9YYqKUw Q4+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f6si318627pgq.39.2018.03.16.10.26.50; Fri, 16 Mar 2018 10:27:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932953AbeCPP26 (ORCPT + 99 others); Fri, 16 Mar 2018 11:28:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754343AbeCPP2w (ORCPT ); Fri, 16 Mar 2018 11:28:52 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6DDEDC8A; Fri, 16 Mar 2018 15:28:51 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Yoshihiro Shimoda , Ulrich Hecht , Geert Uytterhoeven , Nguyen Viet Dung Subject: [PATCH 4.4 52/63] serial: sh-sci: prevent lockup on full TTY buffers Date: Fri, 16 Mar 2018 16:23:24 +0100 Message-Id: <20180316152305.709565664@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180316152259.964532775@linuxfoundation.org> References: <20180316152259.964532775@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ulrich Hecht commit 7842055bfce4bf0170d0f61df8b2add8399697be upstream. When the TTY buffers fill up to the configured maximum, a system lockup occurs: [ 598.820128] INFO: rcu_preempt detected stalls on CPUs/tasks: [ 598.825796] 0-...!: (1 GPs behind) idle=5a6/2/0 softirq=1974/1974 fqs=1 [ 598.832577] (detected by 3, t=62517 jiffies, g=296, c=295, q=126) [ 598.838755] Task dump for CPU 0: [ 598.841977] swapper/0 R running task 0 0 0 0x00000022 [ 598.849023] Call trace: [ 598.851476] __switch_to+0x98/0xb0 [ 598.854870] (null) This can be prevented by doing a dummy read of the RX data register. This issue affects both HSCIF and SCIF ports. Reported for R-Car H3 ES2.0; reproduced and fixed on H3 ES1.1. Probably affects other R-Car platforms as well. Reported-by: Yoshihiro Shimoda Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven Cc: stable Tested-by: Nguyen Viet Dung Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/sh-sci.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -847,6 +847,8 @@ static void sci_receive_chars(struct uar /* Tell the rest of the system the news. New characters! */ tty_flip_buffer_push(tport); } else { + /* TTY buffers full; read from RX reg to prevent lockup */ + serial_port_in(port, SCxRDR); serial_port_in(port, SCxSR); /* dummy read */ sci_clear_SCxSR(port, SCxSR_RDxF_CLEAR(port)); }