All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-18 11:14:16 to 2025-06-18 11:46:01 UTC [more...]

[PATCH v5 00/27] Arm GICv5: Host driver implementation
 2025-06-18 10:17 UTC  (16+ messages)
` [PATCH v5 07/27] arm64/sysreg: Add ICC_PPI_{C/S}ACTIVER<n>_EL1
` [PATCH v5 08/27] arm64/sysreg: Add ICC_PPI_{C/S}PENDR<n>_EL1
` [PATCH v5 09/27] arm64/sysreg: Add ICC_CR0_EL1
` [PATCH v5 10/27] arm64/sysreg: Add ICC_PCR_EL1
` [PATCH v5 11/27] arm64/sysreg: Add ICC_IDR0_EL1
` [PATCH v5 12/27] arm64/sysreg: Add ICH_HFGRTR_EL2
` [PATCH v5 13/27] arm64/sysreg: Add ICH_HFGWTR_EL2
` [PATCH v5 14/27] arm64/sysreg: Add ICH_HFGITR_EL2
` [PATCH v5 15/27] arm64: Disable GICv5 read/write/instruction traps
` [PATCH v5 16/27] arm64: cpucaps: Rename GICv3 CPU interface capability
` [PATCH v5 17/27] arm64: cpucaps: Add GICv5 CPU interface (GCIE) capability
` [PATCH v5 18/27] arm64: smp: Support non-SGIs for IPIs
` [PATCH v5 19/27] arm64: Add support for GICv5 GSB barriers
` [PATCH v5 20/27] irqchip/gic-v5: Add GICv5 PPI support
` [PATCH v5 21/27] irqchip/gic-v5: Add GICv5 IRS/SPI support

[PATCH 5.10/5.15 1/1] fuse: don't increment nlink in link()
 2025-06-18 11:44 UTC 

[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 11:44 UTC  (4+ messages)
` [PATCH v5 01/15] docs: conf.py: properly handle include and exclude patterns

[PATCH rfcv3 15/21] intel_iommu: Bind/unbind guest page table to host
 2025-06-18 11:43 UTC  (11+ messages)

[PATCH] s390/boot: use the full title of the manual for facility bits
 2025-06-18 11:43 UTC  (2+ messages)

[PATCH v3 0/9] Add RZ/G3E xSPI support
 2025-06-18 11:42 UTC  (11+ messages)
` [PATCH v3 1/9] dt-bindings: memory: Document RZ/G3E support

[PATCH v11 0/6] reset: spacemit: add K1 reset support
 2025-06-18 11:42 UTC  (6+ messages)
` [PATCH v11 5/6] reset: spacemit: add support for SpacemiT CCU resets

[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
 2025-06-18 11:42 UTC  (5+ messages)

[linuxtv-media-pending:next 41/41] drivers/media/platform/renesas/vsp1/vsp1_vspx.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing
 2025-06-18 11:41 UTC 

[PATCH] md/raid1: change r1conf->r1bio_pool to a pointer type
 2025-06-18 11:41 UTC 

[PATCH 0/2] Postpone memcg reclaim to return-to-user path
 2025-06-18 11:39 UTC  (3+ messages)
` [PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
` [PATCH 2/2] jbd2: mark the transaction context with the scope PF_MEMALLOC_ACFORCE context

[PATCH v2 0/2] Bug fixes to mlxbf-pmc
 2025-06-18 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] platform/mellanox: mlxbf-pmc: Replace strcmp with strncmp
` [PATCH v2 2/2] platform/mellanox: mlxbf-pmc: Validate event/enable input

[PATCH i-g-t] lib/i915: Avoid non-canonical address dereference in gem_has_relocations()
 2025-06-18 11:39 UTC  (2+ messages)

[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-18 11:38 UTC  (9+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes

[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
 2025-06-18 11:37 UTC  (6+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues

[PATCH v2] fgraph: Do not enable function_graph tracer when setting funcgraph-args
 2025-06-18 11:38 UTC 

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-18 11:37 UTC  (5+ messages)
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[PATCH v3 00/12] MMU related improvements for KVM RISC-V
 2025-06-18 11:35 UTC  (13+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH wireless-next] wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bands
 2025-06-18 11:35 UTC  (6+ messages)

[BUG] Kernel panic in __migrate_swap_task() on 6.16-rc2 (NULL pointer dereference)
 2025-06-18 11:34 UTC  (3+ messages)

[PATCH 0/3] FM-API Physical switch command set update
 2025-06-18 11:32 UTC  (11+ messages)
  ` [PATCH 1/3] hw/cxl: Storing physical ports info during enumeration
  ` [PATCH 3/3] hw/cxl: Add Physical Port Control (Opcode 5102h)

[PATCH v2 00/12] hw/i386: separate isapc out from pc_piix
 2025-06-18 11:27 UTC  (13+ messages)
` [PATCH v2 01/12] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PATCH v2 02/12] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PATCH v2 03/12] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PATCH v2 04/12] hw/i386/pc_piix.c: remove SGX "
` [PATCH v2 05/12] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v2 06/12] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH v2 07/12] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH v2 08/12] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
` [PATCH v2 09/12] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
` [PATCH v2 10/12] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false "
` [PATCH v2 11/12] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH v2 12/12] hw/i386: move isapc machine to separate isapc.c file

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-18 11:32 UTC  (11+ messages)

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-18 11:29 UTC  (8+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH net-next v2 00/14] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-06-18 11:30 UTC  (15+ messages)
` [PATCH net-next v2 01/14] crypto: octeontx2: Share engine group info with AF driver
` [PATCH net-next v2 02/14] octeontx2-af: Configure crypto hardware for inline ipsec
` [PATCH net-next v2 03/14] octeontx2-af: Setup Large Memory Transaction for crypto
` [PATCH net-next v2 04/14] octeontx2-af: Handle inbound inline ipsec config in AF
` [PATCH net-next v2 05/14] octeontx2-af: Add support for CPT second pass
` [PATCH net-next v2 06/14] octeontx2-af: Add support for SPI to SA index translation
` [PATCH net-next v2 07/14] octeontx2-af: Add mbox to alloc/free BPIDs
` [PATCH net-next v2 08/14] octeontx2-pf: ipsec: Allocate Ingress SA table
` [PATCH net-next v2 09/14] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
` [PATCH net-next v2 10/14] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [PATCH net-next v2 11/14] octeontx2-pf: ipsec: Initialize ingress IPsec
` [PATCH net-next v2 12/14] octeontx2-pf: ipsec: Process CPT metapackets
` [PATCH net-next v2 13/14] octeontx2-pf: ipsec: Manage NPC rules and SPI-to-SA table entries
` [PATCH net-next v2 14/14] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows

[PATCH] fgraph: Keep track of when fgraph_ops are registered or not
 2025-06-18 11:31 UTC 

[PATCH net-next 00/12] Add vf drivers for wangxun virtual functions
 2025-06-18 11:28 UTC  (3+ messages)
` [PATCH net-next 02/12] net: libwx: add base vf api for vf drivers

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-18 11:30 UTC  (9+ messages)

[PATCH 0/5] Return value name unifications
 2025-06-18 11:29 UTC  (6+ messages)
` [PATCH 1/5] btrfs: rename error to ret in btrfs_may_delete()
` [PATCH 2/5] btrfs: rename error to ret in btrfs_mksubvol()
` [PATCH 3/5] btrfs: rename error to ret in btrfs_sysfs_add_fsid()
` [PATCH 4/5] btrfs: rename error to ret in btrfs_sysfs_add_mounted()
` [PATCH 5/5] btrfs: rename error to ret in device_list_add()

[PATCH 0/6] lib/pmu: cleanups and trace integration
 2025-06-18 11:30 UTC  (6+ messages)
` [PATCH v2 6/6] trace: add PMU

[Intel-wired-lan] [PATCH iwl-next] ice: convert ice_add_prof() to bitmap
 2025-06-18 11:28 UTC  (2+ messages)
`  "

[PATCH V2 net-next 0/8] There are some cleanup for hns3 driver
 2025-06-18 11:29 UTC  (7+ messages)
` [PATCH V2 net-next 6/8] net: hns3: delete redundant address before the array
` [PATCH V2 net-next 7/8] net: hns3: add complete parentheses for some macros
` [PATCH V2 net-next 8/8] net: hns3: clear hns alarm: comparison of integer expressions of different signedness

[PATCH v2] xen/dt: Remove loop in dt_read_number()
 2025-06-18 11:27 UTC  (3+ messages)

[PATCH v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-18 11:27 UTC  (2+ messages)

SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB)
 2025-06-18 11:24 UTC  (11+ messages)

[PATCH v2 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
 2025-06-18 11:24 UTC  (3+ messages)
` [PATCH v2 1/2] bpf, verifier: Improve precision for "

[PATCH v4] rust: introduce sfile macro for succinct code tracing
 2025-06-18 11:20 UTC  (2+ messages)

[openeuler:OLK-6.6 2411/2411] drivers/irqchip/irq-gic-v3.c:1541:6: warning: no previous prototype for function 'gic_get_ipiv_status'
 2025-06-18 11:20 UTC 

CVE-2025-38046: xen: Add support for XenServer 6.1 platform device
 2025-06-18 11:21 UTC  (3+ messages)

CVE-2025-38026: x86/sev: Do not touch VMSA pages during SNP guest memory kdump
 2025-06-18 11:21 UTC  (3+ messages)

REJECTED: CVE-2025-38026: x86/sev: Do not touch VMSA pages during SNP guest memory kdump
 2025-06-18 11:20 UTC 

[PATCH 0/6] Use DRM scheduler for delayed GT TLB invalidations
 2025-06-18 11:20 UTC  (3+ messages)
` [PATCH 2/6] drm/xe: Add generic dependecy jobs / scheduler

REJECTED: CVE-2025-38046: xen: Add support for XenServer 6.1 platform device
 2025-06-18 11:20 UTC 

[PATCH v2 0/6] submodule: improve remote lookup logic
 2025-06-18 11:20 UTC  (6+ messages)
` [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-18 11:18 UTC  (18+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages

[PATCH v2 0/5] Defer throttle when task exits to user
 2025-06-18 11:19 UTC  (4+ messages)
` [PATCH v2 3/5] sched/fair: Switch to task based throttle model

[PATCH v5] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-18 11:18 UTC  (2+ messages)

CVE-2022-50203: ARM: OMAP2+: display: Fix refcount leak bug
 2025-06-18 11:04 UTC 

CVE-2022-50212: netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
 2025-06-18 11:04 UTC 

CVE-2022-50211: md-raid10: fix KASAN warning
 2025-06-18 11:04 UTC 

CVE-2022-50210: MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2025-06-18 11:04 UTC 

CVE-2022-50209: meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init
 2025-06-18 11:04 UTC 

CVE-2022-50208: soc: amlogic: Fix refcount leak in meson-secure-pwrc.c
 2025-06-18 11:04 UTC 

CVE-2022-50207: ARM: bcm: Fix refcount leak in bcm_kona_smc_init
 2025-06-18 11:04 UTC 

CVE-2022-50206: arm64: fix oops in concurrently setting insn_emulation sysctls
 2025-06-18 11:04 UTC 

CVE-2022-50232: arm64: set UXN on swapper page tables
 2025-06-18 11:04 UTC 

CVE-2022-50231: crypto: arm64/poly1305 - fix a read out-of-bound
 2025-06-18 11:04 UTC 

CVE-2022-50230: arm64: set UXN on swapper page tables
 2025-06-18 11:04 UTC 

CVE-2022-50229: ALSA: bcd2000: Fix a UAF bug on the error path of probing
 2025-06-18 11:04 UTC 

CVE-2022-50228: KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0
 2025-06-18 11:04 UTC 

CVE-2022-50227: KVM: x86/xen: Initialize Xen timer only once
 2025-06-18 11:04 UTC 

CVE-2022-50226: crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2025-06-18 11:04 UTC 

CVE-2022-50225: riscv:uprobe fix SR_SPIE set/clear handling
 2025-06-18 11:04 UTC 

CVE-2022-50224: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
 2025-06-18 11:04 UTC 

CVE-2022-50223: LoongArch: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2025-06-18 11:04 UTC 

CVE-2022-50205: ext2: Add more validity checks for inode counts
 2025-06-18 11:04 UTC 

CVE-2022-50222: tty: vt: initialize unicode screen buffer
 2025-06-18 11:04 UTC 

CVE-2022-50221: drm/fb-helper: Fix out-of-bounds access
 2025-06-18 11:04 UTC 

CVE-2022-50220: usbnet: Fix linkwatch use-after-free on disconnect
 2025-06-18 11:04 UTC 

CVE-2022-50219: bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2025-06-18 11:04 UTC 

CVE-2022-50218: iio: light: isl29028: Fix the warning in isl29028_remove()
 2025-06-18 11:04 UTC 

CVE-2022-50217: fuse: write inode in fuse_release()
 2025-06-18 11:04 UTC 

CVE-2022-50216: md-raid: destroy the bitmap after destroying the thread
 2025-06-18 11:04 UTC 

CVE-2022-50215: scsi: sg: Allow waiting for commands to complete on removed device
 2025-06-18 11:04 UTC 

CVE-2022-50214: coresight: Clear the connection field properly
 2025-06-18 11:04 UTC 

CVE-2022-50213: netfilter: nf_tables: do not allow SET_ID to refer to another table
 2025-06-18 11:04 UTC 

CVE-2022-50204: ARM: OMAP2+: pdata-quirks: Fix refcount leak bug
 2025-06-18 11:04 UTC 

[PATCH 0/4] Slurp (squash) ext4 subdocs
 2025-06-18 11:15 UTC  (5+ messages)
` [PATCH 1/4] Documentation: ext4: Slurp included subdocs in high-level overview docs
` [PATCH 2/4] Documentation: ext4: Slurp included subdocs in global structures docs
` [PATCH 3/4] Documentation: ext4: Slurp included subdocs in dynamic "
` [PATCH 4/4] Documentation: ext4: Reduce toctree depth

CVE-2022-50168: bpf, x86: fix freeing of not-finalized bpf_prog_pack
 2025-06-18 11:03 UTC 

CVE-2022-50177: rcutorture: Fix ksoftirqd boosting timing and iteration
 2025-06-18 11:04 UTC 

CVE-2022-50176: drm/mcde: Fix refcount leak in mcde_dsi_bind
 2025-06-18 11:04 UTC 

CVE-2022-50175: media: tw686x: Fix memory leak in tw686x_video_init
 2025-06-18 11:04 UTC 

CVE-2022-50174: net: hinic: avoid kernel hung in hinic_get_stats64()
 2025-06-18 11:03 UTC 

CVE-2022-50173: drm/msm/mdp5: Fix global state lock backoff
 2025-06-18 11:03 UTC 

CVE-2022-50172: mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg
 2025-06-18 11:03 UTC 

CVE-2022-50202: PM: hibernate: defer device probing when resuming from hibernation
 2025-06-18 11:04 UTC 

CVE-2022-50201: selinux: fix memleak in security_read_state_kernel()
 2025-06-18 11:04 UTC 

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-18 11:15 UTC  (5+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

CVE-2022-50200: selinux: Add boundary check in put_entry()
 2025-06-18 11:04 UTC 

CVE-2022-50199: ARM: OMAP2+: Fix refcount leak in omapdss_init_of
 2025-06-18 11:04 UTC 

CVE-2022-50198: ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init
 2025-06-18 11:04 UTC 

CVE-2022-50171: crypto: hisilicon/sec - don't sleep when in softirq
 2025-06-18 11:03 UTC 

CVE-2022-50197: cpufreq: zynq: Fix refcount leak in zynq_get_revision
 2025-06-18 11:04 UTC 

CVE-2022-50196: soc: qcom: ocmem: Fix refcount leak in of_get_ocmem
 2025-06-18 11:04 UTC 

CVE-2022-50195: ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock
 2025-06-18 11:04 UTC 

CVE-2022-50194: soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register
 2025-06-18 11:04 UTC 

CVE-2022-50193: erofs: wake up all waiters after z_erofs_lzma_head ready
 2025-06-18 11:04 UTC 

CVE-2022-50192: spi: tegra20-slink: fix UAF in tegra_slink_remove()
 2025-06-18 11:04 UTC 

CVE-2022-50191: regulator: of: Fix refcount leak bug in of_get_regulation_constraints()
 2025-06-18 11:04 UTC 

CVE-2022-50190: spi: Fix simplification of devm_spi_register_controller
 2025-06-18 11:04 UTC 

CVE-2022-50189: tools/power turbostat: Fix file pointer leak
 2025-06-18 11:04 UTC 

CVE-2022-50188: drm/meson: Fix refcount leak in meson_encoder_hdmi_init
 2025-06-18 11:04 UTC 

CVE-2022-50170: kunit: executor: Fix a memory leak on failure in kunit_filter_tests
 2025-06-18 11:03 UTC 

CVE-2022-50187: ath11k: fix netdev open race
 2025-06-18 11:04 UTC 

CVE-2022-50186: ath11k: fix missing skb drop on htc_tx_completion error
 2025-06-18 11:04 UTC 

CVE-2022-50185: drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()
 2025-06-18 11:04 UTC 

CVE-2022-50184: drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init
 2025-06-18 11:04 UTC 

CVE-2022-50183: drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init
 2025-06-18 11:04 UTC 

CVE-2022-50182: media: imx-jpeg: Align upwards buffer size
 2025-06-18 11:04 UTC 

CVE-2022-50181: virtio-gpu: fix a missing check to avoid NULL dereference
 2025-06-18 11:04 UTC 

CVE-2022-50180: wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd()
 2025-06-18 11:04 UTC 

CVE-2022-50179: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2025-06-18 11:04 UTC 

CVE-2022-50178: wifi: rtw89: 8852a: rfk: fix div 0 exception
 2025-06-18 11:04 UTC 

CVE-2022-50169: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()
 2025-06-18 11:03 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.