From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8E7CC32767 for ; Fri, 3 Jan 2020 15:45:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFA5C222C3 for ; Fri, 3 Jan 2020 15:45:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578066322; bh=iq1Twbqj7FIJKJlRQnhfVitva3hiAIvKZgahrbTOPeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V7a0/X5HDwSpEG7tyHUyKLp+advAbqqHhgCqlVlxLLPSXV4M57TNatzTMPqxX40Kz 2vrQIwF6YzsiVgsPAr1B8Ata8uLpEyD3QBRVycQHaKHydYe6sd0npml8GA/H5oGXyj aNzt41G0mQEtXfJIklArepuKa5JG8wAhCkxkxpGo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727870AbgACPpV (ORCPT ); Fri, 3 Jan 2020 10:45:21 -0500 Received: from mail.kernel.org ([198.145.29.99]:39872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727539AbgACPpV (ORCPT ); Fri, 3 Jan 2020 10:45:21 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 255AC21734; Fri, 3 Jan 2020 15:45:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578066320; bh=iq1Twbqj7FIJKJlRQnhfVitva3hiAIvKZgahrbTOPeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DUXQWZE0hh32tb6Qnaqv50moEJfXYD2EUDfklpYH2wiiP/FOWq2s3UtkOCJfHl7ad GLGYcuLyLMaNyDiBnBhE2FD1DDy8VdRBPJJEPI8NiFML6E30M140sC5jcW7ASm/7af K3q7vy9b7oBqtOKWAlmjVeodC0axBXP3FQl+Gbmc= Date: Fri, 3 Jan 2020 16:45:18 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Naresh Kamboju , open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Chengguang Xu , Mike Kravetz , David Howells , Al Viro , Sasha Levin , LTP List , Jan Stancek , John Stultz Subject: Re: [PATCH 5.4 000/191] 5.4.8-stable review Message-ID: <20200103154518.GB1064304@kroah.com> References: <20200102215829.911231638@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 03, 2020 at 04:29:56PM +0100, Arnd Bergmann wrote: > On Fri, Jan 3, 2020 at 4:25 PM Arnd Bergmann wrote: > > > > On Fri, Jan 3, 2020 at 4:03 PM Naresh Kamboju wrote: > > > > > > On Fri, 3 Jan 2020 at 03:42, Greg Kroah-Hartman > > > wrote: > > > > -ENOENT is what you get when hugetlbfs is not mounted, so this hints to > > > > 8fc312b32b2 mm/hugetlbfs: fix error handling when setting up mounts > > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-5.4.y&id=3f549fb42a39bea3b29c0fc12afee53c4a01bec9 > > I see that Mike Kravetz suggested not putting this patch into stable in > > https://lore.kernel.org/lkml/befca227-cb8a-8f47-617d-e3bf9972bfec@oracle.com/ > > but it was picked through the autosel mechanism later. So does that mean that Linus's tree shows this LTP failure as well? This does seem to fix a real issue, as shown by the LTP test noticing it, so should the error code value be fixed in Linus's tree? thanks, greg k-h