Skip to content

Commit

Permalink
update to riscv-kernel-6.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2024
1 parent 8249e42 commit 231c8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

TAG=$(grep 'LOCALVERSION=' riscv_defconfig | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/')

#zip -r initrd.zip initrd.dir.riscv64
git add -Av && git commit -m "update to riscv-kernel-$TAG" && git log -n 1 && git push
git add -Av ; git commit -m "update to riscv-kernel-$TAG" ; git log -n 1 ; git push
7 changes: 4 additions & 3 deletions riscv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="6.11.19"
CONFIG_LOCALVERSION="6.11.20"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down Expand Up @@ -146,7 +146,7 @@ CONFIG_RCU_NEED_SEGCBLIST=y

CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=y
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
# CONFIG_PRINTK_INDEX is not set
Expand Down Expand Up @@ -7031,7 +7031,8 @@ CONFIG_SLUB_DEBUG=y
CONFIG_ARCH_HAS_DEBUG_WX=y
# CONFIG_DEBUG_WX is not set
CONFIG_GENERIC_PTDUMP=y
# CONFIG_PTDUMP_DEBUGFS is not set
CONFIG_PTDUMP_CORE=y
CONFIG_PTDUMP_DEBUGFS=y
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_PER_VMA_LOCK_STATS is not set
Expand Down

0 comments on commit 231c8bf

Please sign in to comment.