From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932497AbbEOGpa (ORCPT ); Fri, 15 May 2015 02:45:30 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:35804 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754034AbbEOGp0 (ORCPT ); Fri, 15 May 2015 02:45:26 -0400 Date: Fri, 15 May 2015 08:45:21 +0200 From: Ingo Molnar To: Sasha Levin Cc: LKML , Eunbong Song , Peter Zijlstra Subject: Re: [GIT PULL] liblockdep fixes for 4.1 Message-ID: <20150515064521.GA25044@gmail.com> References: <5553B779.3010005@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5553B779.3010005@oracle.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sasha Levin wrote: > Hi Ingo, > > Please pull two fixes that deal with compilation errors in liblockdep. > > > Thanks, > Sasha > > === > > The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: > > Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes > > for you to fetch changes up to 2480257fb17ba0fdaf62bc8c2406bd08d5e7f8f1: > > tools/liblockdep: Fix compilation error (2015-05-13 06:12:20 -0400) > > ---------------------------------------------------------------- > Eunbong Song (2): > tools/liblockdep: Fix linker error in case of cross compile > tools/liblockdep: Fix compilation error > > tools/lib/lockdep/Makefile | 3 ++- > tools/lib/lockdep/uinclude/linux/kernel.h | 3 +++ > 2 files changed, 5 insertions(+), 1 deletion(-) Pulled, thanks Sasha! Ingo