Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1184824ybf; Thu, 27 Feb 2020 06:29:12 -0800 (PST) X-Google-Smtp-Source: APXvYqyRS9rgFBhhy50NgLnlxrTKYQH9HNfFgi53T91KgI2t9oBKkWE7INCuJBrU5XZ/xVMHj27d X-Received: by 2002:a05:6830:1690:: with SMTP id k16mr3277738otr.79.1582813752155; Thu, 27 Feb 2020 06:29:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582813752; cv=none; d=google.com; s=arc-20160816; b=c6LJEEFRkoytIMAYagDjyBzCOj8R0kLYihrm5kwvbMzhmxq3kxCkkFif5B5MqGZJA4 go1ZARQLuQFAqQXZnGbB2A0MVh5ojg/FNSKcA5+JR/ABOAwHC+FAxZy5JMij1BHUwib6 87dPCGlunHSUQmHgt0y5MYYBJaLcqEa2uUYdfImstA+HT1VW4VATuHA826WJDdZtJJOS ErrrRJJnfQJ+URLk7vqokwk6AvtH2YAkGqY+4j4AfM6YLl9ZQCOX5ZxAmaJt+dX8RXM9 xT0L4JvgARMep0S5MuGxkLH1R6Q3BMOluBQVrxqFsXgKqEsPnGCbPnSB1N2Ys2mWcaeR DDnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=EqD3P3JVHpmq83jTOcIFHVMBYgYDAlBWK/s6fIF/+7A=; b=i7Z1e6ylWPv++dAtP9NqZ1AU0qGpSHoIsu8EldJwJD3+pl42gyytDwUyhDJAEce27R +iyysrBzXRHWCsRh93/dGYVMirn1xG4ZBZD0FGAYkIH3Os4KandOQTDHHpgrn5NN4RNl ag32Y/XjTf9v2R0cQWw0OaP+XH/GisYMjMvwRHA1/R7wc/rsKcYJAbNPQmqkSKphYlAF OUUnM7IvKLLKfanUGHJf1wQToH5w3f0/qZvnzOTixk4j1/g6WSyDDvhX7zELuIEn6txA YenvEMdskn2wo8KXYPriY+MHgImMaynRtNIjcgrteMF/VGzGbduineqhxRSVojLzrxxV +IxA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=YYGnjdSd; 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 d12si1538779otc.307.2020.02.27.06.28.59; Thu, 27 Feb 2020 06:29:12 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=YYGnjdSd; 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 S2387727AbgB0OJQ (ORCPT + 99 others); Thu, 27 Feb 2020 09:09:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:47064 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388311AbgB0OJK (ORCPT ); Thu, 27 Feb 2020 09:09:10 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 8192E24656; Thu, 27 Feb 2020 14:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582812549; bh=kUKSzHdRRHXlQaZVmuHIoD/S65nhOWHRv5mf2gtz24U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YYGnjdSdEDs+yfquiP/T7IL7Lc0ZQyZLcNtmufrTms4+e4x9FAOduO367FpUrPq/H t0PKm4/RRlbJFVh5LU14S4YVr7/8WfjNmga0NqzKQudjhBZXA8m4YK4v8iRLvbPXjW 0qlcg7X+kdxdX7qkYGYmi9ZNYqCJde8VEGx/xeLE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Loic Poulain , Johan Hovold Subject: [PATCH 5.4 059/135] serdev: ttyport: restore client ops on deregistration Date: Thu, 27 Feb 2020 14:36:39 +0100 Message-Id: <20200227132237.907077913@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200227132228.710492098@linuxfoundation.org> References: <20200227132228.710492098@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Johan Hovold commit 0c5aae59270fb1f827acce182786094c9ccf598e upstream. The serdev tty-port controller driver should reset the tty-port client operations also on deregistration to avoid a NULL-pointer dereference in case the port is later re-registered as a normal tty device. Note that this can only happen with tty drivers such as 8250 which have statically allocated port structures that can end up being reused and where a later registration would not register a serdev controller (e.g. due to registration errors or if the devicetree has been changed in between). Specifically, this can be an issue for any statically defined ports that would be registered by 8250 core when an 8250 driver is being unbound. Fixes: bed35c6dfa6a ("serdev: add a tty port controller driver") Cc: stable # 4.11 Reported-by: Loic Poulain Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20200210145730.22762-1-johan@kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serdev/serdev-ttyport.c | 6 ++---- drivers/tty/tty_port.c | 5 +++-- include/linux/tty.h | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) --- a/drivers/tty/serdev/serdev-ttyport.c +++ b/drivers/tty/serdev/serdev-ttyport.c @@ -265,7 +265,6 @@ struct device *serdev_tty_port_register( struct device *parent, struct tty_driver *drv, int idx) { - const struct tty_port_client_operations *old_ops; struct serdev_controller *ctrl; struct serport *serport; int ret; @@ -284,7 +283,6 @@ struct device *serdev_tty_port_register( ctrl->ops = &ctrl_ops; - old_ops = port->client_ops; port->client_ops = &client_ops; port->client_data = ctrl; @@ -297,7 +295,7 @@ struct device *serdev_tty_port_register( err_reset_data: port->client_data = NULL; - port->client_ops = old_ops; + port->client_ops = &tty_port_default_client_ops; serdev_controller_put(ctrl); return ERR_PTR(ret); @@ -312,8 +310,8 @@ int serdev_tty_port_unregister(struct tt return -ENODEV; serdev_controller_remove(ctrl); - port->client_ops = NULL; port->client_data = NULL; + port->client_ops = &tty_port_default_client_ops; serdev_controller_put(ctrl); return 0; --- a/drivers/tty/tty_port.c +++ b/drivers/tty/tty_port.c @@ -52,10 +52,11 @@ static void tty_port_default_wakeup(stru } } -static const struct tty_port_client_operations default_client_ops = { +const struct tty_port_client_operations tty_port_default_client_ops = { .receive_buf = tty_port_default_receive_buf, .write_wakeup = tty_port_default_wakeup, }; +EXPORT_SYMBOL_GPL(tty_port_default_client_ops); void tty_port_init(struct tty_port *port) { @@ -68,7 +69,7 @@ void tty_port_init(struct tty_port *port spin_lock_init(&port->lock); port->close_delay = (50 * HZ) / 100; port->closing_wait = (3000 * HZ) / 100; - port->client_ops = &default_client_ops; + port->client_ops = &tty_port_default_client_ops; kref_init(&port->kref); } EXPORT_SYMBOL(tty_port_init); --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -225,6 +225,8 @@ struct tty_port_client_operations { void (*write_wakeup)(struct tty_port *port); }; +extern const struct tty_port_client_operations tty_port_default_client_ops; + struct tty_port { struct tty_bufhead buf; /* Locked internally */ struct tty_struct *tty; /* Back pointer */