From 8ebaf6ce45b559f49ea623c7e60fd441ac02ed3c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Nov 2017 23:26:03 +0100 Subject: [PATCH] linux: Update version from 4.13.10 to 4.13.11 Announcement and change-log are available online [1][2]. Enable TLS. ``` diff -u /boot/config-4.13.10.mx64.186 /boot/config-4.13.11.mx64.187 --- /boot/config-4.13.10.mx64.186 2017-10-30 14:15:39.000000000 +0100 +++ /boot/config-4.13.11.mx64.187 2017-11-02 23:30:22.000000000 +0100 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.13.10 Kernel Configuration +# Linux/x86 4.13.11 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -52,7 +52,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION=".mx64.186" +CONFIG_LOCALVERSION=".mx64.187" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y @@ -795,7 +795,7 @@ CONFIG_PACKET_DIAG=m CONFIG_UNIX=m CONFIG_UNIX_DIAG=m -# CONFIG_TLS is not set +CONFIG_TLS=m CONFIG_XFRM=y CONFIG_XFRM_ALGO=m CONFIG_XFRM_USER=m @@ -4424,7 +4424,7 @@ # # Authenticated Encryption with Associated Data # -# CONFIG_CRYPTO_CCM is not set +CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=m # CONFIG_CRYPTO_CHACHA20POLY1305 is not set CONFIG_CRYPTO_SEQIV=m ``` [1] https://lkml.org/lkml/2017/11/2/220 [2] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.11 --- linux-4.13.10-186.bee => linux-4.13.11-187.bee | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename linux-4.13.10-186.bee => linux-4.13.11-187.bee (100%) diff --git a/linux-4.13.10-186.bee b/linux-4.13.11-187.bee similarity index 100% rename from linux-4.13.10-186.bee rename to linux-4.13.11-187.bee