All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-22 21:37:01 to 2026-06-22 23:03:52 UTC [more...]

[PULL v2 00/75] hex queue
 2026-06-22 22:29 UTC  (68+ messages)
` [PULL v2 01/75] target/hexagon: use cmd_array() instead of get_id()
` [PULL v2 02/75] docs: Add hexagon sysemu docs
` [PULL v2 03/75] docs/system: Add hexagon CPU emulation
` [PULL v2 04/75] target/hexagon: Fix badva reference, delete CAUSE
` [PULL v2 05/75] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PULL v2 06/75] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PULL v2 07/75] target/hexagon: Suppress unused-variable warnings for sysemu source regs
` [PULL v2 08/75] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PULL v2 09/75] target/hexagon: Add privilege check, use tag_ignore()
` [PULL v2 10/75] target/hexagon: Add a placeholder fp exception
` [PULL v2 11/75] target/hexagon: Add guest, system reg number defs
` [PULL v2 12/75] target/hexagon: Add guest, system reg number state
` [PULL v2 13/75] target/hexagon: Add TCG values for sreg, greg
` [PULL v2 14/75] target/hexagon: Add guest/sys reg writes to DisasContext
` [PULL v2 15/75] target/hexagon: Add imported macro, attr defs for sysemu
` [PULL v2 16/75] target/hexagon: Add new macro definitions "
` [PULL v2 17/75] target/hexagon: Add handlers for guest/sysreg r/w
` [PULL v2 18/75] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PULL v2 19/75] target/hexagon: Add vmstate representation
` [PULL v2 20/75] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PULL v2 21/75] target/hexagon: Define register fields for system regs
` [PULL v2 22/75] target/hexagon: Implement do_raise_exception()
` [PULL v2 23/75] target/hexagon: Add system reg insns
` [PULL v2 24/75] target/hexagon: Add sysemu TCG overrides
` [PULL v2 25/75] target/hexagon: Add implicit attributes to sysemu macros
` [PULL v2 26/75] target/hexagon: Add TCG overrides for int handler insts
` [PULL v2 27/75] target/hexagon: Add TCG overrides for thread ctl
` [PULL v2 28/75] target/hexagon: Add TCG overrides for rte, nmi
` [PULL v2 29/75] target/hexagon: Add sreg_{read,write} helpers
` [PULL v2 30/75] target/hexagon: Add representation to count cycles
` [PULL v2 31/75] target/hexagon: Add implementation of cycle counters
` [PULL v2 32/75] target/hexagon: Add pcycle setting functionality
` [PULL v2 33/75] target/hexagon: Add cpu modes, mmu indices, next_PC to state
` [PULL v2 34/75] hw/hexagon: Declare hexagon TLB device interface
` [PULL v2 35/75] target/hexagon: Update TARGET_PAGE_BITS, stubs for modify_ssr/get_exe_mode
` [PULL v2 36/75] target/hexagon: Define f{S,G}ET_FIELD macros
` [PULL v2 37/75] target/hexagon: Add hex_interrupts support
` [PULL v2 38/75] target/hexagon: Implement {c,}swi helpers
` [PULL v2 39/75] target/hexagon: Implement iassign{r,w} helpers
` [PULL v2 40/75] target/hexagon: Implement start/stop helpers, soft reset
` [PULL v2 41/75] target/hexagon: Implement {g,s}etimask helpers
` [PULL v2 42/75] target/hexagon: Implement wait helper
` [PULL v2 43/75] target/hexagon: Implement get_exe_mode()
` [PULL v2 44/75] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PULL v2 46/75] target/hexagon: Implement stack overflow exception
` [PULL v2 48/75] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PULL v2 49/75] target/hexagon: Implement hexagon_tlb_fill()
` [PULL v2 50/75] target/hexagon: Implement siad inst
` [PULL v2 51/75] target/hexagon: Implement hexagon_resume_threads()
` [PULL v2 52/75] target/hexagon: Implement setprio, resched
` [PULL v2 53/75] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PULL v2 54/75] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PULL v2 55/75] target/hexagon: Decode trap1, rte as COF
` [PULL v2 56/75] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PULL v2 57/75] target/hexagon: Add pkt_ends_tb to translation
` [PULL v2 58/75] target/hexagon: Add next_PC, {s,g}reg writes
` [PULL v2 59/75] target/hexagon: Add implicit sysreg writes
` [PULL v2 60/75] target/hexagon: Define system, guest reg names
` [PULL v2 63/75] target/hexagon: Add TCG overrides for transfer insts
` [PULL v2 68/75] hw/hexagon: Add hexagon TLB device implementation
` [PULL v2 69/75] hw/hexagon: Add machine configs for sysemu
` [PULL v2 70/75] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PULL v2 71/75] hw/hexagon: Add support for cfgbase
` [PULL v2 72/75] target/hexagon: add build config for softmmu
` [PULL v2 73/75] hw/hexagon: Define hexagon "virt" machine
` [PULL v2 74/75] tests/qtest: Add hexagon boot-serial-test
` [PULL v2 75/75] target/hexagon/idef-parser: open input file in binary mode

[jimc:dd-drm-fix-1.0 57/76] lib/dynamic_debug.c:1995:3: warning: variable 'i' is uninitialized when used here
 2026-06-22 23:01 UTC 

[RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test
 2026-06-22 23:01 UTC  (2+ messages)

[PATCH bpf v3 0/2] Fix stale register bounds on LSM retval context load
 2026-06-22 23:01 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: Reset register bounds before narrowing retval range in check_mem_access()
` [PATCH bpf v3 2/2] selftests/bpf: Add test for stale bounds on LSM retval context load

[PATCH 01/29] ksmbd: handle missing create contexts for lease opens
 2026-06-22 23:01 UTC  (3+ messages)
` [PATCH 17/29] ksmbd: return requested create allocation size

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-22 23:00 UTC  (12+ messages)

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-22 23:00 UTC  (6+ messages)
` [PATCH v7 10/14] platform/x86/intel/pmt: Register enumeration functions with resctrl

[PATCH i-g-t v1 0/3] kms_ccs: limit number of suspend tests
 2026-06-22 22:58 UTC  (4+ messages)
` [PATCH i-g-t v1 1/3] tests/kms_ccs: s/pipe/crtc
` [PATCH i-g-t v1 2/3] tests/kms_ccs: split outer test loop into two
` [PATCH i-g-t v1 3/3] tests/kms_ccs: limit number of suspend tests

[RESEND PATCH v3 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-22 22:59 UTC  (4+ messages)
` [RESEND PATCH v3 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy

[PATCH net] net, bpf: check master for NULL in xdp_master_redirect()
 2026-06-22 22:58 UTC  (4+ messages)

[meta][PATCH v2 1/2] go-vendor.bbclass: Unpack into BP for destsuffix
 2026-06-22 22:57 UTC  (2+ messages)
` [meta][PATCH v2 2/2] go-vendor.bbclass: Remove vendor symlink

[PATCH v4 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-22 22:57 UTC  (3+ messages)
` [PATCH v4 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy
` [PATCH v4 2/2] luo: Update serialized data to use KHOSER_PTR

[Buildroot] [PATCH 1/1] package/cloudflared: bump to version 2026.6.1
 2026-06-22 22:56 UTC 

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-22 22:56 UTC  (4+ messages)
` [PATCH v3 08/18] iommu/vt-d: clear unpreserved context entries during shutdown

[PATCH v2 0/2] btrfs: fix inlined file extent items in data reloc
 2026-06-22 22:55 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: do not try compression for data reloc inodes
` [PATCH] btrfs: print-tree: print header owner as signed
` [PATCH v2 2/2] btrfs: reject inline file extent item in get_new_location()

[PATCH] ARM: entry: Convert IRQ handling to generic IRQ entry
 2026-06-22 22:52 UTC 

[BUG] mm: mglru: stale aging batch triggers lru_gen_exit_memcg warning
 2026-06-22 22:52 UTC  (3+ messages)
` [PATCH] mm: mglru: fix stale batch updates after memcg reparenting

[PATCH v2] profiling: don't free prof_cpu_mask on init failure
 2026-06-22 22:50 UTC  (4+ messages)

[tobetter:odroid-7.1.y 64/64] drivers/video/fbdev/sh1106fb.c:20:10: fatal error: 'linux/of_gpio.h' file not found
 2026-06-22 22:49 UTC 

[zen:7.1/prjc 636/668] kernel/trace/rv/monitors/deadline/deadline.h:67:6: error: call to undeclared function 'dl_server'; ISO C99 and later do not support implicit function declarations
 2026-06-22 22:49 UTC 

lib/kunit/test.c:857:34: sparse: sparse: unsigned value that used to be signed checked against zero?
 2026-06-22 22:49 UTC 

drivers/video/fbdev/au1100fb.c:492:33: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-06-22 22:47 UTC 

[koverstreet-bcachefs:bcachefs-testing 96/101] Warning: fs/bcachefs/util/fast_list.c:47 function parameter 'gfp' not described in 'fast_list_get_idx'
 2026-06-22 22:47 UTC 

[PATCH] target/riscv: Generate illegal exception for inval.ir and w.inval in U-mode
 2026-06-22 22:45 UTC 

[PATCH 1/2] cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_tasks()
 2026-06-22 22:45 UTC  (2+ messages)
` [PATCH 2/2] cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update_tasks_nodemask()

[PATCH v2 0/3] staging: media: atomisp: use kvmalloc_objs() and drop redundant OOM messages
 2026-06-22 22:42 UTC  (4+ messages)
` [PATCH v2 1/3] staging: media: atomisp: use kvmalloc_objs() in make_histogram()
` [PATCH v2 2/3] staging: media: atomisp: use kvmalloc_objs() for overflow-safe allocation
` [PATCH v2 3/3] staging: media: atomisp: drop redundant out-of-memory messages

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2026-06-22 22:43 UTC 

[PATCH net v2] sfc: Use acquire/release for irq_soft_enabled
 2026-06-22 22:39 UTC  (2+ messages)

[PATCH v2 0/5] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-22 22:39 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/i915: Work harder to enable VRR based refresh rate changes on eDP (rev2)
` ✓ CI.KUnit: success "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.BAT: "

[PATCH 0/4] nfs: remove the fileid field from struct nfs_inode
 2026-06-22 22:38 UTC  (4+ messages)
` [PATCH 1/4] nfs: store the full NFS fileid in inode->i_ino

[PATCH v5][makedumpfile 0/9] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-06-22 22:35 UTC  (9+ messages)

[PATCH net v2 0/2] net: ethernet: sunplus: spl2sw: fix of_node refcount leaks
 2026-06-22 22:36 UTC  (3+ messages)
` [PATCH net v2 2/2] net: ethernet: sunplus: spl2sw: fix multiple of_node refcount leaks in probe

[tobetter:odroid-7.1.y 64/64] drivers/video/fbdev/sh1106fb.c:20:10: fatal error: linux/of_gpio.h: No such file or directory
 2026-06-22 22:34 UTC 

[PATCH i-g-t v6 0/2] Enable multi-format testing for pipe color tests
 2026-06-22 22:33 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Enable multi-format testing for pipe color tests (rev3)

[PATCH v4 0/3] iio: adc: Add support for TI ADS1110 to ti-ads1100 driver
 2026-06-22 22:33 UTC  (6+ messages)
` [PATCH v4 1/3] iio: adc: Fix incorrect reading when datarate changed in single mode
` [PATCH v4 2/3] dt-bindings: iio: adc: ti,ads1100: add support for ADS1110
` [PATCH v4 3/3] iio: adc: Add ti-ads1110 support to ti-ads1100 driver

[RFC bpf-next 0/3] bpf: compare-and-delete (BPF_F_COMPARE) for hash maps
 2026-06-22 22:32 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-22 22:30 UTC  (6+ messages)
` [PATCH bpf-next v3 "
  ` [PATCH bpf-next v3 1/2] "
  ` [PATCH bpf-next v3 2/2] selftests/bpf: Cover refcount acquire node offsets

EVL 7.1 and below on armhf: System hang when running the testsuite under stress
 2026-06-22 22:30 UTC  (3+ messages)

[PATCH] remoteproc: xlnx: refactor start & stop ops
 2026-06-22 22:29 UTC  (3+ messages)

[PATCH v2 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-22 22:28 UTC  (3+ messages)
` [PATCH v2 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-22 22:27 UTC  (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore
` [PATCH net v3 2/2] vsock/virtio: restore msg_iter on transmission failure

[PATCH blktests] Fix _get_page_size()
 2026-06-22 22:27 UTC  (8+ messages)

[PATCH 0/2] btrfs: fix inlined file extent items in data reloc
 2026-06-22 22:26 UTC  (4+ messages)
` [PATCH 1/2] btrfs: do not try compression for data reloc inodes

[PATCH v9 3/6] mm: memcontrol: add interface for swap tier selection
 2026-06-22 22:26 UTC  (3+ messages)

[ANN] U-Boot v2026.07-rc5 released
 2026-06-22 22:23 UTC 

[PULL 0/7] testing and gitlab updates
 2026-06-22 22:21 UTC  (2+ messages)

[stefandoesinger-zx297520:mfd 10/124] drivers/clk/zte/clk-zx297520v3.c:644:27: warning: 'tdm_lsp_sel' defined but not used
 2026-06-22 22:22 UTC 

[stefandoesinger-zx297520:mfd 69/124] drivers/spi/spi-zx.c:477:17: warning: implicit conversion from 'unsigned long' to 'u32' (aka 'unsigned int') changes value from 18446744073709551614 to 4294967294
 2026-06-22 22:22 UTC 

[PULL] u-boot-sh/master
 2026-06-22 22:22 UTC  (2+ messages)

[PATCH 0/2 blktests] Update the miniublk to use ioctl opcodes
 2026-06-22 22:21 UTC  (5+ messages)
` [PATCH 1/2 blktests] src/miniublk: switch to ioctl-encoded ublk commands

[PATCH v6] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-22 22:19 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Preserve scalar zero spills for var-offset stack reads
 2026-06-22 22:18 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH] hw/i2c: pmbus: NUL-terminate strings received via block write
 2026-06-22 22:15 UTC  (3+ messages)

[PATCH] drm/shmem_helper: Check VMA boundaries for PMD mappings
 2026-06-22 22:16 UTC  (2+ messages)

[PATCH net 0/2] tcp: make TCP-AO lookups more predictable
 2026-06-22 22:15 UTC  (2+ messages)

[PATCH] Add JEDEC ID table entries for additional ISSI SPI-NOR devices. Additionally added several structs to support ISSI octal flash functionality. (Octal SPI 2026 revised)
 2026-06-22 21:55 UTC  (2+ messages)

[PATCH v3 i-g-t] tests/intel: Enable survivability tests on discrete platforms >= BMG
 2026-06-22 22:10 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel: Enable survivability tests on discrete platforms >= BMG (rev3)

[PATCH] libbpf: fix weak kfunc name suffix resolution for light skeletons
 2026-06-22 22:10 UTC  (3+ messages)

[PATCH v7 0/7] igb: Implement Transmit Rate Limiting (TRL)
 2026-06-22 22:09 UTC  (3+ messages)

[sre-misc:thinkpad-t14s-x1e 15/86] drivers/media/platform/qcom/camss/camss-csiphy.c:815:59: warning: variable 'ret' is uninitialized when used here
 2026-06-22 22:09 UTC 

[frank-w-bpi-r2-4.14:7.1-rc 166/166] drivers/net/ethernet/mediatek/mtk_eth_dbg.c:43:12: warning: variable 'dbg_show_level' set but not used
 2026-06-22 22:09 UTC 

[PATCH v9] PCI: Add device-specific reset for Qualcomm devices
 2026-06-22 22:08 UTC  (4+ messages)

[PATCH v1] usb: typec: tcpm: Validate SVID index in svdm_consume_modes()
 2026-06-22 22:08 UTC 

[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
 2026-06-22 22:07 UTC  (4+ messages)

[PATCH] mod_devicetable.h: Split into per subsystem headers
 2026-06-22 22:06 UTC  (3+ messages)

[PATCH v9 0/6] Introduce cold reset recovery method
 2026-06-22 22:03 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce cold reset recovery method (rev9)

[PATCH nf,RESEND] netfilter: nf_conntrack_expect: store master_tuple in expectation
 2026-06-22 22:02 UTC 

[Buildroot] [git commit] package/mesa3d: restrict Gallium VA-API support to supported drivers
 2026-06-22 21:51 UTC 

[Buildroot] [git commit] package/{mesa3d, mesa3d-headers}: bump version to 26.1.3
 2026-06-22 21:51 UTC 

[Buildroot] [PATCH 1/2] package/mesa3d: restrict Gallium VA-API support to supported drivers
 2026-06-22 22:02 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/{mesa3d, mesa3d-headers}: bump version to 26.1.3

[PATCH V3] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
 2026-06-22 22:01 UTC  (2+ messages)

[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-06-22 (ice, i40e, e1000e)
 2026-06-22 22:00 UTC  (9+ messages)
` [PATCH net 1/8] ice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()
` [PATCH net 2/8] ice: fix AQ error code comparison in ice_set_pauseparam()
` [PATCH net 3/8] ice: fix ice_init_link() error return preventing probe
` [PATCH net 4/8] ice: call netif_keep_dst() once when entering switchdev mode
` [PATCH net 5/8] ice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_info
` [PATCH net 6/8] ice: dpll: fix memory leak in ice_dpll_init_info error paths
` [PATCH net 7/8] i40e: Fix i40e_debug() to use struct i40e_hw argument
` [PATCH net 8/8] e1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor Lake

[PATCH V2] blk-cgroup: fix UAF in __blkcg_rstat_flush()
 2026-06-22 22:01 UTC  (2+ messages)

[PATCH] nbd: don't warn when reclassifying a busy socket lock
 2026-06-22 22:00 UTC  (2+ messages)

[PATCH] block, bfq: protect async queue reset with blkcg locks
 2026-06-22 22:00 UTC  (2+ messages)

[PATCH] block: fix incorrect error injection static key decrement
 2026-06-22 22:00 UTC  (2+ messages)

building ynl afaics requires updating the UAPI headers first
 2026-06-22 21:56 UTC  (6+ messages)

[PATCH v2 00/28] drm/i915/dp_link: Refactor DP link capability logic part1
 2026-06-22 21:53 UTC  (3+ messages)
` [PATCH v2 01/28] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry

don't build bios/contexts over multiple iomaps
 2026-06-22 21:51 UTC  (3+ messages)
` [PATCH] iomap: submit read bio after each extent

[Buildroot] [PATCH 1/1] package/mosquitto: requires cmake >= 4.3
 2026-06-22 21:51 UTC  (2+ messages)

[OE-core] [scarthgap] [PATCH 1/2] libsolv: Fix CVE-2026-9150
 2026-06-22 21:48 UTC  (3+ messages)
` [OE-core] [scarthgap] [PATCH 2/2] libsolv: Fix CVE-2026-9149

[Buildroot] [git commit] package/mosquitto: requires cmake >= 4.3
 2026-06-22 21:44 UTC 

hppa-linux-ld: fs/xfs/xfs_trace.o(.text+0x3ffa0): cannot reach 00002a33_ftrace_likely_update+0, recompile with -ffunction-sections
 2026-06-22 21:46 UTC 

[PATCH] Input: synaptics - enable Synaptics InterTouch for ThinkPad X270
 2026-06-22 21:44 UTC 

[PATCH 0/2] status: improve rebase todo list parsing
 2026-06-22 21:43 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] "

[PATCH 00/10] vmcore-tasks: lightweight task and backtrace extractor for vmcore files
 2026-06-22 21:41 UTC  (2+ messages)
` [PATCH] "

[Buildroot] [git commit] package/qemu: add virglrenderer integration
 2026-06-22 21:21 UTC 

[Buildroot] [git commit] support/testing: add virglrenderer test
 2026-06-22 21:21 UTC 

[Buildroot] [git commit] package/qemu: add OpenGL config
 2026-06-22 21:21 UTC 

[Buildroot] [git commit] package/virglrenderer: new package
 2026-06-22 21:20 UTC 

[PATCH v4 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-22 21:40 UTC  (4+ messages)
` [PATCH v4 2/4] s390/pci: Preserve FMB state in device re-enablement

[Buildroot] [git commit] package/libepoxy: remove gl/egl dependency
 2026-06-22 20:48 UTC 

[Buildroot] [PATCH 0/7] Add virglrenderer support
 2026-06-22 21:40 UTC  (3+ messages)

[PATCH v2] drm/edid: fix OOB read in drm_parse_tiled_block()
 2026-06-22 21:36 UTC  (4+ 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.