TencentOS-kernel/kernel/cgroup
Bin Lai 91d5430f42 sli: fix the compiling error caused by memory access out of range
The member of member_offset structure should be char pointer and
not an array, otherwise it could result in
memlat_member_offset[i].member always be true when we iterate the
array. The ARM-GCC can find it and report the error.

Signed-off-by: Bin Lai <robinlai@tencent.com>
Reviewed-by: Munger Jiang <mungerjiang@tencent.com>
2022-10-14 16:20:22 +08:00
..
Makefile sli: Introduce memory and sched latency stat infrastructure 2021-10-29 06:51:52 +00:00
cgroup-internal.h cgroup: add cgroup.id to show each css id within a cgroup 2022-08-30 11:33:18 +08:00
cgroup-v1.c cgroup: add cgroup.id to show each css id within a cgroup 2022-08-30 11:33:18 +08:00
cgroup.c bpf: Refactor bpf_link update handling 2022-08-30 11:33:22 +08:00
cpuset.c cgroupfs: support for proc and sys 2021-11-01 15:00:06 +08:00
debug.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
freezer.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
legacy_freezer.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
mbuf.c sli/cpu: introduce longsys check 2021-10-29 06:51:52 +00:00
namespace.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
pids.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
rdma.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
rstat.c Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window" 2021-03-16 16:28:43 +08:00
sli.c sli: fix the compiling error caused by memory access out of range 2022-10-14 16:20:22 +08:00