aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-29!6753 [sync] PR-6677: v3 olk-5.10: bugfix for mmopenEuler-22.03-LTS-SP2openeuler-ci-bot2-7/+8
2024-04-29mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2024-04-29mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman1-3/+4
2024-04-28!6504 cachefiles: fix memory leak in cachefiles_add_cache()openeuler-ci-bot1-0/+3
2024-04-28!6688 [sync] PR-6580: drm/mediatek: Fix a null pointer crash in mtk_drm_crtc...openeuler-ci-bot1-5/+7
2024-04-28drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-04-28!6638 [sync] PR-6561: md: fix kmemleak of rdev->serialopeneuler-ci-bot1-0/+1
2024-04-26!6600 [sync] PR-6584: ACPI: processor_idle: Fix memory leak in acpi_processo...openeuler-ci-bot1-0/+2
2024-04-26!6609 [sync] PR-6579: media: rc: bpf attach/detach requires write permissionopeneuler-ci-bot3-5/+8
2024-04-26!6608 [sync] PR-6568: IB/hfi1: Fix a memleak in init_credit_returnopeneuler-ci-bot1-1/+5
2024-04-26!6610 [sync] PR-6543: net: ice: Fix potential NULL pointer dereference in ic...openeuler-ci-bot1-0/+2
2024-04-26!6612 [sync] PR-6520: firmware: arm_scmi: Fix double free in SMC transport c...openeuler-ci-bot1-0/+7
2024-04-26md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-04-25!6250 ubi: Check for too small LEB size in VTBL codeopeneuler-ci-bot1-0/+6
2024-04-25firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara1-0/+7
2024-04-25!6450 [sync] PR-6281: v2 net/mlx5: Update error handler for UCTX and UMEMopeneuler-ci-bot1-2/+2
2024-04-25net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-04-25media: rc: bpf attach/detach requires write permissionSean Young3-5/+8
2024-04-25net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-04-25IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-04-25ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf1-0/+2
2024-04-25!6477 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakopeneuler-ci-bot1-1/+1
2024-04-25!6576 [sync] PR-6417: media: pvrusb2: fix uaf in pvr2_context_set_notifyopeneuler-ci-bot1-1/+1
2024-04-24media: pvrusb2: fix uaf in pvr2_context_set_notifyEdward Adam Davis1-1/+1
2024-04-24!6415 [sync] PR-5510: bus: mhi: host: Drop chan lock before queuing buffersopeneuler-ci-bot1-0/+4
2024-04-24!6144 [sync] PR-6103: riscv: Sparse-Memory/vmemmap out-of-bounds fixopeneuler-ci-bot1-1/+1
2024-04-24!6536 [sync] PR-5222: powerpc/mm: Fix null-pointer dereference in pgtable_ca...openeuler-ci-bot1-2/+3
2024-04-24!6540 [sync] PR-5273: net/smc: fix illegal rmb_desc access in SMC-D connecti...openeuler-ci-bot1-1/+1
2024-04-24!6530 [sync] PR-5468: media: mtk-jpeg: Fix use after free bug due to error p...openeuler-ci-bot1-3/+3
2024-04-24!6498 [sync] PR-6407: wifi: ath10k: fix NULL pointer dereference in ath10k_w...openeuler-ci-bot1-0/+4
2024-04-24net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-04-24powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan1-2/+3
2024-04-24!6507 [sync] PR-5773: patches for CVE-2023-52617openeuler-ci-bot1-9/+20
2024-04-24!6503 [sync] PR-5772: firmware: arm_scmi: Check mailbox/SMT channel for cons...openeuler-ci-bot3-0/+21
2024-04-24!6519 Fix CVE-2023-52498openeuler-ci-bot3-138/+200
2024-04-24media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpe...Zheng Wang1-3/+3
2024-04-23PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki1-1/+1
2024-04-23PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-04-23PM: core: Remove unnecessary (void *) conversionsLi zeming1-6/+6
2024-04-23PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki1-27/+57
2024-04-23PM: sleep: Use dev_printk() when possibleBjorn Helgaas1-4/+5
2024-04-23async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki2-0/+31
2024-04-23async: Split async_schedule_node_domain()Rafael J. Wysocki1-22/+34
2024-04-23PCI: switchtec: Fix an error handling path in switchtec_pci_probe()Christophe JAILLET1-1/+3
2024-04-23PCI: switchtec: Fix stdev_release() crash after surprise hot removeDaniel Stodden1-8/+17
2024-04-23cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+3
2024-04-23firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi3-0/+21
2024-04-23!6489 [sync] PR-6455: CVE-2021-47182openeuler-ci-bot1-45/+49
2024-04-23!6484 [sync] PR-3998: cpufreq: CPPC: Fix performance/frequency conversionopeneuler-ci-bot1-24/+23
2024-04-23wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo1-0/+4
2024-04-23!6434 [sync] PR-6312: fix CVE-2024-24861 for 5.10openeuler-ci-bot1-2/+2
2024-04-23scsi: core: Fix scsi_mode_sense() buffer length handlingDamien Le Moal1-10/+15
2024-04-23scsi: core: Reshuffle response handling in scsi_mode_sense()Hannes Reinecke1-38/+37
2024-04-23cpufreq: CPPC: Fix performance/frequency conversionPierre Gondois1-24/+23
2024-04-23do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
2024-04-23!3994 [sync] PR-3982: ACPI: CPPC: Assume no transition latency if no PCCTopeneuler-ci-bot1-1/+16
2024-04-23!6471 [sync] PR-3793: cppc_cpufreq: use policy->cpu in cppc_set_perf()openeuler-ci-bot1-81/+85
2024-04-23cppc_cpufreq: use policy->cpu as driver of frequency settingIonela Voinescu1-2/+3
2024-04-23cppc_cpufreq: clean up cpu, cpu_num and cpunum variable useIonela Voinescu1-75/+70
2024-04-23cppc_cpufreq: get cpunum from fb_ctrs instead of smp_processor_id()Zeng Heng1-8/+16
2024-04-23net/mlx5: Update error handler for UCTX and UMEMNeta Ostrovsky1-2/+2
2024-04-22media: xc4000: Fix atomicity violation in xc4000_get_frequencyGui-Dong Han1-2/+2
2024-04-22!6412 [sync] PR-5195: dmaengine: fix NULL pointer in channel unregistration ...openeuler-ci-bot1-0/+3
2024-04-22bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2024-04-22dmaengine: fix NULL pointer in channel unregistration functionAmelie Delaunay1-0/+3
2024-04-22!6299 sp2 fix deadlock in cgroup1_writebackopeneuler-ci-bot2-14/+25
2024-04-19cgroup_writeback: fix softlockup for blkcg->memcg_listChen Ridong2-8/+12
2024-04-19cgroup_writeback: fix deadlock in cgroup1_writebackLu Jialin2-8/+15
2024-04-19!6088 Fix CVE-2024-26764openeuler-ci-bot2-3/+16
2024-04-18!5968 Fix CVE-2023-52441 and integrate the pre-patchopeneuler-ci-bot5-53/+135
2024-04-18riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-04-17!6194 serial: 8250_port: Check IRQ data before useopeneuler-ci-bot1-1/+4
2024-04-17ubi: Check for too small LEB size in VTBL codeRichard Weinberger1-0/+6
2024-04-17!6182 [sync] PR-5093: wifi: mac80211: fix potential key use-after-freeopeneuler-ci-bot2-1/+4
2024-04-17!6219 RDMA/siw: Fix connection failure handlingopeneuler-ci-bot1-4/+12
2024-04-17!6239 [sync] PR-6186: Fixed CVE-2023-52504openeuler-ci-bot1-0/+13
2024-04-17!6220 x86/srso: Fix SBPB enablement for spec_rstack_overflow=offopeneuler-ci-bot1-1/+1
2024-04-17!6237 uio_hv_generic: Fix another memory leak in error handling pathsopeneuler-ci-bot0-0/+0
2024-04-17!6233 [sync] PR-6192: arm64: dts: qcom: sdm845-db845c: Mark cont splash memo...openeuler-ci-bot2-1/+12
2024-04-17x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2024-04-17uio_hv_generic: Fix another memory leak in error handling pathsChristophe JAILLET1-1/+3
2024-04-17arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reservedAmit Pundir1-0/+9
2024-04-17uio_hv_generic: Fix another memory leak in error handling pathsChristophe JAILLET1-1/+3
2024-04-17!6195 tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionopeneuler-ci-bot1-4/+6
2024-04-17!6191 [sync] PR-5466: wifi: ath9k: Fix potential array-index-out-of-bounds r...openeuler-ci-bot1-2/+3
2024-04-17x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf1-1/+1
2024-04-17RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2024-04-17!6187 [sync] PR-5770: v2 scsi: hisi_sas: Fixed some issues in the SASopeneuler-ci-bot1-7/+6
2024-04-17!6115 cifs: Fix UAF in cifs_demultiplex_thread()openeuler-ci-bot2-11/+24
2024-04-16tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas1-4/+6
2024-04-16serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2024-04-16wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-04-16scsi: hisi_sas: Add cond_resched() to cq_thread_v3_hw()Yihang Li1-0/+1
2024-04-16scsi: hisi_sas: Default enable interrupt coalescingYihang Li1-7/+5
2024-04-16!6174 [sync] PR-6137: vfio/pci: Lock external INTx masking opsopeneuler-ci-bot1-6/+24
2024-04-16wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2024-04-16!6128 fix-CVE-2021-47101-openEuler-22.03-LTS-SP2openeuler-ci-bot1-40/+33
2024-04-16vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+24
2024-04-16!6156 [sync] PR-5717: v2 fix CVE-2023-52587openeuler-ci-bot1-5/+2
2024-04-16!6150 [sync] PR-6101: vfio/pci: Disable auto-enable of exclusive INTx IRQopeneuler-ci-bot1-7/+10
2024-04-16!6146 [sync] PR-6047: hv_netvsc: Fix race condition between netvsc_probe and...openeuler-ci-bot1-1/+4
2024-04-16!6133 [sync] PR-4923: mm/damon/vaddr-test: fix memory leak in damon_do_test_...openeuler-ci-bot1-0/+2
2024-04-16!5421 [sync] PR-5317: KVM: s390: fix setting of fpc registeropeneuler-ci-bot1-5/+0
2024-04-16IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2024-04-16RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2024-04-16vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-16hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2024-04-16!5131 [sync] PR-5113: fix CVE-2023-52578openeuler-ci-bot5-41/+67
2024-04-16!5122 [sync] PR-5062: team: fix null-ptr-deref when team device type is changedopeneuler-ci-bot2-1/+11
2024-04-16!6119 wifi: rt2x00: restart beacon queue when hardware resetopeneuler-ci-bot2-0/+14
2024-04-16!6056 [sync] PR-6017: drm/amdgpu: fix use-after-free bugopeneuler-ci-bot1-4/+16
2024-04-15!6121 dma-debug: don't call __dma_entry_alloc_check_leak() under free_entrie...openeuler-ci-bot1-5/+15
2024-04-15mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2024-04-15asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2024-04-15asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2024-04-15net: asix: fix uninit value bugsPavel Skripkin1-40/+31
2024-04-15dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky1-5/+15
2024-04-15wifi: rt2x00: restart beacon queue when hardware resetShiji Yang2-0/+14
2024-04-15cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2024-04-15!6079 [sync] PR-5973: EDAC/thunderx: Fix possible out-of-bounds string accessopeneuler-ci-bot1-5/+5
2024-04-15fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-04-15fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2-1/+10
2024-04-15!6044 [sync] PR-5995: mm/swap: fix race when skipping swapcacheopeneuler-ci-bot3-0/+38
2024-04-15!6024 [sync] PR-5970: fixup CVE-2024-26751openeuler-ci-bot1-0/+1
2024-04-15!6036 [sync] PR-5969: fbdev: savage: Error out if pixclock equals zeroopeneuler-ci-bot1-0/+3
2024-04-13EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann1-5/+5
2024-04-13!5850 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_...openeuler-ci-bot1-5/+4
2024-04-13!6060 fs/ntfs3: fix CVE-2023-52640openeuler-ci-bot1-1/+12
2024-04-12fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis1-0/+3
2024-04-12fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng1-1/+6
2024-04-12ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng1-0/+3
2024-04-12drm/amdgpu: fix use-after-free bugVitaly Prosyak1-4/+16
2024-04-12mm/swap: fix race when skipping swapcacheKairui Song3-0/+38
2024-04-12!5989 [sync] PR-5901: CVE-2024-26695openeuler-ci-bot1-2/+8
2024-04-12!5982 [sync] PR-5812: afs: Increase buffer size in afs_update_volume_status()openeuler-ci-bot1-2/+2
2024-04-12fbdev: savage: Error out if pixclock equals zeroFullway Wang1-0/+3
2024-04-11ARM: ep93xx: Add terminator to gpiod_lookup_tableNikita Shubin1-0/+1
2024-04-11!5949 [sync] PR-5831: fbdev: sis: Error out if pixclock equals zeroopeneuler-ci-bot1-0/+2
2024-04-11!5960 [sync] PR-5884: KVM: arm64: vgic-its: Fix CVE-2024-26598 fix patch issueopeneuler-ci-bot1-1/+1
2024-04-11!5844 [sync] PR-5348: s390/ptrace: handle setting of fpc register correctlyopeneuler-ci-bot1-3/+3
2024-04-11!5962 [sync] PR-5745: v2 iommu/arm-smmu-v3: fix using uninitialized or unche...openeuler-ci-bot1-4/+6
2024-04-11crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-04-11!5859 dmaengine: ti: edma: Add some null pointer checks to the edma_probeopeneuler-ci-bot1-0/+10
2024-04-11afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-04-10!5940 CVE-2021-46926openeuler-ci-bot1-2/+3
2024-04-10!5946 [sync] PR-5861: ksmbd: fix uaf in smb20_oplock_break_ackopeneuler-ci-bot1-2/+2
2024-04-10!5938 [sync] PR-5911: CVE-2023-52484openeuler-ci-bot1-4/+33
2024-04-10ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon3-10/+18
2024-04-10ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon4-37/+111
2024-04-10ksmbd: return unsupported error on smb1 mountNamjae Jeon3-30/+30
2024-04-10ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon1-2/+2
2024-04-10!5934 [sync] PR-5895: i2c: i801: Fix block process call transactionsopeneuler-ci-bot1-2/+2
2024-04-10iommu/arm-smmu-v3: fix using uninitialized or unchecked symbolZhang Zekun1-4/+6
2024-04-10!5929 [sync] PR-5863: CVE-2024-26788openeuler-ci-bot1-9/+8
2024-04-10!5910 [sync] PR-4928: drm/bridge: sii902x: Fix probing race issueopeneuler-ci-bot1-7/+11
2024-04-10!5783 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best...openeuler-ci-bot1-0/+4
2024-04-10KVM: arm64: vgic-its: Fix CVE-2024-26598 fix patch issueJinjie Ruan1-1/+1
2024-04-10!5917 [sync] PR-5870: drivers/amd/pm: fix a use-after-free in kv_parse_power...openeuler-ci-bot1-3/+1
2024-04-10!5902 [sync] PR-4931: phy: ti: phy-omap-usb2: Fix NULL pointer dereference f...openeuler-ci-bot1-2/+2
2024-04-10fbdev: sis: Error out if pixclock equals zeroFullway Wang1-0/+2
2024-04-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2024-04-10ALSA: hda: intel-sdw-acpi: harden detection of controllerLibin Yang1-2/+3
2024-04-10iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_rangeNicolin Chen1-3/+25
2024-04-10iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen1-1/+8
2024-04-10!5914 [sync] PR-5811: Fixed CVE-2021-47037openeuler-ci-bot3-105/+108
2024-04-10!5873 [sync] PR-4794: serial: imx: fix tx statemachine deadlockopeneuler-ci-bot1-2/+2
2024-04-10!4910 [sync] PR-4865: Input: powermate - fix use-after-free in powermate_con...openeuler-ci-bot1-0/+1
2024-04-10i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-04-10dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein1-9/+8
2024-04-10!5898 [sync] PR-5808: nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()openeuler-ci-bot1-1/+7
2024-04-10!5890 [sync] PR-5832: CVE-2023-52467openeuler-ci-bot1-0/+4
2024-04-10drivers/amd/pm: fix a use-after-free in kv_parse_power_tableZhipeng Lu1-3/+1
2024-04-10ASoC: q6afe-clocks: fix reprobing of the driverDmitry Baryshkov3-105/+108
2024-04-10ASoC: q6afe-clocks: fix warning on symbol scopeSrinivas Kandagatla1-1/+1
2024-04-09drm/bridge: sii902x: Fix probing race issueTomi Valkeinen1-7/+11
2024-04-09phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRPTony Lindgren1-2/+2
2024-04-09nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-04-09!5750 ksmbd: fix global oob in ksmbd_nl_policyopeneuler-ci-bot2-3/+4
2024-04-09mfd: syscon: Fix null pointer dereference in of_syscon_register()Kunwu Chan1-0/+4
2024-04-09serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2024-04-09dmaengine: ti: edma: Add some null pointer checks to the edma_probeKunwu Chan1-0/+10
2024-04-09ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li1-5/+4
2024-04-09!5828 [sync] PR-5785: net: qualcomm: rmnet: fix global oob in rmnet_policyopeneuler-ci-bot1-1/+1
2024-04-09!5818 [sync] PR-5780: bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSopeneuler-ci-bot1-0/+4
2024-04-09!5814 [sync] PR-5787: bpf: fix check for attempt to corrupt spilled pointeropeneuler-ci-bot1-1/+1
2024-04-09s390/ptrace: handle setting of fpc register correctlyHeiko Carstens1-3/+3
2024-04-09!4801 [sync] PR-4764: binder: signal epoll threads of self-workopeneuler-ci-bot1-0/+10
2024-04-09!5792 usb: hub: Guard against accesses to uninitialized BOS descriptorsopeneuler-ci-bot2-5/+25
2024-04-09!5799 [sync] PR-5788: v2 Patches to Fix CVE-2023-52454openeuler-ci-bot1-1/+16
2024-04-09!5819 [sync] PR-5789: perf/x86/lbr: Filter vsyscall addressesopeneuler-ci-bot1-2/+3
2024-04-09net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma1-1/+1
2024-04-09!5777 [sync] PR-5724: ALSA: sh: aica: reorder cleanup operations to avoid UA...openeuler-ci-bot1-3/+14
2024-04-09!4780 [sync] PR-4772: x86/fpu: Stop relying on userspace for info to fault i...openeuler-ci-bot1-8/+5
2024-04-09perf/x86/lbr: Filter vsyscall addressesJP Kobryn1-2/+3
2024-04-09bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun1-0/+4
2024-04-09bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2024-04-09!5766 [sync] PR-5642: btrfs: don't abort filesystem when attempting to snaps...openeuler-ci-bot1-0/+3
2024-04-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-04-08nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2024-04-08usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo2-5/+25