Re: [PATCH net-next 2/6] netconsole: implement configfs for release_enabled

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:46AM -0700, Breno Leitao wrote: > Implement the configfs helpers to show and set release_enabled configfs > directories under userdata. > > When enabled, set the feature bit in netconsole_target->sysdata_fields. > > Signed-off-by: Breno Leitao Reviewed-by: Simon Ho

[PATCH net-next 2/6] netconsole: implement configfs for release_enabled

2025-03-14 Thread Breno Leitao
Implement the configfs helpers to show and set release_enabled configfs directories under userdata. When enabled, set the feature bit in netconsole_target->sysdata_fields. Signed-off-by: Breno Leitao --- drivers/net/netconsole.c | 49 1 file chan