From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755569AbdEEGLn (ORCPT ); Fri, 5 May 2017 02:11:43 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:37873 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753913AbdEEGLm (ORCPT ); Fri, 5 May 2017 02:11:42 -0400 Date: Fri, 5 May 2017 08:11:38 +0200 From: Ingo Molnar To: alexander.levin@verizon.com Cc: "mingo@redhat.com" , "linux-kernel@vger.kernel.org" , "ben@decadent.org.uk" Subject: Re: [GIT PULL] liblockdep for 4.12 Message-ID: <20170505061138.mrxapt6k2k4k7igq@gmail.com> References: <20170505025244.b7slcr4cbywlvf5e@sasha-lappy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170505025244.b7slcr4cbywlvf5e@sasha-lappy> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * alexander.levin@verizon.com wrote: > Hi Ingo, > > Please pull fixes for liblockdep. > > === > > The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12: > > Linux 4.11 (2017-04-30 19:47:48 -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 ec3cedc646ea697c849fe651f62ed448760ea569: > > tools: liblockdep: Use LDFLAGS (2017-05-04 21:34:07 -0400) > > ---------------------------------------------------------------- > Alexander Sverdlin (2): > tools: add install make target for liblockdep > tools: liblockdep: Don't mix fd-based and stream IO > > Ben Hutchings (10): > 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() > tools: liblockdep: Fix object file paths used in an out-of-tree build > tools: liblockdep: Remove double-quotes from soname > tools: liblockdep: Use LDFLAGS > > Sasha Levin (2): > MAINTAINERS: update email for Sasha Levin > tools: liblockdep: fix compilation for 4.11 > > Vishal Thanki (1): > liblockdep: Remove -lpthread compiler option Could you please include all the patches as part of the pull request, so that individual patches can be discussed? In particular I'm wondering about: > tools/include/linux/jhash.h | 125 +++++++++++++++++++++++ include/linux/jhash.h is 175 lines long - why not make an exact copy and keep it synchronized the way perf does it? Thanks, Ingo