Go to file
Miklos Szeredi 61c4c450b0 fanotify: create helper fanotify_mark_user_flags()
JIRA: https://issues.redhat.com/browse/RHEL-102134

commit 4adce25ccfff215939ee465b8c0aa70526d5c352
Author: Amir Goldstein <amir73il@gmail.com>
Date:   Fri Apr 22 15:03:23 2022 +0300

    fanotify: create helper fanotify_mark_user_flags()

    To translate from fsnotify mark flags to user visible flags.

    Link: https://lore.kernel.org/r/20220422120327.3459282-13-amir73il@gmail.com
    Signed-off-by: Amir Goldstein <amir73il@gmail.com>
    Signed-off-by: Jan Kara <jack@suse.cz>

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2025-07-07 17:32:17 +02:00
Documentation Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
LICENSES
arch Merge: perf: PerfMon counters adaptive PEBS extension - counter snapshotting 2025-07-03 12:52:03 -03:00
block Merge: block layer: misc fixes 2025-07-03 12:51:56 -03:00
certs certs: Add support for using elliptic curve keys for signing modules 2025-03-05 22:29:46 +08:00
crypto Merge: pcrypto/tegra: pull in fixes for Tegra Security Engine Driver 2025-06-05 20:04:25 +02:00
drivers Merge: CVE-2025-37799: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp 2025-07-03 12:52:03 -03:00
fs fanotify: create helper fanotify_mark_user_flags() 2025-07-07 17:32:17 +02:00
include fsnotify: allow adding an inode mark without pinning inode 2025-07-07 17:32:17 +02:00
init Merge: cgroup: Backport upstream cgroup commits up to v6.12 2025-05-26 10:33:48 +02:00
io_uring io_uring/sqpoll: zero sqd->thread on tctx errors 2025-06-13 14:08:39 -04:00
ipc ipc/sem: use flexible array in 'struct sem_undo' 2025-03-21 11:02:00 -04:00
kernel fsnotify: make allow_dups a property of the group 2025-07-07 17:32:17 +02:00
lib Merge: Refresh s390x subsystem, enable virtio-mem support on s390x and dynamic update of vfio-ap mediated devices 2025-06-23 11:03:03 -03:00
mm Merge: CVE-2025-37958 mm/huge_memory: fix dereferencing invalid pmd migration entry 2025-07-03 12:52:03 -03:00
net Merge: CNB97: xsk: TX metadata Launch Time support 2025-06-26 10:58:55 -03:00
redhat [redhat] kernel-5.14.0-597.el9 2025-07-03 12:52:21 -03:00
samples livepatch: convert timeouts to secs_to_jiffies() 2025-04-03 13:25:22 -04:00
scripts Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
security Merge: Update overlayfs to v6.7 2025-06-26 10:58:50 -03:00
sound Merge: RHEL 9.7 DRM v6.14 Dependencies Backport 2025-06-05 20:04:29 +02:00
tools Merge: x86, arm64: Training Solo CPU vulnerability mitigation 2025-07-03 12:51:58 -03:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt kvm/vfio: Constify struct kvm_device_ops 2025-04-08 12:33:50 -06:00
.clang-format media: subdev: Add for_each_active_route() macro 2024-11-27 09:40:34 +08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml Merge tag 'kernel-5.14.0-570.3.1.el9_6' into 'main' 2025-03-10 17:24:30 -04:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS MAINTAINERS: Remove Mathieu Poirier as coresight maintainer 2025-01-04 13:51:08 -05:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option 2024-01-12 14:27:16 +01:00
MAINTAINERS Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
Makefile Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
Makefile.rhelver [redhat] kernel-5.14.0-597.el9 2025-07-03 12:52:21 -03:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.