File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ static __always_inline void context_tracking_recursion_exit(void)
458
458
* __ct_user_enter - Inform the context tracking that the CPU is going
459
459
* to enter user or guest space mode.
460
460
*
461
+ * @state: userspace context-tracking state to enter.
462
+ *
461
463
* This function must be called right before we switch from the kernel
462
464
* to user or guest space, when it's guaranteed the remaining kernel
463
465
* instructions to execute won't use any RCU read side critical section
@@ -595,6 +597,8 @@ NOKPROBE_SYMBOL(user_enter_callable);
595
597
* __ct_user_exit - Inform the context tracking that the CPU is
596
598
* exiting user or guest mode and entering the kernel.
597
599
*
600
+ * @state: userspace context-tracking state being exited from.
601
+ *
598
602
* This function must be called after we entered the kernel from user or
599
603
* guest space before any use of RCU read side critical section. This
600
604
* potentially include any high level kernel code like syscalls, exceptions,
You can’t perform that action at this time.
0 commit comments