Merge branch 'netconsole-enable-compile-time-configuration'
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Aug 2023 02:25:44 +0000 (19:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Aug 2023 02:25:44 +0000 (19:25 -0700)
Breno Leitao says:

====================
netconsole: Enable compile time configuration

Enable netconsole features to be set at compilation time. Create two
Kconfig options that allow users to set extended logs and release
prepending features at compilation time.

The first patch de-duplicates the initialization code, and the second
patch adds the support in the de-duplicated code, avoiding touching two
different functions with the same change.
====================

Link: https://lore.kernel.org/r/20230811093158.1678322-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge