]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - init/Kconfig
RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
[mirror_ubuntu-jammy-kernel.git] / init / Kconfig
index 11f8a845f259da63299a77001991631be81c0eac..602380550a9db5013c189027f5836697998b1289 100644 (file)
@@ -355,6 +355,15 @@ config DEFAULT_HOSTNAME
 config ARCH_NO_SWAP
        bool
 
+config VERSION_SIGNATURE
+       string "Arbitrary version signature"
+       help
+         This string will be created in a file, /proc/version_signature. It
+         is useful in determining arbitrary data about your kernel. For instance,
+         if you have several kernels of the same version, but need to keep track
+         of a revision of the same kernel, but not affect it's ability to load
+         compatible modules, this is the easiest way to do that.
+
 config SWAP
        bool "Support for paging of anonymous memory (swap)"
        depends on MMU && BLOCK && !ARCH_NO_SWAP