From 754728ab4f1008f554a393055c16f3dade93fb4e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 14 Oct 2019 22:42:47 +0200 Subject: kernels: marlin: hack around unexported tvec_base_deferrable Qualcomm made wild changes to the timers in 50f9e740, but in the process they forgot to EXPORT_SYMBOL(tvec_base_deferrable). So, we claw it back the ugly way. --- kernels/marlin/do.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kernels/marlin/do.bash (limited to 'kernels/marlin/do.bash') diff --git a/kernels/marlin/do.bash b/kernels/marlin/do.bash new file mode 100644 index 0000000..b568033 --- /dev/null +++ b/kernels/marlin/do.bash @@ -0,0 +1,4 @@ +#!/bin/bash +set -ex +BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")" +patch -d WireGuard -p1 < "$BASE/tvec_base_deferrable-hack.patch" -- cgit v1.2.3-59-g8ed1b