From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932335AbcFINep (ORCPT ); Thu, 9 Jun 2016 09:34:45 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34079 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932097AbcFINek (ORCPT ); Thu, 9 Jun 2016 09:34:40 -0400 From: Vishal Thanki To: sasha.levin@oracle.com, linux-kernel@vger.kernel.org Cc: Vishal Thanki Subject: [PATCH 0/2] Fixing the compilation errors for liblockdep Date: Thu, 9 Jun 2016 15:34:33 +0200 Message-Id: <1465479275-32468-1-git-send-email-vishalthanki@gmail.com> X-Mailer: git-send-email 2.4.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patch tries to fix the compilation errors in liblockdep which were introduced due to recent changes in kernel. I am not familiar with the internal working of lockdep, so please suggest if I have done anything wrong while fixing liblockdep errors. Vishal Thanki (2): liblockdep: Fix compile errors liblockdep: Remove -lpthread compiler option tools/lib/lockdep/lockdep.c | 2 +- tools/lib/lockdep/run_tests.sh | 4 ++-- tools/lib/lockdep/uinclude/linux/jhash.h | 20 ++++++++++++++++++++ tools/lib/lockdep/uinclude/linux/kernel.h | 1 + tools/lib/lockdep/uinclude/linux/lockdep.h | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 tools/lib/lockdep/uinclude/linux/jhash.h -- 2.4.11