Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp4213989imm; Wed, 30 May 2018 01:03:01 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLQezze91Favc/UNom36NYoO/QUEmnbDYfkQVB0NdRuV7OG51nKc/bGyeI7ltIf6J2eqNml X-Received: by 2002:a63:715d:: with SMTP id b29-v6mr1430473pgn.325.1527667381597; Wed, 30 May 2018 01:03:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527667381; cv=none; d=google.com; s=arc-20160816; b=VAfJVmKYUyki4wkY03hUiwHnKENDULjELR9e2d5b8AYLCE9J3XQplE2eFL1piFhI32 BV/2Yoigd3gdLPezaa0fhatT4M4ol/AJYOGwDHANtzSrhl0Lzf7zDvnYc/RH56Pacl/5 pAkv4wkJE58u+ahzrhtUvDoDBY7xyYRbgNahMe00MK13B6kzUxFdUZQYQ0DJUpw2yYpO yrDwX+gHzDtkf2UoJBjqaTzgwAM00BU+eZbhs6CFoH3XnscLgpVc7aK+myvKaf2Nj8p2 VoGIRdM25jKWF69EVQv8iN5DC5wiG7m/I6pczPuppHt1cWU/c0obhK5RiFsi7fY/TDFG gbPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=NzCqMU9RsoYgH16MJ6O/qKqE7OTz7PHMkXrNDdww0N0=; b=eXF9JLEtIxhDiJWKuG4mC6mY1lR9nY4fT06vb5UprIzRDjCXDZPMbDtMLYGVMaGV+e r6W0Ef2i7gluAuLYEh26ODV/zasNm5vXWD1Ab7sR5qrJk1UdTF1exhf36tMps8uqPX2d GcNSV95Gal0SsntfvPAq8H8tbiO9y4v7ZDghWGAu0ZHEaTG/bM71sUjFDC2bvq6zhiwH sgOLEVf5HIpZ/BWhO7neb5811BM7gewF27wLEepoTmwtA1tvyvbyRitXKziUkghixGkz O+QAhmLclgIpdqmTY44/D0W7umU7l2awnRslil8NwL/rfzrqG//PtuK2eL2UV6B/USpd mnyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d34-v6si33766605pld.532.2018.05.30.01.02.46; Wed, 30 May 2018 01:03:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935902AbeE3ICS (ORCPT + 99 others); Wed, 30 May 2018 04:02:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:34115 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935619AbeE3ICO (ORCPT ); Wed, 30 May 2018 04:02:14 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9F649ACBF; Wed, 30 May 2018 08:02:12 +0000 (UTC) Date: Wed, 30 May 2018 10:02:12 +0200 From: Michal Hocko To: Mike Kravetz Cc: Andrew Morton , linux-mm@kvack.org, LKML , libhugetlbfs@googlegroups.com Subject: Re: [PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map Message-ID: <20180530080212.GA27180@dhcp22.suse.cz> References: <20171129144219.22867-1-mhocko@kernel.org> <20171129144219.22867-3-mhocko@kernel.org> <93ce964b-e352-1905-c2b6-deedf2ea06f8@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 29-05-18 15:21:14, Mike Kravetz wrote: > Just a quick heads up. I noticed a change in libhugetlbfs testing starting > with v4.17-rc1. > > V4.16 libhugetlbfs test results > ********** TEST SUMMARY > * 2M > * 32-bit 64-bit > * Total testcases: 110 113 > * Skipped: 0 0 > * PASS: 105 111 > * FAIL: 0 0 > * Killed by signal: 4 1 > * Bad configuration: 1 1 > * Expected FAIL: 0 0 > * Unexpected PASS: 0 0 > * Test not present: 0 0 > * Strange test result: 0 0 > ********** > > v4.17-rc1 (and later) libhugetlbfs test results > ********** TEST SUMMARY > * 2M > * 32-bit 64-bit > * Total testcases: 110 113 > * Skipped: 0 0 > * PASS: 98 111 > * FAIL: 0 0 > * Killed by signal: 11 1 > * Bad configuration: 1 1 > * Expected FAIL: 0 0 > * Unexpected PASS: 0 0 > * Test not present: 0 0 > * Strange test result: 0 0 > ********** > > I traced the 7 additional (32-bit) killed by signal results to this > commit 4ed28639519c fs, elf: drop MAP_FIXED usage from elf_map. > > libhugetlbfs does unusual things and even provides custom linker scripts. > So, in hindsight this change in behavior does not seem too unexpected. I > JUST discovered this while running libhugetlbfs tests for an unrelated > issue/change and, will do some analysis to see exactly what is happening. I am definitely interested about further details. Are there any messages in the kernel log? -- Michal Hocko SUSE Labs