On Wed, Feb 18, 2026 at 11:26:00AM +0100, Bartosz Golaszewski wrote: > On Fri, Feb 13, 2026 at 10:31 AM Tzung-Bi Shih <[email protected]> wrote: > > > > This series transitions the UAF prevention logic within the GPIO core > > (gpiolib) to use the 'revocable' mechanism. > > > > The existing code aims to prevent UAF issues when the underlying GPIO > > chip is removed. This series replaces that custom logic with the > > generic 'revocable' API, which is designed to handle such lifecycle > > dependencies. There should be no changes in behavior. > > > > Patches 1-6 look good to me, I think they should go into linux-next > after v7.0-rc1 is tagged to lessen the burden on the subsequent > revocable work.
Separated, rebased to v7.0-rc1, and addressed comments for the first 6 patches: https://lore.kernel.org/all/[email protected]

