All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 23:01:32 to 2026-06-20 02:33:13 UTC [more...]

[PATCH v5 00/24] deprecate rte_atomic functions
 2026-06-20  2:28 UTC  (18+ messages)
  ` [PATCH v5 01/24] bpf: use C11 atomics in BPF_ST_ATOMIC_REG
  ` [PATCH v5 02/24] net/bonding: use stdatomic
  ` [PATCH v5 03/24] net/nbl: remove unused rte_atomic16 field
  ` [PATCH v5 04/24] net/ena: replace use of rte_atomicNN
  ` [PATCH v5 05/24] net/failsafe: convert to stdatomic
  ` [PATCH v5 06/24] net/enic: do not use deprecated rte_atomic64
  ` [PATCH v5 07/24] net/pfe: use ethdev linkstatus helpers
  ` [PATCH v5 08/24] net/sfc: replace rte_atomic with stdatomic
  ` [PATCH v5 09/24] crypto/ccp: replace use of rte_atomic64 "
  ` [PATCH v5 10/24] bus/dpaa: replace rte_atomic16 "
  ` [PATCH v5 11/24] drivers: "
  ` [PATCH v5 12/24] net/netvsc: replace rte_atomic32 "
  ` [PATCH v5 13/24] event/sw: convert from rte_atomic32 to stdatomic
  ` [PATCH v5 14/24] bus/vmbus: convert from rte_atomic "
  ` [PATCH v5 15/24] common/dpaax: use stdatomic instead of rte_atomic
  ` [PATCH v5 16/24] net/bnx2x: convert from rte_atomic32 to stdatomic
  ` [PATCH v5 17/24] bus/fslmc: replace rte_atomic32 with stdatomic

[STATUS] arm64/for-kernelci - 92e3f6ef4ffb1f65e7774f4611c27fb764b3bc14
 2026-06-20  2:30 UTC 

[STATUS] next/master - 3ce97bd3c4f18608335e709c24d6a40e7036cab8
 2026-06-20  2:30 UTC 

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-20  2:13 UTC  (4+ messages)

[PATCH] btrfs: do not check eb->refs to determine if the eb is still held
 2026-06-20  2:07 UTC 

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-20  2:02 UTC  (3+ messages)

[PATCH v4] iio: accel: stk8ba50: Update includes to match IWYU
 2026-06-20  1:59 UTC 

[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
 2026-06-20  1:53 UTC  (3+ messages)
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups

The read builtin erroneously consumes null bytes
 2026-06-20  1:52 UTC  (2+ messages)

[PATCH] x86/cpu: Hide and rename static_cpu_has()
 2026-06-20  1:50 UTC 

[PATCH v8 0/4] ext4: fix xattr iput deadlock with s_writepages_rwsem
 2026-06-20  1:39 UTC  (5+ messages)
` [PATCH v8 1/4] ext4: skip extra isize expansion during mount to prevent deadlock
` [PATCH v8 2/4] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
` [PATCH v8 3/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v8 4/4] ext4: convert remaining EA inode iput() calls to ext4_put_ea_inode()

[PATCH v3] btrfs: warn about extent buffer that can not be released
 2026-06-20  1:40 UTC  (3+ messages)

[PATCH] wifi: mt76: mt7996: expose per-band MAC addresses to cfg80211
 2026-06-20  1:38 UTC 

[PATCH] staging: rtl8723bs: don't drop short TX frames in _rtw_pktfile_read()
 2026-06-20  1:39 UTC 

[PATCH v2] hung_task: Add per-round stack trace deduplication
 2026-06-20  1:35 UTC 

What's cooking in git.git (Jun 2026, #07)
 2026-06-20  1:33 UTC 

[PATCH blktests] Fix _get_page_size()
 2026-06-20  1:26 UTC  (2+ messages)

[PATCH net v2] net: phy: realtek: Clear MDIO_AN_10GBT_CTRL_ADV10G bit
 2026-06-20  1:19 UTC 

[PATCH] hwmon: ltc4283: fix malformed table docs build error
 2026-06-20  1:19 UTC  (2+ messages)

[peterz-queue:x86/syscall 4/4] vmlinux.o: warning: objtool: .export_symbol+0x138: data relocation to !ENDBR: x86_entry_from_kvm+0x0
 2026-06-20  1:19 UTC 

[PATCH] power: supply: bd71828: add a terminating table border
 2026-06-20  1:18 UTC 

[PATCH] drm/amdgpu: Reduce stack usage in IP block soft reset
 2026-06-20  1:17 UTC  (3+ messages)

[PATCH v3 00/13] rust: drm: Higher-Ranked Lifetime private data
 2026-06-20  1:17 UTC  (19+ messages)
` [PATCH v3 01/13] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v3 02/13] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v3 03/13] rust: drm: change default DeviceContext to Normal
` [PATCH v3 04/13] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v3 05/13] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v3 06/13] rust: drm: split Deref for Device context typestates
` [PATCH v3 07/13] rust: drm: return ParentDevice from Device AsRef
` [PATCH v3 08/13] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v3 09/13] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v3 10/13] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v3 11/13] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v3 12/13] rust: drm: Pass registration data to ioctl handlers
` [PATCH v3 13/13] drm: nova: Use drm::Device<Registered> to access the parent bus device

[PATCH] clk: imx: imx8mq: Fix iMX8MQ PLL issue
 2026-06-20  1:10 UTC  (2+ messages)

[PATCH v2] nfsd: recall deleg if a requested dir attr change can't be encoded
 2026-06-20  1:06 UTC  (2+ messages)

[PATCH] imx: kontron-sl-mx8mm: Enable the watchdog at boot
 2026-06-20  1:07 UTC  (2+ messages)

[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
 2026-06-20  0:52 UTC  (2+ messages)
` ✓ i915.CI.Full: success for : "

SM7225 (Snapdragon 750G) Mainline Bringup Status & Blockers - Motorola Kiev XT2113-3
 2026-06-20  0:54 UTC  (3+ messages)

[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-06-20  0:48 UTC  (2+ messages)

[syzbot] [bluetooth?] KASAN: slab-use-after-free Write in bt_accept_dequeue
 2026-06-20  0:40 UTC 

[PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
 2026-06-20  0:37 UTC  (3+ messages)

[PATCH 0/2] mm/damon/reclaim: fix initalization and parameter issues
 2026-06-20  0:35 UTC  (8+ messages)
` [PATCH 1/2] mm/damon/reclaim: fix destruction of ctx
` [PATCH 2/2] mm/damon/reclaim: fix potential memory leak
  ` [PATCH v2 0/1] fix initialization and parameter issues
    ` [PATCH v2 1/1] mm/damon/reclaim: fix potential memory leak

[PATCH v6 16/21] RISC-V: perf: Add legacy event encodings via sysfs
 2026-06-20  0:35 UTC  (3+ messages)

[PATCH v6 11/21] RISC-V: perf: Modify the counter discovery mechanism
 2026-06-20  0:31 UTC  (3+ messages)

[PATCH mptcp-next] selftests: mptcp: fix const qualifier warnings in strchr usage
 2026-06-20  0:30 UTC  (2+ messages)

[PATCH] usbip: vudc: fix NULL deref in vep_dequeue()
 2026-06-20  0:23 UTC  (3+ messages)

[PATCH v2] usbip: vudc: fix NULL deref in vep_dequeue()
 2026-06-20  0:18 UTC  (2+ messages)

[PATCH v6 10/21] RISC-V: perf: Restructure the SBI PMU code
 2026-06-20  0:17 UTC  (3+ messages)

[PATCH v2 0/2] platform/x86: msi-wmi: Fix unknown wmi event messages on MSI Claw models
 2026-06-20  0:07 UTC  (2+ messages)

[PATCH v6 21/21] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
 2026-06-20  0:04 UTC  (3+ messages)

KernelCI Metrics Report - 2026-06-20 00:00 UTC
 2026-06-20  0:02 UTC 

[PATCH v2 i-g-t] tests/intel: Enable survivability tests on discrete platforms >= BMG
 2026-06-19 23:59 UTC  (2+ messages)
` ✓ i915.CI.Full: success for tests/intel: Enable survivability tests on discrete platforms >= BMG (rev2)

[syzbot] [fs?] KASAN: slab-use-after-free Read in d_alloc_parallel
 2026-06-19 23:56 UTC 

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2026-06-19 23:54 UTC  (3+ messages)

[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
 2026-06-19 23:51 UTC  (7+ messages)

[PATCH v6 09/21] dt-bindings: riscv: add Counter delegation ISA extensions description
 2026-06-19 23:49 UTC  (3+ messages)

[PATCH v2] resolve_btfids: preserve tag and parameter names when processing implicit args
 2026-06-19 23:48 UTC  (3+ messages)

[PATCH v6 08/21] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
 2026-06-19 23:44 UTC  (4+ messages)

[PATCH bpf-next v2 00/17] Redesign Verification Errors
 2026-06-19 23:44 UTC  (9+ messages)
` [PATCH bpf-next v2 05/17] bpf: Track verifier register diagnostic events
` [PATCH bpf-next v2 09/17] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v2 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v2 12/17] bpf: Report Execution Context Safety errors

qcom: Add qdsp6sw firmware for shikra platform
 2026-06-19 23:43 UTC  (3+ messages)

[PATCH v6 06/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
 2026-06-19 23:40 UTC  (3+ messages)

[PATCH v6 03/21] dt-bindings: riscv: add Sxcsrind ISA extension description
 2026-06-19 23:39 UTC  (3+ messages)

[PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
 2026-06-19 23:39 UTC  (3+ messages)

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

[PATCH 0/2] rockchip: odroid-m1s/rk3566 watchdog support
 2026-06-19 22:08 UTC  (3+ messages)
` [PATCH 1/2] rockchip: rk3568: make the WDT trigger a first global reset
` [PATCH 2/2] rockchip: odroid-m1s: enable watchdog support

[moderation/CI] Re: Data in direntry (dirdata) feature
 2026-06-19 23:25 UTC 

[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
 2026-06-19 23:18 UTC  (3+ messages)

[hare-scsi-devel:configfs-ns.v2 16/17] drivers/nvme/target/loop.c:542:36: error: incomplete definition of type 'struct nsproxy'
 2026-06-19 23:17 UTC 

[PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support
 2026-06-19 23:17 UTC  (6+ messages)
` [PATCHv2 1/5] board_f: add a board_setup_dest_addr function
` [PATCHv2 2/5] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree
` [PATCHv2 3/5] k3-am62-pocketbeagle2: add initial board support
` [PATCHv2 4/5] k3-am62-pocketbeagle2: add support for 1GB variant
` [PATCHv2 5/5] k3-am62-pocketbeagle2: add support for efi capsules

[PATCH] arm64: dts: qcom: sdm845-oneplus: add panel rails to simplefb
 2026-06-19 23:15 UTC  (3+ messages)

[PATCH i-g-t 0/5] igt: cleanups to random functions
 2026-06-19 23:04 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[Buildroot] [PATCH 1/1] package/usbutils: fix comment
 2026-06-19 23:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/rrdtool: bump version to 1.10.3
 2026-06-19 23:03 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libgsasl: security bump version to 2.2.4
 2026-06-19 23:03 UTC  (2+ messages)

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-06-19 23:01 UTC  (3+ messages)

[Buildroot] [git commit] package/usbutils: fix comment
 2026-06-19 22:57 UTC 

[Buildroot] [git commit] package/rrdtool: bump version to 1.10.3
 2026-06-19 22:53 UTC 

[Buildroot] [git commit] package/libgsasl: security bump version to 2.2.4
 2026-06-19 22:44 UTC 


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.