From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752731AbdLHGHk (ORCPT ); Fri, 8 Dec 2017 01:07:40 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:44050 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752592AbdLHGHi (ORCPT ); Fri, 8 Dec 2017 01:07:38 -0500 X-Google-Smtp-Source: AGs4zMaC/T/xViuNKaPDSUbtW0/er844IrVInBBXvkfgjCwYNgSVQusZJtEOiwU1Bve3xS81/CNE6w== Date: Fri, 8 Dec 2017 07:07:35 +0100 From: Ingo Molnar To: alexander.levin@verizon.com Cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra Subject: Re: [PATCH 0/2] tools/lib/lockdep: fixes for v4.15 Message-ID: <20171208060735.dyd5nu3ngucefmpf@gmail.com> References: <20171207161057.7406-1-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171207161057.7406-1-alexander.levin@verizon.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * alexander.levin@verizon.com wrote: > The following changes since commit dabe589657ad0f9a0d6f4101e2171574f74b00bf: > > Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2017-12-06 15:20:51 -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 97897d4c145c1e8431de28dc707dc0eda2e77037: > > tools/lib/lockdep: add empty declaration for early_param (2017-12-06 22:37:52 -0500) > > ---------------------------------------------------------------- > Mengting Zhang (1): > tools/lib/lockdep: Add missing declaration of 'pr_cont()' > > Sasha Levin (1): > tools/lib/lockdep: add empty declaration for early_param > > tools/include/linux/kernel.h | 2 ++ > tools/include/linux/lockdep.h | 1 + > 2 files changed, 3 insertions(+) > > Mengting Zhang (1): > tools/lib/lockdep: Add missing declaration of 'pr_cont()' > > Sasha Levin (1): > tools/lib/lockdep: add empty declaration for early_param > > tools/include/linux/kernel.h | 2 ++ > tools/include/linux/lockdep.h | 1 + > 2 files changed, 3 insertions(+) There's this build warning as well: triton:~/tip/tools/lib/lockdep> make CC common.o CC lockdep.o In file included from lockdep.c:28:0: ../../../kernel/locking/lockdep.c:83:19: warning: ‘allow_crossrelease_fullstack’ defined but not used [-Wunused-function] static int __init allow_crossrelease_fullstack(char *str) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GCC 7.2.0. Thanks, Ingo