All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-12 23:32:37 to 2024-02-13 00:21:42 UTC [more...]

[PATCH AUTOSEL 6.6 01/51] fs/ntfs3: Improve alternative boot processing
 2024-02-13  0:20 UTC  (35+ messages)
` [PATCH AUTOSEL 6.6 02/51] fs/ntfs3: Modified fix directory element type detection
` [PATCH AUTOSEL 6.6 03/51] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 6.6 04/51] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 6.6 05/51] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 6.6 06/51] fs/ntfs3: Reduce stack usage
` [PATCH AUTOSEL 6.6 07/51] fs/ntfs3: Fix multithreaded stress test
` [PATCH AUTOSEL 6.6 08/51] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 6.6 09/51] fs/ntfs3: Add file_modified
` [PATCH AUTOSEL 6.6 10/51] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH AUTOSEL 6.6 11/51] fs/ntfs3: Implement super_operations::shutdown
` [PATCH AUTOSEL 6.6 12/51] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH AUTOSEL 6.6 13/51] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH AUTOSEL 6.6 14/51] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 6.6 15/51] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
` [PATCH AUTOSEL 6.6 16/51] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 6.6 17/51] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 6.6 18/51] fs/ntfs3: Use i_size_read and i_size_write
` [PATCH AUTOSEL 6.6 19/51] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 6.6 20/51] fs/ntfs3: Fixed overflow check in mi_enum_attr()
` [PATCH AUTOSEL 6.6 21/51] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 6.6 22/51] fs/ntfs3: Fix oob in ntfs_listxattr
` [PATCH AUTOSEL 6.6 23/51] wifi: mac80211: set station RX-NSS on reconfig
` [PATCH AUTOSEL 6.6 24/51] wifi: mac80211: adding missing drv_mgd_complete_tx() call
` [PATCH AUTOSEL 6.6 25/51] wifi: mac80211: accept broadcast probe responses on 6 GHz
` [PATCH AUTOSEL 6.6 26/51] wifi: iwlwifi: do not announce EPCS support
` [PATCH AUTOSEL 6.6 27/51] efi: runtime: Fix potential overflow of soft-reserved region size
` [PATCH AUTOSEL 6.6 28/51] efi: Don't add memblocks for soft-reserved memory
` [PATCH AUTOSEL 6.6 29/51] hwmon: (coretemp) Enlarge per package core count limit
` [PATCH AUTOSEL 6.6 30/51] scsi: lpfc: Use unsigned type for num_sge
` [PATCH AUTOSEL 6.6 31/51] scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()
` [PATCH AUTOSEL 6.6 32/51] scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()
` [PATCH AUTOSEL 6.6 33/51] LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
` [PATCH AUTOSEL 6.6 34/51] LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu

Page faults in tracepoint caused by aliased pointer
 2024-02-13  0:21 UTC  (7+ messages)

[virtio-comment] [PATCH v1] virtio-gpu: Document new fence-passing feature
 2024-02-13  0:19 UTC  (9+ messages)
` [virtio-comment] "

[PATCH AUTOSEL 6.7 01/58] fs/ntfs3: Improve alternative boot processing
 2024-02-13  0:18 UTC  (61+ messages)
` [PATCH AUTOSEL 6.7 02/58] fs/ntfs3: Modified fix directory element type detection
` [PATCH AUTOSEL 6.7 03/58] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 6.7 04/58] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 6.7 05/58] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 6.7 06/58] fs/ntfs3: Reduce stack usage
` [PATCH AUTOSEL 6.7 07/58] fs/ntfs3: Fix multithreaded stress test
` [PATCH AUTOSEL 6.7 08/58] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 6.7 09/58] fs/ntfs3: Correct use bh_read
` [PATCH AUTOSEL 6.7 10/58] fs/ntfs3: Add file_modified
` [PATCH AUTOSEL 6.7 11/58] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH AUTOSEL 6.7 12/58] fs/ntfs3: Implement super_operations::shutdown
` [PATCH AUTOSEL 6.7 13/58] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH AUTOSEL 6.7 14/58] fs/ntfs3: Add and fix comments
` [PATCH AUTOSEL 6.7 15/58] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH AUTOSEL 6.7 16/58] fs/ntfs3: Fix c/mtime typo
` [PATCH AUTOSEL 6.7 17/58] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 6.7 18/58] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
` [PATCH AUTOSEL 6.7 19/58] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 6.7 20/58] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 6.7 21/58] fs/ntfs3: Use i_size_read and i_size_write
` [PATCH AUTOSEL 6.7 22/58] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 6.7 23/58] fs/ntfs3: Fixed overflow check in mi_enum_attr()
` [PATCH AUTOSEL 6.7 24/58] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 6.7 25/58] fs/ntfs3: Fix oob in ntfs_listxattr
` [PATCH AUTOSEL 6.7 26/58] wifi: mac80211: set station RX-NSS on reconfig
` [PATCH AUTOSEL 6.7 27/58] wifi: mac80211: fix driver debugfs for vif type change
` [PATCH AUTOSEL 6.7 28/58] wifi: mac80211: initialize SMPS mode correctly
` [PATCH AUTOSEL 6.7 29/58] wifi: mac80211: adding missing drv_mgd_complete_tx() call
` [PATCH AUTOSEL 6.7 30/58] wifi: mac80211: accept broadcast probe responses on 6 GHz
` [PATCH AUTOSEL 6.7 31/58] wifi: iwlwifi: do not announce EPCS support
` [PATCH AUTOSEL 6.7 32/58] efi: runtime: Fix potential overflow of soft-reserved region size
` [PATCH AUTOSEL 6.7 33/58] efi: Don't add memblocks for soft-reserved memory
` [PATCH AUTOSEL 6.7 34/58] hwmon: (coretemp) Enlarge per package core count limit
` [PATCH AUTOSEL 6.7 35/58] drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
` [PATCH AUTOSEL 6.7 36/58] scsi: lpfc: Use unsigned type for num_sge
` [PATCH AUTOSEL 6.7 37/58] scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()
` [PATCH AUTOSEL 6.7 38/58] scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()
` [PATCH AUTOSEL 6.7 39/58] LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
` [PATCH AUTOSEL 6.7 40/58] LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
` [PATCH AUTOSEL 6.7 41/58] LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
` [PATCH AUTOSEL 6.7 42/58] LoongArch: vDSO: Disable UBSAN instrumentation
` [PATCH AUTOSEL 6.7 43/58] accel/ivpu: Force snooping for MMU writes
` [PATCH AUTOSEL 6.7 44/58] accel/ivpu: Disable d3hot_delay on all NPU generations
` [PATCH AUTOSEL 6.7 45/58] accel/ivpu/40xx: Stop passing SKU boot parameters to FW
` [PATCH AUTOSEL 6.7 46/58] firewire: core: send bus reset promptly on gap count error
` [PATCH AUTOSEL 6.7 47/58] libceph: fail sparse-read if the data length doesn't match
` [PATCH AUTOSEL 6.7 48/58] ceph: always check dir caps asynchronously
` [PATCH AUTOSEL 6.7 49/58] PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment
` [PATCH AUTOSEL 6.7 50/58] drm/amdgpu: skip to program GFXDEC registers for suspend abort
` [PATCH AUTOSEL 6.7 51/58] drm/amdgpu: reset gpu for s3 suspend abort case
` [PATCH AUTOSEL 6.7 52/58] drm/amdgpu: Fix shared buff copy to user
` [PATCH AUTOSEL 6.7 53/58] drm/amdgpu: Fix HDP flush for VFs on nbio v7.9
` [PATCH AUTOSEL 6.7 54/58] smb: client: set correct d_type for reparse points under DFS mounts
` [PATCH AUTOSEL 6.7 55/58] virtio-blk: Ensure no requests in virtqueues before deleting vqs
` [PATCH AUTOSEL 6.7 56/58] cifs: change tcon status when need_reconnect is set on it
` [PATCH AUTOSEL 6.7 57/58] cifs: handle cases where multiple sessions share connection
` [PATCH AUTOSEL 6.7 58/58] smb3: clarify mount warning

[RFC PATCH SET] cxl: add poison event handler
 2024-02-13  0:20 UTC  (2+ messages)

[PATCH v2 5/5] iommu/arm-smmu: Convert to domain_alloc_paging()
 2024-02-13  0:19 UTC  (6+ messages)

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13  0:19 UTC  (4+ messages)
` [PATCH v5 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v5 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v2 00/19] Add support for CDM over DP
 2024-02-13  0:18 UTC  (8+ messages)
` [PATCH v2 19/19] drm/msm/dp: allow YUV420 mode for DP connector when CDM available

[PATCH 00/11] s390: Support linking with ld.lld
 2024-02-13  0:15 UTC  (4+ messages)
` [PATCH 04/11] s390: vmlinux.lds.S: Discard unnecessary sections

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-13  0:15 UTC  (11+ messages)

[PATCH v4 00/10] devm_led_classdev_register() usage problem
 2024-02-13  0:14 UTC  (7+ messages)
    ` [DMARC error][SPF error] "

[PATCH v3 00/35] Memory allocation profiling
 2024-02-13  0:15 UTC  (10+ messages)
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations

[PATCH 0/6 V4] fdinfo shared stats
 2024-02-13  0:15 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for fdinfo shared stats (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v7 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-13  0:14 UTC  (3+ messages)
` [PATCH v7 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

[PATCH v4 0/3] virtiofs: export filesystem tags through sysfs
 2024-02-13  0:11 UTC  (4+ messages)
` [PATCH v4 1/3] virtiofs: forbid newlines in tags
` [PATCH v4 2/3] virtiofs: export filesystem tags through sysfs
` [PATCH v4 3/3] virtiofs: emit uevents on filesystem events

[PATCH] tracing: Have saved_cmdlines arrays all in one allocation
 2024-02-13  0:13 UTC  (4+ messages)

[PATCH v3 00/10] Enrich Trailer API
 2024-02-13  0:11 UTC  (26+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 12/28] format_trailer_info(): append newline for non-trailer lines
  ` [PATCH v4 14/28] format_trailer_info(): teach it about opts->trim_empty
  ` [PATCH v4 15/28] format_trailer_info(): avoid double-printing the separator
  ` [PATCH v4 16/28] trailer: finish formatting unification
  ` [PATCH v4 19/28] trailer: make trailer_info struct private
  ` [PATCH v4 21/28] trailer: spread usage of "trailer_block" language
  ` [PATCH v4 22/28] trailer: prepare to delete "parse_trailers_from_command_line_args()"
  ` [PATCH v4 23/28] trailer: add new helper functions to API
  ` [PATCH v4 26/28] trailer: unify "--trailer ..." arg handling
  ` [PATCH v4 27/28] trailer_set_*(): put out parameter at the end
  ` [PATCH v4 28/28] trailer: introduce "template" term for readability

[PATCH] drm/crtc: fix uninitialized variable use even harder
 2024-02-13  0:09 UTC  (2+ messages)

[PATCH v5 0/2] add-patch: classify '@' as a synonym for 'HEAD'
 2024-02-13  0:05 UTC  (4+ messages)
` [PATCH v6 "
` [PATCH v6 1/2] "
` [PATCH v6 2/2] add -p tests: remove PERL prerequisites

linux-next: manual merge of the wireless-next tree with the pm tree
 2024-02-13  0:08 UTC 

[PATCH V1] vdpa: suspend and resume require DRIVER_OK
 2024-02-13  0:06 UTC  (6+ messages)

[PATCH 00/26] Zone write plugging
 2024-02-13  0:05 UTC  (14+ messages)
` [PATCH 25/26] block: Reduce zone write plugging memory usage

[PATCH] iio: core: make use of DIV_ROUND_CLOSEST_ULL()
 2024-02-13  0:02 UTC  (2+ messages)

[PATCH] x86/bugs: Default retbleed to =stuff when retpoline is auto enabled
 2024-02-13  0:02 UTC  (4+ messages)

[PATCH] quota: Detect loops in quota tree
 2024-02-12 23:59 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: emit source code file name and line number in verifier log
 2024-02-12 23:59 UTC 

[PATCH bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-12 23:58 UTC  (3+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: update tcp_custom_syncookie to use scalar packet offset

RFC i386/sev: kernel-hashes, reference measurements and event logs
 2024-02-12 23:55 UTC  (3+ messages)

[PATCH BlueZ v4 1/3] hog-lib: Don't destroy UHID device on detach
 2024-02-12 23:54 UTC  (2+ messages)
` [BlueZ,v4,1/3] "

[PATCH] libbpf: add support to GCC in CORE macro definitions
 2024-02-12 23:51 UTC  (2+ messages)

[Buildroot] [git commit] package/python3: bump version to 3.12.1
 2024-02-12 23:50 UTC  (6+ messages)
        ` [Buildroot] [External] - "

[PULL 00/12] Hppa64 patches
 2024-02-12 23:47 UTC  (13+ messages)
` [PULL 01/12] disas/hppa: Add disassembly for qemu specific instructions
` [PULL 02/12] target/hppa: Add "diag 0x101" for console output support
` [PULL 03/12] hw/pci-host/astro: Avoid aborting on access failure
` [PULL 04/12] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
` [PULL 05/12] lasi: allow access to LAN MAC address registers
` [PULL 06/12] target/hppa: Implement do_transaction_failed handler for I/O errors
` [PULL 07/12] lasi: Add reset I/O ports for LASI audio and FDC
` [PULL 08/12] target/hppa: Allow read-access to PSW with rsm 0, reg instruction
` [PULL 09/12] target/hppa: PDC_BTLB_INFO uses 32-bit ints
` [PULL 10/12] hw/net/tulip: add chip status register values
` [PULL 11/12] target/hppa: Update SeaBIOS-hppa to version 16
` [PULL 12/12] hw/hppa/machine: Load 64-bit firmware on 64-bit machines

Prebuilt LLVM 18.1.0-rc2 uploaded
 2024-02-12 23:48 UTC  (3+ messages)

[PULL 00/12] Hppa64 patches
 2024-02-12 23:45 UTC  (4+ messages)
` [PULL 11/12] target/hppa: Update SeaBIOS-hppa to version 16

[PATCH net v2] net-timestamp: make sk_tskey more predictable in error path
 2024-02-12 23:44 UTC  (3+ messages)

[PATCH] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
 2024-02-12 23:44 UTC  (3+ messages)

[PATCH net-next v3 0/6] introduce dropreasons in tcp receive path
 2024-02-12 23:44 UTC  (6+ messages)
` [PATCH net-next v3 3/6] tcp: add dropreasons in tcp_rcv_state_process()

[PATCH v1] io_uring: Don't include af_unix.h
 2024-02-12 23:42 UTC 

[PATCH] tracing: Fix wasted memory in saved_cmdlines logic
 2024-02-12 23:42 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: update no_path_retry value for IBM/2145
 2024-02-12 23:42 UTC  (3+ messages)
  `  "

linux-next: duplicate patch in the jc_docs tree
 2024-02-12 23:41 UTC  (2+ messages)

[RFC PATCH 00/13] Add tuning algorithm for delay chain
 2024-02-12 23:41 UTC  (7+ messages)
` [RFC PATCH 11/13] arm64: dts: ti: k3-am62p: Add missing properties for MMC
` [RFC PATCH 13/13] arm64: dts: ti: k3-am6*: Reorganize MMC properties

[PATCH v2] dt-bindings: renesas: Document preferred compatible naming
 2024-02-12 23:38 UTC  (3+ messages)

[PATCH v6 0/9] bugfix of MD_CLOSING and clean up md_ioctl()
 2024-02-12 23:36 UTC  (2+ messages)

[PATCH v11 0/4] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-02-12 23:36 UTC  (10+ messages)
` [PATCH v11 1/4] riscv: Remove unnecessary irqflags processor.h include
` [PATCH v11 2/4] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v11 3/4] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
` [PATCH v11 4/4] cpumask: Add assign cpu

[PATCH bpf-next] bpf: emit source code file name and line number in verifier log
 2024-02-12 23:36 UTC  (6+ messages)

[PATCH i-g-t] tests/intel/gem_watchdog: Reduced timeouts for worst case scenario
 2024-02-12 23:35 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] perf tools: Fixup module symbol end address properly
 2024-02-12 23:33 UTC 

[PATCH v2 bpf-next 0/4] Fix global subprog PTR_TO_CTX arg handling
 2024-02-12 23:32 UTC  (2+ messages)
` [PATCH v2 bpf-next 4/4] selftests/bpf: add anonymous user struct as global subprog arg test


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.