On Tue, 2 Jul 2019 09:48:43 -0700, Takshak Chahande wrote:
> + cgroup_fd = open(cgroup_path, O_RDONLY);
> if (cgroup_fd < 0) {
> - p_err("can't open cgroup %s", argv[1]);
> + p_err("can't open cgroup %s", cgroup_path);AFAICS the bpf tree has not been merged into bpf-next yet, and there will be a conflict here. For no good reason. Please wait, I will post my patch for inclusion when the time is right. > goto exit; > }
