Thread (8 messages) flat view 8 messages, 3 authors, 2018-07-11

Re: [PATCH bpf-next v4 3/3] bpf: btf: print map dump and lookup with btf info

From: Jakub Kicinski <hidden>
Date: 2018-07-11 20:05:04
Also in: lkml

On Tue, 10 Jul 2018 20:21:11 -0700, Okash Khawaja wrote:
+	if (err || btf_info.btf_size > last_size) {
+		err = errno;
errno may not be set in case btf_info.btf_size > last_size

errno is positive, while other error return codes are negative.
+		goto exit_free;
+	}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help