All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-02 16:20:14 to 2026-07-02 16:28:24 UTC [more...]

[PATCH v7 0/8] media: add new API simple subdev register and add imx parallel camera support
 2026-07-02 16:28 UTC  (9+ messages)
` [PATCH v7 2/8] media: subdev: Add media_async_register_subdev() helper
` [PATCH v7 4/8] media: synopsys: Use media_async_register_subdev() to simplify code
` [PATCH v7 6/8] media: nxp: add V4L2 subdev driver for camera parallel interface (CPI)
` [PATCH v7 7/8] arm64: dts: imx8: add camera parallel interface (CPI) node

[PATCH 5.15 00/95] 5.15.211-rc1 review
 2026-07-02 16:20 UTC  (49+ messages)
` [PATCH 5.15 01/95] fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios
` [PATCH 5.15 02/95] net/sched: act_pedit: check static offsets a priori
` [PATCH 5.15 03/95] net/sched: act_pedit: rate limit datapath messages
` [PATCH 5.15 04/95] net/sched: fix pedit partial COW leading to page cache corruption
` [PATCH 5.15 05/95] net/sched: act_pedit: free pedit keys on bail from offset check
` [PATCH 5.15 06/95] drm/amd/display: Bound VBIOS record-chain walk loops
` [PATCH 5.15 07/95] ip6_vti: set netns_immutable on the fallback device
` [PATCH 5.15 08/95] drm/v3d: Store the active job inside the queues state
` [PATCH 5.15 09/95] drm/v3d: Skip CSD when it has zeroed workgroups
` [PATCH 5.15 10/95] batman-adv: tt: reject oversized local TVLV buffers
` [PATCH 5.15 11/95] batman-adv: tt: prevent TVLV entry number overflow
` [PATCH 5.15 12/95] iio: light: bh1780: fix PM runtime leak on error path
` [PATCH 5.15 13/95] vfio/iommu_type1: replace kfree with kvfree
` [PATCH 5.15 14/95] RDMA/bnxt_re: zero shared page before exposing to userspace
` [PATCH 5.15 15/95] i2c: stub: Reject I2C block transfers with invalid length
` [PATCH 5.15 16/95] net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()
` [PATCH 5.15 17/95] agp/amd64: Fix broken error propagation in agp_amd64_probe()
` [PATCH 5.15 18/95] xhci: fix memory leak regression when freeing xhci vdev devices depth first
` [PATCH 5.15 19/95] af_unix: Reject SIOCATMARK on non-stream sockets
` [PATCH 5.15 20/95] regulator: core: fix locking in regulator_resolve_supply() error path
` [PATCH 5.15 21/95] vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
` [PATCH 5.15 22/95] media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
` [PATCH 5.15 23/95] virtiofs: fix UAF on submount umount
` [PATCH 5.15 24/95] Revert "selftest/ptp: update ptp selftest to exercise the gettimex options"
` [PATCH 5.15 25/95] Revert "ptp: add testptp mask test"
` [PATCH 5.15 26/95] KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level
` [PATCH 5.15 27/95] kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported
` [PATCH 5.15 28/95] batman-adv: tp_meter: keep unacked list in ascending ordered
` [PATCH 5.15 29/95] batman-adv: tp_meter: initialize dup_acks explicitly
` [PATCH 5.15 30/95] batman-adv: tp_meter: initialize dec_cwnd explicitly
` [PATCH 5.15 31/95] batman-adv: tp_meter: avoid window underflow
` [PATCH 5.15 32/95] batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
` [PATCH 5.15 33/95] batman-adv: tp_meter: fix fast recovery precondition
` [PATCH 5.15 34/95] batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection
` [PATCH 5.15 35/95] batman-adv: tp_meter: add only finished tp_vars to lists
` [PATCH 5.15 36/95] batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
` [PATCH 5.15 37/95] batman-adv: prevent ELP transmission interval underflow
` [PATCH 5.15 38/95] batman-adv: tp_meter: initialize last_recv_time during init
` [PATCH 5.15 39/95] batman-adv: ensure bcast is writable before modifying TTL
` [PATCH 5.15 40/95] batman-adv: fix (m|b)cast csum after decrementing TTL
` [PATCH 5.15 42/95] batman-adv: frag: avoid underflow of TTL
` [PATCH 5.15 51/95] batman-adv: tvlv: enforce 2-byte alignment
` [PATCH 5.15 52/95] batman-adv: tvlv: avoid race of cifsnotfound handler state
` [PATCH 5.15 53/95] ring-buffer: Remove ring_buffer_read_prepare_sync()
` [PATCH 5.15 54/95] ntfs3: reject direct userspace writes to reserved $LX* xattrs
` [PATCH 5.15 55/95] ext4: add bounds check for inline data length in ext4_read_inline_page
` [PATCH 5.15 56/95] crypto: af_alg - Set merge to zero early in af_alg_sendmsg
` [PATCH 5.15 57/95] mac802154: llsec: add skb_cow_data() before in-place crypto

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-02 16:28 UTC  (11+ messages)
` [PATCH 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV on ERET fast path
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 handling when FEAT_NV2p1 is present
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap

OpenSBI docker image RISC-V crosstool gcc URLs 404
 2026-07-02 16:27 UTC  (2+ messages)

[PATCH 00/33] accel: Unassorted cleanups around debugging
 2026-07-02 16:27 UTC  (3+ messages)
` [PATCH 02/33] target/i386: Remove duplicate tlb_flush() call in cpu_post_load()

[REGRESSION] sched/idle: Sysbench threads regression after f4c31b07b136
 2026-07-02 16:25 UTC 

[PATCH 5.10 00/96] 5.10.260-rc1 review
 2026-07-02 16:20 UTC  (97+ messages)
` [PATCH 5.10 01/96] net/sched: act_pedit: use NLA_POLICY for parsing ex keys
` [PATCH 5.10 02/96] net/sched: transition act_pedit to rcu and percpu stats
` [PATCH 5.10 03/96] net/sched: simplify tcf_pedit_act
` [PATCH 5.10 04/96] net/sched: act_pedit: remove extra check for key type
` [PATCH 5.10 05/96] net/sched: act_pedit: check static offsets a priori
` [PATCH 5.10 06/96] net/sched: act_pedit: rate limit datapath messages
` [PATCH 5.10 07/96] net/sched: act_pedit: Parse L3 Header for L4 offset
` [PATCH 5.10 08/96] net/sched: fix pedit partial COW leading to page cache corruption
` [PATCH 5.10 09/96] net/sched: act_pedit: free pedit keys on bail from offset check
` [PATCH 5.10 10/96] fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios
` [PATCH 5.10 11/96] slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd
` [PATCH 5.10 12/96] drm/amd/display: Bound VBIOS record-chain walk loops
` [PATCH 5.10 13/96] ip6_vti: set netns_immutable on the fallback device
` [PATCH 5.10 14/96] net: add skb_header_pointer_careful() helper
` [PATCH 5.10 15/96] net/sched: cls_u32: use skb_header_pointer_careful()
` [PATCH 5.10 16/96] drm/amd/display: Use krealloc_array() in dal_vector_reserve()
` [PATCH 5.10 17/96] net: 9p: fix refcount leak in p9_read_work() error handling
` [PATCH 5.10 18/96] netdevsim: Fix memory leak of nsim_dev->fa_cookie
` [PATCH 5.10 19/96] batman-adv: tt: reject oversized local TVLV buffers
` [PATCH 5.10 20/96] batman-adv: tt: prevent TVLV entry number overflow
` [PATCH 5.10 21/96] vfio/iommu_type1: replace kfree with kvfree
` [PATCH 5.10 22/96] RDMA/bnxt_re: zero shared page before exposing to userspace
` [PATCH 5.10 23/96] i2c: stub: Reject I2C block transfers with invalid length
` [PATCH 5.10 24/96] net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()
` [PATCH 5.10 25/96] agp/amd64: Fix broken error propagation in agp_amd64_probe()
` [PATCH 5.10 26/96] regulator: core: fix locking in regulator_resolve_supply() error path
` [PATCH 5.10 27/96] vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
` [PATCH 5.10 28/96] media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
` [PATCH 5.10 29/96] Documentation: ioctl-number: Extend "Include File" column width
` [PATCH 5.10 30/96] crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()
` [PATCH 5.10 31/96] crypto: qat - Return pointer directly in adf_ctl_alloc_resources
` [PATCH 5.10 32/96] crypto: qat - remove unused character device and IOCTLs
` [PATCH 5.10 33/96] net/sched: act_pedit: fix action bind logic
` [PATCH 5.10 34/96] batman-adv: tp_meter: keep unacked list in ascending ordered
` [PATCH 5.10 35/96] batman-adv: tp_meter: initialize dup_acks explicitly
` [PATCH 5.10 36/96] batman-adv: tp_meter: initialize dec_cwnd explicitly
` [PATCH 5.10 37/96] batman-adv: tp_meter: avoid window underflow
` [PATCH 5.10 38/96] batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
` [PATCH 5.10 39/96] batman-adv: tp_meter: fix fast recovery precondition
` [PATCH 5.10 40/96] batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection
` [PATCH 5.10 41/96] batman-adv: tp_meter: add only finished tp_vars to lists
` [PATCH 5.10 42/96] batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
` [PATCH 5.10 43/96] batman-adv: prevent ELP transmission interval underflow
` [PATCH 5.10 44/96] batman-adv: tp_meter: initialize last_recv_time during init
` [PATCH 5.10 45/96] batman-adv: frag: ensure fragment is writable before modifying TTL
` [PATCH 5.10 46/96] batman-adv: frag: avoid underflow of TTL
` [PATCH 5.10 47/96] batman-adv: v: prevent OGM aggregation on disabled hardif
` [PATCH 5.10 48/96] batman-adv: tp_meter: restrict number of unacked list entries
` [PATCH 5.10 49/96] batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCE
` [PATCH 5.10 50/96] batman-adv: tp_meter: prevent parallel modifications of last_recv
` [PATCH 5.10 51/96] batman-adv: tp_meter: handle overlapping packets
` [PATCH 5.10 52/96] batman-adv: tt: dont merge change entries with different VIDs
` [PATCH 5.10 53/96] batman-adv: tt: track roam count per VID
` [PATCH 5.10 54/96] batman-adv: dat: prevent false sharing between VLANs
` [PATCH 5.10 55/96] batman-adv: tvlv: enforce 2-byte alignment
` [PATCH 5.10 56/96] batman-adv: tvlv: avoid race of cifsnotfound handler state
` [PATCH 5.10 57/96] ring-buffer: Remove ring_buffer_read_prepare_sync()
` [PATCH 5.10 58/96] ext4: add bounds check for inline data length in ext4_read_inline_page
` [PATCH 5.10 59/96] crypto: af_alg - Set merge to zero early in af_alg_sendmsg
` [PATCH 5.10 60/96] net: cpsw_new: Fix potential unregister of netdev that has not been registered yet
` [PATCH 5.10 61/96] mac802154: llsec: add skb_cow_data() before in-place crypto
` [PATCH 5.10 62/96] KEYS: fix overflow in keyctl_pkey_params_get_2()
` [PATCH 5.10 63/96] keys: Pin request_key_auth payload in instantiate paths
` [PATCH 5.10 64/96] wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S
` [PATCH 5.10 65/96] wifi: ath11k: fix warning when unbinding
` [PATCH 5.10 66/96] wifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptor
` [PATCH 5.10 67/96] f2fs: validate ACL entry sizes in f2fs_acl_from_disk()
` [PATCH 5.10 68/96] bpf: use kvfree() for replaced sysctl write buffer
` [PATCH 5.10 69/96] MIPS: DEC: Prevent initial console buffer from landing in XKPHYS
` [PATCH 5.10 70/96] exfat: fix potential use-after-free in exfat_find_dir_entry()
` [PATCH 5.10 71/96] tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done
` [PATCH 5.10 72/96] pNFS: Fix use-after-free in pnfs_update_layout()
` [PATCH 5.10 73/96] irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove
` [PATCH 5.10 74/96] fpga: region: fix use-after-free in child_regions_with_firmware()
` [PATCH 5.10 75/96] ocfs2: reject oversized group bitmap descriptors
` [PATCH 5.10 76/96] KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
` [PATCH 5.10 77/96] fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
` [PATCH 5.10 78/96] fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
` [PATCH 5.10 79/96] NFSD: Fix SECINFO_NO_NAME decode error cleanup
` [PATCH 5.10 80/96] nfsd: fix posix_acl leak on SETACL decode failure
` [PATCH 5.10 81/96] nfsd: check get_user() return when reading princhashlen
` [PATCH 5.10 82/96] dlm: prevent NPD when writing a positive value to event_done
` [PATCH 5.10 83/96] usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
` [PATCH 5.10 84/96] bnxt_en: Modify bnxt_disable_int_sync() to be called more than once
` [PATCH 5.10 85/96] bnxt_en: Fix NULL pointer dereference
` [PATCH 5.10 86/96] hv: utils: handle and propagate errors in kvp_register
` [PATCH 5.10 87/96] mptcp: fix missing wakeups in edge scenarios
` [PATCH 5.10 88/96] misc: fastrpc: Add dma_mask to fastrpc_channel_ctx
` [PATCH 5.10 89/96] misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
` [PATCH 5.10 90/96] Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs
` [PATCH 5.10 91/96] phonet: Pass ifindex to fill_addr()
` [PATCH 5.10 92/96] phonet: Pass net and ifindex to phonet_address_notify()
` [PATCH 5.10 93/96] net: phonet: free phonet_device after RCU grace period
` [PATCH 5.10 94/96] mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC
` [PATCH 5.10 95/96] misc: fastrpc: fix DMA address corruption due to find_vma misuse
` [PATCH 5.10 96/96] virtiofs: fix UAF on submount umount

[PATCH v9 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-07-02 16:24 UTC  (2+ messages)

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-02 16:22 UTC  (16+ messages)
` [PATCH v2 01/15] arm_mpam: let low level MSC read accessors return an error
` [PATCH v2 02/15] arm_mpam: propagate MSC read errors for wrapper functions
` [PATCH v2 03/15] arm_mpam: propagate MSC read errors for hw_probe functions
` [PATCH v2 04/15] arm_mpam: propagate MSC read errors for mpam_msc_read_mbwu_l()
` [PATCH v2 05/15] arm_mpam: propagate MSC read errors for msmon helpers
` [PATCH v2 06/15] arm_mpam: propagate MSC read errors for __ris_msmon_read()
` [PATCH v2 07/15] arm_mpam: propagate MSC read errors for state saving functions
` [PATCH v2 08/15] arm_mpam: let low level MSC write accessors return an error
` [PATCH v2 09/15] arm_mpam: propagate MSC write errors for ESR and part_sel wrappers
` [PATCH v2 10/15] arm_mpam: propagate MSC write errors for hardware probe functions
` [PATCH v2 11/15] arm_mpam: propagate MSC write errors for remaining MSC write users
` [PATCH v2 12/15] arm_mpam: Split the locking around the mon_sel registers
` [PATCH v2 13/15] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v2 14/15] arm_mpam: prevent MPAM-Fb accesses inside IRQ handler
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-02 16:23 UTC  (3+ messages)
` [PATCH v2 01/18] iomap: add ->iomap_next() and iomap_process() helper

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-02 16:21 UTC  (4+ messages)
` [PATCH v2 10/11] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog
 2026-07-02 16:21 UTC  (4+ messages)
` [PATCH 4/7] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-02 16:19 UTC  (5+ messages)

perf: Fix dangling cgroup pointer in cpuctx
 2026-07-02 16:16 UTC  (5+ messages)
` [PATCH] perf: Fix dangling cgroup pointer in cpuctx backport

[PATCH v4 0/6] Open HugeTLB allocation routine for more generic use
 2026-07-02 16:21 UTC  (14+ messages)
` [PATCH v4 1/6] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [PATCH v4 2/6] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [PATCH v4 3/6] mm: hugetlb: Move mpol interpretation out of dequeue_hugetlb_folio_vma()
` [PATCH v4 4/6] mm: hugetlb: Use error variable in alloc_hugetlb_folio
` [PATCH v4 5/6] mm: hugetlb: Move mem_cgroup_charge_hugetlb() earlier in allocation
` [PATCH v4 6/6] mm: hugetlb: Refactor out hugetlb_alloc_folio()

[PATCH bpf-next] bpftool: Strip all -Wformat* flags from bootstrap libbpf build
 2026-07-02 16:21 UTC  (5+ messages)

[PATCH v3] drm/xe/sysctrl: Add helper to query application status
 2026-07-02 16:21 UTC  (2+ messages)

[PATCHv5 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-02 16:20 UTC  (4+ messages)

[PATCH v3 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-02 16:20 UTC  (2+ messages)
` [PATCH v3] xfs: fail recovery on a committed log item with no regions


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.