查看linux内核函数变更的方法

本文指导如何通过GitHistory工具追踪Linux内核PCI模块的pci_cleanup_aer_uncorrect_error_status函数的修改记录,以及如何使用gitshow查看相应版本。
摘要由CSDN通过智能技术生成

linux内核API在不断更新迭代,如何查看函数API在何时被修改?例:pci_cleanup_aer_uncorrect_error_status函数

查看函数在哪次提交修改

使用Git History插件查看提交日志中关于pci_cleanup_aer_uncorrect_error_status的信息
在这里插入图片描述

点击previous,查看提交对比,确认是在894020fdd88c1e9a74c60b67c0f19f1c7696ba2f提交修改的函数
在这里插入图片描述

查看函数在什么版本修改

使用git show命令查看提交时的版本

$ git show 894020fdd88c1e9a74c60b67c0f19f1c7696ba2f:Makefile
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 6
SUBLEVEL = 0
EXTRAVERSION = -rc1
NAME = Kleptomaniac Octopus

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.

# That's our default target when none is given on the command line

驱动兼容处理

#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
	pci_aer_clear_nonfatal_status(pdev);
#else
	pci_cleanup_aer_uncorrect_error_status(pdev);
#endif

关注博主公众号,优质文章不断更新
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

最好有梦想~

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值