On Wed, Sep 04, 2024 at 02:34:44PM +0800, zhang warden wrote: > In the scenario where multiple people work together to maintain the > same system, or a long time running system, the patch sets will > inevitably be cumulative. I think kernel can maintain and tell user > this most accurate information by one sysfs interface. If there are multiple people applying patches independently from each other (to the same function even!), you are playing with fire, as there could easily be implicit dependencies and conflicts between the patches. -- Josh