Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton: "A collection of MIPS fixes: - Fill the struct cacheinfo shared_cpu_map field with sensible values, notably avoiding issues with perf which was unhappy in the absence of these values. - A boot fix for Loongson 2E & 2F machines which was fallout from some refactoring performed this cycle. - A Kconfig dependency fix for the Loongson CPU HWMon driver. - A couple of VDSO fixes, ensuring gettimeofday() behaves appropriately for kernel configurations that don't include support for a clocksource the VDSO can use & fixing the calling convention for the n32 & n64 VDSOs which would previously clobber the $gp/$28 register. - A build fix for vmlinuz compressed images which were inappropriately building with -fsanitize-coverage despite not being part of the kernel proper, then failing to link due to the missing __sanitizer_cov_...
Showing
- arch/mips/Kconfig 1 addition, 1 deletionarch/mips/Kconfig
- arch/mips/boot/compressed/Makefile 3 additions, 0 deletionsarch/mips/boot/compressed/Makefile
- arch/mips/include/asm/cpu-type.h 2 additions, 1 deletionarch/mips/include/asm/cpu-type.h
- arch/mips/include/asm/thread_info.h 19 additions, 1 deletionarch/mips/include/asm/thread_info.h
- arch/mips/include/asm/vdso/gettimeofday.h 0 additions, 13 deletionsarch/mips/include/asm/vdso/gettimeofday.h
- arch/mips/kernel/cacheinfo.c 26 additions, 1 deletionarch/mips/kernel/cacheinfo.c
- arch/mips/net/ebpf_jit.c 1 addition, 1 deletionarch/mips/net/ebpf_jit.c
- arch/mips/vdso/vgettimeofday.c 20 additions, 0 deletionsarch/mips/vdso/vgettimeofday.c
- drivers/platform/mips/Kconfig 1 addition, 1 deletiondrivers/platform/mips/Kconfig
Please register or sign in to comment