From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751371AbdFEHbk (ORCPT ); Mon, 5 Jun 2017 03:31:40 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:38273 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751331AbdFEHbi (ORCPT ); Mon, 5 Jun 2017 03:31:38 -0400 Date: Mon, 5 Jun 2017 09:31:34 +0200 From: Ingo Molnar To: "Levin, Alexander (Sasha Levin)" Cc: "acme@redhat.com" , "mingo@redhat.com" , "linux-kernel@vger.kernel.org" , Peter Zijlstra , Thomas Gleixner , "Paul E. McKenney" Subject: Re: [PATCH 0/1] tools: liblockdep: move to using tools/include/ Message-ID: <20170605073134.gzkq3lez54o5wtkx@gmail.com> References: <20170531003747.10557-1-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170531003747.10557-1-alexander.levin@verizon.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Levin, Alexander (Sasha Levin) wrote: > This patch applies on top of the fixes sent a few days ago. > > Just delete tools/lib/lockdep/uinclude and move the small bits of > missing functionality (and a few empty headers) into > tools/include/ . > > Sasha Levin (1): > tools: liblockdep: remove private kernel headers > > tools/include/asm/sections.h | 0 > tools/include/linux/compiler.h | 12 +++++ > .../uinclude => include}/linux/debug_locks.h | 1 + > tools/include/linux/delay.h | 0 > tools/include/linux/ftrace.h | 0 > tools/include/linux/gfp.h | 0 Ok, the new liblockdep code looks pretty clean and compact now - I've applied your earlier series plus this patch, will push out after a bit of testing. There's one change I did: instead of the many zero size header files (which are hard to distinguish from empty files that tools like Quilt sometimes leave around) I've added explicit header guards to those otherwise empty files. Thanks, Ingo