Re: [PATCH net-next 6/6] docs: netconsole: document release feature

2025-03-19 Thread Simon Horman
On Fri, Mar 14, 2025 at 10:58:50AM -0700, Breno Leitao wrote: > Add documentation explaining the kernel release auto-population feature > in netconsole. > > This feature appends kernel version information to the userdata > dictionary in every message sent when enabled via the `release_enabled` > f

[PATCH net-next 6/6] docs: netconsole: document release feature

2025-03-14 Thread Breno Leitao
Add documentation explaining the kernel release auto-population feature in netconsole. This feature appends kernel version information to the userdata dictionary in every message sent when enabled via the `release_enabled` file in the configfs hierarchy. Signed-off-by: Breno Leitao --- Document