All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-20 21:06:05 to 2025-10-20 22:22:02 UTC [more...]

[PATCH v5] drm/amd: Check that VPE has reached DPM0 in idle handler
 2025-10-20 21:58 UTC  (3+ messages)

[geert-renesas-devel:master] BUILD SUCCESS 7d972bce3ef4bbaaa5249f37af968c0d44551a86
 2025-10-20 22:19 UTC 

[PATCH v6 00/30] single-binary: Make hw/arm/ common
 2025-10-20 22:20 UTC  (30+ messages)
` [PATCH v6 01/30] hw/core: Filter machine list available for a particular target binary
` [PATCH v6 02/30] hw/boards: Move DEFINE_MACHINE() definition closer to its doc string
` [PATCH v6 03/30] hw/boards: Extend DEFINE_MACHINE macro to cover more use cases
` [PATCH v6 04/30] hw/boards: Introduce DEFINE_MACHINE_WITH_INTERFACE_ARRAY() macro
` [PATCH v6 05/30] hw/arm: Register TYPE_TARGET_ARM/AARCH64_MACHINE QOM interfaces
` [PATCH v6 06/30] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
` [PATCH v6 07/30] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros
` [PATCH v6 08/30] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
` [PATCH v6 09/30] qemu/target-info: Include missing 'qapi-types-common.h' header
` [PATCH v6 10/30] meson: Prepare to accept per-binary TargetInfo structure implementation
` [PATCH 11/30] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
` [PATCH 12/30] hw/arm/aspeed: Build objects once
` [PATCH 13/30] hw/arm/raspi: "
` [PATCH 14/30] hw/core/machine: Allow dynamic registration of valid CPU types
` [PATCH 15/30] hw/arm/virt: Register valid CPU types dynamically
` [PATCH v6 16/30] hw/arm/virt: Check accelerator availability at runtime
` [PATCH v6 17/30] qemu/target_info: Add target_arm() helper
` [PATCH v6 18/30] qemu/target_info: Add target_aarch64() helper
` [PATCH v6 19/30] qemu/target-info: Add target_base_arch()
` [PATCH v6 20/30] qemu/target_info: Add target_base_arm() helper
` [PATCH v6 21/30] hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()
` [PATCH v6 22/30] hw/core: Introduce MachineClass::get_default_cpu_type() helper
` [PATCH v6 23/30] hw/arm/virt: Get default CPU type at runtime
` [PATCH v6 24/30] hw/arm/sbsa-ref: Include missing 'cpu.h' header
` [PATCH v6 25/30] hw/arm/sbsa-ref: Build only once
` [PATCH v6 27/30] hw/arm/virt-acpi-build: "
` [PATCH v6 28/30] hw/arm/virt: "
` [PATCH v6 29/30] hw/arm/meson: Move Xen files to arm_common_ss[]
` [PATCH v6 30/30] hw/arm/meson: Remove now unused arm_ss[] source set

[PATCH nft v2] support for afl++ (american fuzzy lop++) fuzzer
 2025-10-20 22:20 UTC  (10+ messages)

linux-next: manual merge of the iwlwifi-next tree with the origin tree
 2025-10-20 22:20 UTC  (2+ messages)

nft manpage/wiki issues and improvement ideas
 2025-10-20 22:18 UTC  (9+ messages)
` [PATCH v3 0/6] doc: miscellaneous improvements
  ` [PATCH v3 1/6] doc: fix/improve documentation of verdicts
  ` [PATCH v3 4/6] doc: add more documentation on bitmasks and sets

[PATCH v6 00/10] liveupdate: Rework KHO for in-kernel users & Fix memory corruption
 2025-10-20 22:17 UTC  (10+ messages)
` [PATCH v6 08/10] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v6 09/10] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE
` [PATCH v6 10/10] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH] kernel/sched: removed unused *cpumask ptr in kernel/sched/sched.h
 2025-10-20 22:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] sunxi: Add NetCube Systems Kumquat support and fix nvmem MAC handling
 2025-10-20 22:16 UTC  (3+ messages)
` [PATCH v2 2/2] configs: add support for NetCube Systems Kumquat

[PATCH v4 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-20 22:17 UTC  (7+ messages)
` [PATCH v4 2/4] drm/xe/vf: Fix GuC FW check for VF migration support
` [PATCH v4 3/4] drm/xe: Assert that VF will never use fixed placement of BOs
` [PATCH v4 4/4] drm/xe/vf: Do not disable VF migration on ATS-M

[PATCH v4 00/16] hw/pci-host/raven clean ups
 2025-10-20 22:10 UTC  (5+ messages)
` [PATCH v4 01/16] hw/pci-host/raven: Simplify PCI facing part

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-20 22:12 UTC 

[PATCH] stream: Remove bdrv from job in .clean()
 2025-10-20 22:10 UTC 

[PATCH v13 00/12] AuxCCS handling and render compression modifiers
 2025-10-20 22:10 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for AuxCCS handling and render compression modifiers (rev2)

[PATCH v6 00/10] PM: EM: Add netlink support for the energy model
 2025-10-20 22:09 UTC  (11+ messages)
` [PATCH v6 01/10] PM: EM: Assign a unique ID when creating a performance domain
` [PATCH v6 02/10] PM: EM: Expose the ID of a performance domain via debugfs
` [PATCH v6 03/10] PM: EM: Add em.yaml and autogen files
` [PATCH v6 04/10] PM: EM: Add a skeleton code for netlink notification
` [PATCH v6 05/10] PM: EM: Add an iterator and accessor for the performance domain
` [PATCH v6 06/10] PM: EM: Implement em_nl_get_pds_doit()
` [PATCH v6 07/10] PM: EM: Implement em_nl_get_pd_table_doit()
` [PATCH v6 08/10] PM: EM: Implement em_notify_pd_deleted()
` [PATCH v6 09/10] PM: EM: Implement em_notify_pd_created/updated()
` [PATCH v6 10/10] PM: EM: Notify an event when the performance domain changes

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-10-20 22:08 UTC  (5+ messages)

[OE-core][PATCH 1/5] binutils: patch CVE-2025-11414
 2025-10-20 22:09 UTC  (5+ messages)
` [OE-core][PATCH 2/5] binutils: patch CVE-2025-11412
` [OE-core][PATCH 3/5] binutils: patch CVE-2025-11413
` [OE-core][PATCH 4/5] binutils: patch CVE-2025-11495
` [OE-core][PATCH 5/5] binutils: patch CVE-2025-11494

[PATCH] x86/its: use Sapphire Rapids+ feature to opt out
 2025-10-20 22:09 UTC  (5+ messages)

[PATCH v3 00/10] pinctrl: stm32: Support I/O synchronization
 2025-10-20 22:08 UTC  (7+ messages)
` [PATCH v3 09/10] dt-bindings: pinctrl: stm32: Support I/O synchronization parameters

[PATCH] selftests: nft_queue: conntrack expiration requeue
 2025-10-20 22:08 UTC  (4+ messages)

[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
 2025-10-20 22:08 UTC  (10+ messages)
` [PATCH 1/7] docs: rust: Fix a few grammatical errors
` [PATCH 2/7] gpu: nova-core: Add support to convert bitfield to underlying type
` [PATCH 3/7] docs: gpu: nova-core: Document GSP RPC message queue architecture
` [PATCH 4/7] docs: gpu: nova-core: Document the PRAMIN aperture mechanism

[PATCH v2 nft] src: add and use refcount assert helper
 2025-10-20 22:08 UTC  (2+ messages)

[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
 2025-10-20 22:07 UTC  (10+ messages)
` [PATCH 1/7] drm/xe: Add additional trace points for LRCs
` [PATCH 2/7] drm/xe: Add a trace point for VM close
` [PATCH 3/7] drm/xe: Add the BO pointer info to the BO trace
` [PATCH 4/7] drm/xe: Add new exec queue trace points
` [PATCH 5/7] drm/xe: Correct migration VM teardown order
` [PATCH 6/7] drm/xe: Clean up GuC software state after a wedge
` [PATCH 7/7] drm/xe/doc: Add GuC submission kernel-doc

[PATCH v4 0/3] PM: runtime: Auto-cleanup macros for runtime PM
 2025-10-20 22:07 UTC  (3+ messages)
` [PATCH v4 2/3] PCI/sysfs: Use runtime PM guard macro for auto-cleanup

[PATCH i-g-t] lib/intel/mocs: Add documentation for MOCS helpers
 2025-10-20 22:05 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH i-g-t v11 0/6] Establish MkDocs Documentation Framework for IGT GPU Tools
 2025-10-20 22:04 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Establish MkDocs Documentation Framework for IGT GPU Tools (rev11)

ice: General protection fault in ptp_clock_index
 2025-10-20 22:02 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-20 22:01 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDS
` [PATCH 3/3] coredump: Use __counted_by_ptr for struct core_name::corename

[PATCH v2] drm/panthor: Fix potential memleak of vma structure
 2025-10-20 21:59 UTC  (2+ messages)

[PATCH v2 0/5] Enable support for AV1 stateful decoder
 2025-10-20 21:55 UTC  (4+ messages)
` [PATCH v2 1/5] media: uapi: videodev2: Add "

[PATCH v1] rcu: use WRITE_ONCE() for ->next and ->pprev of hlist_nulls
 2025-10-20 21:54 UTC  (2+ messages)

[geert-renesas-devel:next] BUILD SUCCESS c0286bfda2287aec42e8c1a77d0edeb8dc87e852
 2025-10-20 21:53 UTC 

[geert-renesas-devel:topic/renesas-defconfig] BUILD SUCCESS 036eee574e2e25a96f916e06087a4c2feade2d87
 2025-10-20 21:54 UTC 

9P change breaks bpftrace running in qemu+9p?
 2025-10-20 21:52 UTC  (5+ messages)

[PATCH v2] locktorture: Fix memory leak in param_set_cpumask()
 2025-10-20 21:52 UTC  (2+ messages)

FAILED: patch "[PATCH] f2fs: fix wrong block mapping for multi-devices" failed to apply to 5.15-stable tree
 2025-10-20 21:52 UTC  (2+ messages)
` [PATCH 5.15.y] f2fs: fix wrong block mapping for multi-devices

pinctrl-scmi: Support for pin-only mode when groups are unavailable
 2025-10-20 21:51 UTC  (3+ messages)

FAILED: patch "[PATCH] vfs: Don't leak disconnected dentries on umount" failed to apply to 6.6-stable tree
 2025-10-20 21:51 UTC  (2+ messages)
` [PATCH 6.6.y] vfs: Don't leak disconnected dentries on umount

FAILED: patch "[PATCH] NFSD: Define a proc_layoutcommit for the FlexFiles layout" failed to apply to 6.6-stable tree
 2025-10-20 21:50 UTC  (2+ messages)
` [PATCH 6.6.y] NFSD: Define a proc_layoutcommit for the FlexFiles layout type

ksmbd: add max ip connections parameter: backport problem 6.6
 2025-10-20 21:48 UTC 

[PATCH v3 0/4] leds: Add a virtual LED driver for groups of
 2025-10-20 21:45 UTC  (4+ messages)

[yocto-autobuilder-helper] [PATCH 1/2] config.json/scripts: Switch to use bitbake-setup
 2025-10-20 21:45 UTC  (3+ messages)
` [yocto-patches] "

[f2fs-dev] [jaegeuk-f2fs:dev-test 14/15] fs/f2fs/xattr.c:26:19: sparse: sparse: symbol 'inline_xattr_slab' was not declared. Should it be static?
 2025-10-20 21:44 UTC  (2+ messages)
`  "

[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
 2025-10-20 21:43 UTC  (5+ messages)
` [RFC PATCH 1/1] ovl: Use fsid as unique identifier for trusted origin

[PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range
 2025-10-20 21:39 UTC  (12+ messages)

[PATCH v1 00/20] Add NT400D11 support and new features
 2025-10-20 21:38 UTC  (2+ messages)

[PATCH v2 0/3] Add support for secure falcon mode: disable args file
 2025-10-20 21:38 UTC  (4+ messages)
` [PATCH] spl: Restore args file being default in falcon mode

[PATCH v2 1/7] net/ntnic: introduce service API for NTNIC PMD
 2025-10-20 21:38 UTC  (4+ messages)
` [PATCH v1 00/24] Migrate threads to the DPDK service framework and refactor naming for exported symbols

[PATCH v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
 2025-10-20 21:36 UTC  (7+ messages)

[PATCH v5 05/10] PM: EM: Add an iterator and accessor for the performance domain
 2025-10-20 21:35 UTC  (4+ messages)

[PATCH] dt-bindings: Fix inconsistent quoting
 2025-10-20 21:35 UTC  (3+ messages)

[PATCH v4 0/3] Add pinctrl support for Sky1
 2025-10-20 21:33 UTC  (2+ messages)

null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
 2025-10-20 21:31 UTC  (5+ messages)

Question - Livepatch/Kprobe Coexistence on Ftrace-enabled Functions (Ubuntu kernel based on Linux stable 5.15.30)
 2025-10-20 21:31 UTC  (17+ messages)
  ` [External] "

[oe-core][PATCH] sysvinit: create tmpfile dir for x11 domain socket
 2025-10-20 21:30 UTC  (3+ messages)

ARM iMX6sx board fails to boot with kernel 6.17
 2025-10-20 21:30 UTC  (13+ messages)

[RFC PATCH 00/21] VFIO live update support
 2025-10-20 21:29 UTC  (3+ messages)
` [RFC PATCH 12/21] vfio/pci: Skip clearing bus master on live update restored device

[PATCH 1/2] PM: EM: Remove an unused variable in em_notify_pd_deleted()
 2025-10-20 21:27 UTC  (3+ messages)

[PATCH v1 6.14] wireless: aic8800: add support for AIC8800 WiFi chipset
 2025-10-20 21:27 UTC  (2+ messages)

[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
 2025-10-20 21:26 UTC  (10+ messages)
` [PATCH v3 1/9] net: Add struct sockaddr_unspec for sockaddr of unknown length
` [PATCH v3 2/9] net/l2tp: Add missing sa_family validation in pppol2tp_sockaddr_get_info
` [PATCH v3 3/9] net: Convert proto_ops bind() callbacks to use sockaddr_unspec
` [PATCH v3 4/9] net: Convert proto_ops connect() "
` [PATCH v3 5/9] net: Remove struct sockaddr from net.h
` [PATCH v3 6/9] net: Convert proto callbacks from sockaddr to sockaddr_unspec
` [PATCH v3 7/9] bpf: Convert cgroup sockaddr filters to use sockaddr_unspec consistently
` [PATCH v3 8/9] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unspec
` [PATCH v3 9/9] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH 0/2] Add support for configuring pin properties on RZ/T2H-N2H SoCs
 2025-10-20 21:25 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: renesas,r9a09g077: Document pin configuration properties

[PATCH] drm/amdkfd: An adaptive data migration scheme for page fault recovery at svm
 2025-10-20 21:24 UTC 

[PATCH v5] can: virtio: Initial virtio CAN driver
 2025-10-20 21:24 UTC  (4+ messages)

[PATCH net 0/2] netconsole: Fix userdata race condition
 2025-10-20 21:22 UTC  (3+ messages)
` [PATCH net 1/2] selftests: netconsole: Add race condition test for userdata corruption
` [PATCH net 2/2] netconsole: Fix race condition in between reader and writer of userdata

[PATCH v1 0/2] Support zero-sized decoders
 2025-10-20 21:22 UTC  (6+ messages)
` [PATCH v1 1/2] cxl_test: enable zero sized decoders under hb0

[PATCH v2 0/6] Implement LANDLOCK_ADD_RULE_QUIET
 2025-10-20 20:11 UTC  (5+ messages)
` [PATCH v2 6/6] Implement quiet for optional accesses

[PATCH 16/17] crypto: jitterentropy - use default sha3 implementation
 2025-10-20 21:20 UTC  (4+ messages)
` [PATCH 00/17] SHA-3 library

[PATCH v3 0/2] arm64: dts: rockchip: Add vdpu 381 and 383 nodes
 2025-10-20 21:20 UTC  (6+ messages)
` [PATCH v3 1/2] arm64: dts: rockchip: Add the vdpu381 Video Decoders on RK3588
` [PATCH v3 2/2] arm64: dts: rockchip: Add the vdpu383 Video Decoder on rk3576

[PATCH 0/3] gpio: aspeed: remove the "gpiolib.h" include
 2025-10-20 21:18 UTC  (2+ messages)

[PATCH v15 0/9] platform/x86: Add asus-armoury driver
 2025-10-20 21:17 UTC  (9+ messages)
` [PATCH v15 2/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v15 3/9] platform/x86: asus-armoury: add panel_hd_mode attribute
` [PATCH v15 4/9] platform/x86: asus-armoury: add apu-mem control support
` [PATCH v15 5/9] platform/x86: asus-armoury: add core count control
` [PATCH v15 6/9] platform/x86: asus-armoury: add screen auto-brightness toggle
` [PATCH v15 7/9] platform/x86: asus-wmi: deprecate bios features
` [PATCH v15 8/9] platform/x86: asus-wmi: rename ASUS_WMI_DEVID_PPT_FPPT
` [PATCH v15 9/9] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs

[PATCH 1/2] gpio: mm-lantiq: Drop legacy-of-mm-gpiochip.h header from GPIO driver
 2025-10-20 21:16 UTC  (3+ messages)

[PATCH] ref-manual/variables.rst: cover FIT_LINUX_BIN variable
 2025-10-20 21:14 UTC  (3+ messages)
` [docs] "

[PATCH] soc: officially expand maintainership team
 2025-10-20 21:14 UTC  (2+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 21:13 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sdm845: Define guard pages within the rmtfs region
 2025-10-20 21:12 UTC  (2+ messages)

[PATCH 6.12] dmaengine: Add missing cleanup on module unload
 2025-10-20 21:11 UTC  (2+ messages)

[syzbot] [sctp?] KMSAN: uninit-value in sctp_sf_eat_data_6_2
 2025-10-20 21:09 UTC 

[syzbot] [gfs2?] general protection fault in gfs2_thaw_freeze_initiator
 2025-10-20 21:09 UTC 

[RFC 0/3] Fixups for cancelled hibernate
 2025-10-20 21:09 UTC  (12+ messages)
` [RFC 3/3] drm/amd: Return -EBUSY for amdgpu_pmops_thaw() on success

[RFC PATCH v2] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-10-20 21:08 UTC 

[syzbot] [btrfs?] general protection fault in btrfs_evict_inode
 2025-10-20 21:08 UTC 

[syzbot] [nilfs?] [xfs?] INFO: task hung in xfs_buf_get_map
 2025-10-20 21:08 UTC 

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-20 21:08 UTC 

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-20 21:07 UTC  (5+ messages)
` [RFC bpf-next 14/15] libbpf: add support for BTF location attachment

[syzbot] [crypto?] KMSAN: uninit-value in poly1305_blocks
 2025-10-20 21:07 UTC 

[syzbot] [wireless?] KMSAN: uninit-value in cfg80211_classify8021d
 2025-10-20 21:07 UTC 

[syzbot] [gfs2?] WARNING: ODEBUG bug in gfs2_fill_super
 2025-10-20 21:07 UTC 

[PATCH v2 0/9] ARM: dtb: imx6 DTB WARNING cleanup 2
 2025-10-20 21:06 UTC  (10+ messages)
` [PATCH v2 1/9] ARM: dts: imx: add power-supply for lcd panel
` [PATCH v2 2/9] ARM: dts: imx6ull-dhcom-pdk2: rename power-supply to vcc-supply for touchscreen
` [PATCH v2 3/9] ARM: dts: imx: remove redundant linux,phandle
` [PATCH v2 4/9] ARM: dts: imx6qdl-skov-cpu fix typo interrupt
` [PATCH v2 5/9] ARM: dts: imx6q-cm-fx6.dts: add supplies for wm8731
` [PATCH v2 6/9] ARM: dts: Add bus type for parallel ov5640
` [PATCH v2 7/9] ARM: dts: add device_type for memory node
` [PATCH v2 8/9] ARM: dts: remove undocumented clock-names for ov5642
` [PATCH v2 9/9] ARM: dts: imx7ulp: remove bias-pull-up

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 20:53 UTC 

[PATCH] drm/solomon: Use kmalloc_array() instead of kmalloc()
 2025-10-20 22:06 UTC  (5+ messages)

[PATCH v2 0/5] Microchip mpfs/pic64gx pinctrl
 2025-10-20 21:05 UTC  (2+ messages)


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.