From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936AbbKIHrA (ORCPT ); Mon, 9 Nov 2015 02:47:00 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:35014 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025AbbKIHq6 (ORCPT ); Mon, 9 Nov 2015 02:46:58 -0500 Date: Mon, 9 Nov 2015 08:46:53 +0100 From: Ingo Molnar To: Sasha Levin Cc: LKML , Peter Zijlstra , Thomas Gleixner Subject: Re: [GIT PULL] liblockdep fixes for 4.4 Message-ID: <20151109074653.GA8625@gmail.com> References: <563D15AE.9010901@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <563D15AE.9010901@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: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Ingo, > > Please pull three fixes for liblockdep. Just keeping up with kernel > code changes and new gcc versions. > > > Thanks, > Sasha > > === > > The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861: > > Linux 4.3 (2015-11-01 16:05:25 -0800) > > 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 2b62c2dbb902625f5c5a30c0209f261b1cf15a2a: > > tools/liblockdep: explicitly declare lockdep API we call from liblockdep (2015-11-06 16:01:37 -0500) > > - ---------------------------------------------------------------- > Sasha Levin (3): > tools/liblockdep: remove task argument from debug_check_no_locks_held > tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER > tools/liblockdep: explicitly declare lockdep API we call from liblockdep > > tools/lib/lockdep/common.c | 2 +- > tools/lib/lockdep/include/liblockdep/common.h | 2 ++ > tools/lib/lockdep/uinclude/linux/compiler.h | 2 ++ > tools/lib/lockdep/uinclude/linux/lockdep.h | 3 ++- > 4 files changed, 7 insertions(+), 2 deletions(-) Pulled, thanks Sasha! Ingo