Re: [PATCH v4 2/2] livepatch: Add using attribute to klp_func for using function show
From: Josh Poimboeuf
Date: Wed Sep 04 2024 - 03:16:19 EST
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