From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbcFRDRo (ORCPT ); Fri, 17 Jun 2016 23:17:44 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:51125 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751087AbcFRDRn (ORCPT ); Fri, 17 Jun 2016 23:17:43 -0400 To: Ingo Molnar Cc: LKML , Peter Zijlstra From: Sasha Levin Subject: [GIT PULL] liblockdep fixes for 4.7 Message-ID: <5764BD35.4050202@oracle.com> Date: Fri, 17 Jun 2016 23:17:09 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Ingo, Please pull a bunch of fixes for liblockdep from Ben and Vishal. Mostly build failures as a result of kernel changes. Thanks, Sasha === The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git HEAD for you to fetch changes up to d7906160b2bc8f1be513b7e01b8783a50637092c: liblockdep: Remove -lpthread compiler option (2016-06-14 18:13:49 -0400) ---------------------------------------------------------------- Ben Hutchings (7): liblockdep: Fix undefined symbol prandom_u32 liblockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain::depth liblockdep: Define the ARRAY_SIZE() macro liblockdep: Enable -Wall by default liblockdep: Fix 'unused value' warnings liblockdep: Fix 'set but not used' warnings liblockdep: Fix 'defined but not used' warning for init_utsname() Vishal Thanki (1): liblockdep: Remove -lpthread compiler option tools/lib/lockdep/Makefile | 1 + tools/lib/lockdep/lockdep.c | 17 +++++++++++++++++ tools/lib/lockdep/run_tests.sh | 4 ++-- tools/lib/lockdep/uinclude/linux/debug_locks.h | 2 +- tools/lib/lockdep/uinclude/linux/irqflags.h | 8 ++++---- tools/lib/lockdep/uinclude/linux/kernel.h | 14 +++++++++++--- tools/lib/lockdep/uinclude/linux/lockdep.h | 18 ++++++------------ 7 files changed, 42 insertions(+), 22 deletions(-)