From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762385AbdEXHxn (ORCPT ); Wed, 24 May 2017 03:53:43 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37668 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbdEXHxm (ORCPT ); Wed, 24 May 2017 03:53:42 -0400 Date: Wed, 24 May 2017 09:53:37 +0200 From: Ingo Molnar To: alexander.levin@verizon.com Cc: "ben@decadent.org.uk" , "linux-kernel@vger.kernel.org" , Peter Zijlstra , Thomas Gleixner Subject: Re: [PATCH 01/15] liblockdep: Fix undefined symbol prandom_u32 Message-ID: <20170524075336.k43eenslxqcc7piw@gmail.com> References: <20170518000231.16163-1-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170518000231.16163-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 So I'm not sure how you sent these patches, but probably due to the lack of a boilerplate message, the order was all mixed up. I got the patch order right on the third attempt. But then I encountered this build failure (when applied to Linus's latest tree): triton:~/tip/tools/lib/lockdep> make CC common.o CC lockdep.o In file included from lockdep.c:25:0: ../../../kernel/locking/lockdep.c:33:28: fatal error: linux/sched/mm.h: No such file or directory #include ^ Thanks, Ingo