X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fblacklist%2Ftimekeeping.h;fp=include%2Fblacklist%2Ftimekeeping.h;h=0000000000000000000000000000000000000000;hb=260baa9bffe791b6c0a6b2fdf2c05f0dd6175a2c;hp=96e55d1e7bcff3a89721f2ea49f7368b8e060bb9;hpb=5a90857e90423e5849fafc875ff1eacc6f56d5ac;p=lttng-modules.git diff --git a/include/blacklist/timekeeping.h b/include/blacklist/timekeeping.h deleted file mode 100644 index 96e55d1e..00000000 --- a/include/blacklist/timekeeping.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only) - * - * blacklist/timekeeping.h - * - * Blacklist of kernel for buggy timekeeping implementation. - * - * Copyright (C) 2019 Jonathan Rajotte-Julien - */ - -#ifndef _LTTNG_BLACKLIST_TIMEKEEPING_H -#define _LTTNG_BLACKLIST_TIMEKEEPING_H - -#include - -#if ((LTTNG_KERNEL_RANGE(3,10,0, 3,10,14) && !LTTNG_RHEL_KERNEL_RANGE(3,10,0,123,0,0, 3,10,14,0,0,0)) \ - || LTTNG_KERNEL_RANGE(3,11,0, 3,11,3)) -# error "Linux kernels 3.10 and 3.11 introduce a deadlock in the timekeeping subsystem. Fixed by commit 7bd36014460f793c19e7d6c94dab67b0afcfcb7f \"timekeeping: Fix HRTICK related deadlock from ntp lock changes\" in Linux." -#endif - -#endif /* _LTTNG_BLACKLIST_TIMEKEEPING_H */