Yafang Shao ([email protected])

Number of posts: 712 (0.29 per day)
First post: 2017-08-01 02:15:11
Last post: 2024-05-30 09:26:22

Date List Subject
2021-12-04 09:53:41 linux-kernel [PATCH -mm 5/5] bpf/progs: replace hard-coded 16 with TASK_COMM_LEN
2021-12-04 09:53:38 linux-kernel [PATCH -mm 3/5] samples/bpf/tracex2: replace hard-coded 16 with TASK_COMM_LEN
2021-12-04 09:53:36 linux-kernel [PATCH -mm 4/5] tools/perf: replace hard-coded 16 with TASK_COMM_LEN
2021-12-04 09:53:28 linux-kernel [PATCH -mm 2/5] cn_proc: replaced old hard-coded 16 with TASK_COMM_LEN_16
2021-12-04 09:53:17 linux-kernel [PATCH -mm 1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
2021-12-04 09:53:14 linux-kernel [PATCH -mm 0/5] Phase 2 of task comm cleanups
2021-11-30 15:54:11 linux-kernel Re: [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
2021-11-30 15:48:05 linux-kernel Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-30 03:04:27 linux-kernel Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-30 03:02:06 linux-kernel Re: [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
2021-11-29 19:15:53 linux-kernel Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-29 19:08:36 linux-kernel Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-29 15:29:31 linux-kernel Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-25 06:11:32 linux-kernel Re: [PATCH rfc 2/6] bpf: sched: add convenient helpers to identify sched entities
2021-11-25 06:03:34 linux-kernel Re: [PATCH rfc 0/6] Scheduler BPF
2021-11-20 11:29:31 linux-kernel [PATCH v2] kthread: dynamically allocate memory to store kthread's full name
2021-11-20 11:28:27 linux-kernel [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
2021-11-20 11:28:23 linux-kernel [PATCH v2 2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
2021-11-20 11:28:21 linux-kernel [PATCH v2 6/7] tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
2021-11-20 11:28:18 linux-kernel [PATCH v2 5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
2021-11-20 11:28:17 linux-kernel [PATCH v2 3/7] drivers/infiniband: replace open-coded string copy with get_task_comm
2021-11-20 11:28:17 linux-kernel [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
2021-11-20 11:28:08 linux-kernel [PATCH v2 0/7] task comm cleanups
2021-11-20 11:28:08 linux-kernel [PATCH v2 1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
2021-11-18 14:19:24 linux-kernel Re: [PATCH v7 08/11] tools/perf/test: make perf test adopt to task comm size change
2021-11-13 15:48:26 linux-kernel Re: [PATCH] kthread: dynamically allocate memory to store kthread's full name
2021-11-13 14:46:47 linux-kernel Re: /bin/bash: line 1: 45878 Segmentation fault sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise -Wno-return-void -Wno-unknown-attribute -fdiagnostic-prefix -D__CHECK_ENDIAN__ -D__NDS32_EL__ --arch=nds32 -mlittle-endian -m32 -Wp,-MMD,ker...
2021-11-12 01:08:47 linux-kernel Re: [PATCH 4/7] fs/binfmt_elf: use get_task_comm instead of open-coded string copy
2021-11-12 01:05:14 linux-kernel Re: [PATCH 4/7] fs/binfmt_elf: use get_task_comm instead of open-coded string copy
2021-11-10 14:20:46 linux-kernel Re: [RFC PATCH 2/4] sched/fair: Introduce cfs_migration
2021-11-10 09:07:46 linux-kernel Re: [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
2021-11-10 02:19:14 linux-kernel Re: [PATCH] kthread: dynamically allocate memory to store kthread's full name
2021-11-08 12:36:13 linux-kernel [PATCH 4/7] fs/binfmt_elf: use get_task_comm instead of open-coded string copy
2021-11-08 12:36:13 linux-kernel [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
2021-11-08 12:19:10 linux-kernel [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
2021-11-08 12:18:12 linux-kernel [PATCH 0/7] task comm cleanups
2021-11-08 12:18:05 linux-kernel [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
2021-11-08 10:22:00 linux-kernel [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
2021-11-08 10:20:16 linux-kernel [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change
2021-11-08 10:19:28 linux-kernel [PATCH] kthread: dynamically allocate memory to store kthread's full name
2021-11-08 10:18:57 linux-kernel [PATCH 2/7] fs/exec: make __get_task_comm always get a nul terminated string
2021-11-08 09:02:56 linux-kernel Re: [sched/fair] 64228563c2: WARNING:at_kernel/kthread.c:#__kthread_bind_mask
2021-11-06 13:48:04 linux-kernel Re: [PATCH v7 00/11] extend task comm from 16 to 24
2021-11-06 13:39:27 linux-kernel Re: [RFC PATCH 1/4] stop_machine: Move cpu_stop_done into stop_machine.h
2021-11-06 12:18:51 linux-kernel Re: [RFC PATCH 2/4] sched/fair: Introduce cfs_migration
2021-11-06 12:18:02 linux-kernel Re: [RFC PATCH 4/4] sched/core: Do numa balance in cfs_migration
2021-11-05 07:37:21 linux-kernel Re: [PATCH v7 00/11] extend task comm from 16 to 24
2021-11-04 15:03:30 linux-kernel [RFC PATCH 3/4] sched/fair: Do active load balance in cfs_migration
2021-11-04 14:59:38 linux-kernel [RFC PATCH 4/4] sched/core: Do numa balance in cfs_migration
2021-11-04 14:59:18 linux-kernel [RFC PATCH 2/4] sched/fair: Introduce cfs_migration
2021-11-04 14:58:58 linux-kernel [RFC PATCH 1/4] stop_machine: Move cpu_stop_done into stop_machine.h