Linux kernel ABI tracker

2016-11-28 Thread Ponomarenko Andrey
Hello, This is a tracker of ABI changes in the new upstream releases of the Linux kernel (defconfig, x86_64): https://abi-laboratory.pro/tracker/timeline/linux/ The tracker performs backward binary compatibility analysis of all public exported symbols and data types (declared in the ".ksymtab"

Linux Kernel ABI Tracker

2013-11-13 Thread Andrey Ponomarenko
Hi all, I've created a new tool for Linux developers: Kernel ABI Tracker (http://upstream-tracker.org/kernel/). This tool looks for new releases of the Linux kernel, builds them and tracks API/ABI changes using a set of basic tools: ABI Dumper and ABI Compliance Checker. More info: http:/