lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 2 Jul 2019 10:31:44 -0700
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     Takshak Chahande <ctakshak@...com>
Cc:     <netdev@...r.kernel.org>, <ast@...nel.org>, <daniel@...earbox.net>,
        <kernel-team@...com>
Subject: Re: [PATCH bpf-next v2] bpftool: Add BPF_F_QUERY_EFFECTIVE support
 in bpftool cgroup [show|tree]

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;
>  	}

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ