From: Kent Gibson <warthog618@gmail.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: Re: [libgpiod v1.6.x][PATCH] tests: mockup: unbind mockup devices before unloading the module
Date: Thu, 24 Aug 2023 15:36:20 +0800 [thread overview]
Message-ID: <ZOcIdHVgK1ffzFMb@sol> (raw)
In-Reply-To: <CAMRc=MdoZJbiNUbdO6VOzS7NJTJtbmD1uoywa7+iWjeoy+RecQ@mail.gmail.com>
On Thu, Aug 24, 2023 at 09:32:06AM +0200, Bartosz Golaszewski wrote:
> On Tue, Aug 22, 2023 at 9:08 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > On Tue, Aug 22, 2023 at 2:21 AM Kent Gibson <warthog618@gmail.com> wrote:
> > >
> > > On Mon, Aug 21, 2023 at 05:33:39PM +0200, Bartosz Golaszewski wrote:
> > > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > > >
> > > > gpio-mockup relies on the GPIO devices being registered in module's __init
> > > > function and them being unregistered in __exit. This works with the GPIO
> > > > subsystem as it only takes a reference to the underlying owner module when
> > > > a GPIO descriptor is requested and not when the GPIO device is
> > > > instantiated.
> > > >
> > > > This behavior may change in the future in the kernel so make the behavior
> > > > of libgpiomockup more correct and have it unbind all mockup devices over
> > > > sysfs before unloading the module.
> > > >
> > >
> > > Never knew that unbinding was even an option.
> > > Maybe update gpio-mockup's documentation?
> > >
> >
> > Yeah, I might once we agree on that reference counting patch.
> >
> > > Just clarifying what the potential impact of the existing libgpiomockup
> > > behaviour and future kernel behaviour is - the kernel may log errors but
> > > otherwise correctly handle userspace unloading behaving badly?
> > > So this patch is pre-emptory noise reduction?
> > >
> >
> > No, it's a bug-fix-in-advance. gpio-mockup will fail to unload (until
> > we unbind all devices anyway) if we couple the module's reference with
> > struct gpio_device. So will every driver that registers devices from
> > its module_init() function and tears them down in module_exit(). But
> > these drivers are wrong to do so in the first place and unloading them
> > sound like a rare thing to do anyway, so I'm willing to give it a try.
> >
> > Bartosz
>
> So what do you think Kent? Does it make sense to have it in v1.6? I
> would need to make a new bugfix release but I have something else
> queued anyway.
>
If the plan is to change the kernel such that it will no longer unload
modules with bound devices then the patch totally makes sense.
Cheers,
Kent.
next prev parent reply other threads:[~2023-08-24 7:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-21 15:33 [libgpiod v1.6.x][PATCH] tests: mockup: unbind mockup devices before unloading the module Bartosz Golaszewski
2023-08-22 0:21 ` Kent Gibson
2023-08-22 7:08 ` Bartosz Golaszewski
2023-08-24 7:32 ` Bartosz Golaszewski
2023-08-24 7:36 ` Kent Gibson [this message]
2023-08-24 7:39 ` Bartosz Golaszewski
2023-08-24 8:46 ` Linus Walleij
2023-08-24 9:12 ` Bartosz Golaszewski
2023-08-24 8:47 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZOcIdHVgK1ffzFMb@sol \
--to=warthog618@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox