We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dc885 commit 236334aCopy full SHA for 236334a
include/linux/bpf.h
@@ -2164,12 +2164,12 @@ static inline bool bpf_allow_uninit_stack(void)
2164
2165
static inline bool bpf_bypass_spec_v1(void)
2166
{
2167
- return perfmon_capable() || cpu_mitigations_off();
+ return cpu_mitigations_off() || perfmon_capable();
2168
}
2169
2170
static inline bool bpf_bypass_spec_v4(void)
2171
2172
2173
2174
2175
int bpf_map_new_fd(struct bpf_map *map, int flags);
0 commit comments