From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161160AbcFAIz6 (ORCPT ); Wed, 1 Jun 2016 04:55:58 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:35487 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757832AbcFAIzx (ORCPT ); Wed, 1 Jun 2016 04:55:53 -0400 Date: Wed, 1 Jun 2016 10:55:49 +0200 From: Michal Hocko To: Stephen Rothwell Cc: kernel test robot , Andrew Morton , Tetsuo Handa , LKML , lkp@01.org Subject: Re: [lkp] [oom_reaper] df1e2f5663: EIP: [<81e30134>] mmput_async+0x9/0x6b SS:ESP 0068:819a5e78 Message-ID: <20160601085549.GI26601@dhcp22.suse.cz> References: <20160601080209.GA7190@yexl-desktop> <20160601082457.GH26601@dhcp22.suse.cz> <20160601183748.6f72ca9c@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160601183748.6f72ca9c@canb.auug.org.au> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 01-06-16 18:37:48, Stephen Rothwell wrote: > Hi Michal, > > On Wed, 1 Jun 2016 10:24:58 +0200 Michal Hocko wrote: > > > > $ git describe next/master > > next-20160601 > > $ git show df1e2f56632ddf17186f7036a3bd809d3aed8fd8:mm/oom_kill.c > > fatal: Path 'mm/oom_kill.c' exists on disk, but not in 'df1e2f56632ddf17186f7036a3bd809d3aed8fd8' > > That's weird: $ git show df1e2f56632ddf17186f7036a3bd809d3aed8fd8 fatal: bad object df1e2f56632ddf17186f7036a3bd809d3aed8fd8 But a collegue of mine has it and $ git describe --contains df1e2f56632ddf17186f7036a3bd809d3aed8fd8 next-20160527~2^2~53 But my tree doesn't seem to have this tag $ git show next-20160527 fatal: ambiguous argument 'next-20160527': unknown revision or path not in the working tree. So it seemed to be in linux-next but it is not in next-20160601. It is in the Linus tree as e2fe14564d33 ("oom_reaper: close race with exiting task") reachable from next-20160527. -- Michal Hocko SUSE Labs