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)
commitc2e5f4fd1148727801a63d938cec210f16b48864
tree36ec2eaa2fdbf1d83ab14992a6a60e407f1ab29c
parentf3add6dec36d9d747929918ba1d7ce8866e1c054
parentfad361a2ee9099028774ff9081bf9abf08bd2ff0
Merge branch 'netconsole-enable-compile-time-configuration'

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>