Commit Graph

5 Commits

Author SHA1 Message Date
MattthewWertman
3f3faa8c51 add complete_and_exit() for kernels older than 5.17 2022-06-02 13:50:10 -07:00
MattthewWertman
bbae18db14 complete_and_exit got renamed to kthread_complete_and_exit 2022-05-11 11:12:43 -07:00
Mike Sharov
296fb88cf4 Update for kernel 4.15 2018-03-25 11:07:10 -04:00
Tony Finn
a0322cf22d Fix for kernel 4.11+
Signal related functions (flush_signal, allow_signal and
signal_pending) moved from include/linux/sched.h to
include/linux/sched/signal.h in 4.11.0:

http://elixir.free-electrons.com/linux/v4.10.17/source/include/linux/sched/signal.h

As a result, this module did not build in 4.11 on my Arch system.

This updates the includes to allow this module to build on 4.11.
2017-05-24 20:34:19 +01:00
Ole Petter Bang
7183941756 Add existing files. 2013-11-19 21:24:49 +01:00