fixing_commit stringlengths 12 12 | introducing_commit stringlengths 12 12 | lifetime_days int64 0 7.55k | subsystem stringclasses 94
values | subsystem_path stringlengths 6 71 ⌀ | bug_type stringclasses 24
values | severity_hint stringclasses 7
values | cve_id stringclasses 127
values | cc_stable bool 2
classes | fix_subject stringlengths 13 210 | fix_author stringlengths 2 43 | fix_author_email stringlengths 7 52 | intro_author stringlengths 2 41 ⌀ | intro_author_email stringlengths 7 47 | fixing_date stringlengths 25 25 | introducing_date stringlengths 25 25 | files_changed stringlengths 6 1.15k ⌀ | insertions int64 0 705k | deletions int64 0 276k | keywords stringclasses 271
values | related_fixes stringlengths 12 285 ⌀ | stable_versions stringlengths 3 3.51k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90436d234230 | 803b0fc5c3f2 | 1,076 | arch | arch/loongarch/include/asm/ptrace.h | unknown | unknown | null | true | LoongArch: Fix MAX_REG_OFFSET calculation | Huacai Chen | chenhuacai@loongson.cn | Huacai Chen | chenhuacai@loongson.cn | 2025-05-14 22:17:43 +0800 | 2022-06-03 20:09:28 +0800 | arch/loongarch/include/asm/ptrace.h | 1 | 1 | null | null | null |
5e27af0514e2 | 72f5801a4e2b | 630 | dma | drivers/dma/fsl-edma-main.c | unknown | unknown | null | false | dmaengine: fsl-edma: Fix return code for unhandled interrupts | Stefan Wahren | wahrenst@gmx.net | Frank Li | Frank.Li@nxp.com | 2025-05-14 14:56:22 +0100 | 2023-08-22 20:11:03 +0530 | drivers/dma/fsl-edma-main.c | 1 | 1 | null | null | 20250424114829.9055 |
157ae5ffd76a | b1f01e48df5a | 2,375 | dma | drivers/dma/mediatek/mtk-cqdma.c | race-condition | high | null | true | dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status() | Qiu-ji Chen | chenqiuji666@gmail.com | Shun-Chih Yu | shun-chih.yu@mediatek.com | 2025-05-14 14:54:31 +0100 | 2018-11-11 15:15:18 +0530 | drivers/dma/mediatek/mtk-cqdma.c | 2 | 3 | data race;deadlock | null | 20250508073634.3719 |
ae74cd15ade8 | 8dfa57aabff6 | 20 | dma | drivers/dma/idxd/cdev.c | hang | medium | null | false | dmaengine: idxd: Fix ->poll() return value | Dave Jiang | dave.jiang@intel.com | Vinicius Costa Gomes | vinicius.gomes@intel.com | 2025-05-14 14:52:55 +0100 | 2025-04-23 17:34:17 +0530 | drivers/dma/idxd/cdev.c | 1 | 1 | null | null | 20250508170548.2747425 |
f52cd248d844 | 924d66011f24 | 140 | arch/arm64 | arch/arm64/configs/defconfig | unknown | unknown | null | false | arm64: defconfig: mediatek: enable PHY drivers | Vignesh Raman | vignesh.raman@collabora.com | Arnd Bergmann | arnd@arndb.de | 2025-05-14 15:47:57 +0200 | 2024-12-25 15:29:57 +0000 | arch/arm64/configs/defconfig | 3 | 0 | null | null | 20250512131933.1247830;6.14 |
a409e919ca32 | bfe1d56091c1 | 1,937 | dma | drivers/dma/idxd/init.c | unknown | trivial | null | true | dmaengine: idxd: Refactor remove call with idxd_cleanup() helper | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:40 +0100 | 2020-01-24 11:18:45 +0530 | drivers/dma/idxd/init.c | 2 | 12 | null | null | 20250404120217.48772 |
d5449ff1b04d | bfe1d56091c1 | 1,937 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:40 +0100 | 2020-01-24 11:18:45 +0530 | drivers/dma/idxd/init.c | 1 | 0 | memory leak | null | 20250404120217.48772 |
90022b3a6981 | bfe1d56091c1 | 1,937 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:40 +0100 | 2020-01-24 11:18:45 +0530 | drivers/dma/idxd/init.c | 12 | 1 | memory leak | null | 20250404120217.48772 |
46a5cca76c76 | a8563a33a5e2 | 957 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_alloc | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2022-09-29 22:46:08 +0530 | drivers/dma/idxd/init.c | 15 | 9 | memory leak | null | 20250404120217.48772 |
61d651572b6c | ddf742d4f3f1 | 1,444 | dma | drivers/dma/idxd/init.c | refcount | trivial | null | true | dmaengine: idxd: Add missing cleanups in cleanup internals | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-05-31 09:39:14 +0530 | drivers/dma/idxd/init.c | 3 | 8 | reference count | null | 20250404120217.48772 |
61259fb96e02 | defe49f96012 | 1,484 | dma | drivers/dma/idxd/init.c | unknown | trivial | null | true | dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-04-20 16:43:53 +0530 | drivers/dma/idxd/init.c | 51 | 7 | null | null | 20250404120217.48772 |
aa6f4f945b10 | defe49f96012 | 1,484 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-04-20 16:43:53 +0530 | drivers/dma/idxd/init.c | 4 | 0 | memory leak | null | 20250404120217.48772 |
817bced19d1d | 75b911309060 | 1,484 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-04-20 16:43:53 +0530 | drivers/dma/idxd/init.c | 4 | 0 | memory leak | null | 20250404120217.48772 |
3fd2f4bc010c | 700af3a0a26c | 1,393 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-07-21 10:09:15 +0530 | drivers/dma/idxd/init.c | 21 | 9 | memory leak | 7c5dd23e57c1;b0325aefd398;de5819b99489 | 20250404120217.48772 |
3fd2f4bc010c | 7c5dd23e57c1 | 1,484 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2021-04-20 16:43:53 +0530 | drivers/dma/idxd/init.c | 21 | 9 | memory leak | 700af3a0a26c;b0325aefd398;de5819b99489 | 20250404120217.48772 |
3fd2f4bc010c | b0325aefd398 | 957 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs | Shuai Xue | xueshuai@linux.alibaba.com | Dave Jiang | dave.jiang@intel.com | 2025-05-14 14:40:39 +0100 | 2022-09-29 22:46:08 +0530 | drivers/dma/idxd/init.c | 21 | 9 | memory leak | 700af3a0a26c;7c5dd23e57c1;de5819b99489 | 20250404120217.48772 |
3fd2f4bc010c | de5819b99489 | 958 | dma | drivers/dma/idxd/init.c | memory-leak | low | null | true | dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs | Shuai Xue | xueshuai@linux.alibaba.com | Jerry Snitselaar | jsnitsel@redhat.com | 2025-05-14 14:40:39 +0100 | 2022-09-29 13:02:38 +0530 | drivers/dma/idxd/init.c | 21 | 9 | memory leak | 700af3a0a26c;7c5dd23e57c1;b0325aefd398 | 20250404120217.48772 |
fbecd731de05 | 26064d3e2b4d | 63 | fs/xfs | fs/xfs/xfs_zone_gc.c | hang | high | null | false | xfs: fix zoned GC data corruption due to wrong bv_offset | Christoph Hellwig | hch@lst.de | Ming Lei | ming.lei@redhat.com | 2025-05-14 15:37:49 +0200 | 2025-03-12 14:07:11 -0600 | fs/xfs/xfs_zone_gc.c | 3 | 2 | null | 080d01c41d44 | null |
fbecd731de05 | 080d01c41d44 | 72 | fs/xfs | fs/xfs/xfs_zone_gc.c | hang | high | null | false | xfs: fix zoned GC data corruption due to wrong bv_offset | Christoph Hellwig | hch@lst.de | Christoph Hellwig | hch@lst.de | 2025-05-14 15:37:49 +0200 | 2025-03-03 08:17:07 -0700 | fs/xfs/xfs_zone_gc.c | 3 | 2 | null | 26064d3e2b4d | null |
09dab6ce0243 | 712bae966318 | 72 | fs/xfs | fs/xfs/xfs_super.c | unknown | unknown | null | false | xfs: free up mp->m_free[0].count in error case | Wengang Wang | wen.gang.wang@oracle.com | Christoph Hellwig | hch@lst.de | 2025-05-14 15:37:49 +0200 | 2025-03-03 08:16:37 -0700 | fs/xfs/xfs_super.c | 1 | 1 | null | null | null |
72c7d62583eb | a590d0fdbaa5 | 2,391 | drivers | drivers/dma-buf/dma-resv.c | unknown | unknown | null | true | dma-buf: insert memory barrier before updating num_fences | Hyejeong Choi | hjeong.choi@samsung.com | Chris Wilson | chris@chris-wilson.co.uk | 2025-05-14 15:31:23 +0200 | 2018-10-26 15:42:11 +0100 | drivers/dma-buf/dma-resv.c | 3 | 2 | null | null | null |
d871198ee431 | 79cfe9e59c2a | 196 | io_uring | io_uring/fdinfo.c | unknown | unknown | null | false | io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() | Jens Axboe | axboe@kernel.dk | Jens Axboe | axboe@kernel.dk | 2025-05-14 07:15:28 -0600 | 2024-10-29 13:43:27 -0600 | io_uring/fdinfo.c | 25 | 23 | null | null | null |
9cfdd7752ba5 | d77e89b7b03f | 8 | unknown | null | unknown | unknown | null | false | regulator: dt-bindings: mt6357: Drop fixed compatible requirement | Nícolas F. R. A. Prado | nfraprado@collabora.com | Nícolas F. R. A. Prado | nfraprado@collabora.com | 2025-05-14 14:53:50 +0200 | 2025-05-06 10:27:27 +0200 | null | 1 | 11 | null | null | null |
1ef3095b1405 | 5fdd05efa1cd | 4 | arch/arm64 | arch/arm64/include/asm/pgtable.h | crash | high | null | false | arm64/mm: Permit lazy_mmu_mode to be nested | Ryan Roberts | ryan.roberts@arm.com | Ryan Roberts | ryan.roberts@arm.com | 2025-05-14 13:28:40 +0100 | 2025-05-09 13:43:08 +0100 | arch/arm64/include/asm/pgtable.h | 12 | 2 | null | null | 6.15;2024.08;20250512150333.5589 |
b81c688426a9 | 5fdd05efa1cd | 4 | arch/arm64 | arch/arm64/include/asm/pgtable.h | crash | high | null | false | arm64/mm: Disable barrier batching in interrupt contexts | Ryan Roberts | ryan.roberts@arm.com | Ryan Roberts | ryan.roberts@arm.com | 2025-05-14 13:27:55 +0100 | 2025-05-09 13:43:08 +0100 | arch/arm64/include/asm/pgtable.h | 14 | 2 | null | null | 20250512102242.4156463;09.050;2294.0006 |
eff82fb0d266 | 172757acd6f6 | 20 | gpu/i915 | drivers/gpu/drm/i915/display/intel_alpm.c | unknown | unknown | null | false | drm/i915/alpm: Stop writing ALPM registers when PSR is enabled | Jouni Högander | jouni.hogander@intel.com | Animesh Manna | animesh.manna@intel.com | 2025-05-14 15:22:23 +0300 | 2025-04-24 13:54:24 +0530 | drivers/gpu/drm/i915/display/intel_alpm.c;drivers/gpu/drm/i915/display/intel_psr.c | 12 | 5 | null | null | 20250513054814.3702977;02.0 |
62ada17a6217 | 25befdf32aa4 | 142 | drivers | drivers/soundwire/generic_bandwidth_allocation.c | unknown | unknown | null | false | soundwire: only compute port params in specific stream states | Bard Liao | yung-chuan.liao@linux.intel.com | Bard Liao | yung-chuan.liao@linux.intel.com | 2025-05-14 12:44:01 +0100 | 2024-12-23 12:00:34 +0530 | drivers/soundwire/generic_bandwidth_allocation.c | 7 | 0 | null | null | 20250508062029.6596 |
fb30a7c59642 | ca764d5321a2 | 5 | arch/arm64 | arch/arm64/boot/dts/renesas/Makefile | unknown | low | null | false | arm64: dts: renesas: sparrow-hawk: Disable dtc spi_bus_bridge check | Geert Uytterhoeven | geert+renesas@glider.be | Kuninori Morimoto | kuninori.morimoto.gx@renesas.com | 2025-05-14 13:29:50 +0200 | 2025-05-08 20:23:32 +0200 | arch/arm64/boot/dts/renesas/Makefile | 1 | 0 | null | null | 471.9;486.3;1283.5;1269.24;20250506192033.77338015 |
b2ea5f49580c | 53d2a715c240 | 3,301 | drivers | drivers/phy/tegra/xusb.c | refcount | medium | null | true | phy: Fix error handling in tegra_xusb_port_init | Ma Ke | make24@iscas.ac.cn | Thierry Reding | treding@nvidia.com | 2025-05-14 12:28:43 +0100 | 2016-04-29 16:44:47 +0200 | drivers/phy/tegra/xusb.c | 4 | 4 | reference count | null | 20250303072739.3874987 |
86e70849f4b2 | f3b5a8d9b50d | 3,432 | drivers | drivers/phy/renesas/phy-rcar-gen3-usb2.c | unknown | unknown | null | true | phy: renesas: rcar-gen3-usb2: Set timing registers only once | Claudiu Beznea | claudiu.beznea.uj@bp.renesas.com | Yoshihiro Shimoda | yoshihiro.shimoda.uh@renesas.com | 2025-05-14 12:25:09 +0100 | 2015-12-20 15:21:37 +0530 | drivers/phy/renesas/phy-rcar-gen3-usb2.c | 5 | 2 | null | null | 20250507125032.565017 |
9ce71e85b29e | f3b5a8d9b50d | 3,432 | drivers | drivers/phy/renesas/phy-rcar-gen3-usb2.c | unknown | unknown | null | true | phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off | Claudiu Beznea | claudiu.beznea.uj@bp.renesas.com | Yoshihiro Shimoda | yoshihiro.shimoda.uh@renesas.com | 2025-05-14 12:25:09 +0100 | 2015-12-20 15:21:37 +0530 | drivers/phy/renesas/phy-rcar-gen3-usb2.c | 9 | 1 | null | null | 20250507125032.565017 |
55a387ebb921 | f3b5a8d9b50d | 3,432 | drivers | drivers/phy/renesas/phy-rcar-gen3-usb2.c | refcount | medium | null | true | phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data | Claudiu Beznea | claudiu.beznea.uj@bp.renesas.com | Yoshihiro Shimoda | yoshihiro.shimoda.uh@renesas.com | 2025-05-14 12:25:09 +0100 | 2015-12-20 15:21:37 +0530 | drivers/phy/renesas/phy-rcar-gen3-usb2.c | 26 | 23 | reference count | null | 20250507125032.565017 |
54c4c58713aa | 549b6b55b005 | 2,218 | drivers | drivers/phy/renesas/phy-rcar-gen3-usb2.c | unknown | unknown | null | true | phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind | Claudiu Beznea | claudiu.beznea.uj@bp.renesas.com | Yoshihiro Shimoda | yoshihiro.shimoda.uh@renesas.com | 2025-05-14 12:25:09 +0100 | 2019-04-17 14:13:14 +0530 | drivers/phy/renesas/phy-rcar-gen3-usb2.c | 14 | 19 | null | null | 20250507125032.565017 |
83c178470e0b | b47158fb4295 | 32 | drivers | drivers/phy/tegra/xusb-tegra186.c | unknown | unknown | null | false | phy: tegra: xusb: remove a stray unlock | Dan Carpenter | dan.carpenter@linaro.org | Wayne Chang | waynec@nvidia.com | 2025-05-14 12:21:18 +0100 | 2025-04-11 12:34:46 +0530 | drivers/phy/tegra/xusb-tegra186.c | 0 | 2 | null | null | null |
4ed9d82bf5b2 | 2cb291596e2c | 13 | tools | tools/objtool/include/objtool/elf.h | unknown | unknown | null | false | objtool: Speed up SHT_GROUP reindexing | Josh Poimboeuf | jpoimboe@kernel.org | Rong Xu | xur@google.com | 2025-05-14 13:09:02 +0200 | 2025-04-30 13:58:34 +0200 | tools/objtool/elf.c;tools/objtool/include/objtool/elf.h | 30 | 18 | null | null | null |
b04f0d89e880 | 0d45062cfc89 | 2,286 | arch/arm64 | arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi | hang | security | null | true | arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs | Gabor Juhos | j4g8y7@gmail.com | Vladimir Vid | vladimir.vid@sartura.hr | 2025-05-14 13:01:47 +0200 | 2019-02-08 18:15:17 +0100 | arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi | 6 | 2 | null | null | 6.1 |
d23bc38e8aa4 | 669c4614236a | 835 | drivers | drivers/hwtracing/coresight/coresight-tmc-etf.c | hang | medium | null | false | coresight: tmc: fix failure to disable/enable ETF after reading | Mao Jinlong | quic_jinlmao@quicinc.com | Yabin Cui | yabinc@google.com | 2025-05-14 11:56:17 +0100 | 2023-01-30 11:45:32 +0000 | drivers/hwtracing/coresight/coresight-tmc-etf.c | 5 | 6 | null | null | 20250507063716.1945213 |
4d92e7c5ccad | a6e2e3522f29 | 1,882 | drivers | drivers/bus/mhi/host/pm.c | uninitialized | high | null | true | bus: mhi: host: Fix conflict between power_up and SYSERR | Jeffrey Hugo | quic_jhugo@quicinc.com | Manivannan Sadhasivam | manivannan.sadhasivam@linaro.org | 2025-05-14 11:30:46 +0100 | 2020-03-19 07:41:04 +0100 | drivers/bus/mhi/host/pm.c | 17 | 1 | uninitialized | null | 20250328163526.3365497;00.0 |
b15ee09ddb98 | 63c85ad0cd81 | 725 | drivers | drivers/phy/freescale/phy-fsl-imx8mq-usb.c | unknown | unknown | null | true | phy: fsl-imx8mq-usb: fix phy_tx_vboost_level_from_property() | Xu Yang | xu.yang_2@nxp.com | Li Jun | jun.li@nxp.com | 2025-05-14 11:16:04 +0100 | 2023-05-19 23:20:30 +0530 | drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 5 | 5 | null | null | 1.156;20250430094502.2723983;0.844;1.008 |
5b3a91b207c0 | b2e75563dc39 | 725 | docs | Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | unknown | unknown | null | true | dt-bindings: phy: imx8mq-usb: fix fsl,phy-tx-vboost-level-microvolt property | Xu Yang | xu.yang_2@nxp.com | Johannes Zink | j.zink@pengutronix.de | 2025-05-14 11:16:04 +0100 | 2023-05-19 23:20:30 +0530 | Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 1 | 2 | null | null | 1.04;1.008;1.12;0.88;1.156;20250430094502.2723983;0.844 |
9e000f1b7f31 | b942cf815b57 | 6,577 | sound | sound/pci/es1968.c | error-handling | unknown | null | true | ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() | Wentao Liang | vulab@iscas.ac.cn | Rene Herman | rene.herman@gmail.com | 2025-05-14 12:13:03 +0200 | 2007-05-11 16:55:54 +0200 | sound/pci/es1968.c | 4 | 2 | null | null | 2.6;20250514092444.331 |
25c36b54eafc | 9c56a1de296e | 160 | drivers | drivers/phy/qualcomm/phy-qcom-qusb2.c | unknown | unknown | null | false | phy: qcom-qusb2: reuse the IPQ6018 settings for IPQ5424 | Kathiravan Thirumoorthy | kathiravan.thirumoorthy@oss.qualcomm.com | Varadarajan Narayanan | quic_varada@quicinc.com | 2025-05-14 11:10:15 +0100 | 2024-12-04 19:59:29 +0530 | drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 | 0 | null | null | null |
8a040e13afd9 | 9c56a1de296e | 160 | drivers | drivers/phy/qualcomm/phy-qcom-qusb2.c | hang | medium | null | false | Revert "phy: qcom-qusb2: add QUSB2 support for IPQ5424" | Kathiravan Thirumoorthy | kathiravan.thirumoorthy@oss.qualcomm.com | Varadarajan Narayanan | quic_varada@quicinc.com | 2025-05-14 11:10:15 +0100 | 2024-12-04 19:59:29 +0530 | drivers/phy/qualcomm/phy-qcom-qusb2.c | 0 | 28 | null | null | null |
58eb5721a445 | 8589e325ba4f | 7 | irq | kernel/irq/manage.c | hang | medium | null | false | genirq/manage: Use the correct lock guard in irq_set_irq_wake() | Jon Hunter | jonathanh@nvidia.com | Thomas Gleixner | tglx@linutronix.de | 2025-05-14 12:05:58 +0200 | 2025-05-07 09:08:15 +0200 | kernel/irq/manage.c | 1 | 1 | null | null | 20250514095041.1109783 |
1bafd82d9a40 | db509a45339f | 3,616 | drivers | drivers/crypto/marvell/cesa/hash.c | unknown | unknown | null | false | crypto: marvell/cesa - Avoid empty transfer descriptor | Herbert Xu | herbert@gondor.apana.org.au | Boris BREZILLON | boris.brezillon@free-electrons.com | 2025-05-14 17:45:22 +0800 | 2015-06-19 22:18:03 +0800 | drivers/crypto/marvell/cesa/hash.c | 1 | 1 | null | null | null |
8a4e047c6cc0 | f63601fd616a | 3,616 | drivers | drivers/crypto/marvell/cesa/cipher.c | unknown | unknown | null | false | crypto: marvell/cesa - Handle zero-length skcipher requests | Herbert Xu | herbert@gondor.apana.org.au | Boris BREZILLON | boris.brezillon@free-electrons.com | 2025-05-14 17:45:22 +0800 | 2015-06-19 22:18:03 +0800 | drivers/crypto/marvell/cesa/cipher.c | 3 | 0 | null | null | null |
c66d7ebbe2fa | ba8f8624fde2 | 669 | arch/powerpc | arch/powerpc/lib/crypto/poly1305-p10-glue.c | unknown | unknown | null | false | crypto: powerpc/poly1305 - Add SIMD fallback | Herbert Xu | herbert@gondor.apana.org.au | Danny Tsen | dtsen@linux.ibm.com | 2025-05-14 17:45:22 +0800 | 2023-07-14 18:21:31 +1000 | arch/powerpc/Kconfig;arch/powerpc/lib/crypto/Kconfig;arch/powerpc/lib/crypto/poly1305-p10-glue.c | 40 | 4 | null | null | null |
33cd93435cea | 17fd7514ae68 | 8 | drivers | drivers/crypto/intel/qat/qat_6xxx/adf_drv.c | unknown | unknown | null | false | crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe() | Dan Carpenter | dan.carpenter@linaro.org | Laurent M Coquerel | laurent.m.coquerel@intel.com | 2025-05-14 17:45:22 +0800 | 2025-05-05 18:20:45 +0800 | drivers/crypto/intel/qat/qat_6xxx/adf_drv.c | 2 | 2 | null | null | null |
314007549d89 | 2f7f33a09516 | 181 | drivers/net | drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c | unknown | unknown | null | false | octeontx2-pf: Fix ethtool support for SDP representors | Hariprasad Kelam | hkelam@marvell.com | Geetha sowjanya | gakula@marvell.com | 2025-05-14 10:37:20 +0100 | 2024-11-13 11:57:11 +0000 | drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 5 | 5 | null | null | null |
6b0cd72757c6 | bfff546aae50 | 1,222 | regulator | drivers/regulator/max20086-regulator.c | unknown | unknown | null | false | regulator: max20086: fix invalid memory access | Cosmin Tanislav | demonsingur@gmail.com | Watson Chow | watson.chow@avnet.com | 2025-05-14 11:16:52 +0200 | 2022-01-07 13:36:35 +0000 | drivers/regulator/max20086-regulator.c | 6 | 1 | null | null | 20250508064947.2567255 |
6d0e2ada3ee5 | 7e6c2ffe6c22 | 286 | drivers | drivers/phy/samsung/phy-exynos5-usbdrd.c | unknown | unknown | null | false | phy: exynos5-usbdrd: s/FIELD_PREP_CONST/FIELD_PREP where appropriate | André Draszik | andre.draszik@linaro.org | André Draszik | andre.draszik@linaro.org | 2025-05-14 10:11:40 +0100 | 2024-07-31 16:42:23 +0530 | drivers/phy/samsung/phy-exynos5-usbdrd.c | 28 | 34 | null | null | null |
b45791d48752 | 588d5d20ca8d | 33 | drivers | drivers/phy/samsung/phy-exynos5-usbdrd.c | unknown | unknown | null | false | phy: exynos5-usbdrd: fix setting LINKSYSTEM_FLADJ on exynos7870 | André Draszik | andre.draszik@linaro.org | Kaustabh Chakraborty | kauschluss@disroot.org | 2025-05-14 10:11:40 +0100 | 2025-04-10 19:12:17 +0530 | drivers/phy/samsung/phy-exynos5-usbdrd.c | 1 | 0 | null | null | null |
eb7a22f830f6 | e961ec81a39b | 208 | drivers | drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | unknown | low | null | false | phy: qcom: qmp-pcie: drop bogus x1e80100 qref supply | Johan Hovold | johan+linaro@kernel.org | Qiang Yu | quic_qianyu@quicinc.com | 2025-05-14 10:10:28 +0100 | 2024-10-17 18:21:52 +0530 | drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 2 | 2 | null | null | 20250429075440.19901 |
65cb56d49f6e | 7304d1909080 | 71 | spi | drivers/spi/spi-qpic-snand.c | out-of-bounds | medium | null | false | spi: spi-qpic-snand: validate user/chip specific ECC properties | Gabor Juhos | j4g8y7@gmail.com | Md Sadre Alam | quic_mdalam@quicinc.com | 2025-05-14 10:56:48 +0200 | 2025-03-03 13:00:21 +0000 | drivers/spi/spi-qpic-snand.c | 37 | 5 | OOB | null | 0.0;0.649079;0.677476;0.635748;0.574648;0.689909;0.655038;0.659159;0.669138 |
a8eb102ce094 | 172757acd6f6 | 19 | gpu/i915 | drivers/gpu/drm/i915/display/intel_alpm.c | unknown | unknown | null | false | drm/i915/alpm: Stop writing ALPM registers when PSR is enabled | Jouni Högander | jouni.hogander@intel.com | Animesh Manna | animesh.manna@intel.com | 2025-05-14 11:50:50 +0300 | 2025-04-24 13:54:24 +0530 | drivers/gpu/drm/i915/display/intel_alpm.c;drivers/gpu/drm/i915/display/intel_psr.c | 12 | 5 | null | null | 20250513054814.3702977;02.0 |
664bf117a308 | 4701073c3deb | 5 | drivers/net | drivers/net/ethernet/freescale/enetc/ntmp_private.h | unknown | unknown | null | false | net: enetc: fix implicit declaration of function FIELD_PREP | Wei Fang | wei.fang@nxp.com | Wei Fang | wei.fang@nxp.com | 2025-05-14 09:48:49 +0100 | 2025-05-08 19:43:51 -0700 | drivers/net/ethernet/freescale/enetc/ntmp_private.h | 1 | 0 | null | null | null |
d14402a38c2d | a5d6b1ac56cb | 966 | drivers | drivers/phy/qualcomm/phy-qcom-qmp-usb.c | memory-leak | high | null | false | phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug | Chenyuan Yang | chenyuan0y@gmail.com | Johan Hovold | johan+linaro@kernel.org | 2025-05-14 09:29:44 +0100 | 2022-09-20 11:31:16 +0530 | drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 5 | 1 | memleak;null pointer | null | 20250414125050.2118619 |
388d0cc33cc6 | 8181d061dcff | 6 | drivers | drivers/memory/stm32_omm.c | error-handling | trivial | null | false | memory: stm32_omm: Fix error handling in stm32_omm_disable_child() | Patrice Chotard | patrice.chotard@foss.st.com | Patrice Chotard | patrice.chotard@foss.st.com | 2025-05-14 09:54:22 +0200 | 2025-05-07 11:27:01 +0200 | drivers/memory/stm32_omm.c | 1 | 1 | null | null | null |
0b91fda3a1f0 | 3d6acfa7641f | 5,559 | networking | net/xfrm/xfrm_policy.c | hang | medium | null | false | xfrm: Sanitize marks before insert | Paul Chaignon | paul.chaignon@gmail.com | Jamal Hadi Salim | hadi@cyberus.ca | 2025-05-14 07:18:58 +0200 | 2010-02-22 16:21:07 -0800 | net/xfrm/xfrm_policy.c;net/xfrm/xfrm_state.c | 6 | 0 | null | null | null |
227cb4ca5a65 | f19d5870cbf7 | 4,537 | fs/ext4 | fs/ext4/inline.c | crash | security | null | true | ext4: inline: fix len overflow in ext4_prepare_inline_data | Thadeu Lima de Souza Cascardo | cascardo@igalia.com | Tao Ma | boyu.mt@taobao.com | 2025-05-13 23:02:09 -0400 | 2012-12-10 14:05:51 -0500 | fs/ext4/inline.c | 1 | 1 | null | null | 44.546523;44.576338;44.545164;44.573748;44.572571;44.576517;6.15;44.545530;44.576112;44.569328;44.571959;44.546172;44.570931;1.16;44.575027;44.573148;44.575520;44.545834;44.571356;44.568501;44.574335;44.568889 |
9d8a99c5a7c7 | f197a7aa6288 | 4,428 | drivers/net | drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | memory-leak | low | null | false | qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() | Abdun Nihaal | abdun.nihaal@gmail.com | Rajesh Borundia | rajesh.borundia@qlogic.com | 2025-05-13 17:09:53 -0700 | 2013-03-29 15:51:05 -0400 | drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 5 | 2 | memory leak | null | 20250512044829.36400 |
d5c17e36549c | 94d9f78f4d64 | 1,762 | docs | Documentation/networking/timestamping.rst | crash | high | null | false | docs: networking: timestamping: improve stacked PHC sentence | Vladimir Oltean | vladimir.oltean@nxp.com | Vladimir Oltean | olteanv@gmail.com | 2025-05-13 15:40:54 -0700 | 2020-07-15 17:51:30 -0700 | Documentation/networking/timestamping.rst | 3 | 5 | null | null | 20250512131751.320283 |
904c6ad822b6 | a9843689e2de | 33 | drivers/net | drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | unknown | unknown | null | false | net: txgbe: Fix pending interrupt | Jiawen Wu | jiawenwu@trustnetic.com | Mengyuan Lou | mengyuanlou@net-swift.com | 2025-05-13 15:38:26 -0700 | 2025-04-09 19:29:06 -0700 | drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | 1 | 6 | null | null | 20250512100652.139510 |
588431474eb7 | 8ff0ac5be144 | 979 | drivers/net | drivers/net/ethernet/mellanox/mlx5/core/en_main.c | null-deref | high | null | false | net/mlx5e: Disable MACsec offload for uplink representor profile | Carolina Jubran | cjubran@nvidia.com | Lior Nahmanson | liorna@nvidia.com | 2025-05-13 15:31:37 -0700 | 2022-09-07 14:02:08 +0100 | drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 4 | 0 | null pointer | null | 6.14;1.16 |
e5174365c132 | 9c70b779ad91 | 11 | tools | tools/power/cpupower/cpupower.service.in | unknown | unknown | null | false | cpupower: do not install files to /etc/default/ | Francesco Poli (wintermute) | invernomuto@paranoici.org | Francesco Poli (wintermute) | invernomuto@paranoici.org | 2025-05-13 16:06:28 -0600 | 2025-05-02 13:52:45 -0600 | tools/power/cpupower/Makefile;tools/power/cpupower/README;tools/power/cpupower/cpupower.service.in | 15 | 11 | null | null | 20250513163937.61062 |
4edef850a15c | 9c70b779ad91 | 11 | tools | tools/power/cpupower/Makefile | unknown | unknown | null | false | cpupower: do not call systemctl at install time | Francesco Poli (wintermute) | invernomuto@paranoici.org | Francesco Poli (wintermute) | invernomuto@paranoici.org | 2025-05-13 16:06:22 -0600 | 2025-05-02 13:52:45 -0600 | tools/power/cpupower/Makefile;tools/power/cpupower/README | 14 | 7 | null | null | 20250513163937.61062 |
2a0eaa78ff4a | 9c70b779ad91 | 11 | tools | tools/power/cpupower/Makefile | unknown | unknown | null | false | cpupower: do not write DESTDIR to cpupower.service | Francesco Poli (wintermute) | invernomuto@paranoici.org | Francesco Poli (wintermute) | invernomuto@paranoici.org | 2025-05-13 16:06:12 -0600 | 2025-05-02 13:52:45 -0600 | tools/power/cpupower/Makefile | 1 | 1 | null | null | 20250513163937.61062 |
7fd7ad6f36af | 18ee44ce97c1 | 284 | tools | tools/testing/vsock/vsock_test.c | hang | medium | null | false | vsock/test: Fix occasional failure in SIOCOUTQ tests | Konstantin Shkolnyy | kshk@linux.ibm.com | Luigi Leonardi | luigi.leonardi@outlook.com | 2025-05-13 15:01:50 -0700 | 2024-08-02 09:20:28 +0100 | tools/testing/vsock/vsock_test.c | 16 | 12 | null | null | 20250507151456.2577061 |
396786af1cea | ce6cb8113c84 | 26 | tools | tools/net/ynl/pyynl/ynl_gen_c.py | crash | high | null | false | tools: ynl-gen: Allow multi-attr without nested-attributes again | Lukas Wunner | lukas@wunner.de | Jakub Kicinski | kuba@kernel.org | 2025-05-13 15:01:50 -0700 | 2025-04-16 18:09:41 -0700 | tools/net/ynl/pyynl/ynl_gen_c.py | 3 | 4 | null | null | 1.1746940107 |
a5fd6b67fe81 | 6e9be3abb78c | 74 | pinctrl | drivers/pinctrl/meson/pinctrl-amlogic-a4.c | unknown | unknown | null | false | pinctrl: meson: Drop unused aml_pctl_find_group_by_name() | Krzysztof Kozlowski | krzysztof.kozlowski@linaro.org | Xianwei Zhao | xianwei.zhao@amlogic.com | 2025-05-13 23:51:56 +0200 | 2025-02-28 00:03:18 +0100 | drivers/pinctrl/meson/pinctrl-amlogic-a4.c | 0 | 14 | null | null | 20250509150114.299962 |
9f35e33144ae | 872df34d7c51 | 4 | arch/x86 | arch/x86/kernel/alternative.c | unknown | unknown | null | true | x86/its: Fix build errors when CONFIG_MODULES=n | Eric Biggers | ebiggers@google.com | Peter Zijlstra | peterz@infradead.org | 2025-05-13 14:36:08 -0700 | 2025-05-09 13:36:58 -0700 | arch/x86/kernel/alternative.c | 6 | 0 | null | null | null |
1090c38bbfd9 | 304a90c4f75d | 308 | docs | Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml | unknown | low | null | false | dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference | Rob Herring (Arm) | robh@kernel.org | Frank Li | Frank.Li@nxp.com | 2025-05-13 16:20:06 -0500 | 2024-07-09 07:40:17 -0600 | Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml | 2 | 2 | null | null | 20250507154231.1590634 |
aea3496bbc7c | bfb713ea53c7 | 20 | tools | tools/perf/MANIFEST | unknown | unknown | null | false | perf tools: Fix arm64 source package build | James Clark | james.clark@linaro.org | James Clark | james.clark@linaro.org | 2025-05-13 17:26:35 -0300 | 2025-04-23 08:57:12 -0700 | tools/perf/MANIFEST | 6 | 0 | null | null | null |
2d2f82e1a8a1 | 00c8efc3180f | 68 | gpu | drivers/gpu/drm/xe/xe_shrinker.c | crash | high | null | false | drm/xe: Fix the gem shrinker name | Thomas Hellström | thomas.hellstrom@linux.intel.com | Thomas Hellström | thomas.hellstrom@linux.intel.com | 2025-05-13 13:17:05 -0700 | 2025-03-05 17:08:59 +0100 | drivers/gpu/drm/xe/xe_shrinker.c | 1 | 1 | null | null | 20250508112931.3347 |
fc5c669c902c | 60b8d3a2365a | 11 | unknown | null | hang | medium | null | false | dt-bindings: display: msm: correct example in SM8350 MDSS schema | Dmitry Baryshkov | dmitry.baryshkov@oss.qualcomm.com | Konrad Dybcio | konrad.dybcio@oss.qualcomm.com | 2025-05-13 21:53:34 +0300 | 2025-05-02 03:54:03 +0300 | null | 5 | 2 | null | null | null |
d33724ffb743 | 3637e457eb00 | 8 | gpu/amd | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | unknown | unknown | null | true | drm/amd/display: Avoid flooding unnecessary info messages | Wayne Lin | Wayne.Lin@amd.com | Wayne Lin | Wayne.Lin@amd.com | 2025-05-13 14:36:27 -0400 | 2025-05-05 13:26:43 -0400 | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 | 3 | null | null | 20250513032026.838036 |
a3b7e65b6be5 | 63ab80d9ac0a | 123 | gpu/amd | drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | null-deref | trivial | null | false | drm/amd/display: Fix null check of pipe_ctx->plane_state for update_dchubp_dpp | Melissa Wen | mwen@igalia.com | Rafal Ostrowski | rostrows@amd.com | 2025-05-13 14:35:10 -0400 | 2025-01-10 12:00:34 -0500 | drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 3 | 3 | null pointer | null | 2.1 |
874697e12793 | 32953485c558 | 804 | gpu/amd | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | unknown | unknown | null | true | drm/amd/display: Defer BW-optimization-blocked DRR adjustments | John Olender | john.olender@gmail.com | Aric Cyr | aric.cyr@amd.com | 2025-05-13 14:21:24 -0400 | 2023-02-28 14:30:55 -0500 | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c;drivers/gpu/drm/amd/display/dc/core/dc.c | 9 | 3 | null | null | null |
d433981385c6 | 3637e457eb00 | 8 | gpu/amd | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | hang | medium | null | true | drm/amd/display: Correct the reply value when AUX write incomplete | Wayne Lin | Wayne.Lin@amd.com | Wayne Lin | Wayne.Lin@amd.com | 2025-05-13 14:18:09 -0400 | 2025-05-05 13:26:43 -0400 | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c;drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 10 | 3 | null | null | null |
82b7f88f2316 | 3074152e56c9 | 197 | arch/x86 | arch/x86/coco/sev/core.c | hang | medium | null | true | x86/sev: Make sure pages are not skipped during kdump | Ashish Kalra | ashish.kalra@amd.com | Ashish Kalra | ashish.kalra@amd.com | 2025-05-13 19:47:48 +0200 | 2024-10-28 18:06:54 +0100 | arch/x86/coco/sev/core.c | 7 | 4 | null | null | 20250506183529.289549 |
d2062cc1b1c3 | 3074152e56c9 | 197 | arch/x86 | arch/x86/coco/sev/core.c | hang | medium | null | true | x86/sev: Do not touch VMSA pages during SNP guest memory kdump | Ashish Kalra | ashish.kalra@amd.com | Ashish Kalra | ashish.kalra@amd.com | 2025-05-13 19:40:44 +0200 | 2024-10-28 18:06:54 +0100 | arch/x86/coco/sev/core.c | 158 | 86 | null | null | 20250428214151.155464 |
9a9c3e1fe525 | 3637e457eb00 | 8 | gpu/amd | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | unknown | unknown | null | false | drm/amd/display: Avoid flooding unnecessary info messages | Wayne Lin | Wayne.Lin@amd.com | Wayne Lin | Wayne.Lin@amd.com | 2025-05-13 13:38:20 -0400 | 2025-05-05 13:26:43 -0400 | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 | 3 | null | null | 20250513032026.838036 |
98e6da673cc6 | 35b97bb94111 | 1,267 | clk | drivers/clk/sunxi-ng/ccu-sun20i-d1.c | unknown | unknown | null | false | clk: sunxi-ng: d1: Add missing divider for MMC mod clocks | Andre Przywara | andre.przywara@arm.com | Samuel Holland | samuel@sholland.org | 2025-05-14 00:40:13 +0800 | 2021-11-23 10:29:05 +0100 | drivers/clk/sunxi-ng/ccu-sun20i-d1.c;drivers/clk/sunxi-ng/ccu_mp.h | 47 | 19 | null | null | 20250501120631.837186 |
3880cdbed1c4 | 9594dc3c7e71 | 2,158 | tracing | kernel/trace/bpf_trace.c | unknown | low | null | false | bpf: Fix WARN() in get_bpf_raw_tp_regs | Tao Chen | chen.dylane@linux.dev | Matt Mullins | mmullins@fb.com | 2025-05-13 09:32:56 -0700 | 2019-06-15 16:33:35 -0700 | kernel/trace/bpf_trace.c | 1 | 1 | null | null | 6.15;1.16;20250513042747.757042 |
f6b1eebbdbc7 | d26d16438bc5 | 7 | cpufreq | drivers/cpufreq/amd-pstate-ut.c | uninitialized | low | null | false | cpufreq/amd-pstate: Avoid shadowing ret in amd_pstate_ut_check_driver() | Nathan Chancellor | nathan@kernel.org | Swapnil Sapkal | swapnil.sapkal@amd.com | 2025-05-13 11:12:44 -0500 | 2025-05-05 12:07:42 -0500 | drivers/cpufreq/amd-pstate-ut.c | 1 | 1 | uninitialized | null | null |
f2420037d90a | 7a5c275fd821 | 3,042 | arch/arm | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | unknown | unknown | null | false | ARM: dts: qcom: apq8064: move replicator out of soc node | Dmitry Baryshkov | dmitry.baryshkov@oss.qualcomm.com | Ivan T. Ivanov | ivan.ivanov@linaro.org | 2025-05-13 17:00:59 +0100 | 2017-01-13 12:42:00 -0600 | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | 34 | 33 | null | null | null |
325c6a441ae1 | 24a9baf933dc | 3,443 | arch/arm | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | unknown | low | null | false | ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device | Dmitry Baryshkov | dmitry.baryshkov@oss.qualcomm.com | Bjorn Andersson | bjorn.andersson@sonymobile.com | 2025-05-13 17:00:59 +0100 | 2015-12-08 23:33:12 -0600 | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | 4 | 9 | null | null | null |
4b0eb149df58 | f335b8af4fd5 | 4,002 | arch/arm | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | unknown | low | null | false | ARM: dts: qcom: apq8064: add missing clocks to the timer node | Dmitry Baryshkov | dmitry.baryshkov@oss.qualcomm.com | Kumar Gala | galak@codeaurora.org | 2025-05-13 17:00:59 +0100 | 2014-05-29 10:39:07 -0500 | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | 2 | 0 | null | null | null |
79af71c5fe44 | 7220eabff8cb | 3 | docs | Documentation/bpf/bpf_iterators.rst | unknown | low | null | false | docs: bpf: Fix bullet point formatting warning | Khaled Elnaggar | khaledelnaggarlinux@gmail.com | Andrii Nakryiko | andrii@kernel.org | 2025-05-13 08:53:02 -0700 | 2025-05-09 22:49:15 -0700 | Documentation/bpf/bpf_iterators.rst | 5 | 5 | null | null | 20250513015901.475207 |
4ca45af0a56d | 65991ea8a6d1 | 68 | drivers | drivers/remoteproc/qcom_wcnss.c | hang | medium | null | false | remoteproc: qcom_wcnss: Fix on platforms without fallback regulators | Matti Lehtimäki | matti.lehtimaki@gmail.com | Matti Lehtimäki | matti.lehtimaki@gmail.com | 2025-05-13 10:34:33 -0500 | 2025-03-05 14:01:28 -0800 | drivers/remoteproc/qcom_wcnss.c | 2 | 1 | null | null | 20250511234026.94735 |
a92019606232 | ddc34e328d06 | 2,842 | fs/f2fs | fs/f2fs/super.c | crash | security | null | true | f2fs: don't over-report free space or inodes in statvfs | Chao Yu | chao@kernel.org | Chao Yu | yuchao0@huawei.com | 2025-05-13 15:32:41 +0000 | 2017-07-31 16:48:36 -0700 | fs/f2fs/super.c | 18 | 12 | null | null | 310891.13;53.371067071;304734.87;37.000000000 |
b278981b5ac1 | 4b4ab93ddc5f | 52 | docs | Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml | unknown | unknown | null | true | dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible | Krzysztof Kozlowski | krzysztof.kozlowski@linaro.org | Konrad Dybcio | konrad.dybcio@oss.qualcomm.com | 2025-05-13 10:15:55 -0500 | 2025-03-22 08:42:39 -0500 | Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml | 3 | 0 | null | null | 20250428075243.44256 |
0cb4b1b97041 | 1fcef985c8bd | 1,384 | drivers | drivers/remoteproc/qcom_wcnss_iris.c | unknown | unknown | null | false | remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe | Dan Carpenter | dan.carpenter@linaro.org | Bjorn Andersson | bjorn.andersson@linaro.org | 2025-05-13 10:10:55 -0500 | 2021-07-28 14:57:30 -0500 | drivers/remoteproc/qcom_wcnss_iris.c | 2 | 0 | null | null | null |
578e1b96fad7 | 8bd0488b5ea5 | 320 | drivers | drivers/hid/bpf/hid_bpf_dispatch.c | crash | high | null | true | HID: bpf: abort dispatch if device destroyed | Rong Zhang | i@rong.moe | Benjamin Tissoires | bentiss@kernel.org | 2025-05-13 15:53:50 +0200 | 2024-06-27 11:00:07 +0200 | drivers/hid/bpf/hid_bpf_dispatch.c | 9 | 0 | null | null | 20250512152420.87441 |
4227ea91e265 | ff39c2d68679 | 3,259 | drivers/net | drivers/net/dsa/b53/b53_common.c | unknown | unknown | null | false | net: dsa: b53: prevent standalone from trying to forward to other ports | Jonas Gorski | jonas.gorski@gmail.com | Florian Fainelli | f.fainelli@gmail.com | 2025-05-13 15:39:02 +0200 | 2016-06-09 22:21:29 -0700 | drivers/net/dsa/b53/b53_common.c;drivers/net/dsa/b53/b53_regs.h | 47 | 0 | null | null | 20250508091424.26870 |
a92e390e0d43 | 1c5b72daff46 | 140 | gpu/i915 | drivers/gpu/drm/i915/display/intel_dp_mst.c | unknown | security | null | false | drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST | Imre Deak | imre.deak@intel.com | Ankit Nautiyal | ankit.k.nautiyal@intel.com | 2025-05-13 16:38:41 +0300 | 2024-12-24 15:20:03 +0530 | drivers/gpu/drm/i915/display/intel_dp.c;drivers/gpu/drm/i915/display/intel_dp.h;drivers/gpu/drm/i915/display/intel_dp_mst.c | 8 | 5 | null | null | 20250509180340.554867 |
73b7fd4b2092 | dd3d035a7838 | 5 | docs | Documentation/gpu/amdgpu/amdgpu-glossary.rst | unknown | low | null | false | Documentation/gpu: Disambiguate SPI term | Bagas Sanjaya | bagasdotme@gmail.com | Rodrigo Siqueira | siqueira@igalia.com | 2025-05-13 09:37:42 -0400 | 2025-05-07 17:41:39 -0400 | Documentation/gpu/amdgpu/amdgpu-glossary.rst | 1 | 1 | null | null | 20250509185845.60 |
d8d47f739752 | 63ab80d9ac0a | 122 | gpu/amd | drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | null-deref | trivial | null | false | drm/amd/display: Fix null check of pipe_ctx->plane_state for update_dchubp_dpp | Melissa Wen | mwen@igalia.com | Rafal Ostrowski | rostrows@amd.com | 2025-05-13 09:35:17 -0400 | 2025-01-10 12:00:34 -0500 | drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 3 | 3 | null pointer | null | 2.1 |
085c997d4409 | aded8b3c36f1 | 12 | gpu/amd | drivers/gpu/drm/amd/amdkfd/kfd_int_process_v10.c | hang | medium | null | false | drm/amdkfd: drop warning in event_interrupt_isr_v1*() | Alex Deucher | alexander.deucher@amd.com | Alex Deucher | alexander.deucher@amd.com | 2025-05-13 09:34:09 -0400 | 2025-04-30 18:16:53 -0400 | drivers/gpu/drm/amd/amdkfd/kfd_int_process_v10.c;drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c | 2 | 4 | null | null | null |
648a0dc0d78c | 4ce60dbada96 | 34 | gpu/amd | drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | deadlock | medium | null | false | drm/amdgpu: Fix user queue deadlock by reordering mutex locking | Jesse.Zhang | Jesse.Zhang@amd.com | Alex Deucher | alexander.deucher@amd.com | 2025-05-13 09:32:25 -0400 | 2025-04-08 16:48:22 -0400 | drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 3 | 2 | deadlock | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.