Skip to content
Commits on Source (3)
......@@ -3,7 +3,7 @@
pkgname=linux-seblu
pkgver=6.8.2
pkgrel=2
pkgrel=3
pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64')
license=('GPL2')
......@@ -21,7 +21,7 @@ _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source=("git+$_stable#tag=v6.8.2"
"config.$CARCH")
sha256sums=('d1da77ec54ccbcc539463bb2523f2a7ddd9e8d1adbedb148d55687b998d9ced1'
'64e35e193d4b3db7e2fdad8cee3e2c69ce5162fc2733f56a268294a2badd72ac')
'894012c9267ca17a16854d7510462d2c40d78c4565b13cb4168116e97d8dc54d')
prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux
......@@ -98,7 +98,7 @@ package() {
msg2 'Symlink kernel into modules subdirectory'
# kernel-all expect kernel image in the modules directory
ln -s "../kernel/vmlinuz-$kernrel" "$pkgdir/usr/lib/modules/$kernrel/vmlinuz"
ln -s "../../kernel/vmlinuz-$kernrel" "$pkgdir/usr/lib/modules/$kernrel/vmlinuz"
msg2 'Add mkinitcpio pkgbase file'
# used by mkinitcpio to name the kernel
......
......@@ -178,7 +178,7 @@ CONFIG_RCU_NOCB_CPU=y
# CONFIG_RCU_NOCB_CPU_CB_BOOST is not set
# CONFIG_TASKS_TRACE_RCU_READ_MB is not set
CONFIG_RCU_LAZY=y
# CONFIG_RCU_DOUBLE_CHECK_CB_TIME is not set
CONFIG_RCU_DOUBLE_CHECK_CB_TIME=y
# end of RCU Subsystem
CONFIG_IKCONFIG=m
......@@ -186,7 +186,7 @@ CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=m
CONFIG_LOG_BUF_SHIFT=22
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
# CONFIG_PRINTK_INDEX is not set
CONFIG_PRINTK_INDEX=y
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
#
......