All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-04 06:36:21 to 2025-08-04 07:40:56 UTC [more...]

[PATCH 0/3] rust: add `num` module
 2025-08-04  7:32 UTC  (10+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type

[PATCH] spi: spi-qpic-snand: use correct CW_PER_PAGE value for OOB write
 2025-08-04  7:40 UTC  (3+ messages)

Should seed device be allowed to be mounted multiple times?
 2025-08-04  7:39 UTC  (3+ messages)

[PATCH v10 0/6] Enable automatic SVN updates for SGX enclaves
 2025-08-04  7:39 UTC  (13+ messages)
` [PATCH v10 1/6] x86/sgx: Convert sgx_(vepc_)open to __sgx_(vepc_)open
` [PATCH v10 2/6] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v10 4/6] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v10 5/6] x86/sgx: Implement ENCLS[EUPDATESVN]

[PATCH] binfmt_elf: remove the 4k limitation of program header size
 2025-08-04  7:38 UTC  (6+ messages)

[PATCHSET 1/3] fstests: fixes for atomic writes tests
 2025-08-04  7:38 UTC  (3+ messages)
` [PATCH 3/7] generic/767: require fallocate support

[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
 2025-08-04  7:38 UTC  (4+ messages)

[PATCH] drm/bridge: Describe the newly introduced drm_connector parameter for drm_bridge_detect
 2025-08-04  7:38 UTC  (2+ messages)

[PATCH v3 0/9] refs: fix migration of reflog entries
 2025-08-04  7:38 UTC  (10+ messages)
` [PATCH v3 3/9] refs: export `ref_transaction_update_reflog()`
` [PATCH v3 4/9] builtin/reflog: implement subcommand to write new entries
` [PATCH v3 7/9] refs/files: detect race when generating reflog entry for HEAD

[syzbot] [block?] WARNING: ODEBUG bug in disk_release
 2025-08-04  7:38 UTC  (2+ messages)

linux-next: duplicate patches in the sysctl tree
 2025-08-04  7:38 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: gpio: Add Tegra256 support
 2025-08-04  7:37 UTC  (2+ messages)

[PATCH net-next] Revert "net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay"
 2025-08-04  7:37 UTC  (10+ messages)

[PATCH net-next] ppp: remove rwlock usage
 2025-08-04  7:36 UTC  (2+ messages)

[PATCH 0/2] irqchip: Add support for Aspeed AST2700 SCU interrupt controller
 2025-08-04  7:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: aspeed: add AST2700 SCU IC compatibles

[PATCH 0/3] media: Support runtime PM and system sleep for TI-CSI2RX
 2025-08-04  7:32 UTC  (2+ messages)

Regression: Microphone broken on Intel Ice Lake with alsa-ucm-conf 1.2.10-150600.3.5.1 (openSUSE Leap 15.6)
 2025-08-04  7:30 UTC  (2+ messages)

[PATCH v3] platform/x86: Add WMI driver for Redmibook keyboard
 2025-08-04  7:31 UTC  (2+ messages)

linux-6.16/fs/jffs2/readinode.c:189: loop can never finish
 2025-08-04  7:30 UTC  (5+ messages)

[PATCH v4 00/58] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-08-03  3:58 UTC  (59+ messages)
` [PATCH v4 01/58] docs/dyndbg: update examples \012 to \n
` [PATCH v4 02/58] docs/dyndbg: explain flags parse 1st
` [PATCH v4 03/58] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v4 04/58] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v4 05/58] dyndbg: make ddebug_class_param union members same size
` [PATCH v4 06/58] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v4 07/58] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v4 08/58] dyndbg: reduce verbose/debug clutter
` [PATCH v4 09/58] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v4 10/58] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v4 11/58] dyndbg: replace classmap list with a vector
` [PATCH v4 12/58] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v4 13/58] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v4 14/58] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v4 15/58] dyndbg: ddebug_table.mod_name down to _ddebug_info
` [PATCH v4 16/58] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v4 17/58] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v4 18/58] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v4 19/58] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 20/58] dyndbg: detect class_id reservation conflicts
` [PATCH v4 21/58] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v4 22/58] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v4 23/58] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v4 24/58] dyndbg: treat comma as a token separator
` [PATCH v4 25/58] dyndbg: split multi-query strings with %
` [PATCH v4 26/58] selftests-dyndbg: add test_mod_submod
` [PATCH v4 27/58] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v4 28/58] dyndbg: restore classmap protection when theres a controlling_param
` [PATCH v4 29/58] docs/dyndbg: add classmap info to howto
` [PATCH v4 30/58] dyndbg: reserve flag-bit _DPRINTK_FLAGS_PREFIX_CACHED
` [PATCH v4 31/58] dyndbg: add _DPRINTK_FLAGS_INCL_LOOKUP for +mfsl flags
` [PATCH v4 32/58] dyndbg: refactor *dynamic_emit_prefix to split lookups
` [PATCH v4 33/58] drm: use correct ccflags-y spelling
` [PATCH v4 34/58] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v4 35/58] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v4 36/58] drm-print: fix config-dependent unused variable
` [PATCH v4 37/58] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v4 38/58] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v4 39/58] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v4 40/58] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v4 41/58] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v4 42/58] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v4 43/58] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v4 44/58] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v4 45/58] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v4 46/58] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v4 47/58] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v4 48/58] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v4 49/58] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v4 50/58] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v4 51/58] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v4 52/58] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v4 53/58] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v4 54/58] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v4 55/58] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v4 56/58] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v4 57/58] amdxdna: add -DDYNAMIC_DEBUG_MODULE to cflags - RFC
` [PATCH v4 58/58] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-cflags "

[PATCHES] drm/radeon issues
 2025-08-03 15:30 UTC  (5+ messages)
    ` radeon_fbdev_river_fbdev: failed to initialize framebuffer and setup emulaton

[PATCH] t0450: fix test for out-of-tree builds
 2025-08-04  7:30 UTC 

[PATCH v6 0/6] FF-A VM to VM support
 2025-08-04  7:21 UTC  (4+ messages)
` [PATCH v7 3/6] xen/arm: ffa: Introduce "

[PATCH v7 00/12] gpio: siul2-s32g2: add initial GPIO driver
 2025-08-04  7:26 UTC  (9+ messages)
` [PATCH v7 10/12] nvmem: s32g2_siul2: add NVMEM driver for SoC information

[PATCH v6 00/19] amd-cppc CPU Performance Scaling Driver
 2025-08-04  7:25 UTC  (11+ messages)
` [PATCH v6 05/19] xen/cpufreq: refactor cmdline "cpufreq=xxx"
` [PATCH v6 10/19] xen/cpufreq: introduce new sub-hypercall to propagate CPPC data

[PATCH] dt-binding: thermal: Convert marvell,armada-ap806-thermal to DT schema
 2025-08-04  7:22 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: fix 'no space before tabs' coding style issues
 2025-08-04  7:24 UTC  (2+ messages)

[PATCH] fbdev: Use vmalloc_array to simplify code
 2025-08-04  7:24 UTC 

[PATCH 0/2] *** Wangxun new NIC support ***
 2025-08-04  7:23 UTC  (11+ messages)
` [PATCH v2 00/15] Wangxun new NIC support
  ` [PATCH v2 05/15] net/txgbe: add support for PHY configuration via SW-FW mailbox
  ` [PATCH v2 09/15] net/txgbe: add TX head Write-Back mode for Amber-Lite NICs
` [PATCH v3 00/15] Wangxun new NIC support
  ` [PATCH v3 06/15] net/txgbe: add RX&TX support for Amber-Lite NICs
  ` [PATCH v3 14/15] net/txgbe: add other hardware-related changes

[PATCH 1/2] ALSA: hda/realtek: Accelerate the front MIC charging and discharging of the 897 codec
 2025-08-04  7:08 UTC  (4+ messages)
` [PATCH 2/2] ALSA: hda/realtek: Fix ALC662 codec pop noise on recording

[PATCH v1] ASoC: tas2781: Fix the wrong step for TLV on tas2781
 2025-08-01  2:16 UTC 

[PATCH] drm/gpuvm: Fix kernel-doc formatting and typo in drm_gpuvm_sm_map_exec_lock
 2025-08-03  9:26 UTC 

[PATCH] spi: spi-qpic-snand: fix calculating of ECC OOB regions' properties
 2025-08-04  7:22 UTC  (4+ messages)

[PATCH] ucm: use close_range on _GNU_SOURCE
 2025-07-30 12:19 UTC 

[PATCH v3 0/3] pc-bios: Update vbootrom images
 2025-08-04  7:16 UTC  (2+ messages)

dev->uniq is not unique for individual USB interfaces
 2025-08-04  7:20 UTC  (2+ messages)

[PATCH 0/4] Wait PSR idle before on dsb commit
 2025-08-04  7:19 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.BAT: failure "

[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-08-04  7:19 UTC  (3+ messages)

[PATCH 0/7] btrfs: Misc test fixes for large block/node sizes
 2025-08-04  7:18 UTC  (6+ messages)
` [PATCH 5/7] generic/563: Increase the write tolerance to 6% for larger nodesize

[syzbot] [bcachefs?] UBSAN: array-index-out-of-bounds in bch2_accounting_validate
 2025-08-04  7:18 UTC 

[PATCH] docs: fix typo in worktree.adoc 'extension'
 2025-08-04  7:16 UTC 

[PATCH v2 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-08-04  7:12 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

vhost: reproducible vvhost_net_release -> vhost_dev_cleanup -> host_dev_free_iovecs -> kfree -> KaBoOM
 2025-08-04  7:14 UTC 

[PATCH] mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up
 2025-08-04  7:11 UTC  (5+ messages)

[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
 2025-08-04  7:13 UTC  (3+ messages)
` [PATCH v3 1/3] btf_encoder: skip functions consuming packed structs passed by value "

[PATCH v1 00/16] xen: framework for UART emulators
 2025-08-04  7:13 UTC  (7+ messages)
` [PATCH v1 12/16] xen/domain: introduce domain-emu.h

[PATCH 0/5] blk-mq: Replace tags->lock with SRCU for tag iterators
 2025-08-04  7:13 UTC  (11+ messages)
` [PATCH 1/5] blk-mq: Move flush queue allocation into blk_mq_init_hctx()
` [PATCH 2/5] blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
` [PATCH 3/5] blk-mq: Defer freeing of tags page_list to SRCU callback
` [PATCH 4/5] blk-mq: Defer freeing flush queue "
` [PATCH 5/5] blk-mq: Replace tags->lock with SRCU for tag iterators

[bug report] drm/msm: Add VM_BIND ioctl
 2025-08-04  7:12 UTC  (3+ messages)

[PATCH v3 05/13] generic/1226: Add atomic write test using fio crc check verifier
 2025-08-04  7:12 UTC  (12+ messages)

[PROPOSAL RFC] S1G Primary Channel Implementation Proposal
 2025-08-04  7:11 UTC 

[PATCH] console: make printk_ratelimit_{burst,ms} const
 2025-08-04  7:10 UTC  (3+ messages)

[RFC PATCH 00/20] TD-Preserving updates
 2025-08-04  7:00 UTC  (7+ messages)
` [RFC PATCH 07/20] x86/virt/tdx: Expose SEAMLDR information via sysfs

[PATCH v2] dev-manual/start.rst: added missing command in Optimize your VHDX file using DiskPart
 2025-08-04  7:09 UTC  (2+ messages)

[PATCH 1/2] migration-guides: add release notes for 5.2.2
 2025-08-04  7:09 UTC  (2+ messages)

[PATCH] variables.rst: remove references to obsolete tar packaging
 2025-08-04  7:09 UTC  (2+ messages)

[PATCH 00/16] IIO: Enable runtime checks on buffers size and related
 2025-08-04  7:09 UTC  (19+ messages)
` [PATCH 01/16] iio: light: as73211: Ensure buffer holes are zeroed
` [PATCH 02/16] iio: light: vcnl4035: Fix endianness vs data placement in buffer issue
` [PATCH 04/16] iio: light: vcnl4035: Use a structure to make buffer arrangement explicit
` [PATCH 05/16] iio: light: vcnl4035: Use iio_push_to_buffers_with_ts() to allow runtime source buffer size check
` [PATCH 08/16] iio: light: adjd_s311: Use iio_push_to_buffers_with_ts() to allow source size runtime check
` [PATCH 09/16] iio: light: isl29125: "
` [PATCH 10/16] iio: light: max44000: "
` [PATCH 11/16] iio: light: st_uvis25: "
` [PATCH 14/16] iio: light: vcnl4000: Use a structure to make buffer arrangement explicit

[PATCH 0/5] System allocator test fixes, improvements
 2025-08-04  7:09 UTC  (3+ messages)
` [PATCH 4/5] tests/intel/xe_exec_system_allocator: Set data to non-zero value

linux-next: build failure after merge of the kbuild tree
 2025-08-04  7:09 UTC  (3+ messages)

[PATCH v2 0/1] powerpc, arm64: move preempt dynamic key into kernel/sched
 2025-08-04  7:06 UTC  (3+ messages)
` [PATCH v2 1/1] sched: preempt: Move dynamic keys "

[melver:cap-analysis/dev 23/34] drivers/atm/nicstar.c:2720 ns_poll() error: uninitialized symbol 'flags'
 2025-08-04  7:02 UTC 

[cip-dev] [isar-cip-core][PATCH] Add additional test for secure boot to test rootfs corruption
 2025-08-04  7:02 UTC 

[PATCH] pseries/lparcfg: Add resource group monitoring
 2025-08-04  7:01 UTC  (2+ messages)

[leon-rdma:dmabuf-vfio 20/26] drivers/pci/p2pdma.c:378 pci_p2pdma_add_resource() error: uninitialized symbol 'mem'
 2025-08-04  7:01 UTC  (2+ messages)

[PATCH] futex: don't leak robust_list pointer on exec race
 2025-08-04  7:01 UTC  (7+ messages)

[PATCH v1 0/8] KVM: arm64: Reserve pKVM VM handle during initial VM setup
 2025-08-04  7:00 UTC  (4+ messages)
` [PATCH v1 1/8] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected

[PATCH v2] docs/devel/submitting-a-patch.rst: add b4 section
 2025-08-04  6:59 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 01/51] usb: xhci: print xhci->xhc_state when queue_command failed
 2025-08-04  6:56 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 31/51] pps: clients: gpio: fix interrupt handling order in remove path

[PATCH v4 00/36] New page table range API
 2025-08-04  6:58 UTC  (7+ messages)
` [PATCH v4 25/36] sparc64: Implement the new "

[PATCH AUTOSEL 6.15 01/80] usb: xhci: print xhci->xhc_state when queue_command failed
 2025-08-04  6:55 UTC  (3+ messages)
` [PATCH AUTOSEL 6.15 50/80] pps: clients: gpio: fix interrupt handling order in remove path

[PATCH 0/7] direct-io: even more flexible io vectors
 2025-08-04  6:58 UTC  (13+ messages)
` [PATCH 1/7] block: check for valid bio while splitting
` [PATCH 2/7] block: align the bio after building it
` [PATCH 3/7] block: simplify direct io validity check
` [PATCH 4/7] iomap: "
` [PATCH 5/7] block: remove bdev_iter_is_aligned
` [PATCH 6/7] blk-integrity: use simpler alignment check

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-08-04  6:58 UTC  (14+ messages)
` [RFC PATCH v1 04/38] tsm: Support DMA Allocation from private memory
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info

[PATCH AUTOSEL 6.16 01/85] usb: xhci: print xhci->xhc_state when queue_command failed
 2025-08-04  6:55 UTC  (3+ messages)
` [PATCH AUTOSEL 6.16 51/85] pps: clients: gpio: fix interrupt handling order in remove path

[PATCH 0/3] ref-manual: gather all QA checks in qa-checks.rst
 2025-08-04  6:58 UTC  (4+ messages)
` [PATCH 3/3] "
  ` [docs] "

[PATCH v3] mips: Replace __ASSEMBLY__ with __ASSEMBLER__ in the mips headers
 2025-08-04  6:56 UTC 

[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
 2025-08-04  6:55 UTC  (7+ messages)
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall

[PATCH v1] hw/ssi/aspeed_smc: Fix incorrect FMC_WDT2 register read on AST1030
 2025-08-04  6:55 UTC  (5+ messages)

[PATCH 0/4] builtin/remote: rework how remote refs get renamed
 2025-08-04  6:54 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 5/6] "

drivers/net/wireless/intel/iwlwifi/mld/mac80211.c:2093 iwl_mld_set_key_add() error: we previously assumed 'mld_sta' could be null (see line 2076)
 2025-08-04  6:53 UTC  (2+ messages)

[PATCH i-g-t v2] tests/kms_cursor_crc: Rename async cursor crc subtests
 2025-08-04  6:53 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
 2025-08-04  6:51 UTC  (6+ messages)

[PATCH V2 00/10] amdkfd: Implement kfd multiple contexts
 2025-08-04  6:50 UTC  (4+ messages)
` [PATCH V2 09/10] amdkfd: decommission kfd_get_process and remove DIQ support

[PATCH] clk: qcom: Remove double-space after assignment operator
 2025-08-04  6:48 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c:126 isp_genpd_add_device() warn: can 'pdev' even be NULL?
 2025-08-04  6:45 UTC 

[PATCH v3] KVM: x86: use array_index_nospec with indices that come from guest
 2025-08-04  6:44 UTC 

[PATCH] mm/rmap: do __folio_mod_stat() in __folio_add_rmap()
 2025-08-04  6:41 UTC 

[PATCH v5] drm/i915/display: Optimize panel power-on wait time
 2025-08-04  6:40 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/display: Optimize panel power-on wait time (rev7)

[RESEND PATCH] phy: phy-imx8mq-usb: Add support for i.MX95 USB3 PHY
 2025-08-04  6:37 UTC  (2+ messages)
` 回复: "

[PATCH] scsi: Use vmalloc_array and vcalloc to simplify code
 2025-08-04  6:36 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: add lookup_mode mount option
 2025-08-04  6:36 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: add sysfs entry for effective lookup mode


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.