Linux kernel API changes/additions

后端 未结 2 1876
梦毁少年i
梦毁少年i 2021-01-05 23:11

I\'m not sure if this is the right place to ask this, but I\'m trying to find a webpage or docs or XYZ that will allow me to see all the API changes/additions/removals betwe

2条回答
  •  离开以前
    2021-01-05 23:44

    See kernel API/ABI tracker here: http://abi-laboratory.pro/tracker/timeline/linux/

    The analysis was done by the abi-compliance-checker and abi-dumper tools.

    Analysis reports show added/removed symbols, detailed changes in parameters and data types in the vmlinux binary and basic modules. I maintain this page, so feel free to ask me to check any particular kernel versions.

提交回复
热议问题