linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-30 19:13:33 to 2024-10-01 23:05:54 UTC [more...]

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-01 22:59 UTC  (33+ messages)
` [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 17/40] arm64/idreg: Add overrride for GCS
` [PATCH v13 18/40] arm64/hwcap: Add hwcap "
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-01 21:46 UTC  (36+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-01 21:10 UTC  (6+ messages)

[PATCH v4 00/10] fuse: folio conversions
 2024-10-01 20:19 UTC  (4+ messages)
` [PATCH v4 06/10] fuse: convert fuse_do_readpage to use folios

[PATCH v4] add group restriction bitmap
 2024-10-01 20:12 UTC 

[syzbot] [fuse?] WARNING in fuse_writepages
 2024-10-01 19:20 UTC 

[regression] getdents() does not list entries created after opening the directory
 2024-10-01 19:15 UTC  (5+ messages)

[PATCH] [RFC] rust: add PidNamespace wrapper
 2024-10-01 19:10 UTC  (6+ messages)
` [PATCH v2] rust: add PidNamespace

[PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-01 18:48 UTC  (5+ messages)
` [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-10-01 17:12 UTC  (7+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "

[PATCH] drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flags
 2024-10-01 16:43 UTC  (3+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-01 16:23 UTC  (5+ messages)

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-01 16:17 UTC  (17+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-01 15:48 UTC  (23+ messages)
` [PATCH v6 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v6 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v6 3/7] fs: iomap: Atomic write support
` [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
` [PATCH v6 5/7] xfs: Support atomic write for statx
` [PATCH v6 6/7] xfs: Validate atomic writes

[PATCH v3] add group restriction bitmap
 2024-10-01 15:28 UTC  (7+ messages)

[PATCH v3] rust: add PidNamespace
 2024-10-01 14:54 UTC 

[RFC PATCH 0/3] introduce PIDFD_SELF
 2024-10-01 14:31 UTC  (9+ messages)

[PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
 2024-10-01 14:03 UTC  (3+ messages)

[PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
 2024-10-01 13:43 UTC  (5+ messages)

FIFREEZE on loop device does not return EBUSY
 2024-10-01 13:20 UTC 

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-01 12:45 UTC  (18+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[PATCH v2 0/2] Miscdevices in Rust
 2024-10-01 11:28 UTC  (7+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-01 10:43 UTC  (4+ messages)
` [PATCH 05/12] mm/memory: Add dax_insert_pfn

[PATCH] rust: add seqfile abstraction
 2024-10-01 10:23 UTC  (3+ messages)

[PATCH v2] selftests/proc: Add test to check unmapped process
 2024-10-01 10:02 UTC 

optimizing backing file setup
 2024-10-01  9:56 UTC  (4+ messages)

[PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
 2024-10-01  9:50 UTC  (6+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in __hfs_ext_cache_extent (2)
 2024-10-01  9:27 UTC 

[PATCH 0/6] Syzbot bugfixes and refactoring
 2024-10-01  9:01 UTC  (7+ messages)
` [PATCH 1/6] fs/ntfs3: Fix possible deadlock in mi_read
` [PATCH 2/6] fs/ntfs3: Additional check in ni_clear()
` [PATCH 3/6] fs/ntfs3: Sequential field availability check in mi_enum_attr()
` [PATCH 4/6] fs/ntfs3: Fix general protection fault in run_is_mapped_full
` [PATCH 5/6] fs/ntfs3: Additional check in ntfs_file_release
` [PATCH 6/6] fs/ntfs3: Format output messages like others fs in kernel

[GIT PULL] zonefs changes for 6.12-rc2
 2024-10-01  9:05 UTC 

[syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2)
 2024-10-01  9:04 UTC 

[viro-vfs:work.headers.unaligned 1/2] arch/arc/include/asm/mmu.h:17:71: warning: 'struct pt_regs' declared inside parameter list will not be visible outside of this definition or declaration
 2024-10-01  8:55 UTC 

[PATCH 0/3] Miscdevices in Rust
 2024-10-01  8:20 UTC  (7+ messages)
` [PATCH 2/3] rust: file: add f_pos and set_f_pos

[syzbot] [fuse?] WARNING in fuse_write_file_get (2)
 2024-10-01  8:09 UTC 

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-01  7:54 UTC  (27+ messages)

[PATCH] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
 2024-10-01  6:25 UTC  (3+ messages)

[viro-vfs:work.xattr 9/9] fs/xattr.c:971:28: error: use of undeclared identifier 'pathname'; did you mean 'putname'?
 2024-10-01  6:00 UTC 

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-30 22:58 UTC  (3+ messages)

[PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
 2024-09-30 22:07 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2024-09-30 20:21 UTC  (2+ messages)

[PATCH v2] add group restriction bitmap
 2024-09-30 19:34 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).