From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 133CF3FCC for ; Mon, 6 Sep 2021 13:40:33 +0000 (UTC) Received: by mail-wm1-f51.google.com with SMTP id k20-20020a05600c0b5400b002e87ad6956eso4832615wmr.1 for ; Mon, 06 Sep 2021 06:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=h8fzMrlNfeqQ1V7Mw80vYgzWg31AUNU+8kCIzeOvUGI=; b=je2IdFXBFDkVDGrZ/5L/zJzOOgyE3lZrrMAc5jKis+ikQ4QzVyyH8H4n6ukkmh/xyk pzBXlWwfxhhK3/LZHDkYYY+Ucdx611532nvBAD5hyazba83gwOma33BsStXJTr1RtskT nS1EWS9FHclna4c1zy6fUHixoJHpZZde3J+wypLKKw8wDd/6sWMXB6Ei7vFiLfu6Ccht Fv3FgSmZ3hfi40JMHNWSKEIyqyefR+rZ+YAIv9Xgj9xsXZfTlEshG0sDKn+wewU/cNe6 vOkkVYqsEpUJB58rZ6GGDFzQEBzbAnBn+PPe1+KKA6TZvyUix0r8Wl95MxZYcoHTzbhn 1a/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=h8fzMrlNfeqQ1V7Mw80vYgzWg31AUNU+8kCIzeOvUGI=; b=qhZbM3nXwomlEvLeasBz11GynAgyn6Pr8tglcehGjdzvXH2s/SV59idNQnzppgJXTh HM1YqSjiC6hse2n93+bubrP2JzftJs0xOyeieas8zey3J4lD8LQnEMtXbBmXltglhkRl jlYh8Bo+Pu67i4QrZYhB2AM3+S5N4IHodf4FOvHTBOWyHW/I6+lLXIn1rddnRBuV2MHe PYnobIflOLT9VKrynzXNmmTb5rbqmmfV1mtfXLLzfr5RsPOzNWuBnVKvhZVVI58EBysn 8qAp9JBD/oPpUWRT2YZCjIFmGExwCIvM0z1H0ey5U7+zp+yIqW4ghOM+o0I0NSUsPljx rlpg== X-Gm-Message-State: AOAM530lezu2eGE+Sc7IhkOaNS4G22DZJ5dqJHsxBfb4Bf8pVEIBPdDb uLP7J6yubtZO1WvbVi/5za/rHQ== X-Google-Smtp-Source: ABdhPJxSZNMrd0jxUL99QDIGbL3HxtYqrJ/yXjYhWzUID0G4CuSLLXg2Je/UOA0ZVhX9lg36hyCAuw== X-Received: by 2002:a1c:28b:: with SMTP id 133mr11457428wmc.138.1630935632338; Mon, 06 Sep 2021 06:40:32 -0700 (PDT) Received: from Red ([2a01:cb1d:3d5:a100:264b:feff:fe03:2806]) by smtp.googlemail.com with ESMTPSA id d7sm7934372wrs.39.2021.09.06.06.40.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Sep 2021 06:40:32 -0700 (PDT) Date: Mon, 6 Sep 2021 15:40:30 +0200 From: LABBE Corentin To: Hans Verkuil Cc: gregkh@linuxfoundation.org, mchehab@kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, mjpeg-users@lists.sourceforge.net Subject: Re: [PATCH 6/8] staging: media: zoran: fusion all modules Message-ID: References: <20210903191540.3052775-1-clabbe@baylibre.com> <20210903191540.3052775-7-clabbe@baylibre.com> <9318ec41-d884-2c1a-1190-3a93c3f5a3fb@xs4all.nl> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9318ec41-d884-2c1a-1190-3a93c3f5a3fb@xs4all.nl> Le Mon, Sep 06, 2021 at 12:41:32PM +0200, Hans Verkuil a écrit : > On 03/09/2021 21:15, Corentin Labbe wrote: > > The zoran driver is split in many modules, but this lead to some > > problems. > > One of them is that load order is incorrect when everything is built-in. > > > > Having more than one module is useless, so fusion all zoran modules in > > one. > > After applying this patch I am no longer able to rmmod the module: it will > always report that it is in use. This is with a Miro DC30. > > So something is wrong with refcounting. > > I do like the idea of merging all these modules, but it needs a bit more > testing. > > Regards, > > Hans > Hello I am sorry, I was sure to have successfully removed the zoran module a couple of time with my DC10. Anyway I just acquired a DC30, so I will test it also (even if I believe that model should not change anything). Regards