The following changes since commit 88084a3df1672e131ddc1b4e39eeacfd39864acf: Linux 5.19-rc5 (2022-07-03 15:39:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-5.19-4 for you to fetch changes up to f0fbe652e8529a180630617a17cd5922298c4f13: LoongArch: Fix section mismatch warning (2022-07-07 17:41:01 +0800) ---------------------------------------------------------------- LoongArch fixes for v5.19-rc6 A fix for tinyconfig build error, a fix for section mismatch warning, and two cleanups of obsolete code. ---------------------------------------------------------------- Huacai Chen (1): LoongArch: Fix build errors for tinyconfig Lukas Bulwahn (1): LoongArch: Drop these obsolete selects in Kconfig Qi Hu (1): LoongArch: Remove obsolete mentions of vcsr Tiezhu Yang (1): LoongArch: Fix section mismatch warning arch/loongarch/Kconfig | 4 ---- arch/loongarch/include/asm/fpregdef.h | 1 - arch/loongarch/include/asm/page.h | 1 + arch/loongarch/include/asm/processor.h | 2 -- arch/loongarch/kernel/asm-offsets.c | 1 - arch/loongarch/kernel/fpu.S | 10 ---------- arch/loongarch/kernel/numa.c | 1 - arch/loongarch/vdso/Makefile | 1 + 8 files changed, 2 insertions(+), 19 deletions(-)