Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernelbump.git;a=commitdiff;h=ccbf123891c5f8d176d80c30ac107087d3e84e04
commit ccbf123891c5f8d176d80c30ac107087d3e84e04 Author: DeX77 <[email protected]> Date: Sun Jul 9 17:13:14 2017 +0200 kernel-4.12-3-x86_64 add some patch to silence ath10k diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index 90c8c67..7c3a3a7 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -22,7 +22,7 @@ options+=('nodocs' 'genscriptlet') _F_archive_grepv="rc" up2date="Flasttar $url" -_F_kernel_patches=( enable_alx_wol.patch ) +_F_kernel_patches=( enable_alx_wol.patch ath10k-stop-spam-the-dmesg.patch) for ppatch in "${_F_kernel_patches[@]}" do diff --git a/source/base/kernel/ath10k-stop-spam-the-dmesg.patch b/source/base/kernel/ath10k-stop-spam-the-dmesg.patch new file mode 100644 index 0000000..0aff168 --- /dev/null +++ b/source/base/kernel/ath10k-stop-spam-the-dmesg.patch @@ -0,0 +1,11 @@ +diff -Naur linux-4.12/drivers/net/wireless/ath/ath10k/htt_rx.c linux-4.12-p/drivers/net/wireless/ath/ath10k/htt_rx.c +--- linux-4.12/drivers/net/wireless/ath/ath10k/htt_rx.c 2017-07-03 01:07:02.000000000 +0200 ++++ linux-4.12-p/drivers/net/wireless/ath/ath10k/htt_rx.c 2017-07-09 16:55:51.190109393 +0200 +@@ -1501,7 +1501,6 @@ + */ + + if (!rx_status->freq) { +- ath10k_warn(ar, "no channel configured; ignoring frame(s)!\n"); + return false; + } + diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index 11d8b15..05199dc 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.12-fw1 Kernel Configuration +# Linux/x86 4.12-fw2 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2236,7 +2236,7 @@ CONFIG_RAID_ATTRS=m CONFIG_SCSI=m CONFIG_SCSI_DMA=y CONFIG_SCSI_NETLINK=y -CONFIG_SCSI_MQ_DEFAULT=y +# CONFIG_SCSI_MQ_DEFAULT is not set CONFIG_SCSI_PROC_FS=y # diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 8930582..3f9b38c 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -17,7 +17,7 @@ # * _F_kernelver_nextver: the next kernel version ### _F_kernelver_ver=4.12 -_F_kernelver_rel=2 +_F_kernelver_rel=3 ### # == APPENDED VALUES _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
