linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 11:27:50 to 2025-05-15 12:47:15 UTC [more...]

[PATCH v3 0/2] venus driver fixes for vulnerabilities due to unexpected firmware payload
 2025-05-15 12:47 UTC  (7+ messages)
` [PATCH v3 1/2] media: venus: fix TOCTOU vulnerability when reading packets from shared memory

[PATCH 00/15] Implement CONFIG_DEBUG_BUGVERBOSE_DETAILED=y, to improve WARN_ON_ONCE() output by adding the condition string
 2025-05-15 12:46 UTC  (12+ messages)
` [PATCH 01/15] bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
` [PATCH 02/15] bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to __WARN_FLAGS()
` [PATCH 03/15] bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switch
` [PATCH 04/15] bugs/x86: Extend _BUG_FLAGS() with the 'cond_str' parameter
` [PATCH 05/15] bugs/x86: Augment warnings output by concatenating 'cond_str' with the regular __FILE__ string in _BUG_FLAGS()
` [PATCH 06/15] bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
` [PATCH 07/15] bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BUG_ENTRY(), to extend WARN_ON/BUG_ON output
` [PATCH 08/15] bugs/LoongArch: Pass in 'cond_str' to __BUG_ENTRY()
` [PATCH 09/15] bugs/LoongArch: Concatenate 'cond_str' with '__FILE__' in __BUG_ENTRY(), to extend WARN_ON/BUG_ON output
` [PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
` [PATCH 11/15] bugs/riscv: Pass in 'cond_str' to __BUG_FLAGS()

[PATCH 0/7] PCI: Remove hybrid-devres region requests
 2025-05-15 12:46 UTC  (8+ messages)
` [PATCH 1/7] PCI: Remove hybrid devres nature from request functions
` [PATCH 2/7] Docu: PCI: Update pcim_enable_device()
` [PATCH 3/7] PCI: Remove pcim_request_region_exclusive()
` [PATCH 4/7] PCI: Remove request_flags relict from devres
` [PATCH 5/7] PCI: Remove redundant set of request funcs
` [PATCH 6/7] PCI: Remove unnecessary prototype from pci.h
` [PATCH 7/7] PCI: Remove hybrid-devres hazzard warnings from doc

[PATCH v4 0/9] SLUB percpu sheaves
 2025-05-15 12:46 UTC  (2+ messages)

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-15 12:45 UTC  (5+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys

[PATCH v3 0/2] rust: add support for request_irq
 2025-05-15 12:45 UTC  (12+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()

[PATCH linux-next] net: e100: Use str_read_write() helper
 2025-05-15 12:44 UTC 

[PATCH v4 00/23] drm/connector: hdmi: Allow using the YUV420 output format
 2025-05-15 12:44 UTC  (4+ messages)
` [PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

[PATCH v2 0/5] Fix onboard USB hub instability on RK3399 Puma SoM
 2025-05-15 12:42 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: usb: cypress,hx3: Add support for all variants

[PATCH] mmc: bcm2835: Use str_read_write() helper
 2025-05-15 12:42 UTC 

[PATCH] squashfs: fix NULL pointer dereference in bio_alloc_clone failure path
 2025-05-15 12:41 UTC  (2+ messages)

[PATCH 6.14 000/197] 6.14.7-rc1 review
 2025-05-15 12:40 UTC  (7+ messages)

[RFC PATCH v4] media: v4l2-common: Add a helper for obtaining the clock producer
 2025-05-15 12:40 UTC  (6+ messages)

[PATCH v2] pwm: mc33xs2410: add support for temperature sensors
 2025-05-15 12:40 UTC 

[PATCH] firmware: arm_scmi: Use dev_err_probe() simplify the code
 2025-05-15 12:38 UTC 

[PATCH v5 0/4] rust: DebugFS Bindings
 2025-05-15 12:37 UTC  (8+ messages)
` [PATCH v5 4/4] rust: samples: Add debugfs sample

[PATCH v3 00/17] AMD MCA interrupts rework
 2025-05-15 12:37 UTC  (9+ messages)
` [PATCH v3 17/17] x86/mce: Restore poll settings after storm subsides

[PATCH] dt-bindings: ata: Convert arasan,cf-spear1340 to DT schema
 2025-05-15 12:37 UTC  (2+ messages)

[PATCH] dt-bindings: ata: Convert marvell,orion-sata to DT schema
 2025-05-15 12:37 UTC  (2+ messages)

[PATCH drm-next v3] drm/hyperv: Replace simple-KMS with regular atomic helpers
 2025-05-15 12:36 UTC  (2+ messages)

[PATCH] dt-bindings: ata: Convert cavium,ebt3000-compact-flash to DT schema
 2025-05-15 12:36 UTC  (2+ messages)

[PATCH] dt-bindings: ata: Convert apm,xgene-ahci to DT schema
 2025-05-15 12:36 UTC  (2+ messages)

[PATCH] drm/rockchip: Use dev_err_probe() to simplify code
 2025-05-15 12:35 UTC 

[PATCH] dt-bindings: ata: Convert st,ahci to DT schema
 2025-05-15 12:35 UTC  (2+ messages)

[tip:objtool/core] BUILD SUCCESS 4ed9d82bf5b21d65e2f18249eec89a6a84df8f23
 2025-05-15 12:33 UTC 

[PATCH 00/14] Improve WARN_ON_ONCE() output by adding the condition string
 2025-05-15 12:35 UTC  (4+ messages)
` [PATCH 13/14] bugs/sh: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend WARN_ON/BUG_ON output

[RFC PATCH 1/1] arm64: dts: rockchip: add Radxa CM5 and IO board
 2025-05-15 12:33 UTC  (2+ messages)

[PATCH 1/1] PCI/bwctrl: Remove also pcie_bwctrl_lbms_rwsem
 2025-05-15 12:33 UTC  (7+ messages)

[PATCH 6.14 000/197] 6.14.7-rc2 review
 2025-05-15 12:32 UTC  (4+ messages)

[PATCH net] llc: fix data loss when reading from a socket in llc_ui_recvmsg()
 2025-05-15 12:20 UTC 

[PATCH v3] PCI: Prevent power state transition of erroneous device
 2025-05-15 12:26 UTC  (6+ messages)

[PATCH v2 1/2] Input: atkbd - Map FN-key for TongFang barebones
 2025-05-15 12:26 UTC  (6+ messages)
` [PATCH v2 2/2] Input: atkbd - Correctly map F13 - F24

[PATCH net-next v3 0/2] Add built-in 2.5G ethernet phy support on MT7988
 2025-05-15 12:25 UTC  (7+ messages)
` [PATCH net-next v3 1/2] net: phy: mediatek: Sort config and file names in Kconfig and Makefile
` [PATCH net-next v3 2/2] net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH 00/14] spi: spi-fsl-dspi: DSPI support for NXP S32G platforms
 2025-05-15 12:20 UTC  (4+ messages)
` [PATCH 10/14] spi: spi-fsl-dspi: Enable modified transfer protocol

[PATCH v9 00/12] mtd: add driver for Intel discrete graphics
 2025-05-15 12:19 UTC  (9+ messages)
` [PATCH v9 02/12] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v9 03/12] mtd: intel-dg: implement region enumeration

linux-next: build failure after merge of the drivers-x86 tree
 2025-05-15 12:19 UTC  (4+ messages)

[PATCH RESEND v2] ASoC: SOF: Intel: hda: Fix UAF when reloading module
 2025-05-15 12:19 UTC  (3+ messages)

[PATCH v2] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:18 UTC 

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-15 12:11 UTC  (23+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv2 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv2 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv2 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv2 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv2 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv2 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv2 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv2 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv2 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv2 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv2 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv2 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv2 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv2 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv2 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv2 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv2 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv2 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv2 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv2 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv2 22/22] man2: Add uprobe syscall page

[PATCH] OPP: switch to use kmemdup_array()
 2025-05-15 12:13 UTC 

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:12 UTC  (5+ messages)

linux-next: error trying to fetch the clockevents tree
 2025-05-15 12:11 UTC  (5+ messages)

[PATCH] drm/nouveau/dp: convert to use ERR_CAST()
 2025-05-15 12:11 UTC 

[PATCH v5] ASoC: SOF: Intel: hda: Fix UAF when reloading module
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v8 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH 0/2] cs35l56: Log tuning unique identifiers during firmware load
 2025-05-15 12:08 UTC  (2+ messages)

[RESEND v7 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v7 0/2] ASoC: codecs: add support for ES8389
 2025-05-15 12:08 UTC  (2+ messages)

[PATCH v3 0/7] x86: Robustify pgtable_l5_enabled()
 2025-05-15 12:08 UTC  (7+ messages)
` [PATCH v3 2/7] x86/cpu: Allow caps to be set arbitrarily early

[PATCH -v2 00/32] x86/boot/e820: Assorted E820 table handling features and cleanups
 2025-05-15 12:05 UTC  (33+ messages)
` [PATCH 01/32] x86/boot/e820: Remove inverted boolean logic from the e820_nomerge() function name, rename it to e820_type_mergeable()
` [PATCH 02/32] x86/boot/e820: Simplify e820__print_table() a bit
` [PATCH 03/32] x86/boot/e820: Simplify the PPro Erratum #50 workaround
` [PATCH 04/32] x86/boot/e820: Mark e820__print_table() static
` [PATCH 05/32] x86/boot/e820: Print gaps in the E820 table
` [PATCH 06/32] x86/boot/e820: Make the field separator space character part of e820_print_type()
` [PATCH 07/32] x86/boot/e820: Print out sizes of E820 memory ranges
` [PATCH 08/32] x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entries
` [PATCH 09/32] x86/boot/e820: Call the PCI gap a 'gap' in the boot log printout
` [PATCH 10/32] x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'
` [PATCH 11/32] x86/boot/e820: Remove pointless early_panic() indirection
` [PATCH 12/32] x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820 related resource allocations
` [PATCH 13/32] x86/boot/e820: Improve e820_print_type() messages
` [PATCH 14/32] x86/boot/e820: Clean up __e820__range_add() a bit
` [PATCH 15/32] x86/boot/e820: Clean up __refdata use "
` [PATCH 16/32] x86/boot/e820: Remove unnecessary header inclusions
` [PATCH 17/32] x86/boot/e820: Standardize e820 table index variable names under 'idx'
` [PATCH 18/32] x86/boot/e820: Standardize e820 table index variable types under 'u32'
` [PATCH 19/32] x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32
` [PATCH 20/32] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
` [PATCH 21/32] x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI gap
` [PATCH 22/32] x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e820_search_gap() et al
` [PATCH 23/32] x86/boot/e820: Simplify & clarify __e820__range_add() a bit
` [PATCH 24/32] x86/boot/e820: Standardize __init/__initdata tag placement
` [PATCH 25/32] x86/boot/e820: Simplify append_e820_table() and remove restriction on single-entry tables
` [PATCH 26/32] x86/boot/e820: Remove e820__range_remove()'s unused return parameter
` [PATCH 27/32] x86/boot/e820: Simplify the e820__range_remove() API
` [PATCH 28/32] x86/boot/e820: Make sure e820_search_gap() finds all gaps
` [PATCH 29/32] x86/boot/e820: Introduce E820_TYPE_13 and treat it as a device region
` [PATCH 30/32] x86/boot/e820: Change e820_type_to_string() to take a 'type' parameter
` [PATCH 31/32] x86/boot/e820: Unify e820_print_type() and e820_type_to_string()
` [PATCH 32/32] x86/boot/e820: Move index increments outside accessors in e820__update_table()

[RFC next v2 0/5] ucount: add rlimit cache for ucount
 2025-05-15 12:04 UTC  (3+ messages)

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-15 12:03 UTC  (3+ messages)

[PATCH v3 0/3] Configure root port MPS during host probing
 2025-05-15 12:03 UTC  (9+ messages)
` [PATCH v3 3/3] PCI: aardvark: Remove redundant MPS configuration

[PATCH 6.6 000/113] 6.6.91-rc2 review
 2025-05-15 12:01 UTC  (2+ messages)

[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
 2025-05-15 12:01 UTC  (11+ messages)
` [net-next PATCH v10 1/7] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v10 2/7] net: phy: bcm87xx: simplify "
` [net-next PATCH v10 3/7] net: phy: nxp-c45-tja11xx: "
` [net-next PATCH v10 4/7] net: phy: introduce genphy_match_phy_device()
` [net-next PATCH v10 5/7] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next PATCH v10 6/7] dt-bindings: net: Document support for Aeonsemi PHYs
` [net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes

[PATCH] hugetlb: Show nr_huge_pages in report_hugepages()
 2025-05-15 11:42 UTC 

[PATCH v2 0/4] arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support
 2025-05-15 11:57 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock

[PATCH v2] MAINTAINERS: update my email address to gmail.com
 2025-05-15 11:56 UTC  (2+ messages)

[PATCH v1 0/2] ESWIN EIC7700 sata driver
 2025-05-15 11:56 UTC  (3+ messages)
` [PATCH v1 2/2] sata: eswin: Add eic7700 "

[PATCH 00/29] x86/boot/e820: Assorted E820 table handling features and cleanups
 2025-05-15 11:56 UTC  (16+ messages)
` [PATCH 17/29] x86/boot/e820: Standardize e820 table index variable names under 'idx'
    ` [PATCH 31/29] x86/boot/e820: Move index increments outside accessors in e820__update_table()
` [PATCH 19/29] x86/boot/e820: Standardize e820 table index variable types under 'u32'
` [PATCH 20/29] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
` [PATCH 27/29] x86/boot/e820: Simplify the e820__range_remove() API

[PATCH v2 0/4] media: i2c: imx214: Add support for more clock frequencies
 2025-05-15 11:54 UTC  (5+ messages)
` [PATCH v2 4/4] media: i2c: imx214: Remove hard-coded external clock frequency

[PATCH net-next v5 0/5] eth: fbnic: Add devlink dev flash support
 2025-05-15 11:54 UTC  (2+ messages)

[PATCH] platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()
 2025-05-15 11:52 UTC  (2+ messages)

[PATCH net-next v3] net: Add support for providing the PTP hardware source in tsinfo
 2025-05-15 11:51 UTC  (2+ messages)

[PATCH v15] platform/x86: Add AMD ISP platform config for OV05C10
 2025-05-15 11:50 UTC  (2+ messages)

[PATCH v7 00/14] media: rockchip: add a driver for the rockchip camera interface
 2025-05-15 11:50 UTC  (5+ messages)
` [PATCH v7 06/14] "
` [PATCH v7 14/14] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH v3 0/5] intel-uncore-freq: Add agent_types and die_id attributes
 2025-05-15 11:48 UTC  (2+ messages)

[PATCH] firmware/raspberrypi: raise timeout to 3s
 2025-05-15 11:48 UTC  (7+ messages)

[PATCH v2 1/4] include/linux/fs.h: add inode_lock_killable()
 2025-05-15 11:47 UTC  (8+ messages)
` [PATCH v2 2/4] fs/open: make chmod_common() and chown_common() killable
` [PATCH v2 3/4] fs/open: make do_truncate() killable
` [PATCH v2 4/4] fs/read_write: make default_llseek() killable

[PATCH] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
 2025-05-15 11:46 UTC  (2+ messages)

[PATCH] rust: add basic ELF sections parser
 2025-05-15 11:42 UTC  (5+ messages)

[PATCH v1] i2c: lpi2c: implement master_xfer_atomic callback
 2025-05-15 11:40 UTC  (4+ messages)

[BUG] WARNING in ipmr_rules_exit
 2025-05-15 11:37 UTC 

[PATCH 6.12 000/184] 6.12.29-rc2 review
 2025-05-15 11:34 UTC  (2+ messages)

[PATCH V3] PCI: dwc: tegra194: Broaden architecture dependency
 2025-05-15 11:33 UTC  (6+ messages)
` [PATCH V4] "

[PATCH] xen/arm: call uaccess_ttbr0_enable for dm_op hypercall
 2025-05-15 11:33 UTC  (2+ messages)

[PATCH] scripts: headers_install: fix a false positive
 2025-05-15 11:32 UTC  (2+ messages)

[PATCH 6.1 00/96] 6.1.139-rc2 review
 2025-05-15 11:31 UTC  (2+ messages)

[PATCH v8 0/9] mfd: bcm590xx: Add support for BCM59054
 2025-05-15 11:30 UTC  (10+ messages)
` [PATCH v8 4/9] mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible

[PATCH v9 0/9] Add STM32MP25 PCIe drivers
 2025-05-15 11:30 UTC  (2+ messages)

[PATCH net-next] net: Look for bonding slaves in the bond's network namespace
 2025-05-15 11:30 UTC  (2+ messages)

[PATCH v8 0/9] Add STM32MP25 PCIe drivers
 2025-05-15 11:29 UTC  (5+ messages)
` [PATCH v8 2/9] PCI: stm32: Add PCIe host support for STM32MP25

[PATCH v12 0/4] Support system sleep with offloaded usb transfers
 2025-05-15 11:28 UTC  (4+ messages)
` [PATCH v12 3/4] xhci: sideband: add api to trace sideband usage

[PATCH v1 0/3] generalize panic_print's dump function to be used by other kernel parts
 2025-05-15 11:28 UTC  (6+ messages)
` [PATCH v1 1/3] kernel/panic: generalize panic_print's function to show sys info

[PATCH v4] vdpa/octeon_ep: Control PCI dev enabling manually
 2025-05-15 11:28 UTC  (3+ messages)

[PATCH V4 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-15 11:27 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).