Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp23590ybp; Thu, 3 Oct 2019 09:38:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqznBz1MSnLIxIVJ5oi64QYYng2GPO7F8Y7mJjWKZ3Iwkuu4SIC3no1q37d5rZ7oYqnl97fb X-Received: by 2002:a50:98c6:: with SMTP id j64mr10609949edb.34.1570120734013; Thu, 03 Oct 2019 09:38:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570120734; cv=none; d=google.com; s=arc-20160816; b=eAMXPqHCGrXe7fF+ceg1tNwTwGWUCGWC7xJN0YfxGNO8Q8dE4piFVIIqglQLXv/uUS ehtAlW3wa+tEMBurjZt83GfdiOD9Wd59UpSbIOucJa3Gq8xQRZPAPsggR4XYUQZawD5j izQVrPmvk1riLHSsZ/Io/tMMRZ0EsLGVLUKoF+pTUFjAHZWOdzRytlTfwU+/dSz/6DkL Is+r/dePQf+hIdwp6tUxO2+KtdwegHLN4gyB+bCYgnfdwnWSylko3GPwf6KNfq9oufqs T97W1eaZuJjd/wUJDZhRIgYDV8F1hfrLQFklq1qy+KR607EHC+Ee7c65SpUlJwHdHaXE LLvA== 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=N9azd5mur+/EDKPw6lFppY3BpD3PWJ7DNldedf2r5o0=; b=ejVX8JIKJVtXasndDcjOgx1tEA1XQKjXsWFU8ra3d3bRD5+aNRkcLrI9ji9JwTVzDa mvUzCAiTi7GRcBlh4H5STMziPe3Bl+WnxJnPuciLwkq6cuM2+d2Yw29V1H6v3lBkd+eE 4coZVk5MV7e5tDAZRRDOEJUd5P4w6znVrWalSyLQ8XQA9eRVUzr+sU/CNxCI7vx0mLaU SgwF2YYSbpzqf1ep6E9UVcG0uZ2uNJufHdEP2gne4xZhvAa+i1CLfaTsRLPSSXTuI0UX 65I6ESdXsRLt/StCpKjWO23+iQ/m0guNfSYpzigmAkwbez5wiSRKjAM9IBq8swlpfFoR eEKw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xDzgNUkR; 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 x30si1828314edi.351.2019.10.03.09.38.29; Thu, 03 Oct 2019 09:38:53 -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; dkim=pass header.i=@kernel.org header.s=default header.b=xDzgNUkR; 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 S2404485AbfJCQgw (ORCPT + 99 others); Thu, 3 Oct 2019 12:36:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:46074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404472AbfJCQgs (ORCPT ); Thu, 3 Oct 2019 12:36:48 -0400 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 7C6A32070B; Thu, 3 Oct 2019 16:36:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570120608; bh=eWEvCVg3wCcSWm4Eo/WgV+HNSy43PDfiVqy2M5m3Wfg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xDzgNUkR0meLqxrTyvpIVkoOwAYuo7KQtkhb3ACr9FP/Rdp/mgIFeu8jtP9UP5VWc piGBGP1l9SlnXYnZWjZ50OrCMZf6hXa3Sl679F6WL+qqNAHL0JMjGOJSydMlUW5Zem Elten4HmY6lXzvaHl6qHU+BRnWl2FO9L/h80c/B8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Max Kellermann , Wolfgang Rohdewald , Arnd Bergmann , Sean Young , Mauro Carvalho Chehab Subject: [PATCH 5.2 247/313] media: dont drop front-end reference count for ->detach Date: Thu, 3 Oct 2019 17:53:45 +0200 Message-Id: <20191003154557.370657877@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191003154533.590915454@linuxfoundation.org> References: <20191003154533.590915454@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: Arnd Bergmann commit 14e3cdbb00a885eedc95c0cf8eda8fe28d26d6b4 upstream. A bugfix introduce a link failure in configurations without CONFIG_MODULES: In file included from drivers/media/usb/dvb-usb/pctv452e.c:20:0: drivers/media/usb/dvb-usb/pctv452e.c: In function 'pctv452e_frontend_attach': drivers/media/dvb-frontends/stb0899_drv.h:151:36: error: weak declaration of 'stb0899_attach' being applied to a already existing, static definition The problem is that the !IS_REACHABLE() declaration of stb0899_attach() is a 'static inline' definition that clashes with the weak definition. I further observed that the bugfix was only done for one of the five users of stb0899_attach(), the other four still have the problem. This reverts the bugfix and instead addresses the problem by not dropping the reference count when calling '->detach()', instead we call this function directly in dvb_frontend_put() before dropping the kref on the front-end. I first submitted this in early 2018, and after some discussion it was apparently discarded. While there is a long-term plan in place, that plan is obviously not nearing completion yet, and the current kernel is still broken unless this patch is applied. Link: https://patchwork.kernel.org/patch/10140175/ Link: https://patchwork.linuxtv.org/patch/54831/ Cc: Max Kellermann Cc: Wolfgang Rohdewald Cc: stable@vger.kernel.org Fixes: f686c14364ad ("[media] stb0899: move code to "detach" callback") Fixes: 6cdeaed3b142 ("media: dvb_usb_pctv452e: module refcount changes were unbalanced") Signed-off-by: Arnd Bergmann Signed-off-by: Sean Young Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- drivers/media/dvb-core/dvb_frontend.c | 4 +++- drivers/media/usb/dvb-usb/pctv452e.c | 8 -------- 2 files changed, 3 insertions(+), 9 deletions(-) --- a/drivers/media/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb-core/dvb_frontend.c @@ -152,6 +152,9 @@ static void dvb_frontend_free(struct kre static void dvb_frontend_put(struct dvb_frontend *fe) { + /* call detach before dropping the reference count */ + if (fe->ops.detach) + fe->ops.detach(fe); /* * Check if the frontend was registered, as otherwise * kref was not initialized yet. @@ -3026,7 +3029,6 @@ void dvb_frontend_detach(struct dvb_fron dvb_frontend_invoke_release(fe, fe->ops.release_sec); dvb_frontend_invoke_release(fe, fe->ops.tuner_ops.release); dvb_frontend_invoke_release(fe, fe->ops.analog_ops.release); - dvb_frontend_invoke_release(fe, fe->ops.detach); dvb_frontend_put(fe); } EXPORT_SYMBOL(dvb_frontend_detach); --- a/drivers/media/usb/dvb-usb/pctv452e.c +++ b/drivers/media/usb/dvb-usb/pctv452e.c @@ -909,14 +909,6 @@ static int pctv452e_frontend_attach(stru &a->dev->i2c_adap); if (!a->fe_adap[0].fe) return -ENODEV; - - /* - * dvb_frontend will call dvb_detach for both stb0899_detach - * and stb0899_release but we only do dvb_attach(stb0899_attach). - * Increment the module refcount instead. - */ - symbol_get(stb0899_attach); - if ((dvb_attach(lnbp22_attach, a->fe_adap[0].fe, &a->dev->i2c_adap)) == NULL) err("Cannot attach lnbp22\n");