Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 4.19.122 #54

Merged
merged 1 commit into from May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion usr/share/hardened-kernel/build
Expand Up @@ -63,7 +63,7 @@ true "CI: $CI"
"$MYDIR/download"

## TODO: auto detect from files in folder /usr/src/hardened-kernel/files
version="4.19.108"
version="4.19.122"

## Location similar to DKMS.
## DKMS uses /var/lib/dkms/pkg-name/build/.
Expand Down
2 changes: 1 addition & 1 deletion usr/share/hardened-kernel/download
Expand Up @@ -27,7 +27,7 @@ cd /usr/src/hardened-kernel/files
# the XZ binary to alter the verification process or compromise the
# system performing the verification.

version="4.19.108"
version="4.19.122"

kernel_sha256sums_file="https://kernel.org/pub/linux/kernel/v4.x/sha256sums.asc"
kernel_source_signature="https://kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.sign"
Expand Down
5 changes: 3 additions & 2 deletions usr/share/hardened-kernel/hardened-host-kernel
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.108 Kernel Configuration
# Linux/x86 4.19.122 Kernel Configuration
#

#
Expand All @@ -21,7 +21,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="4.19.108"
CONFIG_BUILD_SALT="4.19.122"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -1053,6 +1053,7 @@ CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_TCP_SIMULT_CONNECT_DEFAULT_ON is not set
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
Expand Down
5 changes: 3 additions & 2 deletions usr/share/hardened-kernel/hardened-vm-kernel
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.108 Kernel Configuration
# Linux/x86 4.19.122 Kernel Configuration
#

#
Expand All @@ -21,7 +21,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="4.19.108"
CONFIG_BUILD_SALT="4.19.122"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -1013,6 +1013,7 @@ CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_TCP_SIMULT_CONNECT_DEFAULT_ON is not set
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
Expand Down