From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143AbbBAMqr (ORCPT ); Sun, 1 Feb 2015 07:46:47 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:32367 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753019AbbBAMqp (ORCPT ); Sun, 1 Feb 2015 07:46:45 -0500 Message-ID: <54CE202A.3000209@oracle.com> Date: Sun, 01 Feb 2015 07:46:34 -0500 From: Sasha Levin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ingo Molnar CC: Baruch Siach , LKML Subject: [GIT PULL] liblockdep fixes for v3.19 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Two fixes for liblockdep. One prevents git from trying to track the generated .so libraries, and the other avoids mixups with header files when building liblockdep inside a kernel tree that doesn't match the one being currently used in the system. The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc: Linux 3.19-rc5 (2015-01-18 18:02:20 +1200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git for you to fetch changes up to 8baeccdcb8e51bfb0f3349fc8f90abe8d5654f9e: tools/liblockdep: don't include host headers (2015-01-29 21:55:19 -0500) ---------------------------------------------------------------- Baruch Siach (2): tools/liblockdep: ignore generated .so file tools/liblockdep: don't include host headers tools/lib/lockdep/.gitignore | 1 + tools/lib/lockdep/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tools/lib/lockdep/.gitignore