All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 18:44:03 to 2026-04-10 19:37:50 UTC [more...]

[PATCH 0/7] iio: dac: Convert several drivers to devm_mutex_init()
 2026-04-10 19:37 UTC  (6+ messages)
` [PATCH 1/7] iio: dac: ad3552r: Use devm_mutex_init()
` [PATCH 2/7] iio: dac: ad7303: "
` [PATCH 3/7] iio: dac: ad5758: "
` [PATCH 4/7] iio: dac: ad5755: "
` [PATCH 5/7] iio: dac: ad5686: "

[PATCH net-next 0/3] psp: add crypt-offset and spi-threshold attributes
 2026-04-10 19:36 UTC  (6+ messages)
` [PATCH net-next 1/3] psp: add crypt-offset and spi-threshold get/set attributes

[PATCH v3 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
 2026-04-10 19:36 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915: Fix CDCLK and scaler prefill calculations (rev5)

MRs created from previous grub-devel@gnu.org contributions
 2026-04-10 19:34 UTC 

QA notification for completed autobuilder build (yocto-4.0.35.rc1)
 2026-04-10 19:35 UTC 

[linux-next:master 4929/13385] arch/arm/boot/dts/ti/omap/omap3-n900.dtb: camera@3e (toshiba,et8ek8): port:endpoint: Unevaluated properties are not allowed ('clock-inv', 'crc' were unexpected)
 2026-04-10 19:32 UTC 

htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-04-10 19:32 UTC 

[sean-jc:x86/vfio_kvm_file_refcount 1/1] arch/x86/kvm/../../../virt/kvm/vfio.c:178:45: error: passing argument 2 of 'kvm_vfio_file_set_kvm' from incompatible pointer type
 2026-04-10 19:32 UTC 

[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
 2026-04-10 19:32 UTC  (16+ messages)
` [RFC PATCH v3 0/4] getting rid of busy-wait in shrink_dcache_parent()
          ` [RFC][PATCH] make sure that lock_for_kill() callers drop the locks in safe order

[PATCH] VFIO: remove dead notifier code
 2026-04-10 19:32 UTC  (3+ messages)

[PATCH v4] selinux: fix avdcache auditing
 2026-04-10 19:29 UTC 

[PATCH v2 0/4] Add QST QMC5883P magnetometer driver
 2026-04-10 19:32 UTC  (4+ messages)
` [PATCH v2 4/4] MAINTAINERS: Add entry for "

[PATCH v10 00/13] blk: honor isolcpus configuration
 2026-04-10 19:31 UTC  (10+ messages)
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus

[PATCH 2/2] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
 2026-04-10 19:30 UTC  (6+ messages)
` [PATCH v2 0/2] add riscv32 double-word shifts and library test
  ` [PATCH v2 1/2] riscv: add platform-specific double word shifts for riscv32

[PATCH v3] Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt
 2026-04-10 19:29 UTC 

[PATCH] drm/xe/debugfs: Correct printing of register whitelist ranges
 2026-04-10 19:29 UTC  (2+ messages)

BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
 2026-04-10 19:29 UTC  (8+ messages)

[PATCH v2 00/67] ui: add standalone VNC server over D-Bus
 2026-04-10 19:19 UTC  (68+ messages)
` [PATCH v2 01/67] ui/vnc-jobs: remove needless buffer_reset() before end
` [PATCH v2 02/67] ui/vnc: clarify intent using buffer_empty() function
` [PATCH v2 03/67] ui/vnc-jobs: vnc_has_job_locked() argument cannot be NULL
` [PATCH v2 04/67] ui/vnc-jobs: remove dead VncJobQueue.exit
` [PATCH v2 05/67] ui/vnc-jobs: remove vnc_queue_clear()
` [PATCH v2 06/67] ui/vnc-jobs: narrow taking the queue lock
` [PATCH v2 07/67] ui/vnc-jobs: drop redundant (and needless) qemu_thread_get_self()
` [PATCH v2 08/67] ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen)
` [PATCH v2 09/67] ui/console-vc: add UTF-8 input decoding with CP437 rendering
` [PATCH v2 10/67] ui/console-vc: ignore string-type escape sequences
` [PATCH v2 11/67] ui/console-vc: fix comment shift-out/in comments
` [PATCH v2 12/67] ui/console: dispatch get_label() through QOM virtual method
` [PATCH v2 13/67] ui/console-vc: introduce QemuVT100
` [PATCH v2 14/67] ui/console-vc: set vt100 associated pixman image
` [PATCH v2 15/67] ui/console-vc: vga_putcharxy()->vt100_putcharxy()
` [PATCH v2 16/67] ui/console-vc: make invalidate_xy() take vt100
` [PATCH v2 17/67] ui/console-vc: make show_cursor() "
` [PATCH v2 18/67] ui/console-vc: decouple VT100 display updates via function pointer
` [PATCH v2 19/67] ui/console-vc: console_refresh() -> vt100_refresh()
` [PATCH v2 20/67] ui/console-vc: move cursor blinking logic into VT100 layer
` [PATCH v2 21/67] ui/console-vc: console_scroll() -> vt100_scroll()
` [PATCH v2 22/67] ui/console-vc: refactor text_console_resize() into vt100_set_image()
` [PATCH v2 23/67] ui/console-vc: move vc_put_lf() to VT100 layer as vt100_put_lf()
` [PATCH v2 24/67] ui/console-vc: unify the write path
` [PATCH v2 25/67] ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
` [PATCH v2 26/67] ui/console-vc: extract vt100_input() from vc_chr_write()
` [PATCH v2 27/67] ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
` [PATCH v2 28/67] ui/console-vc: extract vt100_init() and vt100_fini()
` [PATCH v2 29/67] ui/console: remove console_ch_t typedef and console_write_ch()
` [PATCH v2 30/67] ui: avoid duplicating vgafont16 in each translation unit
` [PATCH v2 31/67] ui/vgafont: add SPDX license header
` [PATCH v2 32/67] ui: move FONT_WIDTH/HEIGHT to vgafont.h
` [PATCH v2 33/67] ui/console-vc: move VT100 emulation into separate unit
` [PATCH v2 34/67] util: move datadir.c from system/
` [PATCH v2 35/67] ui: move DisplaySurface functions to display-surface.c
` [PATCH v2 36/67] ui: make qemu_default_pixelformat() static inline
` [PATCH v2 37/67] ui: make unregister_displaychangelistener() skip unregistered
` [PATCH v2 38/67] ui: minor code simplification
` [PATCH v2 39/67] system: make qemu_del_vm_change_state_handler accept NULL
` [PATCH v2 40/67] ui/vnc: assert preconditions instead of silently returning
` [PATCH v2 41/67] ui/vnc: simplify vnc_init_func error handling
` [PATCH v2 42/67] ui/vnc: VncDisplay.id is not const
` [PATCH v2 43/67] ui/keymaps: introduce kbd_layout_free()
` [PATCH v2 44/67] ui/vnc: fix vnc_display_init() leak on failure
` [PATCH v2 45/67] ui/vnc: make vnc_disconnect_finish() private
` [PATCH v2 46/67] ui/vnc: make the worker thread per-VncDisplay
` [PATCH v2 47/67] ui/vnc: vnc_display_init() and vnc_display_open() return bool
` [PATCH v2 48/67] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH v2 49/67] ui/vnc: add vnc_cleanup()
` [PATCH v2 50/67] ui/vnc: report an error for duplicate display id
` [PATCH v2 51/67] ui/vnc: defer listener registration until the console is known
` [PATCH v2 52/67] ui/vnc: expose vnc_disconnect_start()
` [PATCH v2 53/67] ui/vnc: remove left-over dead code
` [PATCH v2 54/67] ui/vnc: explicitly link with png
` [PATCH v2 55/67] ui/vnc: add vnc-system unit, to allow different implementations
` [PATCH v2 56/67] ui/console: remove qemu_console_is_visible()
` [PATCH v2 57/67] ui/console: simplify registering display/console change listener
` [PATCH v2 58/67] ui/console: add doc comment for qemu_console_{un}register_listener()
` [PATCH v2 59/67] ui/console: return completion status from gfx_update callback
` [PATCH v2 60/67] ui/console: rename public API to use consistent qemu_console_ prefix
` [PATCH v2 61/67] ui/console: move console_handle_touch_event() to input
` [PATCH v2 62/67] ui/vnc: replace VNC_DEBUG with trace-events
` [PATCH v2 63/67] ui: extract common sources into a static library
` [PATCH v2 64/67] tests: rename the dbus-daemon helper script
` [PATCH v2 65/67] tests/qtest: fix dbus-vmstate-test compilation
` [PATCH v2 66/67] tests/qtest: drop DBUS_VMSTATE_TEST_TMPDIR
` [PATCH v2 67/67] tools/qemu-vnc: add standalone VNC server over D-Bus

[PATCH] sched/isolation: Postpone re-allocation of housekeeping cpumask until initcall
 2026-04-10 19:27 UTC 

[PATCH v10 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-04-10 19:24 UTC  (5+ messages)
` [PATCH v10 15/30] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v10 17/30] pc-bios/s390-ccw: Refactor zipl_run()

[PATCH] HID: usbhid: replace strlcat with better alternatives
 2026-04-10 19:24 UTC 

[PATCH v2 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-04-10 19:23 UTC  (3+ messages)
` [PATCH v2 3/4] perf/arm64: "

[RFC] lib/kms: rename enum pipe to vendor_pipe, crtc->pipe to crtc->vendor_pipe
 2026-04-10 19:21 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[RFC PATCH 0/2] rust: block: safely abstract the blk-mq poll callback
 2026-04-10 19:15 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: block: mq: safely abstract the "
  ` [RFC PATCH 2/2] block: rnull: wire up poll queues dummy callback

[frank-w-bpi-r2-4.14:7.0-rc 67/104] drivers/net/pcs/pcs-mtk-lynxi.c:474:6: warning: variable 'flags' set but not used
 2026-04-10 19:20 UTC 

[bcachefs:bcachefs-testing 49/52] fs/bcachefs/alloc/check.c:606:1: warning: the frame size of 1584 bytes is larger than 1536 bytes
 2026-04-10 19:20 UTC 

[PATCH 0/3] KVM: SVM: Fix x2AVIC MSR interception mess
 2026-04-10 19:20 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports

[PATCH bpf v4] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-04-10 19:20 UTC  (2+ messages)

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-10 19:19 UTC  (3+ messages)
` [PATCH 6/6] kbuild: remove kselftest output in mrproper

[PATCH v8 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
 2026-04-10 19:18 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH 0/7] Add RISC-V Smrnmi extension support
 2026-04-10 19:15 UTC  (6+ messages)
` [PATCH 3/7] firmware: Add RNMI/RNME handler infrastructure

[PATCH] PCI: release empty sibling resources during bridge window resize
 2026-04-10 19:14 UTC  (7+ messages)
` [PATCH v2] PCI: release empty sibling bridge windows during rebar expansion
        ` [PATCH] PCI: release empty sibling bridge resources during window resize

[PATCH] sched/psi: fix race between file release and pressure write
 2026-04-10 19:14 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/2] mm: page_alloc: pcp buddy allocator
 2026-04-10 19:12 UTC  (4+ messages)
` [RFC 2/2] mm: page_alloc: per-cpu pageblock "

[PATCH 0/2] iio: frequency: ad9832: cleanups
 2026-04-10 19:12 UTC  (3+ messages)
` [PATCH 2/2] iio: frequency: ad9832: simplify bitwise math

Missing error values in ftruncate and fallocate man pages?
 2026-04-10 19:12 UTC  (3+ messages)

[PATCH] KVM: optionally post write on ioeventfd write
 2026-04-10 19:11 UTC  (3+ messages)

[PATCH v2 0/4] platform/x86: hp-wmi: Improve support for some HP boards
 2026-04-10 19:10 UTC  (5+ messages)
` [PATCH v2 1/4] platform/x86: hp-wmi: fix fan table parsing
` [PATCH v2 2/4] platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
` [PATCH v2 3/4] platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)
` [PATCH v2 4/4] platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)

[PATCH bpf v6 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-04-10 19:10 UTC  (2+ messages)

[PATCH 6.12 000/242] 6.12.81-rc1 review
 2026-04-10 19:08 UTC  (3+ messages)
` [PATCH 6.12 230/242] drm/amd/display: Reject modes with too high pixel clock on DCE6-10

[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-10 19:06 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked

[RFC PATCH 0/7] Do not read band-dependent reserved bits
 2026-04-10 19:03 UTC  (8+ messages)
` [RFC PATCH 1/7] wifi: nl80211: remove EHT IE size validation
` [RFC PATCH 2/7] wifi: make EHT capa size check not read reserved bits
` [RFC PATCH 3/7] wifi: make HE "
` [RFC PATCH 4/7] wifi: do not read band-dependent "
` [RFC PATCH 5/7] wifi: ath11k: "
` [RFC PATCH 6/7] wifi: ath12k: "
` [RFC PATCH 7/7] wifi: mt76: "

[PATCH net 0/2] sctp: fix a vtag verification failure caused by stale INITs
 2026-04-10 18:59 UTC  (3+ messages)
` [PATCH net 1/2] netfilter: skip recording stale or retransmitted INIT
` [PATCH net 2/2] sctp: discard stale INIT after handshake completion

[PATCH 00/11] hw/arm/smmuv3-accel: Resolve AUTO properties
 2026-04-10 19:01 UTC  (21+ messages)
` [PATCH 01/11] hw/arm/smmuv3-accel: Add helper for resolving auto parameters
` [PATCH 02/11] hw/arm/smmuv3-accel: Implement "auto" value for "ats"
` [PATCH 03/11] hw/arm/smmuv3: Change the default ats support to match the host
` [PATCH 05/11] hw/arm/smmuv3-accel: Implement "auto" value for "ril"
` [PATCH 06/11] hw/arm/smmuv3: Change the default ril support to match the host
` [PATCH 07/11] hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize"

[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
 2026-04-10 18:55 UTC  (6+ messages)
    `  "
        `  "

[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
 2026-04-10 18:59 UTC  (8+ messages)
` [PATCH v4 4/7] fs,x86/resctrl: Add architecture hooks for every mount/unmount

[PATCH 1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter
 2026-04-10 18:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter (rev2)

[PATCH] alpha: marvel: Fix lock ordering in init_io7_irqs()
 2026-04-10 18:58 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net 0/10] ice: bug fixes -- no link, tc-flower, VF rate
 2026-04-10 18:58 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-net 6/10] ice: check PHY autoneg capability before rejecting ethtool autoneg setting
    `  "
` [Intel-wired-lan] [PATCH iwl-net 10/10] ice: allow setting min_tx_rate to 0 to resolve VF bandwidth oversubscription
    `  "

[PATCH for-next] RDMA/umem: Initialize iova for dmabuf umem
 2026-04-10 18:58 UTC 

[PATCH v2 00/23] Amdgpu plugin cleanups and fixes
 2026-04-10 18:55 UTC  (24+ messages)
` [PATCH v2 01/23] plugins/amgdpu: Fix one error message
` [PATCH v2 02/23] plugins/amdgpu: Remove unused current_pid global variable
` [PATCH v2 03/23] plugins/amdgpu: Remove unused new_minor from struct vma_metadata
` [PATCH v2 04/23] plugins/amdgpu: Fix drm pages size header
` [PATCH v2 05/23] plugins/amdgpu: Fix logging of failures to open files during restore init
` [PATCH v2 06/23] plugins/amdgpu: Propagate failure to save buffer object content
` [PATCH v2 07/23] plugins/amdgpu: Close the directory when image probing fails
` [PATCH v2 08/23] plugins/amdgpu: Close dma-buf image file if the read fails
` [PATCH v2 09/23] plugins/amdgpu: Flatten amdgpu_restore_init a bit
` [PATCH v2 10/23] plugins/amdgpu: Add error handling for seek operations
` [PATCH v2 11/23] plugins/amdgpu: Consolidate vm_info collection
` [PATCH v2 12/23] plugins/amdgpu: Remove plugin_log_msg()
` [PATCH v2 13/23] plugins/amdgpu: Reduce amount of debug logging a little bit
` [PATCH v2 14/23] plugins/amdgpu: Do not eat the errno in kmtIoctl
` [PATCH v2 15/23] plugins/amdgpu: Fix open_drm_render_device()
` [PATCH v2 16/23] plugins/amdgpu: Check sdma operation type early and once
` [PATCH v2 17/23] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [PATCH v2 18/23] plugins/amdgpu: Move drm file dump and restore into helpers
` [PATCH v2 19/23] plugins/amdgpu: Use the load_img helper in drm file restore
` [PATCH v2 20/23] plugins/amdgpu: Convert away from libc buffered file IO
` [PATCH v2 21/23] plugins/amdgpu: Use save_vma_updates for all call sites
` [PATCH v2 22/23] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [PATCH v2 23/23] plugins/amdgpu: Fix remaining wrong usages of pr_perror

[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS 42f9b4c6ef19e71d2c7d9bfd3c5037d4fe434ad7
 2026-04-10 18:54 UTC 

ima: audit log emitted from ima_collect_measurement when SIGKILL interrupts reads from slow-read filesystems
 2026-04-10 18:54 UTC 

[PATCH v8 2/4] sequencer: allow create_autostash to run silently
 2026-04-10 18:53 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH net-next v2] net: openvswitch: decouple flow_table from ovs_mutex
 2026-04-10 18:52 UTC  (2+ messages)
` [ovs-dev] "

[PATCH v4 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-04-10 18:52 UTC  (4+ messages)
` [PATCH v4 03/10] iommu/arm-smmu-v3: Store IOTLB cache tags in struct arm_smmu_attach_state

[melver:alloc-token 1/1] Warning: mm/slub.c:5289 function parameter 'DECL_TOKEN_PARAM(token' not described in '_kmalloc_nolock'
 2026-04-10 18:51 UTC 

[PATCH i-g-t] tests/intel/kms_cdclk: Skip CDCLK bump validation when dotclocks match
 2026-04-10 18:48 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v5 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-04-10 18:47 UTC  (2+ messages)

[PATCH i-g-t v3] tests/intel/kms_frontbuffer_tracking: Improve skip message
 2026-04-10 18:48 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/kms_frontbuffer_tracking: Improve skip message (rev3)

[PATCH v8 3/4] sequencer: teach autostash apply to take optional conflict marker labels
 2026-04-10 18:48 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH 1/1] bitfield.h: Ensure FIELD_PREP_CONST() is constant
 2026-04-10 18:45 UTC  (3+ messages)

[PATCH 00/35] irqchip/qcom-pdc: Clean up register mapping and DT descriptions
 2026-04-10 18:41 UTC  (7+ messages)
` [PATCH 30/35] arm64: dts: qcom: lemans: Drop unused second PDC reg entry
` [PATCH 31/35] arm64: dts: qcom: milos: "
` [PATCH 32/35] arm64: dts: qcom: monaco: "
` [PATCH 33/35] arm64: dts: qcom: sc8280xp: "
` [PATCH 34/35] arm64: dts: qcom: sdx75: "
` [PATCH 35/35] arm64: dts: qcom: talos: "

[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
 2026-04-10 18:43 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: x86: Add dedicated storage for guest RIP


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.