All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-29 20:15:47 to 2026-04-29 21:14:27 UTC [more...]

[PATCH] drm/amdgpu/gfx: extract compute wptr doorbell helpers to amdgpu_gfx.c
 2026-04-29 20:29 UTC  (2+ messages)

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-04-29 21:13 UTC 

[PATCH v2] drm/xe/xe_exec: Avoid potential lockdep cycle with xe_pm_block_map
 2026-04-29 21:14 UTC 

[PATCH v2 0/3] selinux: prune deprecated interfaces
 2026-04-29 21:12 UTC  (4+ messages)
` [PATCH v2 1/3] selinux: prune /sys/fs/selinux/checkreqprot
` [PATCH v2 2/3] selinux: prune /sys/fs/selinux/disable
` [PATCH v2 3/3] selinux: prune /sys/fs/selinux/user

[PATCH net-next v2 1/5] net/tcp-ao: Drop support for most non-RFC-specified algorithms
 2026-04-29 21:11 UTC  (4+ messages)

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-04-29 21:11 UTC  (5+ messages)

[PATCH v2] dmaengine: idxd: fix double free in idxd_alloc() error path
 2026-04-29 21:10 UTC  (4+ messages)

[PATCH 0/9] qom: misc cleanups / fixes
 2026-04-29 21:08 UTC  (10+ messages)
` [PATCH 1/9] qom: add trace events for object/property lifecycle
` [PATCH 2/9] qom: validate ID format when creating objects
` [PATCH 3/9] qom: make errp last param in methods taking va_list
` [PATCH 4/9] qom: shorten name of object_set_properties_from_keyval
` [PATCH 5/9] qom: have object_set_props_keyval return bool
` [PATCH 6/9] qom: move object_set_prop_keyval into object.c
` [PATCH 7/9] qom: add object_new_with_props_from_qdict
` [PATCH 8/9] qom: fix ability to create objects without a parent
` [PATCH 9/9] qom: drop user_creatable_add_type method

[PATCH 00/41] Fix various QOM object life-cycle issues
 2026-04-29 21:09 UTC  (8+ messages)
` [PATCH 11/41] RFC io/net-listener: move mutex init to instance_init
` [PATCH 12/41] RFC net/colo-compare: guard finalize against uninitialized state
` [PATCH 13/41] RFC system/ioport: move embedded memory region cleanup to portio_list_destroy

[PATCH bpf-next v9 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
 2026-04-29 21:10 UTC  (2+ messages)

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-29 21:03 UTC  (9+ messages)
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()

[PATCH net-next] Documentation/tcp_ao: Document the supported MAC algorithms and lengths
 2026-04-29 21:08 UTC 

[PATCH net v1 0/3] af_packet/tcp: fix late hardware timestamp handling
 2026-04-29 21:09 UTC  (5+ messages)
` [PATCH net v1 1/3] net: introduce helper to resolve hardware timestamps from skb
` [PATCH net v1 3/3] tcp: use skb_get_hwtstamp() for hardware timestamps

[PATCH bpf-next v9 09/11] selftests/bpf: Tolerate benchmark build failures
 2026-04-29 21:08 UTC  (2+ messages)

[PATCH v2] iw: Makefile: support out-of-tree builds
 2026-04-29 21:08 UTC 

[PATCH v3 00/26] ui: add standalone VNC server over D-Bus
 2026-04-29 21:02 UTC  (27+ messages)
` [PATCH v3 01/26] qemu-options.hx: document -chardev vc backend-specific behavior
` [PATCH v3 02/26] char: error out if given unhandled size options
` [PATCH v3 03/26] ui/console: add vc encoding=utf8/cp437 option
` [PATCH v3 04/26] ui/console: default vc encoding to cp437 for machine < 11.1
` [PATCH v3 05/26] ui/dbus: expose vc encoding via D-Bus Chardev.VCEncoding interface
` [PATCH v3 06/26] ui/console-vc: add UTF-8 input decoding with CP437 rendering
` [PATCH v3 07/26] ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
` [PATCH v3 08/26] ui/console-vc: extract vt100_input() from vc_chr_write()
` [PATCH v3 09/26] ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
` [PATCH v3 10/26] ui/console-vc: extract vt100_init() and vt100_fini()
` [PATCH v3 11/26] ui/console: remove console_ch_t typedef and console_write_ch()
` [PATCH v3 12/26] ui: move FONT_WIDTH/HEIGHT to vgafont.h
` [PATCH v3 13/26] ui/console-vc: move VT100 emulation into separate unit
` [PATCH v3 14/26] ui/vnc: make the worker thread per-VncDisplay
` [PATCH v3 15/26] ui/vnc: vnc_display_init() and vnc_display_open() return bool
` [PATCH v3 16/26] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH v3 17/26] ui/vnc: clean up VNC displays on exit
` [PATCH v3 18/26] ui/vnc: defer listener registration until the console is known
` [PATCH v3 19/26] ui/vnc: add vnc-system unit, to allow different implementations
` [PATCH v3 20/26] ui/console: simplify registering display/console change listener
` [PATCH v3 21/26] ui/console: add doc comment for qemu_console_{un}register_listener()
` [PATCH v3 22/26] ui/console: rename public API to use consistent qemu_console_ prefix
` [PATCH v3 23/26] ui/vnc: replace VNC_DEBUG with trace-events
` [PATCH v3 24/26] ui: extract common sources into a static library
` [PATCH v3 25/26] tests/qtest: drop DBUS_VMSTATE_TEST_TMPDIR
` [PATCH v3 26/26] tools/qemu-vnc: add standalone VNC server over D-Bus

[PATCH 0/3] Minor cleanups: eliminate redundant code in QOM, block-backend and vl.c
 2026-04-29 21:07 UTC  (8+ messages)
` [PATCH 1/3] qom/object: merge double hash table traversal in object_property_del_child
` [PATCH 2/3] block/block-backend: delegate blk_co_preadv to blk_co_preadv_part
` [PATCH 3/3] system/vl.c: inline qemu_opts_parse_noisily() result checks

[PATCH] drm/xe/pf: Fix MMIO access using PF view instead of VF view during migration
 2026-04-29 21:07 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "

[meta-ti][master][PATCH] ltp-ddt: Remove orphaned patch
 2026-04-29 21:06 UTC  (2+ messages)

[PATCH 2/6] scsi: Protect INQUIRY sysfs attributes with mutex
 2026-04-29 21:06 UTC  (3+ messages)
` [PATCH v2 "

[PATCH net-next v9 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-04-29 21:04 UTC  (2+ messages)

[PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
 2026-04-29 21:04 UTC  (3+ messages)

[PATCH 0/2] netfilter: fix NULL ops race in iptable lazy init
 2026-04-29 21:03 UTC  (2+ messages)

[PATCH] drm/xe: Use drmm_mutex_init for VRAM manager lock
 2026-04-29 21:02 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] scsi: advansys: drop ISA_DMA_API remnants
 2026-04-29 21:01 UTC  (2+ messages)

[PATCH net 0/7] ionic: Various bugfixes
 2026-04-29 21:00 UTC  (8+ messages)
` [PATCH net 1/7] ionic: Allow the first devcmd to trigger deferred probe
` [PATCH net 2/7] ionic: Handle failures from ionic_reset() when relevant
` [PATCH net 3/7] ionic: Fix unexpected dev_cmd failures
` [PATCH net 4/7] ionic: Fix check in ionic_get_link_ext_stats
` [PATCH net 5/7] ionic: fix adminq use-after-free on command timeout
` [PATCH net 6/7] ionic: service adminq CQ before cancelling to avoid false timeouts
` [PATCH net 7/7] ionic: fix completion descriptor access with 2x desc size

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-04-29 21:01 UTC  (4+ messages)

[akpm-mm:mm-new 122/169] include/asm-generic/fixmap.h:77:9: error: implicit declaration of function '__set_fixmap'; did you mean 'set_fixmap'?
 2026-04-29 21:00 UTC 

[mark:perf/spe-fixes 4/4] drivers/perf/arm_spe_pmu.c:1295:12: warning: 'cpu_pm_spe_notify' defined but not used
 2026-04-29 21:00 UTC 

[PATCH] parisc: Only call VDSO32_SYMBOL() when valid
 2026-04-29 20:59 UTC 

[PATCH] zonefs: handle integer overflow in zonefs_fname_to_fno
 2026-04-29 20:58 UTC 

[PATCH 0/7] selftests/nolibc: some build matrix cleanups and optimizations
 2026-04-29 20:58 UTC  (8+ messages)
` [PATCH 1/7] selftests/nolibc: align QEMU_ARCH_mips32be
` [PATCH 2/7] selftests/nolibc: drop riscv configuration
` [PATCH 3/7] selftests/nolibc: use QEMU_ARCH for QEMU_ARCH_USER
` [PATCH 4/7] selftests/nolibc: trim QEMU_ARCH mappings
` [PATCH 5/7] selftests/nolibc: trim DEFCONFIG mappings
` [PATCH 6/7] selftests/nolibc: trim IMAGE mappings
` [PATCH 7/7] selftests/nolibc: use vmlinux for MIPS tests

[PATCH v2] tools/nolibc: add support for OpenRISC / or1k
 2026-04-29 20:58 UTC  (3+ messages)

[PATCH] mm/memcontrol: Avoid stuck FLUSHING_CACHED_CHARGE on isolated CPU
 2026-04-29 20:58 UTC  (2+ messages)

[PATCH 1/2] perf/x86/intel: Fix redundant branch type check in intel_pmu_lbr_filter()
 2026-04-29 20:58 UTC  (4+ messages)
` [PATCH 2/2] perf/x86/intel: Fix kernel address leakages in LBR stack

[PATCH v1 0/2] drm/xe/vf: New approach for post-migration LRC fixups
 2026-04-29 20:57 UTC  (4+ messages)
` [PATCH v1 1/2] drm/xe/vf: Late fixups of LRCs after VF migration
` [PATCH v1 2/2] drm/xe: After VF migration, repeat BO mapping in progress
` ✓ CI.KUnit: success for drm/xe/vf: New approach for post-migration LRC fixups

Null-Pointer Dereference in bpf_remove_dentry_xattr via Negative Dentry
 2026-04-29 20:56 UTC  (2+ messages)

[Buildroot] [git commit] package/python-pydantic: bump to version 2.13.3
 2026-04-29 20:36 UTC 

[Buildroot] [git commit] package/python-pydantic-settings: bump to version 2.14.0
 2026-04-29 20:36 UTC 

[Buildroot] [git commit] package/python-pydantic-core: bump to version 2.46.3
 2026-04-29 20:36 UTC 

[Buildroot] [PATCH 2/3] package/python-pydantic-core: bump to version 2.46.3
 2026-04-29 20:55 UTC  (3+ messages)
` [Buildroot] [PATCH v2] "

[PATCH bpf-next] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-04-29 20:54 UTC 

[PATCH v6 04/24] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
 2026-04-29 20:53 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] package/python-pydantic: bump to version 2.13.3
 2026-04-29 20:53 UTC  (2+ messages)

[PATCH 1/3] smb: client: fix conflicting option validation for new mount API
 2026-04-29 20:52 UTC  (3+ messages)
` [PATCH 2/3] smb: client: fix race in multichannel rescaling during mount
` [PATCH 3/3] smb: client: make smb3_update_ses_channels() match expected API

[PATCH v8 0/3] Virtio-GPU S4 (hibernation) support
 2026-04-29 20:47 UTC  (4+ messages)
` [PATCH v8 1/3] drm/virtio: Freeze and restore hooks to support suspend and resume
` [PATCH v8 2/3] drm/virtio: Add support for saving and restoring virtio_gpu_objects
` [PATCH v8 3/3] drm/virtio: Add PM notifier to restore objects after hibernation

[PATCH 0/2] tests/intel/xe_exec_multi_queue: Replace sleep with deterministic wait
 2026-04-29 20:52 UTC  (4+ messages)
` [PATCH 2/2] tests/intel/xe_exec_multi_queue: replace sleep with barrier queue

[PATCH v2 1/2] perf event: Fix size of synthesized sample with branch stacks
 2026-04-29 20:51 UTC  (2+ messages)

[PATCH v6 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
 2026-04-29 20:49 UTC  (2+ messages)

[PATCH v3] generic/793: limit number of overwrites
 2026-04-29 20:46 UTC 

[PATCH net-next] selftests/net: packetdrill: add tcp_syncookies_ip6_9k
 2026-04-29 20:47 UTC  (5+ messages)

[PATCH] pythondeps: bump to meson 1.11.0
 2026-04-29 20:46 UTC  (2+ messages)

[PATCH v7 0/5] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
 2026-04-29 20:46 UTC  (3+ messages)
` [PATCH v7 1/5] drm/gpusvm: Use dma-map IOVA alloc, link, and sync API in GPU SVM

[PATCH v2] smb/client: fix chan_max and UNC state corruption in smb3_reconfigure
 2026-04-29 20:45 UTC  (3+ messages)
` [PATCH v4] smb: client: fix state-consistency bugs in smb3_reconfigure() multichannel path

[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
 2026-04-29 20:44 UTC  (5+ messages)

[PATCH iwl-next v3] libie: log more info when virtchnl fails
 2026-04-29 20:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
 2026-04-29 20:41 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)

[GIT PULL] Please pull mediatek-for-master-2026-04-29 into master
 2026-04-29 20:35 UTC 

[PATCH] x86/olpc: select GPIOLIB_LEGACY
 2026-04-29 20:39 UTC  (6+ messages)

[PATCH RFC v3 00/11] media: qcom: venus: add MSM8939 support
 2026-04-29 20:40 UTC  (12+ messages)
  ` [PATCH RFC v3 04/11] arm64: dts: qcom: msm8939: Add venus node
  ` [PATCH RFC v3 07/11] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled

[PATCH v3] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-04-29 20:38 UTC  (7+ messages)

[PATCH v2 2/2] perf: Don't throttle based on NMI watchdog events
 2026-04-29 20:38 UTC  (2+ messages)

[PATCH v2] tests/kms_invalid_mode: Allow clock-too-high test on non-Intel platforms
 2026-04-29 20:37 UTC  (3+ messages)

[PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops
 2026-04-29 20:37 UTC  (2+ messages)

[gustavoars:testing/wfamnae-next20260407 4/19] drivers/scsi/hisi_sas/hisi_sas.h:617:26: error: field has incomplete type 'struct ssp_command_iu'
 2026-04-29 20:37 UTC 

[PATCH bpf-next v9 06/11] selftests/bpf: Tolerate test file compilation failures
 2026-04-29 20:37 UTC  (2+ messages)

[PATCH] selinux: switch two allocations to use kzalloc_objs()
 2026-04-29 20:37 UTC  (2+ messages)

[PATCH 00/14] drm/amd: Delete defunct DAL power level code
 2026-04-29 20:37 UTC  (9+ messages)
` [PATCH 05/14] drm/amd/display: Set max supported display clock without max_clks_by_state
` [PATCH 06/14] drm/amd/display: Delete max_clks_by_state from DCE clock manager
` [PATCH 07/14] drm/amd/display: Delete disp_clk_voltage from integrated info
` [PATCH 08/14] drm/amd/display: Delete dm_pp_clocks_state

[PATCH v1 RESEND 5/5] leds: is31f132xx: Fix missing brightness_steps for is31f13236
 2026-04-29 20:35 UTC 

iommufd_utils.h:871:17: warning: 'memcpy' forming offset [8, 15] is out of the bounds [0, 8] of object 'info' with type 'struct iommu_test_hw_info'
 2026-04-29 20:35 UTC 

[PATCH] lockdep: constify usage of struct lock_class_key where possible
 2026-04-29 20:34 UTC  (4+ messages)

[PATCH 0/3] selinux: remove deprecated interfaces
 2026-04-29 20:34 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: switch to external Bootlin toolchain
 2026-04-29 20:33 UTC  (2+ messages)

[PATCH v11 3/3] gpio: gpio-ltc4283: Add support for the LTC4283 Swap Controller
 2026-04-29 20:33 UTC  (2+ messages)

[Buildroot] [git commit] configs/kontron_smarc_sal28: enable FORCE_CHECK_HASHES
 2026-04-29 20:05 UTC 

[Buildroot] [git commit] configs/kontron_smarc_sal28: switch to external Bootlin toolchain
 2026-04-29 20:03 UTC 

[syzbot] Monthly netfilter report (Apr 2026)
 2026-04-29 20:32 UTC 

[syzbot] Monthly kernfs report (Apr 2026)
 2026-04-29 20:32 UTC 

[syzbot] Monthly wpan report (Apr 2026)
 2026-04-29 20:32 UTC 

[syzbot] Monthly hams report (Apr 2026)
 2026-04-29 20:32 UTC 

[syzbot] Monthly jfs report (Apr 2026)
 2026-04-29 20:32 UTC 

[PATCH i-g-t v5 0/3] Optimize framebuffer management
 2026-04-29 20:31 UTC  (3+ messages)
` [PATCH i-g-t v5 1/3] tests/kms_content_protection: Add per-CRTC framebuffer infrastructure

[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
 2026-04-29 20:30 UTC  (4+ messages)

[PATCH] of: cpu: add check in __of_find_n_match_cpu_property()
 2026-04-29 20:14 UTC 

[PATCH v5 0/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-29 20:29 UTC  (4+ messages)
` [PATCH v5 2/3] bitops: Define generic __bitrev8/16/32 for reuse

[PATCH 00/13] drm/xe/tests: Add kunit tests for memory based interrupts
 2026-04-29 20:29 UTC  (3+ messages)
` [PATCH 01/13] drm/xe/ggtt: Rename parameter name in xe_ggtt_init_kunit()

[PATCH mlx5-next 0/4] mlx5-next updates 2026-04-28
 2026-04-29 20:28 UTC  (2+ messages)

[PATCH][next] media: xilinx: Avoid -Wflex-array-member-not-at-end warning
 2026-04-29 20:28 UTC  (3+ messages)

Rust builds don't use link_args
 2026-04-29 20:25 UTC  (4+ messages)

[mszeredi-fuse:fusex 40/40] fs/fuse/fusex.c:1601:23: error: 'FUSE_SUPER_MAGIC' undeclared
 2026-04-29 20:24 UTC 

[PATCH bpf-next v9 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
 2026-04-29 20:23 UTC  (2+ messages)

[PATCH] iio: frequency: adf4377: replace mutex_lock/unlock with guard and scoped_guard
 2026-04-29 20:23 UTC 

[PATCH] vfio/pci: Fix double-put during dma-buf cleanup
 2026-04-29 20:22 UTC  (2+ messages)

[PATCH v3 00/13] drm/i915/display: Add DC3CO support
 2026-04-29 20:23 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915/display: Add DC3CO support (rev3)

[GIT PULL] tracing: Fixes for v7.1
 2026-04-29 20:23 UTC 

[PATCH v2 0/2] driver core: faux: fix root device registration
 2026-04-29 20:22 UTC  (2+ messages)

Pressing the power button causes the device to freeze completely
 2026-04-29 20:22 UTC  (4+ messages)
  ` Pressing the power button causes the device to freeze completely (schedutil involved)

[PATCH v2 00/10] Fix dm-ima bugs
 2026-04-29 20:21 UTC  (11+ messages)
` [PATCH v2 01/10] dm-ima: remove dm_ima_reset_data()
` [PATCH v2 02/10] dm-ima: remove broken last_target_measured logic
` [PATCH v2 03/10] dm-ima: Remove status_flags from dm_ima_measure_on_table_load()
` [PATCH v2 04/10] dm-ima: don't copy the active table to the inactive table
` [PATCH v2 05/10] dm-ima: Fix UAF errors and measuring incorrect context
` [PATCH v2 06/10] dm-ima: remove new_map from dm_ima_measure_on_device_clear
` [PATCH v2 07/10] dm-ima: Fix issues with dm_ima_measure_on_device_rename
` [PATCH v2 08/10] dm-ima: Handle race between rename and table swap
` [PATCH v2 09/10] dm-ima: Fail more gracefully in dm_ima_measure_on_*
` [PATCH v2 10/10] dm-ima: use active table's size if available

[PATCH 0/9] Support for block device NVMEM providers
 2026-04-29 20:20 UTC  (3+ messages)

[PATCH] arm64: dts: exynos850: Add ap2apm mailbox
 2026-04-29 20:19 UTC 

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-29 20:19 UTC  (6+ messages)
` [PATCH v4 6/8] fuse: {io-uring} Queue background requests on a different core

[PATCH] tests/intel/xe_configfs: Use available engine for ctx-restore subtests
 2026-04-29 20:18 UTC  (2+ messages)

[PATCH v2] perf sched stats: Fix segmentation faults in diff mode
 2026-04-29 20:18 UTC  (2+ messages)

[RESEND][RFC][PATCH 2/2] tests: add vcontainer --config / VDKR_CONFIG auth plumbing tests
 2026-04-29 20:16 UTC  (3+ messages)
` [RESEND][RFC][PATCH 1/2] vcontainer: add --config / VDKR_CONFIG for docker/podman auth credentials
  ` [meta-virtualization] "

[meta-virtualization][PATCH] python3-dotenv: Fix CVE-2026-28684
 2026-04-29 20:16 UTC  (2+ messages)

[PATCH net-next V2 0/3] net/mlx5: enable sub-page allocations for mlx5_frag_buf
 2026-04-29 20:14 UTC  (4+ messages)
` [PATCH net-next V2 1/3] net/mlx5: wire frag buf pools lifecycle hooks
` [PATCH net-next V2 2/3] net/mlx5: add frag buf pools create/destroy paths
` [PATCH net-next V2 3/3] net/mlx5: use internal dma pools for frag buf alloc


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.