aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-29!6751 [sync] PR-6677: v3 olk-5.10: bugfix for mmopenEuler-22.03-LTSopeneuler-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!6509 cachefiles: fix memory leak in cachefiles_add_cache()openeuler-ci-bot1-0/+3
2024-04-28!6686 [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!6636 [sync] PR-6561: md: fix kmemleak of rdev->serialopeneuler-ci-bot1-0/+1
2024-04-26!6599 [sync] PR-6584: ACPI: processor_idle: Fix memory leak in acpi_processo...openeuler-ci-bot1-0/+2
2024-04-26!6605 [sync] PR-6579: media: rc: bpf attach/detach requires write permissionopeneuler-ci-bot3-5/+8
2024-04-26!6604 [sync] PR-6568: IB/hfi1: Fix a memleak in init_credit_returnopeneuler-ci-bot1-1/+5
2024-04-26!6613 [sync] PR-6543: net: ice: Fix potential NULL pointer dereference in ic...openeuler-ci-bot1-0/+2
2024-04-26!6602 [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!6248 ubi: Check for too small LEB size in VTBL codeopeneuler-ci-bot1-0/+6
2024-04-25net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-04-25!6448 [sync] PR-6281: v2 net/mlx5: Update error handler for UCTX and UMEMopeneuler-ci-bot1-2/+2
2024-04-25media: rc: bpf attach/detach requires write permissionSean Young3-5/+8
2024-04-25IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-04-25firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara1-0/+7
2024-04-25ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf1-0/+2
2024-04-25!6475 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakopeneuler-ci-bot1-1/+1
2024-04-25!6574 [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!6499 v2 Add hugetlb MADV_DONTNEED supportopeneuler-ci-bot6-24/+87
2024-04-24!6413 [sync] PR-5510: bus: mhi: host: Drop chan lock before queuing buffersopeneuler-ci-bot1-0/+4
2024-04-24!6264 [sync] PR-6103: riscv: Sparse-Memory/vmemmap out-of-bounds fixopeneuler-ci-bot1-1/+1
2024-04-24!6537 [sync] PR-5273: net/smc: fix illegal rmb_desc access in SMC-D connecti...openeuler-ci-bot1-1/+1
2024-04-24!6528 [sync] PR-5468: media: mtk-jpeg: Fix use after free bug due to error p...openeuler-ci-bot1-3/+3
2024-04-24!6545 v2 powerpc/mm: Fix null-pointer dereference in pgtable_cache_addopeneuler-ci-bot1-2/+3
2024-04-24!6496 [sync] PR-6407: wifi: ath10k: fix NULL pointer dereference in ath10k_w...openeuler-ci-bot1-0/+4
2024-04-24powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan1-2/+3
2024-04-24net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-04-24!5802 [sync] PR-5773: patches for CVE-2023-52617openeuler-ci-bot1-9/+20
2024-04-24!5801 [sync] PR-5772: firmware: arm_scmi: Check mailbox/SMT channel for cons...openeuler-ci-bot3-0/+21
2024-04-24!6516 fixe 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-23cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+3
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-23firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi3-0/+21
2024-04-23!6487 [sync] PR-6455: CVE-2021-47182openeuler-ci-bot1-45/+49
2024-04-23hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz5-16/+32
2024-04-23madvise: use zap_page_range_single for madvise dontneedMike Kravetz3-6/+16
2024-04-23mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel1-1/+11
2024-04-23mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-2/+29
2024-04-23wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo1-0/+4
2024-04-23!6440 [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-23do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
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!6410 [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-19!6080 Fix CVE-2024-26764openeuler-ci-bot2-3/+16
2024-04-18!5966 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-17ubi: Check for too small LEB size in VTBL codeRichard Weinberger1-0/+6
2024-04-17!6180 [sync] PR-5093: wifi: mac80211: fix potential key use-after-freeopeneuler-ci-bot2-1/+4
2024-04-17!6218 RDMA/siw: Fix connection failure handlingopeneuler-ci-bot1-4/+12
2024-04-17!6236 [sync] PR-6193: uio_hv_generic: Fix another memory leak in error handl...openeuler-ci-bot1-1/+3
2024-04-17!6232 [sync] PR-6192: arm64: dts: qcom: sdm845-db845c: Mark cont splash memo...openeuler-ci-bot1-0/+9
2024-04-17!6186 Fixed CVE-2023-52504openeuler-ci-bot1-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-17!6196 tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionopeneuler-ci-bot1-4/+6
2024-04-17!6188 [sync] PR-5466: wifi: ath9k: Fix potential array-index-out-of-bounds r...openeuler-ci-bot1-2/+3
2024-04-17RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2024-04-17!6113 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-16wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-04-16!6172 [sync] PR-6137: vfio/pci: Lock external INTx masking opsopeneuler-ci-bot1-6/+24
2024-04-16x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2024-04-16wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2024-04-16!6125 fix-CVE-2021-47101openeuler-ci-bot1-40/+33
2024-04-16vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+24
2024-04-16!6135 [sync] PR-5717: v2 fix CVE-2023-52587openeuler-ci-bot1-5/+2
2024-04-16!6148 [sync] PR-6101: vfio/pci: Disable auto-enable of exclusive INTx IRQopeneuler-ci-bot1-7/+10
2024-04-16!6141 [sync] PR-6047: hv_netvsc: Fix race condition between netvsc_probe and...openeuler-ci-bot1-1/+4
2024-04-16!6131 [sync] PR-4923: mm/damon/vaddr-test: fix memory leak in damon_do_test_...openeuler-ci-bot1-0/+2
2024-04-16!5419 [sync] PR-5317: KVM: s390: fix setting of fpc registeropeneuler-ci-bot1-5/+0
2024-04-16vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-16!5129 [sync] PR-5113: fix CVE-2023-52578openeuler-ci-bot5-41/+67
2024-04-16!5120 [sync] PR-5062: team: fix null-ptr-deref when team device type is changedopeneuler-ci-bot2-1/+11
2024-04-16hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2024-04-16!6117 wifi: rt2x00: restart beacon queue when hardware resetopeneuler-ci-bot2-0/+14
2024-04-16!6054 [sync] PR-6017: drm/amdgpu: fix use-after-free bugopeneuler-ci-bot1-4/+16
2024-04-15!6122 dma-debug: don't call __dma_entry_alloc_check_leak() under free_entrie...openeuler-ci-bot1-5/+15
2024-04-15IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2024-04-15RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
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!6077 [sync] PR-5973: EDAC/thunderx: Fix possible out-of-bounds string accessopeneuler-ci-bot1-5/+5
2024-04-15!6046 mm/swap: fix race when skipping swapcacheopeneuler-ci-bot3-1/+40
2024-04-15!6022 [sync] PR-5970: fixup CVE-2024-26751openeuler-ci-bot1-0/+1
2024-04-15!6034 [sync] PR-5969: fbdev: savage: Error out if pixclock equals zeroopeneuler-ci-bot1-0/+3
2024-04-13fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-04-13fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2-1/+10
2024-04-13EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann1-5/+5
2024-04-13!5848 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_...openeuler-ci-bot1-5/+4
2024-04-13!6057 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-1/+40
2024-04-12!5987 [sync] PR-5901: CVE-2024-26695openeuler-ci-bot1-2/+8
2024-04-12!5980 [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!5947 [sync] PR-5831: fbdev: sis: Error out if pixclock equals zeroopeneuler-ci-bot1-0/+2
2024-04-11!5958 [sync] PR-5884: KVM: arm64: vgic-its: Fix CVE-2024-26598 fix patch issueopeneuler-ci-bot1-1/+1
2024-04-11!5842 [sync] PR-5348: s390/ptrace: handle setting of fpc register correctlyopeneuler-ci-bot1-3/+3
2024-04-11crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-04-11!5856 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!5942 CVE-2021-46926openeuler-ci-bot1-2/+3
2024-04-10!5944 [sync] PR-5861: ksmbd: fix uaf in smb20_oplock_break_ackopeneuler-ci-bot1-2/+2
2024-04-10!5936 [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!5932 [sync] PR-5895: i2c: i801: Fix block process call transactionsopeneuler-ci-bot1-2/+2
2024-04-10!5927 [sync] PR-5863: CVE-2024-26788openeuler-ci-bot1-9/+8
2024-04-10!5908 [sync] PR-4928: drm/bridge: sii902x: Fix probing race issueopeneuler-ci-bot1-7/+11
2024-04-10!5782 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!5918 [sync] PR-5870: drivers/amd/pm: fix a use-after-free in kv_parse_power...openeuler-ci-bot1-3/+1
2024-04-10!5903 [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!5907 [sync] PR-5811: Fixed CVE-2021-47037openeuler-ci-bot3-105/+108
2024-04-10!5871 [sync] PR-4794: serial: imx: fix tx statemachine deadlockopeneuler-ci-bot1-2/+2
2024-04-10!4907 [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!5896 [sync] PR-5808: nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()openeuler-ci-bot1-1/+7
2024-04-10!5888 [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-09drm/bridge: sii902x: Fix probing race issueTomi Valkeinen1-7/+11
2024-04-09ASoC: q6afe-clocks: fix reprobing of the driverDmitry Baryshkov3-105/+108
2024-04-09ASoC: q6afe-clocks: fix warning on symbol scopeSrinivas Kandagatla1-1/+1
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!5748 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!5826 [sync] PR-5785: net: qualcomm: rmnet: fix global oob in rmnet_policyopeneuler-ci-bot1-1/+1
2024-04-09!5817 [sync] PR-5780: bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSopeneuler-ci-bot1-0/+4
2024-04-09s390/ptrace: handle setting of fpc register correctlyHeiko Carstens1-3/+3
2024-04-09!4799 [sync] PR-4764: binder: signal epoll threads of self-workopeneuler-ci-bot1-0/+10
2024-04-09!5790 usb: hub: Guard against accesses to uninitialized BOS descriptorsopeneuler-ci-bot2-5/+25
2024-04-09!5797 [sync] PR-5788: v2 Patches to Fix CVE-2023-52454openeuler-ci-bot1-1/+16
2024-04-09!5820 [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!5775 [sync] PR-5724: ALSA: sh: aica: reorder cleanup operations to avoid UA...openeuler-ci-bot1-3/+14
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-09!5764 [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
2024-04-08ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li1-0/+4
2024-04-08ALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou1-3/+14
2024-04-07btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval1-0/+3
2024-04-07ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-04-03!5704 [sync] PR-5507: ext4: Validate inode pa before using preallocation blocksopeneuler-ci-bot1-0/+62
2024-04-03!5708 ext4: dio: Put endio underopeneuler-ci-bot7-47/+87
2024-04-02ext4: Optimize endio process for DIO overwritesZhihao Cheng1-3/+8
2024-04-02iomap: Add a IOMAP_DIO_MAY_INLINE_COMP flagZhihao Cheng2-2/+15
2024-04-02iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig7-23/+23
2024-04-02iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig1-4/+4
2024-04-02iomap: add IOMAP_DIO_INLINE_COMPJens Axboe1-2/+8
2024-04-02iomap: use an unsigned type for IOMAP_DIO_* definesJens Axboe1-4/+4
2024-04-02iomap: cleanup up iomap_dio_bio_end_io()Jens Axboe1-12/+28
2024-04-02ext4: Validate inode pa before using preallocation blocksZhihao Cheng1-0/+62
2024-04-01!5681 [sync] PR-5266: llc: call sock_orphan() at release timeopeneuler-ci-bot1-0/+2
2024-04-01!5689 net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()openeuler-ci-bot1-18/+12
2024-04-01!5685 [sync] PR-5253: tomoyo: fix UAF write bug in tomoyo_write_control()openeuler-ci-bot1-1/+2
2024-04-01net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2024-04-01tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa1-1/+2