All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-28 22:57:54 to 2023-06-29 01:07:15 UTC [more...]

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-06-29  1:07 UTC  (7+ messages)

[PATCH v3] block: add check that partition length needs to be aligned with block size
 2023-06-29  1:04 UTC  (4+ messages)

[PATCH] kernel/trace: Fix cleanup logic of enable_trace_eprobe
 2023-06-29  1:04 UTC  (2+ messages)

[PATCH v12 00/22] TDX host kernel support
 2023-06-29  1:03 UTC  (45+ messages)
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum

[PATCH] writeback: Account the number of pages written back
 2023-06-29  1:02 UTC  (4+ messages)

[PATCH v2] ceph: don't let check_caps skip sending responses for revoke msgs
 2023-06-29  1:01 UTC  (2+ messages)

EFI Secure boot default keys
 2023-06-29  1:01 UTC  (2+ messages)

[GIT PULL] bcachefs
 2023-06-29  1:00 UTC  (22+ messages)

[PATCH 0/2] Fix Linux dom0 boot on a QEMU/KVM virtual machine
 2023-06-29  1:00 UTC  (7+ messages)
` [PATCH 1/2] xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent
` [PATCH 2/2] xen/virtio: Avoid use of the dom0 backend in dom0

[PATCH blktests] nvme/rc: specify hostnqn to hostid to nvme discover and connect
 2023-06-29  0:56 UTC  (3+ messages)

[PATCH v2] Sched/fair: Block nohz tick_stop when cfs bandwidth in use
 2023-06-29  0:53 UTC  (3+ messages)

[PATCH] rust: macros: add `paste!` proc macro
 2023-06-29  0:51 UTC  (2+ messages)

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-06-28 23:43 UTC  (6+ messages)

[PATCH v2] hwmon: (pmbus/acbel-fsg032) Add firmware version debugfs attribute
 2023-06-29  0:50 UTC  (2+ messages)

[PATCH] mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
 2023-06-29  0:49 UTC 

[PATCH 0/7] Add support for LUT PPG
 2023-06-29  0:48 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: leds: leds-qcom-lpg: Add support for LUT through NVMEM devices
` [PATCH 3/7] soc: qcom: add QCOM PBS driver

[GIT PULL] Please pull RDMA subsystem changes
 2023-06-29  0:46 UTC 

[PATCH] doc: update release note for iavf AVX2 feature
 2023-06-29  0:06 UTC 

bcache: Possible deadlock between write_dirty_finish and bch_data_insert_keys
 2023-06-29  0:46 UTC  (5+ messages)

❌ FAIL: Test report for master (6.4.0, mainline.kernel.org-clang, 6a8cbd92)
 2023-06-29  0:41 UTC 

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-29  0:39 UTC  (4+ messages)
` [PATCH v7 2/2] "
  ` [Linux-cachefs] "

[PATCH v4 0/4] ublk: add zoned storage support
 2023-06-29  0:38 UTC  (8+ messages)
` [PATCH v4 1/4] ublk: change ublk IO command defines to enum
` [PATCH v4 3/4] ublk: enable zoned storage support
` [PATCH v4 4/4] ublk: add zone append

[Bug 217607] New: null pointer dereference with NVIDIA installer on 5.15.118 and 5.15.119
 2023-06-29  0:37 UTC 

[PATCH v1 00/17] btrfs: add encryption feature
 2023-06-29  0:35 UTC  (18+ messages)
` [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v1 02/17] btrfs: disable verity "
` [PATCH v1 03/17] fscrypt: expose fscrypt_nokey_name
` [PATCH v1 04/17] btrfs: start using fscrypt hooks
` [PATCH v1 05/17] btrfs: add inode encryption contexts
` [PATCH v1 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v1 07/17] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v1 08/17] btrfs: use correct name hash for "
` [PATCH v1 09/17] btrfs: implement fscrypt ioctls
` [PATCH v1 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v1 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v1 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v1 13/17] btrfs: turn on the encryption ioctls
` [PATCH v1 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v1 15/17] btrfs: start tracking extent encryption context info
` [PATCH v1 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v1 17/17] btrfs: save and load fscrypt extent contexts

[PATCH v4 0/8] fscrypt: some rearrangements of key setup
 2023-06-29  0:28 UTC  (9+ messages)
` [PATCH v4 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v4 2/8] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v4 3/8] fscrypt: split setup_per_mode_enc_key()
` [PATCH v4 4/8] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v4 5/8] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v4 6/8] fscrypt: move all the shared mode key setup deeper
` [PATCH v4 7/8] fscrypt: make infos have a pointer to prepared keys
` [PATCH v4 8/8] fscrypt: make prepared keys record their type

[GIT PULL] probes: Update for v6.5
 2023-06-29  0:34 UTC  (3+ messages)
  ` [GIT PULL] Probes update "

[PATCH v1 00/12] fscrypt: add extent encryption
 2023-06-29  0:29 UTC  (13+ messages)
` [PATCH v1 01/12] fscrypt: factor helper for locking master key
` [PATCH v1 02/12] fscrypt: factor getting info for a specific block
` [PATCH v1 03/12] fscrypt: adjust effective lblks based on extents
` [PATCH v1 04/12] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v1 05/12] fscrypt: setup leaf inodes for extent encryption
` [PATCH v1 06/12] fscrypt: allow infos to be owned by extents
` [PATCH v1 07/12] fscrypt: notify per-extent infos if master key vanishes
` [PATCH v1 08/12] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v1 09/12] fscrypt: add creation/usage/freeing of "
` [PATCH v1 10/12] fscrypt: allow load/save of extent contexts
` [PATCH v1 11/12] fscrypt: save session key credentials for extent infos
` [PATCH v1 12/12] fscrypt: update documentation for per-extent keys

[PATCH v15 00/30] Add KVM LoongArch support
 2023-06-29  0:34 UTC  (8+ messages)
` [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch

[igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit
 2023-06-29  0:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

Realtek 8822ce connection is very unstable
 2023-06-29  0:32 UTC  (8+ messages)

[PATCH v1 00/10] variable-order, large folios for anonymous memory
 2023-06-29  0:31 UTC  (14+ messages)

[PATCH] net/netvsc: fix bogus sizeof calculation
 2023-06-29  0:29 UTC 

New CVE entries this week
 2023-06-29  0:26 UTC 

[PATCH v2] fpga: dfl: afu: use PFN_DOWN() and PFN_PHYS() helper macros
 2023-06-29  0:22 UTC  (2+ messages)
` [PATCH v3] fpga: dfl: afu: use PFN_DOWN() helper macro

Reunbreak the MEM_ENCRYPT build
 2023-06-29  0:19 UTC  (3+ messages)

[PATCH v5 0/6] Per-VMA lock support for swap and userfaults
 2023-06-29  0:19 UTC  (4+ messages)
` [PATCH v5 6/6] mm: handle userfaults under VMA lock

[PATCH 2/2] module: add support to avoid duplicates early on load
 2023-06-29  0:18 UTC  (15+ messages)

[Intel-xe] [PATCH v2 0/6] Add HWMON support for DGFX
 2023-06-29  0:18 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 2/6] drm/xe/hwmon: Expose power attributes
    `  "

[PATCH] net/iavf: fix VLAN insertion in vector path
 2023-06-29  0:16 UTC  (5+ messages)

[PATCH v4 1/3] Bluetooth: hci_conn: Consolidate code for aborting connections
 2023-06-29  0:13 UTC  (3+ messages)
` [PATCH v4 2/3] Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
` [PATCH v4 3/3] Bluetooth: hci_conn: Always allocate unique handles

[PATCH v2] common/btrfs: handle dmdust as mounted device in _btrfs_buffered_read_on_mirror()
 2023-06-29  0:10 UTC 

[PATCH V2 0/4] nvme: fix two kinds of IO hang from removing NSs
 2023-06-29  0:08 UTC  (11+ messages)

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-29  0:07 UTC  (2+ messages)

[bug report] most of blktests nvme/ failed on the latest linux tree
 2023-06-29  0:04 UTC  (13+ messages)

[PATCH] arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=n
 2023-06-29  0:04 UTC  (4+ messages)

[RFC] Support for Write-and-Verify only drives
 2023-06-29  0:02 UTC  (5+ messages)

What's cooking in git.git (Jun 2023, #07; Tue, 27)
 2023-06-28 23:58 UTC  (2+ messages)

configure: Add large file support via CFLAGS
 2023-06-28 23:57 UTC 

[GIT PULL] Networking for v6.5
 2023-06-28 23:58 UTC  (2+ messages)

[PATCH 0/2] mpt3sas: Contains Defect
 2023-06-28 23:53 UTC  (3+ messages)
` [PATCH 1/2] mpt3sas: Perform additional retries if Doorbell read returns 0

[PATCH v10] app/dma-perf: introduce dma-perf application
 2023-06-28 23:50 UTC 

[syzbot] [f2fs?] general protection fault in f2fs_drop_extent_tree
 2023-06-28 23:27 UTC  (2+ messages)
` [f2fs-dev] "

Approved:EFT INV2378329337 Received Tuesday, Wenesday 28, 2023 Ref-6282 273663 2
 2023-06-28 23:36 UTC 

[patch V2] drm/amdkfd: Access gpuvm_export_dmabuf() api
 2023-06-28 23:45 UTC  (3+ messages)

Recall: [v10] app/dma-perf: introduce dma-perf application
 2023-06-28 23:44 UTC 

[PATCH v2] drm/tests: Fix swapped drm_framebuffer tests parameter names
 2023-06-28 23:43 UTC  (2+ messages)

FAILED: patch "[PATCH] bpf: ensure main program has an extable" failed to apply to 5.15-stable tree
 2023-06-28 23:39 UTC  (3+ messages)
` [PATCH 5.15.y] bpf: ensure main program has an extable

[v10] app/dma-perf: introduce dma-perf application
 2023-06-28 23:38 UTC 

[PATCH iproute2 0/5] Warning fixes
 2023-06-28 23:38 UTC  (6+ messages)
` [PATCH iproute2 1/5] dcb: fully initialize flag table
` [PATCH iproute2 2/5] fix fallthrough warnings
` [PATCH iproute2 3/5] ss: fix warning about empty if()
` [PATCH iproute2 4/5] ct: check for invalid proto
` [PATCH iproute2 5/5] ifstat: fix warning about conditional

[PATCH v2] Separate bch_moving_gc() from bch_btree_gc()
 2023-06-28 23:37 UTC  (2+ messages)

[PATCH v8 1/3] Bluetooth: btusb: mediatek: readx_poll_timeout replaces open coding
 2023-06-28 23:37 UTC  (2+ messages)
` [v8,1/3] "

Possible build time regression affecting stable kernels
 2023-06-28 23:33 UTC  (9+ messages)

[PATCH 0/6 v5 RESEND] seccomp: add the synchronous mode for seccomp_unotify
 2023-06-28 23:32 UTC  (6+ messages)

[tip:objtool/urgent] BUILD SUCCESS cc592643a3ea1b2231628fb414dee203633a11c0
 2023-06-28 23:30 UTC 

[tip:master] BUILD SUCCESS 02332156cd0279d677585f05a29e60e85b1a793e
 2023-06-28 23:30 UTC 

[PATCH 1/3] hwsim: remove 'optimization' sending to only known MACs
 2023-06-28 23:28 UTC  (18+ messages)

[PATCH 0/4] btrfs-progs: tune: add --device and --noscan option
 2023-06-28 23:27 UTC  (2+ messages)

[PATCH v2 0/4] dedupe smb unicode files
 2023-06-28 23:24 UTC  (5+ messages)
` [PATCH v2 1/4] fs/smb: Remove unicode 'lower' tables
` [PATCH v2 2/4] fs/smb: Swing unicode common code from smb->NLS
` [PATCH v2 3/4] fs/smb/client: Use common code in client
` [PATCH v2 4/4] fs/jfs: Use common ucs2 upper case table

[PATCH] pstore: ramoops: support pmsg size larger than kmalloc limitation
 2023-06-28 23:24 UTC  (4+ messages)
`  "

[GIT PULL] perf tools changes for v6.5
 2023-06-28 23:22 UTC  (2+ messages)

[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
 2023-06-28 23:21 UTC  (14+ messages)
` [PATCH v4 01/21] docs: qcom: Add qualcomm minidump guide
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding
` [PATCH v4 10/21] soc: qcom: Add qcom's pstore minidump driver support

[GIT PULL] Modules for v6.5-rc1
 2023-06-28 23:15 UTC  (2+ messages)

[GIT PULL] sysctl changes for v6.5-rc1
 2023-06-28 23:15 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v13 0/5] add v2 FW logging for ice driver
 2023-06-28 23:14 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next v13 1/5] ice: remove FW logging code
` [Intel-wired-lan] [PATCH net-next v13 2/5] ice: configure FW logging
` [Intel-wired-lan] [PATCH net-next v13 3/5] ice: enable "
` [Intel-wired-lan] [PATCH net-next v13 4/5] ice: add ability to read FW log data and configure the number of log buffers
` [Intel-wired-lan] [PATCH net-next v13 5/5] ice: add documentation for FW logging

[PATCH] xfs: fix deadlock when set label online
 2023-06-28 23:10 UTC  (4+ messages)

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-06-28 23:07 UTC  (8+ messages)
` [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available

[syzbot] [reiserfs?] general protection fault in __hrtimer_run_queues (3)
 2023-06-28 23:05 UTC 

[PATCH 5.15.y] perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
 2023-06-28 23:04 UTC 

[PATCH 6.1.y] perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
 2023-06-28 23:04 UTC 

[PATCH 0/7] migration: Better error handling in return path thread
 2023-06-28 23:01 UTC  (3+ messages)
` [PATCH 5/7] migration: Display error in query-migrate irrelevant of status

[XEN PATCH v6] xen/include: avoid using a compiler extension for BUILD_BUG_ON_ZERO
 2023-06-28 23:02 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-06-28 23:02 UTC  (6+ messages)

[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-28 23:02 UTC  (4+ messages)
` [PATCH v3 09/11] KVM: x86/mmu: serialize vCPUs to zap gfn when guest MTRRs are honored

[XEN v2] xen/arm: arm32: Allow Xen to boot on unidentified CPUs
 2023-06-28 23:00 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 6.5
 2023-06-28 23:00 UTC 

[PATCH] x86/32: Use a thread flag to track SYSENTER status
 2023-06-28 23:00 UTC 

[PATCH v3] Bluetooth: btmtk: add printing firmware information
 2023-06-28 22:59 UTC  (2+ messages)
` [v3] "

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-28 13:30 UTC  (4+ messages)
` [PATCH v3 11/13] riscv/kexec: refactor for kernel/Kconfig.kexec

[PATCH 0/8 v3] xfs: various fixes for 6.5
 2023-06-28 22:57 UTC  (4+ messages)
` [PATCH 4/8] xfs: allow extent free intents to be retried


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.