Tags: engstk/op5
Tags
hwtracing: Add entries from msm8998-coresight cat msm8998-coresight.dtsi | grep primecell-periphid | cut -c29- | sed "s/>;//g;s/^/ETM4x_AMBA_ID(/g;s/$/),/g" | sort -u eng.stk: adapt and add clocks for msm8998 Signed-off-by: engstk <[email protected]>
net/wireguard: version: bump to 1.0.20210219 Signed-off-by: Jason A. Donenfeld <[email protected]> Signed-off-by: engstk <[email protected]>
net/wireguard: version: bump to v1.0.20210124 Signed-off-by: Jason A. Donenfeld <[email protected]> Signed-off-by: engstk <[email protected]>
kbuild: force to build vmlinux if CONFIG_MODVERSION=y
commit 4b50c8c4eaf06a825d1c005c0b1b4a8307087b83 upstream.
This code does not work as stated in the comment.
$(CONFIG_MODVERSIONS) is always empty because it is expanded before
include/config/auto.conf is included. Hence, 'make modules' with
CONFIG_MODVERSION=y cannot record the version CRCs.
This has been broken since 2003, commit ("kbuild: Enable modules to be
build using the "make dir/" syntax"). [1]
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=15c6240cdc44bbeef3c4797ec860f9765ef4f1a7
Cc: linux-stable <[email protected]> # v2.5.71+
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: engstk <[email protected]>
Input: add safety guards to input_set_keycode() If we happen to have a garbage in input device's keycode table with values too big we'll end up doing clear_bit() with offset way outside of our bitmaps, damaging other objects within an input device or even outside of it. Let's add sanity checks to the returned old keycodes. Reported-by: [email protected] Reported-by: [email protected] Link: https://lore.kernel.org/r/20191207212757.GA245964@dtor-ws Signed-off-by: Dmitry Torokhov <[email protected]> Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Git-commit: cb222aed03d798fc074be55e59d9a112338ee784 Change-Id: I1bd01ea3ffa0ba0e0303d19cfcc27cc39947963b Signed-off-by: Alam Md Danish <[email protected]> Signed-off-by: Rahul Shahare <[email protected]> Signed-off-by: engstk <[email protected]>
arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig This becomes much neater in Kconfig. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Will Deacon <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: engstk <[email protected]>
PreviousNext