cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

version.c (226B)


      1// SPDX-License-Identifier: GPL-2.0
      2#include <generated/utsrelease.h>
      3#include <generated/compile.h>
      4#include "boot.h"
      5
      6const char kernel_version[] = UTS_RELEASE
      7	" (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION;