From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755186AbcDGF0I (ORCPT ); Thu, 7 Apr 2016 01:26:08 -0400 Received: from ozlabs.org ([103.22.144.67]:35351 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbcDGF0G (ORCPT ); Thu, 7 Apr 2016 01:26:06 -0400 Date: Thu, 7 Apr 2016 15:26:03 +1000 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: linux-next: build warning after merge of the tip tree Message-ID: <20160407152603.173426e5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the tip tree, today's linux-next build (powerpc ppc44x_defconfig) produced this warning: mm/gup.c: In function 'get_user_pages_fast': mm/gup.c:1510:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = current->mm; ^ Introduced by commit dc8cfd957d85 ("mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs") -- Cheers, Stephen Rothwell