From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BFA80288B1; Fri, 16 Jan 2026 15:17:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768576652; cv=none; b=Zqa+GyQOw8SOLbzpjdOxIyDlqj5qS1UNVBJ6NG126vJc/qYL5Bw9C1KyfFfeSYUwhId2616YvOqpQ9iKog7fi53O/bTFkiqryabKZoFE3gDKIGUl2hwNuJdSwQ2RZTZigMknzHDF5KJTRymJjM17XwKwDitH6XYzsMq+2JQ5AZI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768576652; c=relaxed/simple; bh=BB7e2YHYn06NQdt++Wms3BC8JGMNNsCGREOc+mDWWps=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KM0QF9FYmeOflBReQuE/xaT47ixHPDwcvSwOUN/DDlJYyJ9ccDMYrkvvGHO63FBOAfZ6CiNRSbBjsL3iWsBnYXskJrIJpc7K0sdpgYNECZa17aoHiHfh+ksMOzgFW3yuCMV9sRFyCMZgCG57GY5JLC8Qmu90S2ZFQWw+CymGFr8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nuiny6yU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nuiny6yU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E493EC19421; Fri, 16 Jan 2026 15:17:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768576652; bh=BB7e2YHYn06NQdt++Wms3BC8JGMNNsCGREOc+mDWWps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nuiny6yUcOktCJoL/bpaAAkgkZ2YzPBJd43zBlFxqCwvqB7iCXtPgbdzNNEisHFHF 8PD4g6HVr+lBWruFk5OJRaxWp/1FsWEvGLoSR9CsPMx7azyWytpo8uyTiFTJ8wUO1r EZ6osAppW2DDeHQQLFZwgaDjFJ+TvcYOxgA8Ff1s= Date: Fri, 16 Jan 2026 16:17:29 +0100 From: Greg Kroah-Hartman To: Tzung-Bi Shih Cc: Benson Leung , "Rafael J . Wysocki" , Danilo Krummrich , Bartosz Golaszewski , Linus Walleij , Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, linux-kselftest@vger.kernel.org, Laurent Pinchart , Wolfram Sang , Simona Vetter , Dan Williams , Jason Gunthorpe , linux-gpio@vger.kernel.org Subject: Re: [PATCH v7 0/3] drivers/base: Introduce revocable Message-ID: <2026011607-canister-catalyst-9fdd@gregkh> References: <20260116080235.350305-1-tzungbi@kernel.org> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260116080235.350305-1-tzungbi@kernel.org> On Fri, Jan 16, 2026 at 08:02:32AM +0000, Tzung-Bi Shih wrote: > The series is separated from [1] to show the independency and compare > potential use cases easier. This is the revocable core part. Use cases > are in other series. > > The 1st patch introduces the revocable which is an implementation of ideas > from the talk [2]. > > The 2nd and 3rd patches add test cases for revocable in Kunit and selftest. > > [1] https://lore.kernel.org/chrome-platform/20251016054204.1523139-1-tzungbi@kernel.org > [2] https://lpc.events/event/17/contributions/1627/ > > v7: > - Rebase onto next-20260115. Thanks for sticking with this, I've queued this up in the driver-core testing branch for now, thanks! greg k-h