Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp182995pxx; Wed, 28 Oct 2020 01:58:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxgSyYvkFRlcA62H+Ruu2YajuekFp2XwRzQp0IZnoBcO8AdvTYpdlr7K8TGiX6hkkCxFzW/ X-Received: by 2002:a17:906:a090:: with SMTP id q16mr2063206ejy.220.1603875483212; Wed, 28 Oct 2020 01:58:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603875483; cv=none; d=google.com; s=arc-20160816; b=gOw49vxIXJ5OtJEHDX9Tn12ft7VYh4HPdRxL5UIkcOQWUR56V4CHKD3dFNNAva/WFI 1LRmcYmgCKvkgIXqhtH5Rg6yugubkRGVjgfrBSnaLaxfbV6SiRpw+zc54bdtoLqCkC+U wejQqpSnP4QGfAJg84DCvk2NW4a/a1zIWnvR49jpyYwkAahz2Selq89uGEhL2LmihVdT InwDxWTA2+1jhM6cioSev785Tjp0cX15NFIYF+NHumvH4LCCX4+U9La9OCjF/XaJ4aZQ OkAWV6SeVHz2uE/y2rHVluTagL/7/FllApcl2DLfCzm1ydPcxKaMRz6Cx4x+Y8L+9e1p qK+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=hp6DNEWJZYDvKU76dESnbpOsHr5g2NgM1R4tq8iw2X4=; b=xIOuibV3oTLrnl6smbeEIrS6reGvbbq7cE8BxbZsn5BR3lfZ65O2aDLYeWH1bsroIu pb4LUVwWkeDDAX1PnsEzhZFibMo4BiCFY71xr2mPtkLOi3VIkg5eDCMFbFklz9rheP76 uV2BfhUNmzQxtsnWHSn5isymBbSIH0Tv6vnJXbSHNQPl0qYBjzAk6vxhoNhxBtKYRipp N3lTOmYkmEHMAGHp/JNLL62GvI9U/1pVnWEdOuZhQbuUvUuCihTj45cXKXuLXmqx3Fg5 1TXKvenXQP0UC4SaLXny5XXCbT7tXeio0w/XUoaxvr98X1aACNnFoWHhqbHZoA5gBFGB VIpw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="TWJ6i/MY"; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x26si2664388eds.99.2020.10.28.01.57.41; Wed, 28 Oct 2020 01:58:03 -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; dkim=pass header.i=@kernel.org header.s=default header.b="TWJ6i/MY"; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756630AbgJ0OOl (ORCPT + 99 others); Tue, 27 Oct 2020 10:14:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:59392 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755582AbgJ0OKa (ORCPT ); Tue, 27 Oct 2020 10:10:30 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 31D2C2072D; Tue, 27 Oct 2020 14:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603807829; bh=l8K4TD6xszqs05CgqhSK96Mtk0Jyenp1xZxIL67tMP4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TWJ6i/MYI1ua0jTY/6Y72aV13s6Hwh+ugrrETomstL37TXZDX4Jr547G37Xnmg54B QEs9KdHhTAJM9ls3AsVVDlDOZ2KJqFacWiAmLLvarEfzIag/XnRPPePwB0isJjOtA/ Da1W1Z+kapdVnBvZ94bFI/Ct3NqySkZnIVSwM1Zo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tyrel Datwyler , Sasha Levin Subject: [PATCH 4.14 056/191] tty: hvcs: Dont NULL tty->driver_data until hvcs_cleanup() Date: Tue, 27 Oct 2020 14:48:31 +0100 Message-Id: <20201027134912.428757015@linuxfoundation.org> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201027134909.701581493@linuxfoundation.org> References: <20201027134909.701581493@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tyrel Datwyler [ Upstream commit 63ffcbdad738e3d1c857027789a2273df3337624 ] The code currently NULLs tty->driver_data in hvcs_close() with the intent of informing the next call to hvcs_open() that device needs to be reconfigured. However, when hvcs_cleanup() is called we copy hvcsd from tty->driver_data which was previoulsy NULLed by hvcs_close() and our call to tty_port_put(&hvcsd->port) doesn't actually do anything since &hvcsd->port ends up translating to NULL by chance. This has the side effect that when hvcs_remove() is called we have one too many port references preventing hvcs_destuct_port() from ever being called. This also prevents us from reusing the /dev/hvcsX node in a future hvcs_probe() and we can eventually run out of /dev/hvcsX devices. Fix this by waiting to NULL tty->driver_data in hvcs_cleanup(). Fixes: 27bf7c43a19c ("TTY: hvcs, add tty install") Signed-off-by: Tyrel Datwyler Link: https://lore.kernel.org/r/20200820234643.70412-1-tyreld@linux.ibm.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/tty/hvc/hvcs.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c index 63c29fe9d21f1..f77d7f39c113c 100644 --- a/drivers/tty/hvc/hvcs.c +++ b/drivers/tty/hvc/hvcs.c @@ -1231,13 +1231,6 @@ static void hvcs_close(struct tty_struct *tty, struct file *filp) tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); - /* - * This line is important because it tells hvcs_open that this - * device needs to be re-configured the next time hvcs_open is - * called. - */ - tty->driver_data = NULL; - free_irq(irq, hvcsd); return; } else if (hvcsd->port.count < 0) { @@ -1252,6 +1245,13 @@ static void hvcs_cleanup(struct tty_struct * tty) { struct hvcs_struct *hvcsd = tty->driver_data; + /* + * This line is important because it tells hvcs_open that this + * device needs to be re-configured the next time hvcs_open is + * called. + */ + tty->driver_data = NULL; + tty_port_put(&hvcsd->port); } -- 2.25.1