点击查看kernel.org网站上我的Linux内核邮件列表
点击查看kernel.org网站上我的Linux内核上游仓库提交记录(加载需要一丢丢时间哈,可以直接查看下面列出的补丁链接)
Linux内核是我现在的工作,更是我的兴趣和信仰(自由软件),在内核社区里可以让我这个小菜鸟直接和世上最顶尖的程序员交流。
主要从事的方向是文件系统(nfs,smb等),修复多个内核社区CVE(通用漏洞披露,Common Vulnerabilities and Exposures)。
下面按时间顺序列出所有的补丁,最新的补丁放在前面。
[PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc
[PATCH v7 0/2] smb: move duplicate definitions to common header file
smb/server: update misguided comment of smb2_allocate_rsp_buf()
smb/server: remove useless assignment of ‘file_present’ in smb2_open()
CVE-2024-46742: smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()(查看分析)
NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.h
CVE-2023-53061: ksmbd: fix possible refcount leak in smb2_open()(邮件列表)
NFSv4.x: Fail client initialisation if state manager thread can’t run(这个补丁是maintainer剽窃我的,我的补丁请查看这里)
NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()(查看分析)
CVE-2022-24448: NFS: make sure open context mode have FMODE_EXEC when file open for exec(查看分析)
cifs: fix missing unlock in cifs_file_copychunk_range()(邮件列表)
CVE-2022-49033: btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()(邮件列表)
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops
nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops
nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops
debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops
CVE-2023-26607: ntfs: fix use-after-free in ntfs_ucsncmp()(邮件列表)
cifs: return the more nuanced writeback error on close()(邮件列表)
NFS: Don’t report ENOSPC write errors twice(这个补丁是maintainer剽窃我的,我的补丁请查看这里)
CVE-2022-24448: NFSv4: fix open failure with O_ACCMODE flag(查看分析)
CVE-2022-24448: Revert “NFSv4: Handle the special Linux file open access mode”(查看分析)
CVE-2022-48931: configfs: fix a race in configfs_{,un}register_subsystem()(查看分析)
x86/sgx: Correct kernel-doc’s arg name in sgx_encl_release()
perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()
除了mainline仓库的补丁外,还有以下补丁: