| commit | 0a7e690e633ed726c54244d08ce3b923ff3da7e9 | [log] [tgz] |
|---|---|---|
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Oct 10 16:54:45 2019 +0200 |
| committer | Pavel Machek <pavel@ucw.cz> | Thu Oct 19 17:18:23 2023 +0200 |
| tree | 9001063dccff44ee47bdd276ea1621502a41c033 | |
| parent | d7c4a26559f3a8f79b53090bf8f155b2c3196708 [diff] |
BPF: Disable on PREEMPT_RT Disable BPF on PREEMPT_RT because - it allocates and frees memory in atomic context - it uses up_read_non_owner() - BPF_PROG_RUN() expects to be invoked in non-preemptible context Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> [dwagner: dropping KCM socket context] Signed-off-by: Daniel Wagner <wagi@monom.org>