Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: engstk/op5

Tags

r226

Toggle r226's commit message
boeffla_wl_blocker: Increase blacklist max length

The previous 255 limit seemed to be not enough to hold all the Samsung stock defined wakelocks that look safe to block

Signed-off-by: engstk <[email protected]>

r225

Toggle r225's commit message
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]>

r223

Toggle r223's commit message
net/wireguard: merge v1.0.20210424

Signed-off-by: engstk <[email protected]>

r221

Toggle r221's commit message
net/wireguard: version: bump to 1.0.20210219

Signed-off-by: Jason A. Donenfeld <[email protected]>
Signed-off-by: engstk <[email protected]>

r220

Toggle r220's commit message
net/wireguard: version: bump to v1.0.20210124

Signed-off-by: Jason A. Donenfeld <[email protected]>
Signed-off-by: engstk <[email protected]>

r219

Toggle r219's commit message
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]>

r217

Toggle r217's commit message
defconfig: enable some crypto configs

Signed-off-by: engstk <[email protected]>

r209

Toggle r209's commit message
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]>

r208

Toggle r208's commit message
Revert "kbuild: Increase automatic inline instruction limit to 1000 f…

…or gcc-10"

This reverts commit 9b2e2b8.

r205

Toggle r205's commit message
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]>