Message ID | 3982b2a6-975e-40d2-bf02-2155e5c36c14@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | i2c: Replace lists of special clients with flagging of such clients | expand |
On Thu, Aug 22, 2024 at 09:45:37PM +0200, Heiner Kallweit wrote: > So far lists are used to track special clients, i.e. auto-detected and > userspace-created clients. The same functionality can be achieved much > simpler by flagging such clients. This looks promising and I like the idea from a high-level perspective. Need to dive into the details. However, I think this is 6.13 material. I want to let it cook in linux-next for a full cycle.
On 01.09.2024 11:30, Wolfram Sang wrote: > On Thu, Aug 22, 2024 at 09:45:37PM +0200, Heiner Kallweit wrote: >> So far lists are used to track special clients, i.e. auto-detected and >> userspace-created clients. The same functionality can be achieved much >> simpler by flagging such clients. > > This looks promising and I like the idea from a high-level perspective. > Need to dive into the details. However, I think this is 6.13 material. I > want to let it cook in linux-next for a full cycle. > Fine with me.
On 01.09.2024 11:30, Wolfram Sang wrote: > On Thu, Aug 22, 2024 at 09:45:37PM +0200, Heiner Kallweit wrote: >> So far lists are used to track special clients, i.e. auto-detected and >> userspace-created clients. The same functionality can be achieved much >> simpler by flagging such clients. > > This looks promising and I like the idea from a high-level perspective. > Need to dive into the details. However, I think this is 6.13 material. I > want to let it cook in linux-next for a full cycle. > Now that 6.12-rc1 is out: Are you going to push this to linux-next?
> Now that 6.12-rc1 is out: Are you going to push this to linux-next?
Yes, hopefully this week.
> Yes, hopefully this week.
Reviewing and testing now. What tests did you run?
On 08.10.2024 10:43, Wolfram Sang wrote: > >> Yes, hopefully this week. > > Reviewing and testing now. What tests did you run? > Of course compile-tested the series. Functional test cases: - Create device from userspace - Delete device from userspace - Delete adapter (by removing adapter driver module) and check that userspace-created client device has been auto-removed Driver auto-detection I couldn't check due to missing hw.
On 30.09.2024 12:59, Wolfram Sang wrote: > >> Now that 6.12-rc1 is out: Are you going to push this to linux-next? > > Yes, hopefully this week. > Now we're at rc5. Is it still something for 6.13 or better postpone to have a full cycle in linux-next?