From patchwork Wed Jun 5 00:24:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrii Nakryiko X-Patchwork-Id: 13686022 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F99DC27C54 for ; Wed, 5 Jun 2024 00:25:46 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 0D1B76B00A2; Tue, 4 Jun 2024 20:25:45 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 05B766B00A3; Tue, 4 Jun 2024 20:25:44 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id DC6FF6B00A4; Tue, 4 Jun 2024 20:25:44 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0014.hostedemail.com [216.40.44.14]) by kanga.kvack.org (Postfix) with ESMTP id BB1016B00A2 for ; Tue, 4 Jun 2024 20:25:44 -0400 (EDT) Received: from smtpin15.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay04.hostedemail.com (Postfix) with ESMTP id 852271A0D9B for ; Wed, 5 Jun 2024 00:25:44 +0000 (UTC) X-FDA: 82194941808.15.8CF865D Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf01.hostedemail.com (Postfix) with ESMTP id C7A3340014 for ; Wed, 5 Jun 2024 00:25:42 +0000 (UTC) Authentication-Results: imf01.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=rKcQEWQM; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf01.hostedemail.com: domain of andrii@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=andrii@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1717547142; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=OkCHTAsFlJWRbK0KwrLwuOSgEGBAJd1XNMflclCcVvc=; b=0q5NqnQtHu1GI2fOUpSLjgYl1XdqnRmIlpGRMUrDcTJ+ewoqv0H4Id/IBClZrL1JgqJmip B3h35gOltiaVHX17sGQL3UVe9/Digql8EcrgxU60h/sj7dulTZVTFvL3WMbI9p+NlByY/w loO8Dj4c1MPS63+cm1aSSfShvho6sjA= ARC-Authentication-Results: i=1; imf01.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=rKcQEWQM; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf01.hostedemail.com: domain of andrii@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=andrii@kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1717547142; a=rsa-sha256; cv=none; b=B2ATkPZUAn3xOAW85EafhaC41GE7jllWFoe1wRvhVl2batH+daGCh6fQYnuKCYH6FCDd9e z/I0WJ8L9CHywcBD0l4rKtNxyADXY9O8zvDhBthlhfqLpvyXq82RAHbVbQzeX4/VuYslD2 +gBBJ/6mr4PaWfGYmWQGmWe/yumP0jI= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E1E8A615F5; Wed, 5 Jun 2024 00:25:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CD21C2BBFC; Wed, 5 Jun 2024 00:25:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717547141; bh=XhT7MyIpfN/Vsi8sYrA9Vx1PIwjnTH2I6tc+o8hojXY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rKcQEWQMeWdesGvQLL7bIVc6E0VZpu7OkRYVDovsDdv089zMFcwU6CHtlVDOsuJRJ QOVt4eRPH2RClctmS9GCSBzMj0m/I+KFY7ZvL9EQjuSAkYYKGkpeesjwZT/fFnuXAJ Yv+D8R3oWWznZDMQLYDFR6Ru5PBds+5+KEWaSJ0xkSpK5C77/19uuG5R7l5atcFFBC PLDrpQSdBIbk/ye0evRakElzfx5S0WsBJtmfytYB6uwRHLfY2IDWO7uAFRl5Je6W4I uZalXDJ8flxEouKOyouPgP3HmAosYh6UBCRs3XQrzvTN5WllAdQwyt3B1nUAQmjfRh rSg6xqlzOY6dQ== From: Andrii Nakryiko To: linux-fsdevel@vger.kernel.org, brauner@kernel.org, viro@zeniv.linux.org.uk, akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, bpf@vger.kernel.org, gregkh@linuxfoundation.org, linux-mm@kvack.org, liam.howlett@oracle.com, surenb@google.com, rppt@kernel.org, Andrii Nakryiko Subject: [PATCH v3 7/9] tools: sync uapi/linux/fs.h header into tools subdir Date: Tue, 4 Jun 2024 17:24:52 -0700 Message-ID: <20240605002459.4091285-8-andrii@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240605002459.4091285-1-andrii@kernel.org> References: <20240605002459.4091285-1-andrii@kernel.org> MIME-Version: 1.0 X-Rspam-User: X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: C7A3340014 X-Stat-Signature: 9fy6hx1rq6yy7ehozcsq88ha7b4r7ss6 X-HE-Tag: 1717547142-693248 X-HE-Meta: U2FsdGVkX19mm8ZPwejz+3CicYxxplTtedgqxoRrfn+l50V84AZALkCpE/fES9SsnpSbIJfsWWUhUcGNbSz4X0FTHpRuzM8Yc0cMjCTvtG6cwe2p8v/G7poGtISQnehi1a+OCnV4VJ+cI9YYGQqwUKuFfXOADxjEksuZ6B0L7WZlJmYgS0IjixTWE509geRi0RAKZK5xXJW2CTrrqwTRlUMCMQW3PlZKPHQhnwfVtpdV1tqQI+WP8Za2rsIxifwFF+rXjvutmPx8dBPIm6P9NWFsLFfv5s1tP6enXM6lPlDy6UpOvFIAvPNzlPX4l8EyYIWVE99EMefkft61tvWsNjTO7GeIP8TYaZ9118ienG4EkxlIDQS1x/wwJBJIr1RGuTgrFx2K2ZGy8jVsxYXOFAAUluP2lvyuRauPvxH+Ss/58QbWTOoOAFKYtDsS4k4kAyq5Jjw8xi9b90CGj0aTi1wpBqI8MB3166KnETvKPOMBeUmz4nroWKL58h5v/PDoCqmNJoWTQ3ErltbsWmWTw8gl3UZDIAtKATk0QBErmojdZsIuzBYglucmHklwXa7usPGQnZKEmO4ytBXr/tTzRa6S4x/oCy0gcPQPN5pYXVGW8swG740nfTYvsQIu+26OWle49PDH2q1NS9VHsKEsQg2/IiUocwYPgPgEOw1Dl75wA3Nz9WcXZ6jmpIgsM+QUF113ZFy4kWVNG0sARB75qPgqLr9OGtY5Ak0CCR+IVGqEyF5w84iXMLffqrUYfYBKfyF8AVox54kBRHGi+5B0XQLiblHqARNpcwM/7T5+whiCcRoojtcs8LEOJl4qxrehlemrfF3C3NUYvj0BsZVwiq+gB9FUYoXK1+sA3ETW+vaJxeVJv+v3pmQUzR2jgJRNfa7XalnqOgF7O48GvJU5JYgonAU64g5SG8cDbiGG1zzwzU3N5Z6QxcFaO3eTr/I5WtVeMJkC60y/HwDL832 eSJvUKVy JCTlzvM78yG0F90ng+1ZhAu/ifHDU9PBn15xFx7eK84Al7jndlyofKUXflznU6X6Rqax7aSV9q/4P6xh7qwSFsK+U1VicDLgUonoorucKaJBAgIMu/wgM7lRW03++8oWLA2IC90VGE7mOhdSXIWylo28t2Hp5H0CT21WOGfHSejaPt4NsJwOPRfPQabL0Uxn3KcLMZstQdQkl24bcsLTzwm4SQWq6H8TolRb4FfP4AJzXq6zoCnmwo4ZKKg== X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: We need this UAPI header in tools/include subdirectory for using it from BPF selftests. Signed-off-by: Andrii Nakryiko --- tools/include/uapi/linux/fs.h | 550 ++++++++++++++++++++++++++++++++++ 1 file changed, 550 insertions(+) create mode 100644 tools/include/uapi/linux/fs.h diff --git a/tools/include/uapi/linux/fs.h b/tools/include/uapi/linux/fs.h new file mode 100644 index 000000000000..7306022780d3 --- /dev/null +++ b/tools/include/uapi/linux/fs.h @@ -0,0 +1,550 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef _UAPI_LINUX_FS_H +#define _UAPI_LINUX_FS_H + +/* + * This file has definitions for some important file table structures + * and constants and structures used by various generic file system + * ioctl's. Please do not make any changes in this file before + * sending patches for review to linux-fsdevel@vger.kernel.org and + * linux-api@vger.kernel.org. + */ + +#include +#include +#include +#ifndef __KERNEL__ +#include +#endif + +/* Use of MS_* flags within the kernel is restricted to core mount(2) code. */ +#if !defined(__KERNEL__) +#include +#endif + +/* + * It's silly to have NR_OPEN bigger than NR_FILE, but you can change + * the file limit at runtime and only root can increase the per-process + * nr_file rlimit, so it's safe to set up a ridiculously high absolute + * upper limit on files-per-process. + * + * Some programs (notably those using select()) may have to be + * recompiled to take full advantage of the new limits.. + */ + +/* Fixed constants first: */ +#undef NR_OPEN +#define INR_OPEN_CUR 1024 /* Initial setting for nfile rlimits */ +#define INR_OPEN_MAX 4096 /* Hard limit for nfile rlimits */ + +#define BLOCK_SIZE_BITS 10 +#define BLOCK_SIZE (1</maps ioctl */ +#define PROCMAP_QUERY _IOWR(PROCFS_IOCTL_MAGIC, 17, struct procmap_query) + +enum procmap_query_flags { + /* + * VMA permission flags. + * + * Can be used as part of procmap_query.query_flags field to look up + * only VMAs satisfying specified subset of permissions. E.g., specifying + * PROCMAP_QUERY_VMA_READABLE only will return both readable and read/write VMAs, + * while having PROCMAP_QUERY_VMA_READABLE | PROCMAP_QUERY_VMA_WRITABLE will only + * return read/write VMAs, though both executable/non-executable and + * private/shared will be ignored. + * + * PROCMAP_QUERY_VMA_* flags are also returned in procmap_query.vma_flags + * field to specify actual VMA permissions. + */ + PROCMAP_QUERY_VMA_READABLE = 0x01, + PROCMAP_QUERY_VMA_WRITABLE = 0x02, + PROCMAP_QUERY_VMA_EXECUTABLE = 0x04, + PROCMAP_QUERY_VMA_SHARED = 0x08, + /* + * Query modifier flags. + * + * By default VMA that covers provided address is returned, or -ENOENT + * is returned. With PROCMAP_QUERY_COVERING_OR_NEXT_VMA flag set, closest + * VMA with vma_start > addr will be returned if no covering VMA is + * found. + * + * PROCMAP_QUERY_FILE_BACKED_VMA instructs query to consider only VMAs that + * have file backing. Can be combined with PROCMAP_QUERY_COVERING_OR_NEXT_VMA + * to iterate all VMAs with file backing. + */ + PROCMAP_QUERY_COVERING_OR_NEXT_VMA = 0x10, + PROCMAP_QUERY_FILE_BACKED_VMA = 0x20, +}; + +/* + * Input/output argument structured passed into ioctl() call. It can be used + * to query a set of VMAs (Virtual Memory Areas) of a process. + * + * Each field can be one of three kinds, marked in a short comment to the + * right of the field: + * - "in", input argument, user has to provide this value, kernel doesn't modify it; + * - "out", output argument, kernel sets this field with VMA data; + * - "in/out", input and output argument; user provides initial value (used + * to specify maximum allowable buffer size), and kernel sets it to actual + * amount of data written (or zero, if there is no data). + * + * If matching VMA is found (according to criterias specified by + * query_addr/query_flags, all the out fields are filled out, and ioctl() + * returns 0. If there is no matching VMA, -ENOENT will be returned. + * In case of any other error, negative error code other than -ENOENT is + * returned. + * + * Most of the data is similar to the one returned as text in /proc//maps + * file, but procmap_query provides more querying flexibility. There are no + * consistency guarantees between subsequent ioctl() calls, but data returned + * for matched VMA is self-consistent. + */ +struct procmap_query { + /* Query struct size, for backwards/forward compatibility */ + __u64 size; + /* + * Query flags, a combination of enum procmap_query_flags values. + * Defines query filtering and behavior, see enum procmap_query_flags. + * + * Input argument, provided by user. Kernel doesn't modify it. + */ + __u64 query_flags; /* in */ + /* + * Query address. By default, VMA that covers this address will + * be looked up. PROCMAP_QUERY_* flags above modify this default + * behavior further. + * + * Input argument, provided by user. Kernel doesn't modify it. + */ + __u64 query_addr; /* in */ + /* VMA starting (inclusive) and ending (exclusive) address, if VMA is found. */ + __u64 vma_start; /* out */ + __u64 vma_end; /* out */ + /* VMA permissions flags. A combination of PROCMAP_QUERY_VMA_* flags. */ + __u64 vma_flags; /* out */ + /* + * VMA file offset. If VMA has file backing, this specifies offset + * within the file that VMA's start address corresponds to. + * Is set to zero if VMA has no backing file. + */ + __u64 vma_offset; /* out */ + /* Backing file's inode number, or zero, if VMA has no backing file. */ + __u64 inode; /* out */ + /* Backing file's device major/minor number, or zero, if VMA has no backing file. */ + __u32 dev_major; /* out */ + __u32 dev_minor; /* out */ + /* + * If set to non-zero value, signals the request to return VMA name + * (i.e., VMA's backing file's absolute path, with " (deleted)" suffix + * appended, if file was unlinked from FS) for matched VMA. VMA name + * can also be some special name (e.g., "[heap]", "[stack]") or could + * be even user-supplied with prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME). + * + * Kernel will set this field to zero, if VMA has no associated name. + * Otherwise kernel will return actual amount of bytes filled in + * user-supplied buffer (see vma_name_addr field below), including the + * terminating zero. + * + * If VMA name is longer that user-supplied maximum buffer size, + * -E2BIG error is returned. + * + * If this field is set to non-zero value, vma_name_addr should point + * to valid user space memory buffer of at least vma_name_size bytes. + * If set to zero, vma_name_addr should be set to zero as well + */ + __u32 vma_name_size; /* in/out */ + /* + * If set to non-zero value, signals the request to extract and return + * VMA's backing file's build ID, if the backing file is an ELF file + * and it contains embedded build ID. + * + * Kernel will set this field to zero, if VMA has no backing file, + * backing file is not an ELF file, or ELF file has no build ID + * embedded. + * + * Build ID is a binary value (not a string). Kernel will set + * build_id_size field to exact number of bytes used for build ID. + * If build ID is requested and present, but needs more bytes than + * user-supplied maximum buffer size (see build_id_addr field below), + * -E2BIG error will be returned. + * + * If this field is set to non-zero value, build_id_addr should point + * to valid user space memory buffer of at least build_id_size bytes. + * If set to zero, build_id_addr should be set to zero as well + */ + __u32 build_id_size; /* in/out */ + /* + * User-supplied address of a buffer of at least vma_name_size bytes + * for kernel to fill with matched VMA's name (see vma_name_size field + * description above for details). + * + * Should be set to zero if VMA name should not be returned. + */ + __u64 vma_name_addr; /* in */ + /* + * User-supplied address of a buffer of at least build_id_size bytes + * for kernel to fill with matched VMA's ELF build ID, if available + * (see build_id_size field description above for details). + * + * Should be set to zero if build ID should not be returned. + */ + __u64 build_id_addr; /* in */ +}; + +#endif /* _UAPI_LINUX_FS_H */