messages from 2023-07-21 03:12:37 to 2023-07-24 13:56:41 UTC [more...]
[RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns
2023-07-24 13:55 UTC (8+ messages)
[PATCH v2] nfsd: inherit required unset default acls from effective set
2023-07-24 13:54 UTC (3+ messages)
[PATCH 0/2] softirq: redefine the type of kernel_stat.softirqs[] as unsigned long
2023-07-24 13:50 UTC (4+ messages)
` [PATCH 1/2] softirq: fix integer overflow in function show_stat()
` [PATCH 2/2] softirq: redefine the type of kernel_stat.softirqs[] as unsigned long
[syzbot] [fs?] INFO: task hung in pipe_release (4)
2023-07-24 13:17 UTC (2+ messages)
[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
2023-07-24 12:46 UTC (36+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack
` [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests
` [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1
` [PATCH v2 14/35] arm64/idreg: Add overrride for GCS
` [PATCH v2 15/35] arm64/hwcap: Add hwcap "
` [PATCH v2 16/35] arm64/traps: Handle GCS exceptions
` [PATCH v2 17/35] arm64/mm: Handle GCS data aborts
` [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack()
` [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames
` [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests
[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
2023-07-24 12:49 UTC
[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
2023-07-24 12:25 UTC (53+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex
[PATCH 1/2] Revert "page cache: fix page_cache_next/prev_miss off by one"
2023-07-24 12:15 UTC
Kernel NULL pointer deref and data corruptions with xfs on 6.1
2023-07-24 11:23 UTC (2+ messages)
[PATCH] fstests: add helper to canonicalize devices used to enable persistent disks
2023-07-24 10:58 UTC (2+ messages)
[PATCH] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
2023-07-24 10:12 UTC (2+ messages)
[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
2023-07-24 9:38 UTC (9+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
Don't miss out on our low Interest loan opportunity
2023-07-24 8:47 UTC
[PATCH 0/2] cifs: fix charset issue in reconnection
2023-07-24 8:44 UTC (4+ messages)
` [PATCH 1/2] fs/nls: make load_nls() take a const parameter
` [PATCH 2/2] cifs: fix charset issue in reconnection
[PATCH v2] ext4: fix the time handling macros when ext4 is using small inodes
2023-07-24 8:34 UTC (5+ messages)
[syzbot] Monthly overlayfs report (Jul 2023)
2023-07-24 8:31 UTC
[PATCH] fs/read_write: Enable copy_file_range for block device
2023-07-24 6:39 UTC (2+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-24 6:38 UTC (34+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
[PATCH v13 0/9] Implement copy offload support
2023-07-24 5:46 UTC (4+ messages)
` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
[PATCH] fs/nls: make load_nls() take a const parameter
2023-07-24 5:52 UTC (3+ messages)
[PATCH v5 00/14] ceph: support idmapped mounts
2023-07-24 1:02 UTC (18+ messages)
[PATCH mm-hotfixes] shmem: minor fixes to splice-read implementation
2023-07-23 21:05 UTC
[PATCH mm-hotfixes] tmpfs: fix Documentation of noswap and huge mount options
2023-07-23 20:55 UTC
[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-07-23 6:35 UTC (12+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
[PATCH v7 3/3] shmem: stable directory offsets
2023-07-22 20:33 UTC (2+ messages)
[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block (2)
2023-07-22 14:13 UTC
[syzbot] [mm?] BUG: soft lockup in generic_file_write_iter (2)
2023-07-22 14:12 UTC
[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
2023-07-22 14:05 UTC (14+ messages)
` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
` "
` [v2] "
[PATCH v3 0/7] Support negative dentries on case-insensitive ext4 and f2fs
2023-07-22 4:29 UTC (9+ messages)
` [PATCH v3 3/7] libfs: Validate negative dentries in case-insensitive directories
[syzbot] [hfs?] kernel BUG in hfs_show_options
2023-07-22 3:43 UTC
[PATCH 0/7] More filesystem folio conversions for 6.6
2023-07-22 0:06 UTC (7+ messages)
` [PATCH 1/7] highmem: Add memcpy_to_folio() and memcpy_from_folio()
` [PATCH 2/7] affs: Convert affs_symlink_read_folio() to use the folio
` [PATCH 3/7] affs: Convert data read and write to use folios
[syzbot] [gfs2?] kernel panic: hung_task: blocked tasks (2)
2023-07-21 20:48 UTC
[PATCH v2 0/9] Avoid the mmap lock for fault-around
2023-07-21 18:48 UTC (3+ messages)
` [PATCH v2 9/9] tcp: Use per-vma locking for receive zerocopy
[PATCH] affs: Remove writepage implementation
2023-07-21 16:46 UTC (2+ messages)
[syzbot] [hfs?] WARNING in hfs_write_inode
2023-07-21 13:10 UTC (23+ messages)
[PATCH] Fix BUG: KASAN: use-after-free in trace_event_raw_event_filelock_lock
2023-07-21 12:11 UTC (3+ messages)
[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
2023-07-21 11:56 UTC (7+ messages)
` [PATCH 1/3] fuse: invalidate page cache pages before direct write
` [fuse-devel] "
` [PATCH 3/3] fuse: write back dirty pages before direct write in direct_io_relax mode
` [External] [fuse-devel] "
[PATCH] fs/locks: Fix typo
2023-07-21 10:25 UTC (2+ messages)
[syzbot] [ext4?] general protection fault in ep_poll_callback
2023-07-21 9:47 UTC (3+ messages)
[PATCH -next] perf/core: Rename perf_proc_update_handler for readability
2023-07-21 9:06 UTC
allow building a kernel without buffer_heads
2023-07-21 6:26 UTC (8+ messages)
` [PATCH 6/6] fs: add CONFIG_BUFFER_HEAD
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-21 5:22 UTC (3+ messages)
` [PATCH 27/32] nilfs2: Convert to use blkdev_get_handle_by_path()
[syzbot] [fs?] general protection fault in iommu_deinit_device
2023-07-21 4:53 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).