All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-21 23:02:27 to 2024-10-22 00:23:13 UTC [more...]

[syzbot] [udf?] KASAN: use-after-free Read in udf_update_tag
 2024-10-22  0:23 UTC  (2+ messages)
` [syzbot] test repro if bug still valid

[PATCHv8 net-next 0/5] ibm: emac: more cleanups
 2024-10-22  0:22 UTC  (6+ messages)
` [PATCHv8 net-next 1/5] net: ibm: emac: use netif_receive_skb_list
` [PATCHv8 net-next 2/5] net: ibm: emac: use devm_platform_ioremap_resource
` [PATCHv8 net-next 3/5] net: ibm: emac: use platform_get_irq
` [PATCHv8 net-next 4/5] net: ibm: emac: use devm for mutex_init
` [PATCHv8 net-next 5/5] net: ibm: emac: generate random MAC if not found

[PATCH rcu] srcu: Guarantee non-negative return value from srcu_read_lock()
 2024-10-22  0:21 UTC  (3+ messages)

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-22  0:20 UTC  (15+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v4 02/14] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v4 03/14] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v4 04/14] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v4 05/14] iommufd/hw_pagetable: Enforce cache invalidation op on vIOMMU-based hwpt_nested
` [PATCH v4 06/14] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v4 07/14] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v4 08/14] iommufd/viommu: Add vdev_to_dev helper
` [PATCH v4 09/14] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v4 10/14] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v4 11/14] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v4 12/14] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v4 13/14] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v4 14/14] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-22  0:19 UTC  (12+ messages)
` [PATCH v4 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 03/11] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 05/11] iommufd: Add domain_alloc_nested op to iommufd_viommu_ops
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v4 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v4 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v4 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[syzbot] [udf?] general protection fault in udf_read_folio
 2024-10-22  0:19 UTC  (2+ messages)

[PATCH] clk: sophgo: Cast an operand to u64 to prevent potential unsigned long overflow on 32-bit machine in sg2042_pll_recalc_rate()
 2024-10-22  0:18 UTC  (2+ messages)

[PATCH] x86/acpi: Fix LAPIC/x2APIC parsing order
 2024-10-22  0:17 UTC 

[PATCH 00/10] Clean up some x86/mce code
 2024-10-22  0:17 UTC  (16+ messages)
` [PATCH v2 00/10] x86/mce: "
  ` [PATCH v2 06/10] x86/mce: Convert multiple if () statements into a switch() statement

[PATCH v2 5/6] LSM: secctx provider check on release
 2024-10-22  0:05 UTC  (3+ messages)

[PATCH v7 00/14] tcg/riscv: Add support for vector
 2024-10-22  0:11 UTC  (15+ messages)
` [PATCH v7 01/14] tcg: Reset data_gen_ptr correctly
` [PATCH v7 02/14] disas/riscv: Fix vsetivli disassembly
` [PATCH v7 03/14] util: Add RISC-V vector extension probe in cpuinfo
` [PATCH v7 04/14] tcg/riscv: Add basic support for vector
` [PATCH v7 05/14] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v7 06/14] tcg/riscv: Add support for basic vector opcodes
` [PATCH v7 07/14] tcg/riscv: Implement vector cmp/cmpsel ops
` [PATCH v7 08/14] tcg/riscv: Implement vector neg ops
` [PATCH v7 09/14] tcg/riscv: Accept constant first argument to sub_vec
` [PATCH v7 10/14] tcg/riscv: Implement vector sat/mul ops
` [PATCH v7 11/14] tcg/riscv: Implement vector min/max ops
` [PATCH v7 12/14] tcg/riscv: Implement vector shi/s/v ops
` [PATCH v7 13/14] tcg/riscv: Implement vector roti/v/x ops
` [PATCH v7 14/14] tcg/riscv: Enable native vector support for TCG host

[PATCH v2 4/6] LSM: lsm_context in security_dentry_init_security
 2024-10-22  0:00 UTC  (3+ messages)

[PATCH] doc: consolidate extensions in git-config documentation
 2024-10-22  0:08 UTC 

[PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
 2024-10-21 23:58 UTC  (3+ messages)

[PATCH v2 0/1] FOR-CI: drm/i915/guc: Move destroy context at end of reset prepare
 2024-10-22  0:05 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v5 00/14] Introduce support for Fabric Discovery and
 2024-10-22  0:03 UTC  (7+ messages)
` [PATCH v5 02/14] scsi: fnic: Add headers and definitions for FDLS
` [PATCH v5 03/14] scsi: fnic: Add support for fabric based solicited requests and responses

[PATCH net v2] mctp i2c: handle NULL header address
 2024-10-22  0:04 UTC  (2+ messages)

[PATCH 00/13] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-10-22  0:04 UTC  (8+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ CI.Patch_applied: success "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v2] wifi: ath12k: Fix for out-of bound access error
 2024-10-22  0:03 UTC  (2+ messages)

[PATCH v1 0/1] drm/xe/guc: Prevent GuC register capture running on VF
 2024-10-22  0:03 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH v4 0/3] pwm: Add pwm driver for Sophgo SG2042
 2024-10-22  0:00 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
 2024-10-22  0:00 UTC  (2+ messages)

[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-22  0:00 UTC  (13+ messages)
` [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v4 6/6] Add Propeller configuration for kernel build

[f2fs-dev] [PATCH v2] f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
 2024-10-21 23:56 UTC  (3+ messages)
  `  "

[PATCH net-next] net: dsa: use ethtool string helpers
 2024-10-21 23:55 UTC 

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-21 23:53 UTC  (7+ messages)
        ` [PATCH] 9p: Don't revert the I/O iterator after reading

[PATCH v2 00/25] led: Remove old status-LED code
 2024-10-21 17:26 UTC  (2+ messages)

[PATCH] dm: gpio: Return error when pull up/down is requested but set_flags ops is not implmentated
 2024-10-21 15:04 UTC 

[PATCH v2 00/11] drivers: Driver support for ADI SC5xx SoCs
 2024-10-21 13:54 UTC  (12+ messages)
` [PATCH v2 01/11] pinctrl: Add support for ADI SC5XX-family pinctrl
` [PATCH v2 02/11] gpio: Add support for SC5XX-family processor GPIO driver
` [PATCH v2 03/11] gpio: Add support for ADI ADP5588 GPIO expander chips
` [PATCH v2 04/11] usb: musb-new: Add support for Analog Devices SC5xx SoCs
` [PATCH v2 05/11] i2c: Add support for ADI SC5XX-family I2C peripheral
` [PATCH v2 06/11] net: Add support for ADI SC5xx SoCs with DWC QoS ethernet
` [PATCH v2 07/11] watchdog: Add support for ADI SC5XX-family watchdog peripheral
` [PATCH v2 08/11] dma: Add driver for ADI SC5xx-family SoC MDMA functionality
` [PATCH v2 09/11] remoteproc: Add in SHARC loading for ADI SC5XX-family processors
` [PATCH v2 10/11] spi: Add support for ADI SC5XX-family processor SPI peripherals
` [PATCH v2 11/11] mmc: Add support for ADI SC5XX-family processor SDHCI peripherals

[syzbot] [udf?] general protection fault in udf_read_folio
 2024-10-21 23:47 UTC  (2+ messages)
` [syzbot] retest repro if bug still valid

[PATCH 1/2] fdt: Correct condition for receiving bloblist
 2024-10-21 16:32 UTC  (4+ messages)
` [PATCH 2/2] fdt: Swap the signature for board_fdt_blob_setup()

[lttng-dev] [Userspace RCU] - rcu_dereference() memory ordering
 2024-10-21 23:35 UTC  (2+ messages)
`  "

[PATCH] drm/xe/xe_guc_ads: save/restore OA registers
 2024-10-21 23:43 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH] doc: reword sample app guides
 2024-10-21 23:42 UTC 

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-21 23:41 UTC  (4+ messages)
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl

linus-next: improving functional testing for to-be-merged pull requests
 2024-10-21 23:39 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in ext4_stop_mmpd
 2024-10-21 23:37 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-21 23:36 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

M+ & H bugs with Milestone Movements WW42
 2024-10-21 23:35 UTC 

Enhancements/Bugs closed WW42!
 2024-10-21 23:35 UTC 

[linux-next:master 1386/6324] drivers/gpu/drm/panthor/panthor_sched.c:2851 panthor_fdinfo_gather_group_samples() warn: iterator 'i' not incremented
 2024-10-21 23:33 UTC 

[PATCH v1 00/16] Fix write incorrect data into flash in user mode
 2024-10-21 23:34 UTC  (4+ messages)
` [PATCH v1 11/16] test/qtest/aspeed_smc-test: Support to test all flash models
  ` [SPAM] "

Current high bug count owners for Yocto Project 5.2
 2024-10-21 23:31 UTC 

[PATCH v4 0/3] dwc3: gadget: properly fix cache operations
 2024-10-21 23:31 UTC  (2+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2024-10-21 23:30 UTC 

[PATCH v3] EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2
 2024-10-21 23:30 UTC 

fw_devlinks preventing a panel driver from probing
 2024-10-21 23:29 UTC  (2+ messages)

[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-21 23:28 UTC  (4+ messages)
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper

[PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
 2024-10-21 23:28 UTC  (2+ messages)

[PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
 2024-10-21 23:26 UTC  (2+ messages)

[PATCH net 0/3] Intel Wired LAN Driver Fixes 2024-10-21 (igb, ice)
 2024-10-21 23:26 UTC  (4+ messages)
` [PATCH net 1/3] igb: Disable threaded IRQ for igb_msix_other
` [PATCH net 2/3] ice: block SF port creation in legacy mode
` [PATCH net 3/3] ice: fix crash on probe for DPLL enabled E810 LOM

[PATCH 0/7] UFS driver fixes and cleanups
 2024-10-21 23:25 UTC  (8+ messages)
` [PATCH 4/7] scsi: ufs: core: Fix ufshcd_exception_event_handler()

[PATCH v2] scsi: ufs: core: Make DMA mask configuration more flexible
 2024-10-21 23:24 UTC  (3+ messages)

[PATCH v1 0/5] Fixes for release 24.07
 2024-10-21 23:24 UTC  (3+ messages)
` [PATCH v1 01/31] net/ntnic: add flow filter init API

[syzbot] [bcachefs?] WARNING: locking bug in rcu_pending_exit
 2024-10-21 23:24 UTC 

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-21 23:22 UTC  (7+ messages)
` [PATCH v1 37/73] net/ntnic: add flow dump feature
` [PATCH v1 52/73] net/ntnic: update alignment for virt queue structs
` [PATCH v1 68/73] net/ntnic: add aged flow event

[PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present
 2024-10-21 23:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for lib/xe/oa: Don't skip if freq sysfs are not present (rev2)
` ✓ CI.xeBAT: "

[PATCH 0/5] dts: qcom: Introduce SM8750 device trees
 2024-10-21 23:21 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: arm: qcom: Document sm8750 SoC and boards
` [PATCH 2/5] dt-bindings: mfd: qcom,spmi-pmic: Document PMICs added in SM8750
` [PATCH 3/5] arm64: dts: qcom: Add pmd8028 and pmih0108 PMIC dtsi files
` [PATCH 4/5] arm64: dts: qcom: Add base sm8750 dtsi and mtp and qrd dts
` [PATCH 5/5] arm64: defconfig: Enable SM8750 SoC base configs

[f2fs-dev] [PATCH 1/3] f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
 2024-10-21 23:18 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: zone: allow IPU for regular file in regular block device
    `  "

[PATCH 0/2] interconnect: qcom: Introduce interconnects for SM8750
 2024-10-21 23:18 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: add interconnect bindings "
` [PATCH 2/2] interconnect: qcom: Add interconnect provider driver "

[PATCH 0/1] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
 2024-10-21 23:17 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ
 2024-10-21 23:16 UTC 

[ImageBuilder] Fix device tree node naming
 2024-10-21 23:14 UTC  (3+ messages)

[PATCH] afs: Fix missing subdir edit when renamed between parent dirs
 2024-10-21 23:14 UTC 

[PATCH] libsepol: Support nlmsg xperms in assertions
 2024-10-21 23:12 UTC 

[PATCH bpf v2 0/7] Misc fixes for bpf
 2024-10-21 23:11 UTC  (10+ messages)
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]
` [PATCH bpf v2 4/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf v2 5/7] bpf: Check the validity of nr_words in bpf_iter_bits_new()

[PATCH v20 00/33] Automatic Disk Unlock with TPM2
 2024-10-21 23:11 UTC  (3+ messages)
` [PATCH v20 25/33] util/grub-protect: Add new tool

[PATCH v2 0/2] Add device tree for Ampere's Mt. Jefferson BMC
 2024-10-21 23:08 UTC  (3+ messages)

[PATCH] iommu/tegra241-cmdqv: Staticize cmdqv_debugfs_dir
 2024-10-21 23:08 UTC 

[PATCH iproute2-next 0/1] DualPI2 iprtoue2 patch
 2024-10-21 23:08 UTC  (4+ messages)
` [PATCH iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
 2024-10-21 23:04 UTC 

[PATCH 6.6 000/124] 6.6.58-rc1 review
 2024-10-21 23:05 UTC  (2+ messages)

[PATCH v2] media: nxp: imx8-isi: better handle the m2m usage_count
 2024-10-21 23:05 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: qcom,pdc: Document sm8750 PDC
 2024-10-21 23:04 UTC 

[PATCH] dt-bindings: dma: qcom,gpi: Document the sm8750 GPI DMA engine
 2024-10-21 23:05 UTC 

[PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
 2024-10-21 23:04 UTC 

[PATCH 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
 2024-10-21 23:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add sm8750 pinctrl
` [PATCH 2/2] pinctrl: qcom: Add sm8750 pinctrl driver

[PATCH 0/7] clks: qcom: Introduce clks for SM8750
 2024-10-21 23:03 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings "
` [PATCH 2/7] clk: qcom: rpmh: Add support for SM8750 rpmh clocks
` [PATCH 3/7] clk: qcom: clk-alpha-pll: Add support for controlling Taycan PLLs
` [PATCH 4/7] dt-bindings: clock: qcom: Add SM8750 GCC clock controller
` [PATCH 5/7] clk: qcom: Add support for GCC clock controller on SM8750
` [PATCH 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller
` [PATCH 7/7] clk: qcom: Add TCSR clock driver for SM8750

[PATCH] drm/xe: Don't restart parallel queues multiple times on GT reset
 2024-10-21 23:02 UTC  (2+ messages)

[PATCH] regulator: qcom-rpmh: Update ranges for FTSMPS525
 2024-10-21 23:03 UTC 

[PATCH v13 11/13] tsc: Switch to native sched clock
 2024-10-21 23:03 UTC  (2+ messages)

[linux-next:master 4661/6324] drivers/net/ethernet/google/gve/gve_buffer_mgmt_dqo.c:297 gve_alloc_buffer() warn: missing unwind goto?
 2024-10-21 23:03 UTC 

[PATCH 0/3] pmdomain: qcom: Introduce power domains for SM8750
 2024-10-21 23:03 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: power: qcom,rpmpd: document the SM8750 RPMh Power Domains
` [PATCH 2/3] dt-bindings: power: Add additional RPMh levels
` [PATCH 3/3] pmdomain: qcom: rpmhpd: Add rpmhpd support for SM8750


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.