Re: [PATCH v1 0/1] Rewrite devbind

2024-12-03 Thread Burakov, Anatoly
On 12/2/2024 5:14 PM, Bruce Richardson wrote: On Mon, Dec 02, 2024 at 03:09:33PM +, Anatoly Burakov wrote: It has been suggested [1] that a major cleanup/rewrite of devbind would be beneficial in terms of long term maintainability of the code. I was in a coding mood over the weekend, and so

[PATCH v1 0/1] Rewrite devbind

2024-12-02 Thread Anatoly Burakov
It has been suggested [1] that a major cleanup/rewrite of devbind would be beneficial in terms of long term maintainability of the code. I was in a coding mood over the weekend, and so I've went ahead and rewritten devbind. Note that this is one giant patch, rather than a series of patches adjusti

Re: [PATCH v1 0/1] Rewrite devbind

2024-12-02 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 03:09:33PM +, Anatoly Burakov wrote: > It has been suggested [1] that a major cleanup/rewrite of devbind would be > beneficial in terms of long term maintainability of the code. I was in a > coding mood over the weekend, and so I've went ahead and rewritten devbind. > >

Re: [PATCH v1 0/1] Rewrite devbind

2024-12-02 Thread Stephen Hemminger
On Mon, 2 Dec 2024 15:09:33 + Anatoly Burakov wrote: > It has been suggested [1] that a major cleanup/rewrite of devbind would be > beneficial in terms of long term maintainability of the code. I was in a > coding mood over the weekend, and so I've went ahead and rewritten devbind. > > Note