summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2023-03-08 12:54:22 +0800
committer7Ji2023-03-08 12:54:22 +0800
commitcae4815f34fce7a18b3692534aea02765051040e (patch)
tree751f5e311d8d604f0fccde48aafb841497192052
parentf372f9a18e49cf78fef1f4c8bcc0283126ec4727 (diff)
downloadaur-cae4815f34fce7a18b3692534aea02765051040e.tar.gz
bump to 6.1.15-1
also drop default console loglevel from 7 to 4, same as ArchLinux x86-64 official kernels
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--config6
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3174313829..77f8a149b092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-aarch64-flippy
- pkgver = 6.1.14
+ pkgver = 6.1.15
pkgrel = 1
url = https://github.com/unifreq/linux-6.1.y
arch = aarch64
@@ -9,10 +9,10 @@ pkgbase = linux-aarch64-flippy
makedepends = dtc
makedepends = uboot-tools
options = !strip
- source = linux-6.1.y-b33cb9adf00ad50e6de135fe31b1a40c44bde3d3.tar.gz::https://github.com/unifreq/linux-6.1.y/archive/b33cb9adf00ad50e6de135fe31b1a40c44bde3d3.tar.gz
+ source = linux-6.1.y-42a98fe4d4aad2784f397bc7544b9977d4d1e30d.tar.gz::https://github.com/unifreq/linux-6.1.y/archive/42a98fe4d4aad2784f397bc7544b9977d4d1e30d.tar.gz
source = config
source = linux.preset
- sha256sums = 6eb8d86f9a4a9f015ff39872d713f05a21e492afbee2c5b8d663be9a578bccb9
+ sha256sums = da1a318297b13a73851cc44f4987d78bd8cde5449b7de18d88ef3d2fc7abf739
sha256sums = c632d2e4383ec12206757bdade32b06539c25b39b2befd149e096b6dbaf57be7
sha256sums = bdcd6cbf19284b60fac6d6772f1e0ec2e2fe03ce7fe3d7d16844dd6d2b5711f3
@@ -36,12 +36,12 @@ pkgname = linux-aarch64-flippy-headers
pkgname = linux-aarch64-flippy-dtb-allwinner
pkgdesc = DTB files for Allwinner SoCs for flippy's AArch64 kernel
- provides = linux-aarch64-flippy-dtb=6.1.14
+ provides = linux-aarch64-flippy-dtb=6.1.15
pkgname = linux-aarch64-flippy-dtb-amlogic
pkgdesc = DTB files for Amlogic SoCs for flippy's AArch64 kernel
- provides = linux-aarch64-flippy-dtb=6.1.14
+ provides = linux-aarch64-flippy-dtb=6.1.15
pkgname = linux-aarch64-flippy-dtb-rockchip
pkgdesc = DTB files for Rockchip SoCs for flippy's AArch64 kernel
- provides = linux-aarch64-flippy-dtb=6.1.14
+ provides = linux-aarch64-flippy-dtb=6.1.15
diff --git a/PKGBUILD b/PKGBUILD
index 1c63079ac2c1..108103102ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: 7Ji <pugokughin@gmail.com>
_desc="flippy's AArch64-focused fork aiming to increase usability"
-_pkgver_main=6.1.14
+_pkgver_main=6.1.15
_pkgver_suffix=flippy
_pkgver_uname="${_pkgver_main}-${_pkgver_suffix}"
_flippy_repo='linux-6.1.y'
-_flippy_commit='b33cb9adf00ad50e6de135fe31b1a40c44bde3d3'
+_flippy_commit='42a98fe4d4aad2784f397bc7544b9977d4d1e30d'
_srcname="${_flippy_repo}-${_flippy_commit}"
pkgbase=linux-aarch64-flippy
@@ -31,8 +31,8 @@ source=(
'linux.preset'
)
sha256sums=(
- '6eb8d86f9a4a9f015ff39872d713f05a21e492afbee2c5b8d663be9a578bccb9'
- 'c632d2e4383ec12206757bdade32b06539c25b39b2befd149e096b6dbaf57be7'
+ 'da1a318297b13a73851cc44f4987d78bd8cde5449b7de18d88ef3d2fc7abf739'
+ '5e430d051190cb63446451a4cd8d092755d86b0edf77733b70a0558ce8612e1a'
'bdcd6cbf19284b60fac6d6772f1e0ec2e2fe03ce7fe3d7d16844dd6d2b5711f3'
)
diff --git a/config b/config
index bfbaaf2a46b7..cbf273f3e6af 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm64 6.1.14 Kernel Configuration
+# Linux/arm64 6.1.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
@@ -8769,8 +8769,8 @@ CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
-CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
-CONFIG_CONSOLE_LOGLEVEL_QUIET=4
+CONFIG_CONSOLE_LOGLEVEL_DEFAULT=4
+CONFIG_CONSOLE_LOGLEVEL_QUIET=1
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
CONFIG_DYNAMIC_DEBUG=y