Re: A new approach to verify changes in the Linux kernel ABI

2016-03-14 Thread Ben Hutchings
On Mon, 2016-03-14 at 19:38 +0300, Ponomarenko Andrey wrote: > Hello, > > I've released new versions of the abi-compliance-checker and abi- > dumper tools that are now able to easily verify compatibility of > changes in the Linux kernel ABI: https://github.com/lvc/ > > 1. The kernel should be com

A new approach to verify changes in the Linux kernel ABI

2016-03-14 Thread Ponomarenko Andrey
Hello, I've released new versions of the abi-compliance-checker and abi-dumper tools that are now able to easily verify compatibility of changes in the Linux kernel ABI: https://github.com/lvc/ 1. The kernel should be compiled with CONFIG_DEBUG_INFO=y and CONFIG_DEBUG_INFO_REDUCED=n additional