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] [thread-next>] [day] [month] [year] [list]
Date: Mon, 15 Jan 2024 09:11:49 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Quentin Deslandes <qde@...cy.de>
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...il.com>, Martin KaFai
 Lau <martin.lau@...nel.org>, kernel-team@...a.com
Subject: Re: [RFC iproute2 v5 2/3] ss: pretty-print BPF socket-local storage

On Mon, 15 Jan 2024 17:46:04 +0100
Quentin Deslandes <qde@...cy.de> wrote:

> +	if (oneline && bpf_map_opts_is_enabled()) {
> +		fprintf(stderr, "ss: --oneline, --bpf-maps, and --bpf-map-id are incompatible\n");
> +		exit(-1);
> +	}
> +

You could figure out hot to make --oneline work

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ