Skip to content
Snippets Groups Projects
Commit 20f7b5f4 authored by Seblu's avatar Seblu
Browse files

Bump to 4.7.2

Security patches inside !
parent 66f604b0
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Customized version of linux for seblu computers # Customized version of linux for seblu computers
pkgname=linux-seblu pkgname=linux-seblu
pkgver=5.7.0 pkgver=5.7.2
pkgrel=2 pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
license=('GPL2') license=('GPL2')
...@@ -14,12 +14,10 @@ depends=('linux-firmware' 'kernel-install-hook') ...@@ -14,12 +14,10 @@ depends=('linux-firmware' 'kernel-install-hook')
install=linux-seblu.install install=linux-seblu.install
_main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git _main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
_stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source=("git+$_stable#tag=v5.7" source=("git+$_stable#tag=v5.7.2"
'fix-mc-entity.patch::https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/patch/?id=9f984cacf4f4d53fd8a3f44d7f13528b81c1f6a8'
"config.$CARCH") "config.$CARCH")
sha256sums=('SKIP' sha256sums=('SKIP'
'c0109c75017872a3880f5c2eee567a8ae809ea2c8fb69a312fd9551ebddb10d1' 'd41540854f80c910672ec885ffef995c6cf8ba6781ac22c016bf64717538c382')
'758543b984b65995c2d9bc6b310221f13b0fcfb66ee6defc10a594d5ed9fa025')
prepare() { prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux [[ -d linux-stable ]] && ln -snf linux-stable linux
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.7.0 Kernel Configuration # Linux/x86 5.7.2 Kernel Configuration
# #
# #
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=100100 CONFIG_GCC_VERSION=100100
CONFIG_LD_VERSION=234500000 CONFIG_LD_VERSION=234000000
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_GOTO=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment