Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932511AbcK1Jef (ORCPT ); Mon, 28 Nov 2016 04:34:35 -0500 Received: from forward12j.cmail.yandex.net ([5.255.227.176]:51560 "EHLO forward12j.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932284AbcK1Je2 (ORCPT ); Mon, 28 Nov 2016 04:34:28 -0500 X-Greylist: delayed 490 seconds by postgrey-1.27 at vger.kernel.org; Mon, 28 Nov 2016 04:34:27 EST Authentication-Results: mxback3m.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Ponomarenko Andrey To: "linux-kernel@vger.kernel.org" Subject: Linux kernel ABI tracker MIME-Version: 1.0 Message-Id: <22601480325174@web21m.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 28 Nov 2016 12:26:14 +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: 592 Lines: 11 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" and ".ksymtab_gpl" sections of the vmlinux binary + system calls) and lists all added/removed symbols. The source code of the tool is published on github: https://github.com/lvc/kernel-abi-tracker The tool can be used to analyze downstream kernels as well. See README of the project. Enjoy!