From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6840C55178 for ; Fri, 6 Nov 2020 10:38:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 550AC21707 for ; Fri, 6 Nov 2020 10:38:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="bu6uznQH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727095AbgKFKiA (ORCPT ); Fri, 6 Nov 2020 05:38:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727130AbgKFKh6 (ORCPT ); Fri, 6 Nov 2020 05:37:58 -0500 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2320DC0613D4 for ; Fri, 6 Nov 2020 02:37:58 -0800 (PST) Received: by mail-wm1-x341.google.com with SMTP id v5so891477wmh.1 for ; Fri, 06 Nov 2020 02:37:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Qy5TSUuaroL38no12A5j4plxvxXEpPu7Flx/OqFFfvQ=; b=bu6uznQHuEs3uROc2LgjA0rm4ZHPIu7eA6d/aWvr5yY8e0aBKNEUhnoutYRWRkJQ8S 0+KMF9ovJ6N7UOVPvX22mNTIxHvkO0YYlK5RDh89J8rLoznVp8ExXsXveGnCc2+skJmI gDo0XmrYunmhvVu9b0u//jRshrsy2kRq60Les= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Qy5TSUuaroL38no12A5j4plxvxXEpPu7Flx/OqFFfvQ=; b=YWR9rVqUICahViGfXE3apO4B5Mz7zxlgGT0c09Uk2DvbD765PTeh3E37O5ygPrzexf +A1cjF0zfkDFjhRaAfLzd++r/XlYCrOOpkqxCzF0eRmgZekBLE+o0KuY5swP/SmyJ5VW 6BNZz4P/OL3sU/7vLyZvDA07HcA1IHdQMps98gpdIy2kph7hDboqaqie6aW731Meu54b m+DMaXIoGynmjmKlS52A2m7i05oJyDQzx/GTCEKrD+iweXOap/3HOKiIc/NiY+UaFrxQ evPLfxuBVH3kec1Oq7G2gW14gCjxO8bVaq6Kdn9/NSLGhL3r50uErAw28PJ/LgY8X80N 1WzA== X-Gm-Message-State: AOAM531R5z0DJnhdFUwoSJEnPjrq4XZqR1e5c0zw9nnAM3tpaw5FKuwI BHmGAvYCvRru00nZGvaUPqJRJg== X-Google-Smtp-Source: ABdhPJxrPPDMCec6T2tUbtte5Lwp7FuxLX8TjmfAAARw8cc13RlBlL2/jB1i22j4LMcFbHfJMhVOZw== X-Received: by 2002:a7b:cbd7:: with SMTP id n23mr1763316wmi.142.1604659076375; Fri, 06 Nov 2020 02:37:56 -0800 (PST) Received: from kpsingh.c.googlers.com.com (203.75.199.104.bc.googleusercontent.com. [104.199.75.203]) by smtp.gmail.com with ESMTPSA id t1sm1537639wrs.48.2020.11.06.02.37.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 02:37:55 -0800 (PST) From: KP Singh To: linux-kernel@vger.kernel.org, bpf@vger.kernel.org Cc: Martin KaFai Lau , Alexei Starovoitov , Daniel Borkmann , Song Liu , Paul Turner , Jann Horn , Hao Luo Subject: [PATCH bpf-next v6 9/9] bpf: Exercise syscall operations for inode and sk storage Date: Fri, 6 Nov 2020 10:37:47 +0000 Message-Id: <20201106103747.2780972-10-kpsingh@chromium.org> X-Mailer: git-send-email 2.29.1.341.ge80a0c044ae-goog In-Reply-To: <20201106103747.2780972-1-kpsingh@chromium.org> References: <20201106103747.2780972-1-kpsingh@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org From: KP Singh Use the check_syscall_operations added for task_local_storage to exercise syscall operations for other local storage maps: * Check the absence of an element for the given fd. * Create a new element, retrieve and compare its value. * Delete the element and check again for absence. Acked-by: Martin KaFai Lau Signed-off-by: KP Singh --- .../bpf/prog_tests/test_local_storage.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/bpf/prog_tests/test_local_storage.c b/tools/testing/selftests/bpf/prog_tests/test_local_storage.c index 4e7f6a4965f2..5fda45982be0 100644 --- a/tools/testing/selftests/bpf/prog_tests/test_local_storage.c +++ b/tools/testing/selftests/bpf/prog_tests/test_local_storage.c @@ -157,7 +157,7 @@ static bool check_syscall_operations(int map_fd, int obj_fd) void test_test_local_storage(void) { char tmp_exec_path[PATH_MAX] = "/tmp/copy_of_rmXXXXXX"; - int err, serv_sk = -1, task_fd = -1; + int err, serv_sk = -1, task_fd = -1, rm_fd = -1; struct local_storage *skel = NULL; skel = local_storage__open_and_load(); @@ -181,6 +181,15 @@ void test_test_local_storage(void) if (CHECK(err < 0, "copy_rm", "err %d errno %d\n", err, errno)) goto close_prog; + rm_fd = open(tmp_exec_path, O_RDONLY); + if (CHECK(rm_fd < 0, "open", "failed to open %s err:%d, errno:%d", + tmp_exec_path, rm_fd, errno)) + goto close_prog; + + if (!check_syscall_operations(bpf_map__fd(skel->maps.inode_storage_map), + rm_fd)) + goto close_prog; + /* Sets skel->bss->monitored_pid to the pid of the forked child * forks a child process that executes tmp_exec_path and tries to * unlink its executable. This operation should be denied by the loaded @@ -209,11 +218,15 @@ void test_test_local_storage(void) CHECK(skel->data->sk_storage_result != 0, "sk_storage_result", "sk_local_storage not set\n"); - close(serv_sk); + if (!check_syscall_operations(bpf_map__fd(skel->maps.sk_storage_map), + serv_sk)) + goto close_prog; close_prog_unlink: unlink(tmp_exec_path); close_prog: + close(serv_sk); + close(rm_fd); close(task_fd); local_storage__destroy(skel); } -- 2.29.1.341.ge80a0c044ae-goog