tree: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup2-rgroup head: b8a6f70a51d537bf2a1fd47b90a29af6807ad978 commit: 4f219e29ed6614341d3691a4cf53346206787ceb [54/58] cgroup, fork: add @child and @clone_flags to threadgroup_change_begin/end() reproduce: make htmldocs All warnings (new ones prefixed by >>): include/linux/init.h:1: warning: no structured comments found >> include/linux/sched.h:2813: warning: No description found for parameter 'child' >> include/linux/sched.h:2813: warning: No description found for parameter 'clone_flags' kernel/sys.c:1: warning: no structured comments found drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found drivers/dma-buf/reservation.c:1: warning: no structured comments found include/linux/reservation.h:1: warning: no structured comments found include/linux/spi/spi.h:540: warning: No description found for parameter 'max_transfer_size' vim +/child +2813 include/linux/sched.h 4f219e29 Tejun Heo 2016-03-10 2797 struct task_struct *child, 4f219e29 Tejun Heo 2016-03-10 2798 unsigned long clone_flags) 4714d1d3 Ben Blum 2011-05-26 2799 { 7d7efec3 Tejun Heo 2015-05-13 2800 might_sleep(); 4f219e29 Tejun Heo 2016-03-10 2801 cgroup_threadgroup_change_begin(tsk, child, clone_flags); 4714d1d3 Ben Blum 2011-05-26 2802 } 77e4ef99 Tejun Heo 2011-12-12 2803 77e4ef99 Tejun Heo 2011-12-12 2804 /** 7d7efec3 Tejun Heo 2015-05-13 2805 * threadgroup_change_end - mark the end of changes to a threadgroup 7d7efec3 Tejun Heo 2015-05-13 2806 * @tsk: task causing the changes 77e4ef99 Tejun Heo 2011-12-12 2807 * 7d7efec3 Tejun Heo 2015-05-13 2808 * See threadgroup_change_begin(). 77e4ef99 Tejun Heo 2011-12-12 2809 */ 4f219e29 Tejun Heo 2016-03-10 2810 static inline void threadgroup_change_end(struct task_struct *tsk, 4f219e29 Tejun Heo 2016-03-10 2811 struct task_struct *child, 4f219e29 Tejun Heo 2016-03-10 2812 unsigned long clone_flags) 4714d1d3 Ben Blum 2011-05-26 @2813 { 4f219e29 Tejun Heo 2016-03-10 2814 cgroup_threadgroup_change_end(tsk, child, clone_flags); 4714d1d3 Ben Blum 2011-05-26 2815 } 4714d1d3 Ben Blum 2011-05-26 2816 f037360f Al Viro 2005-11-13 2817 #ifndef __HAVE_THREAD_FUNCTIONS f037360f Al Viro 2005-11-13 2818 f7e4217b Roman Zippel 2007-05-09 2819 #define task_thread_info(task) ((struct thread_info *)(task)->stack) f7e4217b Roman Zippel 2007-05-09 2820 #define task_stack_page(task) ((task)->stack) a1261f54 Al Viro 2005-11-13 2821 :::::: The code at line 2813 was first introduced by commit :::::: 4714d1d32d97239fb5ae3e10521d3f133a899b66 cgroups: read-write lock CLONE_THREAD forking per threadgroup :::::: TO: Ben Blum <bblum@xxxxxxxxxxxxxx> :::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data