Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7 12 lines 303 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (c) 2023 Meta Platforms, Inc. and affiliates. */ 3 4#include <test_progs.h> 5#include "nested_trust_failure.skel.h" 6#include "nested_trust_success.skel.h" 7 8void test_nested_trust(void) 9{ 10 RUN_TESTS(nested_trust_success); 11 RUN_TESTS(nested_trust_failure); 12}