Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502AbcCLRGD (ORCPT ); Sat, 12 Mar 2016 12:06:03 -0500 Received: from forward17o.cmail.yandex.net ([37.9.109.214]:55797 "EHLO forward17o.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752542AbcCLRF4 (ORCPT ); Sat, 12 Mar 2016 12:05:56 -0500 X-Greylist: delayed 462 seconds by postgrey-1.27 at vger.kernel.org; Sat, 12 Mar 2016 12:05:55 EST From: Ponomarenko Andrey To: "linux-kernel@vger.kernel.org" Subject: Kernel ABI report MIME-Version: 1.0 Message-Id: <1997861457801888@web28o.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 12 Mar 2016 19:58:08 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 11 Hello, I continued to maintain ABI report for the Linux kernel here: http://abi-laboratory.pro/tracker/timeline/linux/ The report represents history of ABI changes since 2.6.36 up to 4.4.5 version of the kernel. It is now generated by the ABI tracker, ABI monitor, ABI dumper and ABI compliance checker tools. All of them are open-source and shared on github: https://github.com/lvc Unlike the previous version the new tracker checks only public ABI symbols exported by the Linux kernel, i.e. declared in the ksymtab/ksymtab_gpl binary sections + system calls. The report is generated for the defconfig/x86_64 configuration of the Linux kernel (vmlinux) and basic kernel modules (nf_log_common.ko, nf_nat.ko, ...). The reports of the old-version ABI tracker for the Linux kernels 2.6.32-3.15 are still available at: http://upstream.rosalinux.ru/kernel/ Thank you.