Thread (6 messages) 6 messages, 3 authors, 2022-01-07

Re: [PATCH bpf-next v4 2/3] bpf: Add selftests

From: Alexei Starovoitov <hidden>
Date: 2022-01-07 00:57:00
Also in: bpf, lkml

On Tue, Jan 4, 2022 at 7:03 PM Joe Burton [off-list ref] wrote:
+
+enum BoolOrErr {
+       TRUE = 0,
+       FALSE = 1,
+       ERROR = 2,
+};
No camel style in the kernel please.
quoted hunk ↗ jump to hunk
+++ b/tools/testing/selftests/bpf/progs/bpf_map_trace_common.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (c) 2022 Google */
+#pragma once
Didn't you say that pragma once was removed?
+
+enum MapAccessLocations {
here and other places.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help