Skip to content

Commit

Permalink
feat: update Linux to 6.1.4, restore RPi support
Browse files Browse the repository at this point in the history
Also restored support for other SoCs which got lost in 6.1 update (as
much as I could).

Enabled IPv6 RA support.

Fixes #642

Fixes siderolabs/talos#6727

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 12, 2023
1 parent 5e8ebb0 commit c7797c7
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ vars:
ipxe_sha512: 173234ed4d2b48d313ee6df37cf08a2a09d4ff09cf56398d7a2507d0e7f1b70e6caed59f64d6da57c46aabefcb7477449201cc3a580ef2f4f867aa8a076505a0

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
linux_version: 6.1.1
linux_sha256: a3e61377cf4435a9e2966b409a37a1056f6aaa59e561add9125a88e3c0971dfb
linux_sha512: c303f53ace62cf5b860934130fa5c34d2a43e7719959bcc3f2b7f0e753ecca550da4d0dc52409b6b6dc1c9c515cbab75427a15e51b58e9f8b1ce12982d82d629
linux_version: 6.1.4
linux_sha256: 8aa8f64fa60bb13381a9608d1fefbdd0555e2a70c40b2c7d0671b0d64aa4559e
linux_sha512: 9f75756a88e1b07a0970a59d71d03683886e782cfa472b6d2422753842929d3e964238d54cbd2df9b2779b206f8b7a676a2287a607da95300a73b0846da19fd8

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ versioning=loose depName=git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
kmod_version: 30
Expand Down
5 changes: 3 additions & 2 deletions kernel/build/config-amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.1 Kernel Configuration
# Linux/x86 6.1.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -1109,7 +1109,8 @@ CONFIG_DEFAULT_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
Expand Down

0 comments on commit c7797c7

Please sign in to comment.