The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-02 20:38:56 to 2026-06-02 22:49:24 UTC [more...]

[PATCH v4 00/25] dynamic-debug cleanups refactors maintenance + alignment fix
 2026-06-02 22:48 UTC  (26+ messages)
` [PATCH v4 01/25] docs/dyndbg: update examples \012 to \n
` [PATCH v4 02/25] docs/dyndbg: explain flags parse 1st
` [PATCH v4 03/25] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v4 04/25] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v4 05/25] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v4 06/25] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v4 07/25] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v4 08/25] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v4 09/25] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 10/25] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v4 11/25] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v4 12/25] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v4 13/25] dyndbg: reduce verbose/debug clutter
` [PATCH v4 14/25] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v4 15/25] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v4 16/25] dyndbg: replace classmap list with an array-slice
` [PATCH v4 17/25] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v4 18/25] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v4 19/25] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v4 20/25] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v4 21/25] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v4 22/25] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v4 23/25] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v4 24/25] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v4 25/25] dynamic_debug: use KBUILD_MODFILE for unique builtin module names

[PATCH RESEND] riscv: kexec: use min to simplify riscv_kexec_elf_load
 2026-06-02 22:47 UTC 

[PATCH net-next v11 0/6] net: mana: Per-vPort EQ and MSI-X management
 2026-06-02 22:48 UTC  (4+ messages)
  ` [EXTERNAL] "

[GIT PULL] cgroup: Fixes for v7.1-rc6
 2026-06-02 22:47 UTC 

[GIT PULL] sched_ext: Fixes for v7.1-rc6
 2026-06-02 22:47 UTC 

[PATCH v3 0/2] Add support for Battery Status AMS
 2026-06-02 22:47 UTC  (3+ messages)
` [PATCH v3 1/2] power: supply: Add helpers to get and put arrays of power supply handles
` [PATCH v3 2/2] usb: typec: tcpm: Add support for Battery Status response message

[PATCH RESEND v2] dma-buf: heaps: use max3 in dma_heap_ioctl
 2026-06-02 22:44 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: Add support for the Nothing Phone (3a)
 2026-06-02 22:44 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: Add "

[PATCH RESEND] n64cart: use strscpy in n64cart_probe
 2026-06-02 22:42 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-02 22:41 UTC  (5+ messages)

[PATCH RESEND v2] fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
 2026-06-02 22:40 UTC 

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-02 22:41 UTC  (6+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages

[PATCH] ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_name
 2026-06-02 22:37 UTC  (2+ messages)

[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-06-02 22:36 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
` [PATCH v3 2/4] KVM: selftests: Verify SNP VMs are rejected from migration and mirroring
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
` [PATCH v3 4/4] crypto: ccp: Fix memory leak in SEV INIT_EX path

[PATCH RESEND] media: i2c: isl7998x: inline i2c_check_functionality check
 2026-06-02 22:34 UTC 

[PATCH] can: mscan: replace in_8/out_8 with ioread8/iowrite8
 2026-06-02 22:34 UTC 

[PATCH] dt-bindings: watchdog: qcom-wdt: Document IPQ5210 watchdog
 2026-06-02 22:34 UTC  (2+ messages)

[PATCH RESEND] drm/bridge: sii902x: inline i2c_check_functionality check
 2026-06-02 22:31 UTC 

[PATCH v17 0/7] Error recovery for vfio-pci devices on s390x
 2026-06-02 22:33 UTC  (5+ messages)
` [PATCH v17 5/7] vfio-pci/zdev: Add a device feature for error information

[PATCH] RDMA/irdma: Fix typo in SQ completions generation
 2026-06-02 22:31 UTC  (8+ messages)

[PATCH v6] vfio: selftests: Find devices that have VFIO selftest drivers
 2026-06-02 22:29 UTC 

[PATCH bpf-next] bpf: Replace scratch PTE atomically when allocating arena pages
 2026-06-02 22:29 UTC  (4+ messages)

[PATCH V6 0/2] daxctl: Add support for famfs mode
 2026-06-02 22:27 UTC  (3+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-02 22:27 UTC  (12+ messages)

[PATCH v2 0/3] i2c: Add Starfive JHB100 I2C master/slave support
 2026-06-02 22:26 UTC  (4+ messages)
` [PATCH v2 2/3] i2c: designware: Export symbols and add __weak for Starfive I2C driver

[PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
 2026-06-03 10:26 UTC 

[PATCH] crypto: atmel-ecc - drop dead code in atmel_ecdh_max_size
 2026-06-02 22:25 UTC 

[PATCH v10 0/5] Enable ICE clock scaling
 2026-06-02 22:23 UTC  (6+ messages)
` [PATCH v10 1/5] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v10 2/5] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v10 3/5] mmc: sdhci-msm: Set ICE clk to TURBO at sdhci ICE init
` [PATCH v10 4/5] arm64: dts: qcom: kodiak: Add OPP-table for ICE UFS and ICE eMMC nodes
` [PATCH v10 5/5] arm64: dts: qcom: monaco: "

[PATCH net-next v3 08/14] net: ethernet: oa_tc6: Remove FCS size in RX frame
 2026-06-02 22:24 UTC  (7+ messages)

[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-02 22:24 UTC  (3+ messages)
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature

[PATCH] mm, swap: free the cluster extend table on teardown
 2026-06-02 22:23 UTC 

[PATCH v8 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-06-02 22:22 UTC  (7+ messages)
` [PATCH v8 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
` [PATCH v8 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver

[PATCH 0/4] bcma: support SHIM-attached big-endian SoC backplanes (BCM6362)
 2026-06-02 22:18 UTC  (4+ messages)
` [PATCH 3/4] dt-bindings: bus: add brcm,bcm6362-wlan

Re: [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
 2026-06-02 22:18 UTC  (11+ messages)
`  "

[PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
 2026-06-02 22:18 UTC  (2+ messages)

[PATCH] iio: imu: bno055: terminate dev_err() strings with a newline
 2026-06-02 22:18 UTC  (5+ messages)

[PATCH 0/2] riscv: sophgo: sg2042: Enable PCIe DMA coherence
 2026-06-02 22:15 UTC  (4+ messages)
` (subset) "

[PATCH v13 0/5] media: qcom: camss: Add Kaanapali support
 2026-06-02 22:15 UTC  (7+ messages)
` [PATCH v13 1/5] media: dt-bindings: Add CAMSS device for Kaanapali
` [PATCH v13 2/5] media: qcom: camss: Add Kaanapali compatible camss driver
` [PATCH v13 3/5] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY

[PATCH v6 0/9] cxl: Add cxl_reset sysfs attribute for memdevs
 2026-06-02 22:10 UTC  (6+ messages)
` [PATCH v6 4/9] PCI/CXL: Add sibling function coordination for reset
` [PATCH v6 8/9] cxl/memdev: Add cxl_reset sysfs attribute

[PATCH v1 00/17] ACPI: driver: Use devres-based resource management
 2026-06-02 22:10 UTC  (7+ messages)
` [PATCH v1 01/17] ACPI: bus: Introduce devm_acpi_install_notify_handler()
` [PATCH v1 06/17] ACPI: HED: Switch over to devres-based resource management

[PATCH v2 0/5] rsk7203: switch to using static device property, drop legacy gpio API
 2026-06-02 22:06 UTC  (4+ messages)
` [PATCH v2 3/5] sh: mach-rsk: rsk7203: use static device properties for LEDs and GPIO buttons

[PATCH v2] RDMA/srp: bound SRP_RSP sense copy by the received length
 2026-06-02 22:04 UTC 

[PATCH] Bluetooth: btusb: Add support for TP-Link TL-UB250
 2026-06-02 22:03 UTC  (2+ messages)

Prebuilt LLVM 22.1.7 uploaded
 2026-06-02 21:59 UTC 

[PATCH 0/2] firmware: arm_ffa: Fix RXTX_MAP buffer size regressions
 2026-06-02 21:58 UTC  (7+ messages)
` [PATCH 1/2] firmware: arm_ffa: Honor maximum RX/TX buffer size

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-02 21:55 UTC  (8+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH v4 6/7] KVM: selftests: Add the guest_memfd "
` [PATCH v4 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables

[PATCH v2] firmware: arm_ffa: Handle maximum RX/TX buffer size
 2026-06-02 21:54 UTC 

[PATCH v2] Bluetooth: hci_event: fix simultaneous discovery stuck in FINDING
 2026-06-02 21:53 UTC  (4+ messages)

[PATCH] Bluetooth: MGMT: validate Add Extended Advertising Data length
 2026-06-02 21:53 UTC  (3+ messages)

[PATCH v2 0/3] x86/mm: some cleanups for pagetable setup code
 2026-06-02 21:53 UTC  (8+ messages)
` [PATCH v2 1/3] x86/mm: drop unused return from init_memory_mapping()
` [PATCH v2 2/3] x86/mm: simplify calculation of max_pfn_mapped
` [PATCH v2 3/3] x86/mm: drop unused returns from direct map setup functions

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-02 21:52 UTC  (14+ messages)
` [PATCH 06/23] driver core: platform: provide platform_device_set_of_node()
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 21/23] usb: musb: "
` [PATCH 22/23] reset: rzg2l: "

[PATCH net-next v2] net: dsa: sja1105: flower: reject cross-chip redirect
 2026-06-02 21:50 UTC  (2+ messages)

[PATCH v5 0/9] mm: switch THP shrinker to list_lru
 2026-06-02 21:46 UTC  (3+ messages)

linux-next: build failure after merge of the security tree
 2026-06-02 21:45 UTC  (5+ messages)

[PATCH] MAINTAINERS: add entry for SpacemiT reset controller driver
 2026-06-02 21:42 UTC  (3+ messages)

[PATCH v2] tracing: fix CFI violation in probestub test
 2026-06-02 21:40 UTC  (2+ messages)

[PATCH] gpiolib: Remove big fat warning in gpiochip_get_direction()
 2026-06-02 21:40 UTC  (3+ messages)

[PATCH net-next v07 1/6] hinic3: Add ethtool queue ops
 2026-06-02 21:38 UTC  (2+ messages)

[PATCH net] net: fec_mpc52xx: add missing kernel-doc for @may_sleep
 2026-06-02 21:40 UTC  (2+ messages)

[PATCH v3] net: fec: fix pinctrl default state restore order on resume
 2026-06-02 21:40 UTC  (2+ messages)

[PATCH sched_ext/for-7.1-fixes] sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
 2026-06-02 21:35 UTC  (2+ messages)

[PATCH net-next 0/3] dd LED support for fbnic
 2026-06-02 21:34 UTC  (6+ messages)

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-02 21:33 UTC  (5+ messages)
` [PATCH v1 15/26] s390: Add functions to query arm guest time

[PATCH] cgroup/cpuset: change ridong's email
 2026-06-02 21:31 UTC  (2+ messages)

[PATCH net-next v5 0/4] net: rnpgbe: Add TX/RX and link status support
 2026-06-02 21:31 UTC  (3+ messages)
` [PATCH net-next v5 2/4] net: rnpgbe: Add basic TX packet transmission support

[PATCH] i2c: mxs: add missing kernel-doc for struct mxs_i2c_dev members
 2026-06-02 21:30 UTC  (2+ messages)

[PATCH net-next V7 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2026-06-02 21:30 UTC  (2+ messages)

[PATCH] smp: prevent soft lockup in smp_call_function_many_cond
 2026-06-02 21:18 UTC  (2+ messages)

[PATCH v7 00/23] tools build: Append -fzero-init-padding-bits=all option
 2026-06-02 21:27 UTC  (3+ messages)
` [PATCH v7 19/23] tools: sched_ext: Append extra cflags

[PATCH] KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry
 2026-06-02 21:26 UTC  (2+ messages)

[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
 2026-06-02 21:26 UTC  (2+ messages)

[PATCH] staging: axis-fifo: remove driver
 2026-06-02 21:26 UTC  (5+ messages)

[PATCH v2] KVM: arm64: vgic-its: Serialize translation cache invalidation under its_lock
 2026-06-02 21:26 UTC  (2+ messages)

[PATCH v3] drm/bridge: dw-hdmi-qp: use drm_hdmi_acr_get_n_cts() helper for audio N/CTS
 2026-06-02 21:25 UTC  (2+ messages)

[PATCH v2] selftests/rseq: Add config fragment
 2026-06-02 21:24 UTC  (2+ messages)
` [tip: core/rseq] "

[Patch net-next v6 0/7] r8169: add RSS support for RTL8127
 2026-06-02 21:23 UTC  (7+ messages)
` [Patch net-next v6 1/7] r8169: add support for multi irqs
` [Patch net-next v6 3/7] r8169: add support for new interrupt mapping
` [Patch net-next v6 5/7] r8169: add support and enable rss

[PATCH net-next v4 0/4] net: dsa: mxl862xx: SerDes ports
 2026-06-02 21:22 UTC  (3+ messages)
` [PATCH net-next v4 4/4] net: dsa: mxl862xx: add support for "

[PATCH] cpufreq: cppc: Reduce cppc delivered perf sampling jitter
 2026-06-02 21:20 UTC 

[PATCH net v2] net: lan743x: permit VLAN-tagged packets up to configured MTU
 2026-06-02 21:20 UTC  (2+ messages)

[PATCH v7 000/120] x86: Introduce a centralized CPUID data model
 2026-06-02 21:15 UTC  (11+ messages)
` [PATCH v7 004/120] x86/cpuid: Introduce <asm/cpuid/leaf_types.h>

[PATCH v4 0/5] rockchip: add USB nodes for RK3528
 2026-06-02 21:14 UTC  (2+ messages)

[PATCH] fuse: allow server to increase max_readahead via FUSE_INIT reply
 2026-06-02 20:44 UTC 

[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
 2026-06-02 21:12 UTC  (4+ messages)
` [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support

[PATCH v2 0/2] thermal: qcom: tsens: refine wake IRQ handling for suspend
 2026-06-02 21:12 UTC  (2+ messages)

[PATCH] Bluetooth: Fix Use-After-Free in hci_unregister_dev
 2026-06-02 21:10 UTC 

[PATCH v3] thermal: amlogic: add missing dependency on MESON_SM
 2026-06-02 21:08 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: fix emmc reset polarity on px30-cobra
 2026-06-02 21:08 UTC  (2+ messages)

[PATCH v3 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-06-02 21:06 UTC  (6+ messages)
` [PATCH v3 2/3] iommu/arm-smmu-v3: Detect Tegra264 erratum

[PATCH v6 0/3] Introduce DeviceContext
 2026-06-02 21:07 UTC  (2+ messages)

[PATCH] Bluetooth: Fix Use-After-Free in hci_unregister_dev
 2026-06-02 21:05 UTC 

[PATCH 1/2] tracing: work around -Wmissing-format-attribute warning
 2026-06-02 21:05 UTC  (4+ messages)

[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
 2026-06-02 21:03 UTC  (2+ messages)

[PATCH 1/2] drm/rockchip: dsi: Add maximum per lane bit rate calculation
 2026-06-02 21:02 UTC  (4+ messages)
` [PATCH 2/2] drm/rockchip: dsi: Add dphy_get_timing support for multiple PHY types

[PATCH 00/17] Add Renesas RZ/G3L SD/eMMC support
 2026-06-02 21:01 UTC  (2+ messages)

[PATCH] media: iris: Fix FPS calculation and VPP FW overhead
 2026-06-02 21:01 UTC 

[PATCH v4] drm/bridge: dw-hdmi-qp: Guard clear_audio_infoframe when PHY is down
 2026-06-02 21:00 UTC  (2+ messages)

[PATCH v15 00/12] ADF41513/ADF41510 PLL frequency synthesizers
 2026-06-02 21:00 UTC  (3+ messages)
` [PATCH v15 03/12] lib: kstrtox: add kstrtoudec64() and kstrtodec64()

[PATCH bpf-next 0/2] RISC-V JIT support for bpf_get_current_task/_btf
 2026-06-02 20:58 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: use host CPU features in JIT disassembler
` [PATCH bpf-next 2/2] bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()

[PATCH] crypto: use two-argument strscpy where destination size is known
 2026-06-02 20:58 UTC  (4+ messages)

[PATCH v2 0/7] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-06-02 20:56 UTC  (12+ messages)
` [PATCH v2 1/7] pinctrl: renesas: rzg2l: Generalize the power source code
` [PATCH v2 2/7] pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg
` [PATCH v2 6/7] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source
` [PATCH v2 7/7] arm64: dts: renesas: rzg3s-smarc-som: Enable I3C

[PATCH v2] media: i2c: imx355: Add support for 24 MHz external clock
 2026-06-02 20:54 UTC 

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-06-02 20:50 UTC  (3+ messages)
` [PATCH 07/14] pinctrl: Kconfig: drop unneeded "

[PATCH v3] mux: core: Replace manual put_device() with __free(put_device)
 2026-06-02 20:49 UTC  (3+ messages)

[PATCH 0/2] Add PCIe support to RZ/V2H SoC and EVK
 2026-06-02 20:47 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r9a09g057: Add PCIe nodes
` [PATCH 2/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable PCIe

[PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-02 20:46 UTC  (4+ messages)
  ` [External Mail] "

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-06-02 20:42 UTC  (6+ messages)

[PATCH v10 00/11] Add eDP support for RK3576
 2026-06-02 20:41 UTC  (2+ messages)
` (subset) "

[BUG] media: ttusb-dec: kmemleak reports dvb_frontend_private leak after frontend registration failure
 2026-06-02 20:41 UTC 

[PATCH v1] drm/bridge: analogix_dp: Convert status check functions to bool
 2026-06-02 20:39 UTC  (2+ messages)

[PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format
 2026-06-02 20:39 UTC  (2+ messages)

[PATCH v2] arm64: dts: freescale: fsl-ls1028a-tqmls1028a-mbls1028a: switch mmc aliases
 2026-06-02 20:38 UTC  (5+ messages)

[v7 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2026-06-02 20:38 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox