]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
umd: Remove exit_umh
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 25 Jun 2020 22:40:40 +0000 (17:40 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 7 Jul 2020 16:58:59 +0000 (11:58 -0500)
commit8c2f52663973e643c617663d826e2b0daa008b38
tree21b301428622983383cb6d1b866223e0c4fbedfe
parente80eb1dc868bc1ed93602389d54b27f170ca770c
umd: Remove exit_umh

The bpfilter code no longer uses the umd_info.cleanup callback.  This
callback is what exit_umh exists to call.  So remove exit_umh and all
of it's associated booking.

v1: https://lkml.kernel.org/r/87bll6dlte.fsf_-_@x220.int.ebiederm.org
v2: https://lkml.kernel.org/r/87y2o53abg.fsf_-_@x220.int.ebiederm.org
Link: https://lkml.kernel.org/r/20200702164140.4468-15-ebiederm@xmission.com
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Tested-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/linux/sched.h
include/linux/usermode_driver.h
kernel/exit.c
kernel/usermode_driver.c