From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbdHAGDB (ORCPT ); Tue, 1 Aug 2017 02:03:01 -0400 Received: from ozlabs.org ([103.22.144.67]:37189 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdHAGC7 (ORCPT ); Tue, 1 Aug 2017 02:02:59 -0400 Date: Tue, 1 Aug 2017 16:02:57 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Huang Ying Subject: linux-next: build warning after merge of the akpm tree Message-ID: <20170801160257.0b1306b2@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 Andrew, After merging the akpm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: mm/swapfile.c: In function 'reuse_swap_page': mm/swapfile.c:1429:16: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned long offset; ^ Introduced by commit e16cd4930836 ("mm, THP, swap: make reuse_swap_page() works for THP swapped out") -- Cheers, Stephen Rothwell