opnsense-src/sys/compat/linuxkpi/common/src
Pawel Biernacki 39a3542bef Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked). Use it in
preparation for a general review of all nodes.
This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Reviewed by:	hselasky, kib, zeising
Approved by:	kib (mentor)
Differential Revision:	https://reviews.freebsd.org/D23631
2020-02-15 18:54:59 +00:00
..
linux_compat.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) 2020-02-15 18:54:59 +00:00
linux_current.c LinuxKPI: Add group_leader member to struct task_struct. 2019-05-16 17:53:36 +00:00
linux_hrtimer.c Improve high resolution timer support in the LinuxKPI. 2018-06-01 11:33:14 +00:00
linux_idr.c Resolve duplicate symbol name conflict after r345095, when building LINT. 2019-03-13 19:53:20 +00:00
linux_kmod.c
linux_kthread.c schedlock 1/4 2019-12-15 21:11:15 +00:00
linux_lock.c Return correct error code to user-space when a system call receives a 2018-02-22 15:29:19 +00:00
linux_page.c Replace redundant code with a few new vm_page_grab facilities: 2019-09-10 19:08:01 +00:00
linux_pci.c Add missing M_NOWAIT flag 2019-10-23 17:20:20 +00:00
linux_radix.c Implement radix_tree_iter_delete() in the LinuxKPI. 2018-06-01 11:42:09 +00:00
linux_rcu.c Code must not unlock a mutex while owning the thread lock. 2020-01-13 14:30:19 +00:00
linux_schedule.c Implement the init_wait_entry() function macro in the LinuxKPI. 2018-06-06 14:59:23 +00:00
linux_seq_file.c import linux debugfs support 2019-02-23 20:56:41 +00:00
linux_slab.c Rename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_BY_RCU in the LinuxKPI 2018-03-04 18:04:37 +00:00
linux_tasklet.c LinuxKPI: Fix build on powerpc/sparc. 2019-05-16 19:32:11 +00:00
linux_usb.c linuxkpi whitespace cleanup 2018-03-23 15:50:01 +00:00
linux_work.c Use true and false when dealing with bool type in the LinuxKPI. 2019-09-11 08:24:47 +00:00