All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-15 01:59:35 to 2026-08-15 05:51:10 UTC [more...]

[PATCHSET sched_ext/for-7.3] sched_ext: Misc fixes
 2026-08-15  5:51 UTC  (3+ messages)
` [PATCH 1/2] sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()
` [PATCH 2/2] sched_ext: Make scx_bpf_events() read the calling scheduler's counters

[PATCH] sched_ext/scx_flatcg: Fix cvtime true-up on slice expiry
 2026-08-15  5:49 UTC  (3+ messages)

[PATCH v2] sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
 2026-08-15  5:49 UTC  (4+ messages)

[PATCH rtw-next v5 0/3] wifi: rtw88: rtw8822c: refactor DAC IQ calibration to s32
 2026-08-15  5:46 UTC  (12+ messages)
  ` [PATCH rtw-next v4 "
  ` [PATCH rtw-next v5 1/3] wifi: rtw88: rtw8822c: Use bitfield macros for DAC IQ sampling
      ` [PATCH rtw-next v4 "
  ` [PATCH rtw-next v5 2/3] wifi: rtw88: rtw8822c: Convert DAC IQ calibration path to signed mat
      ` [PATCH rtw-next v4 2/3] fi: rtw88: rtw8822c: Convert DAC IQ calibration path to signed math
  ` [PATCH rtw-next v5 3/3] wifi: rtw88: rtw8822c: Replace custom DAC IQ sorting with kernel sort
      ` [PATCH rtw-next v4 "

[f2fs-dev] [PATCH v2] f2fs: return symlink writeback errors
 2026-08-15  5:18 UTC  (3+ messages)
  `  "

[PATCH] usb: gadget: f_midi: initialize work in f_midi_alloc()
 2026-08-15  5:40 UTC 

[PATCH] usb: gadget: f_midi: hold transmit_lock while freeing IN requests
 2026-08-15  5:29 UTC 

[PATCH] wifi: mt76: pass LED define via ccflags-y in driver submodules
 2026-08-15  5:32 UTC  (4+ messages)

"Fixes:" tags on commits with Cc: stable
 2026-08-15  5:36 UTC  (2+ messages)

[AUH] Upgrade status: 2026-08-15
 2026-08-15  5:30 UTC 

[AUH] elfutils: upgrading to 0.196 FAILED
 2026-08-15  5:30 UTC 

[AUH] python3-hypothesis: upgrading to 6.165.9 FAILED
 2026-08-15  5:30 UTC 

[AUH] python3-uv-build: upgrading to 0.12.5 FAILED
 2026-08-15  5:30 UTC 

[AUH] diffoscope: upgrading to 328 FAILED
 2026-08-15  5:30 UTC 

[AUH] libpsl: upgrading to 0.23.3 SUCCEEDED
 2026-08-15  5:30 UTC 

[PATCH v14 00/10] rpm: 4.20.1 -> 6.0.2
 2026-08-15  5:30 UTC  (4+ messages)

[PCI] AMD RX780/RD790 root port and RX 6600 upstream bridge train at Gen2 x2; RX 570 reaches Gen2 x8 in the same slot
 2026-08-15  5:30 UTC  (3+ messages)

[PATCH] e2fsck: take flock(LOCK_EX) on whole-disk device during filesystem check
 2026-08-15  5:29 UTC  (2+ messages)

[PATCH] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-15  5:21 UTC  (3+ messages)

[PATCH v2 0/3] mm: khugepaged: fix tracepoint UAF
 2026-08-15  5:19 UTC  (4+ messages)
` [PATCH v2 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
` [PATCH v2 2/3] mm: khugepaged: fix folio is used after pte_unmap_unlock()
` [PATCH v2 3/3] mm: khugepaged: fix folio is used after folio_put/unlock()

Information about bind mounts and simultaneous access to /dev/ptmx and /dev/pts/ptmx
 2026-08-15  5:18 UTC  (2+ messages)

[PATCH] chdir-notify.h: Removed unused param 'name'
 2026-08-15  5:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test/qtest/launchupdate: add another test to exercise load and set host igvm
 2026-08-15  5:09 UTC  (2+ messages)

[PATCH v2 0/2] gpu: nova-core: retain the GSP-RM log buffers
 2026-08-15  5:08 UTC  (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH v2 2/2] Documentation: nova: remove completed GSP log buffer task

[PATCH RFC/RFT v2 00/18] Fix easy bits of the negative dentry problem
 2026-08-15  5:03 UTC  (20+ messages)
` [PATCH v2 01/18] VFS: don't count references through ->d_parent
` [PATCH v2 02/18] autofs: change positive_after() so it takes d_lock rather than the caller
` [PATCH v2 03/18] coda: don't take rcu_read_lock() in coda_flag_children()
` [PATCH v2 04/18] nfs: separate locked regions in nfs_clear_verifier_directory()
` [PATCH v2 05/18] Add and use d_for_each_positive_child family of iterators
` [PATCH v2 06/18] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v2 07/18] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()
` [PATCH v2 08/18] libfs: simplify scan_positives()
` [PATCH v2 09/18] libfs: change scan_positives() to use d_for_each_positive_child_continue()
` [PATCH v2 10/18] libfs: allow scan_positives() to be called without a cursor
` [PATCH v2 11/18] libfs: replace find_positive_dentry() with scan_positives()
` [PATCH v2 12/18] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v2 13/18] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v2 14/18] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v2 15/18] libfs: remove cond_resched() from scan_positives()
` [PATCH v2 16/18] libfs: rename and export scan_positives()
` [PATCH v2 17/18] autofs: replace positive_after() with d_scan_positives()
` [PATCH v2 18/18] autofs: change get_next_positive_dentry() to NOT accept NULL for start-up

[PATCH 00/12] arm64/bti: Fix kernel BTI issues with livepatch, large kernels, toolchains
 2026-08-15  5:03 UTC  (17+ messages)
` [PATCH 01/12] arm64/bti: Add BTI landing pad to __sdei_asm_handler()
` [PATCH 02/12] arm64/module: Fix BTI exceptions caused by omitted landing pads in Clang 21
` [PATCH 03/12] arm64/bti: Fix BTI linker failures with long branches into .idmap.text
` [PATCH 04/12] arm64/bti: Work around ld crash caused by linker script aliases
` [PATCH 05/12] arm64/bti: Add link error for large kernels with BTI and unsupported toolchains
` [PATCH 06/12] arm64/bti: Add link error for large kernels with BTI and livepatch
` [PATCH 07/12] arm64/bti: Advertise BTI in assembly objects
` [PATCH 08/12] arm64/bti: Enable BTI in the pi/ startup code
` [PATCH 09/12] efi/libstub: Preserve the GNU property note
` [PATCH 10/12] efi/libstub: Remove obsolete .note.gnu.property workaround
` [PATCH 11/12] arm64/bti: Force-enable BTI linker veneers
` [PATCH 12/12] arm64/bti: Enable kernel BTI for GCC

[PATCH rust-next v2] rust: fmt: rework pointer formatting tests
 2026-08-15  5:00 UTC  (2+ messages)

[git pull] Input updates for v7.2-rc7
 2026-08-15  4:59 UTC  (2+ messages)

[PATCH] powerpc/entry: Use hard_irq_disable() in arch_interrupt_exit_prepare()
 2026-08-15  4:57 UTC  (4+ messages)

[PATCH] rhashtable: use private lockdep class for all locks
 2026-08-15  4:57 UTC 

[PATCH] misc: nsm: fix CBOR short-length decoding
 2026-08-15  4:50 UTC  (2+ messages)

sound/soc/intel/avs/boards/rt5640.c:151 avs_create_dai_link() warn: excess argument passed to 'devm_kasprintf'
 2026-08-15  4:44 UTC 

[PATCH] Bluetooth: btusb: treat 0bda:0002 as a generic HCI device
 2026-08-15  4:39 UTC  (2+ messages)
`  "

[PATCH] worktree add: improve message for ambiguous remote branch name
 2026-08-15  4:36 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] PCI: Fix unmasked value in pci_generic_config_write32()
 2026-08-15  4:36 UTC  (2+ messages)

[agd5f:amd-staging-drm-next 2351/2369] Warning: drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:204 function parameter 'readonly' not described in 'amdgpu_ttm_map_buffer'
 2026-08-15  4:34 UTC 

[android-common:android14-kiwi-6.1 0/212] arch/x86/kvm/svm/sev.c:2256:3-19: opportunity for str_enabled_disabled(sev_es_supported)
 2026-08-15  4:34 UTC 

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-15  4:33 UTC  (6+ messages)
  ` 答复: [External Mail]Re: "
    `  "

[syzbot] Monthly jffs2 report (Aug 2026)
 2026-08-15  4:32 UTC  (2+ messages)

[PATCH] PCI: Fix use-after-free race in pci_find_bus()
 2026-08-15  4:29 UTC  (5+ messages)

[PATCH v2 0/2] phy: add support for TH1520 USB PHY
 2026-08-15  4:20 UTC  (4+ messages)

[PATCH v3] vhost-user: Reject SHMEM_MAP when no KVM memory slot is left
 2026-08-15  4:13 UTC 

[PATCH v4 0/6] io: accel: mma8452: Allow open drain interrupt pin configuration
 2026-08-15  4:13 UTC  (3+ messages)
` [PATCH v4 2/6] iio: accel: mma8452: Optimize struct mm8452_data member orders

[PATCH] drm: make panel orientation quirks optional
 2026-08-15  4:13 UTC  (2+ messages)

kernel/trace/trace.c:6382:27-28: ERROR: invalid reference to the index variable of the iterator on line 6308
 2026-08-15  4:13 UTC 

[PATCH v5] Input: synaptics - add pass-through mode for TrackPoint
 2026-08-15  0:42 UTC  (2+ messages)

[PATCH net] net: ipa: fix stalled modem TX queue after runtime resume
 2026-08-15  4:03 UTC 

[android-common:android16-6.12 1/1] include/linux/compiler.h:166:45: error: '__UNIQUE_ID_y_395' undeclared; did you mean '__UNIQUE_ID_x_394'?
 2026-08-15  4:02 UTC 

[android-common:android16-6.12 1/1] drivers/net/phy/phylink.c:1658: undefined reference to `phy_lookup_setting'
 2026-08-15  4:02 UTC 

[PATCH 1/1] mm/hugetlb: keep max_huge_pages when dissolving surplus folios
 2026-08-15  3:54 UTC  (2+ messages)

[PATCH v2 0/4] i2c/clk: spacemit: k1: fix I2C bus configuration and clock handling
 2026-08-15  3:40 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: k1: fix wrong bus speed setting
` [PATCH v2 2/4] clk: spacemit: k1: add TWSI bus clocks to SPL
` [PATCH v2 3/4] i2c: k1: enable both functional and bus clocks
` [PATCH v2 4/4] clk: spacemit: k1: remove bus gate from TWSI functional clocks

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-15  3:40 UTC  (3+ messages)
` [PATCH v5 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()

[PATCH v4 0/2] kho: support preserving high-order non-compound pages
 2026-08-15  3:38 UTC  (5+ messages)
` [PATCH v4 1/2] kho: Introduce a helper to init high order pages

[PATCH v4 0/7] iio: light: ltr501: Add ltr329 support
 2026-08-15  3:37 UTC  (8+ messages)
` [PATCH v4 3/7] dt-bindings: iio: light: ltr501: Add ltr329 compatible
` [PATCH v4 5/7] iio: light: ltr501: Fix duplicated error message

[PATCH] sched_ext: don't rehome a dead task in scx_cgroup_task_migrated
 2026-08-15  3:31 UTC  (3+ messages)

[android-common:android16-6.12-kminext 1/1] arch/x86/kvm/vmx/vmx.c:8608 vmx_hardware_setup() warn: inconsistent indenting
 2026-08-15  3:30 UTC 

[PATCH] EDAC/xgene: Use platform_get_irq() for IRQ lookup
 2026-08-15  3:30 UTC  (3+ messages)

[PATCH net-next 0/2] net: ntb_netdev: Preserve checksum offload across NTB
 2026-08-15  3:29 UTC  (5+ messages)
` [PATCH net-next 1/2] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-08-14
 2026-08-15  3:28 UTC 

[PATCH v2 0/2] KVM: arm64: nv: Shadow S2 life-cycle fixes
 2026-08-15  3:22 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: nv: Fix life cycle of the nested_mmus array

[PATCH 1/2] ASoC: meson: aiu: Drop redundant probe error messages
 2026-08-15  3:20 UTC  (5+ messages)
` [PATCH 2/2] ASoC: meson: meson-card-utils: "

State government securities (These are delivered by Reserve bank of India) are excluded in pledging by brokers (Even T-bills are excluded)
 2026-08-15  3:13 UTC  (2+ messages)

[syzbot] [usb?] kernel BUG in register_netdevice
 2026-08-15  3:17 UTC  (2+ messages)

[PATCH v2 1/2] net: xilinx: axienet: Propagate errors from optional IRQ lookup
 2026-08-15  3:13 UTC  (3+ messages)

[PATCH] ARM: PXA: Fix build error for PXA93x
 2026-08-15  3:13 UTC  (2+ messages)

[PATCH v7 00/10] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-15  3:12 UTC  (4+ messages)
` [PATCH v7 08/10] accel/rocket: add RK3576 NPU (RKNN) support

[PATCH] wifi: ath11k: fix rssi station dump for IPQ5018 and QCN6122
 2026-08-15  2:59 UTC  (2+ messages)

[PATCH v3 0/3] riscv: Add K230 DW 8250-compatible UART
 2026-08-15  2:57 UTC  (5+ messages)

[PATCH v1] ASoC: tas2781: add support for TAS2573 DSP functionality
 2026-08-15  2:55 UTC 

[PATCH] netdevsim: update rxq->napi pointer during queue reset
 2026-08-15  2:55 UTC  (3+ messages)

[meta-python][PATCH] python3-pystemd: add python3-wheel-native to DEPENDS
 2026-08-15  2:50 UTC  (10+ messages)
` [meta-networking][PATCH 101/109] ssmtp: upgrade 2.64 -> 2.66
` [meta-networking][PATCH 102/109] tcpreplay: upgrade 4.5.5 -> 4.6.0
` [meta-networking][PATCH 103/109] snort3: upgrade 3.9.7.0 -> 3.12.2.0
` [meta-networking][PATCH 104/109] samba: upgrade 4.23.8 -> 4.23.11
` [meta-networking][PATCH 105/109] llhttp: add new recipe (9.4.3)
` [meta-oe][PATCH 106/109] expected-lite: add new recipe (0.8.0)
` [meta-networking][PATCH 107/109] restinio: upgrade 0.6.19 -> 0.7.9.1
` [meta-oe][PATCH 108/109] glade: fix buildpaths QA warning in gladeui-enum-types
` [meta-oe][PATCH 109/109] libstemmer: fix buildpaths QA warning in libstemmer-dbg package

[PATCH v2] netdevsim: update rxq->napi pointer during queue reset
 2026-08-15  2:49 UTC 

[PATCH v2 00/17] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-15  2:49 UTC  (10+ messages)
` [PATCH v2 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v2 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v2 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v2 06/17] mm/huge_memory: consolidate irq and locking for folio split

[PATCH] Bluetooth: btusb: Use DECLARE_FLEX_ARRAY() for qca_dump_hdr
 2026-08-15  2:21 UTC  (2+ messages)

[PATCH] objtool/klp: Fix vmlinux klp relocations for EXPORT_SYMBOL_FOR_MODULES()
 2026-08-15  2:36 UTC 

[PATCH 7.1.y 0/4] selftests: Fixes for BPF
 2026-08-15  2:33 UTC  (2+ messages)

Please backport two btusb/btrtl commits for RTL8761BU to 7.1.y, 6.18.y, 6.12.y and 6.6.y
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH -next v5 00/32] ext4: use iomap for regular file's buffered I/O path
 2026-08-15  2:33 UTC  (4+ messages)
` [PATCH -next v5 03/32] ext4: simplify error handling in ext4_setattr()

[REGRESSION] Panther Lake 8086:b082 internal eDP black after xe takeover since 7.1.6, still present in 7.1.8
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH 6.18 0019/1611] iommu/amd: Use maximum PPR log buffer size when SNP is enabled on Family 0x19
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH 6.18.y] iommu/vt-d: Gather the unmapped range before freeing its page tables
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH 6.12.y 1/3] block: Reorder the request allocation code in blk_mq_submit_bio()
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH 6.18.y 1/2] blk-mq: pop cached request if it is usable
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH v1] ASoC: tas2781: Refactor calibration start kcontrol creation to separate helper
 2026-08-15  2:32 UTC 

[PATCH v2 0/4] spi: Fix DMA mapping ownership on partial map failure
 2026-08-15  2:32 UTC  (6+ messages)
` [PATCH v2 4/4] spi: Add KUnit coverage for DMA mapping error paths

[STATUS] next/master - 4477a78374a57c3809b172ad30cceabda48c47c6
 2026-08-15  2:30 UTC 

[PATCH] Input: hynitron-cst816x - ignore unsupported gestures
 2026-08-15  2:25 UTC  (2+ messages)

[PATCH v2] media: ipu-bridge: Add OV01A1B sensor config
 2026-08-15  2:23 UTC 

[PATCH v2] tools/hvmloader: implement Intel IGD extended VBT support
 2026-08-15  2:22 UTC  (7+ messages)

[syzbot] [kernel?] general protection fault in __device_attach (2)
 2026-08-15  2:22 UTC  (2+ messages)
` [PATCH] driver core: Cancel the attach if device addition fails

fixing sashiko failure to apply (was Re: [PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff)
 2026-08-15  2:19 UTC  (4+ messages)

[PATCH 0/4] format-rev: add --abbrev, --color, and --date
 2026-08-15  2:17 UTC  (3+ messages)
` [PATCH 4/4] format-rev: learn "

[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
 2026-08-15  2:14 UTC  (19+ messages)
` [PATCH net-next v4 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next v4 02/15] gve: refactor initialization with helper functions
` [PATCH net-next v4 04/15] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v4 05/15] gve: introduce control plane operations structure
` [PATCH net-next v4 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v4 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v4 09/15] gve: simplify reset logic
` [PATCH net-next v4 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v4 15/15] gve: add link status/speed ctrl ops

[PATCH V6 00/10] null_blk: fix init/exit races and memleaks
 2026-08-15  2:13 UTC  (2+ messages)

[syzbot] [kernel?] general protection fault in __device_attach (2)
 2026-08-15  2:13 UTC  (2+ messages)

[PATCH 0/7] Add support for QCOM SPMI PMIC5 Gen4 ADC
 2026-08-15  2:08 UTC  (7+ messages)
` [PATCH 2/7] iio: adc: qcom-spmi-adc5-gen3: Add support for QCOM "

[PATCH] null_blk: serialize configfs attribute updates with device setup
 2026-08-15  2:07 UTC  (2+ messages)

[PATCH v2] ntb: fix tx descriptor leak on dmaengine_submit failure
 2026-08-15  2:05 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: Add Xuantie Semiconductor Co., Ltd
 2026-08-15  2:02 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: riscv: Add Xuantie C906/C908/C910/C920 compatibles

[syzbot] [block?] memory leak in null_init_zoned_dev
 2026-08-15  2:02 UTC  (3+ messages)
` [PATCH] nullb: free zones when device is power-off

Application for Cybersecurity
 2026-08-15  2:01 UTC 

[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
 2026-08-15  1:59 UTC  (6+ messages)
` [PATCH v4 15/19] selftests/mm: check that one khugepaged pass collapses one window
` [PATCH v4 16/19] selftests/mm: add khugepaged race harness
` [PATCH v4 17/19] selftests/mm: race collapse of windows with holes
` [PATCH v4 18/19] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v4 19/19] selftests/mm: zap whole PTE tables in "


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.