From: Paolo Abeni Date: Fri, 21 Mar 2025 17:59:27 +0000 (+0100) Subject: Merge branch 'netconsole-add-support-for-userdata-release' X-Git-Tag: v6.15-rc1~160^2~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddf9c6d982ae7472a4da982e0497be2a140a194b;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'netconsole-add-support-for-userdata-release' Breno Leitao says: ==================== netconsole: Add support for userdata release I am submitting a series of patches that introduce a new feature for the netconsole subsystem, specifically the addition of the 'release' field to the sysdata structure. This feature allows the kernel release/version to be appended to the userdata dictionary in every message sent, enhancing the information available for debugging and monitoring purposes. This complements the already supported release prepend feature, which was added some time ago. The release prepend appends the release information at the message header, which is not ideal for two reasons: 1) It is difficult to determine if a message includes this information, making it hard and resource-intensive to parse. 2) When a message is fragmented, the release information is appended to every message fragment, consuming valuable space in the packet. The "release prepend" feature was created before the concept of userdata and sysdata. Now that this format has proven successful, we are implementing the release feature as part of this enhanced structure. This patch series aims to improve the netconsole subsystem by providing a more efficient and user-friendly way to include kernel release information in messages. I believe these changes will significantly aid in system analysis and troubleshooting. Suggested-by: Manu Bretelle Signed-off-by: Breno Leitao ==================== Link: https://patch.msgid.link/20250314-netcons_release-v1-0-07979c4b86af@debian.org Signed-off-by: Paolo Abeni --- ddf9c6d982ae7472a4da982e0497be2a140a194b