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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 438FBC433EF for ; Wed, 4 May 2022 15:09:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351948AbiEDPMd (ORCPT ); Wed, 4 May 2022 11:12:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351966AbiEDPM2 (ORCPT ); Wed, 4 May 2022 11:12:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22E9C220EF; Wed, 4 May 2022 08:08:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CCE59B8263C; Wed, 4 May 2022 15:08:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71A49C385A5; Wed, 4 May 2022 15:08:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651676927; bh=+j0OUKTRMVyAKDfkZwYch4G0nCOnoDspSMbkklbc/N4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fjcu0R6daCQsfHq6QS5Oe/XBjGKiWjVhAdWoUIGQQLELST7JLnrBCcfia7tkrc5m1 exBTkr8PXHxbX/kzdbGsgzW4gW2cE3T591JI9jc+zm95PkZLN6ykixc0A3DCPJ6mVo AJ2+Lu5Ad/JUMkOWWmkqeZH+hAOqARMLBglNG/h8= Date: Wed, 4 May 2022 17:08:46 +0200 From: Greg KH To: Christophe Leroy Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Catalin Marinas , Steve Capper , Will Deacon , Andrew Morton , Linus Torvalds Subject: Re: [PATCH] [Rebased for 5.4] mm, hugetlb: allow for "high" userspace addresses Message-ID: References: <9367809ff3091ff451f9ab6fc029cef553c758fa.1651581958.git.christophe.leroy@csgroup.eu> <9853ade6-3f32-7811-474e-2da2361af16c@csgroup.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9853ade6-3f32-7811-474e-2da2361af16c@csgroup.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 04, 2022 at 07:26:00AM +0000, Christophe Leroy wrote: > > > Le 03/05/2022 à 15:47, Greg KH a écrit : > > On Tue, May 03, 2022 at 02:47:11PM +0200, Christophe Leroy wrote: > >> This is backport for linux 5.4 > >> > >> commit 5f24d5a579d1eace79d505b148808a850b417d4c upstream. > > > > Now queued up, thanks. > > > > Looks like the robot has found a build failure, due to missing #include > > > However, looking into it in more details, I think we should just apply > the two following commits unmodified instead of modifying the original > commit: > > 885902531586 ("hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for > hugetlbfs") > 5f24d5a579d1 ("mm, hugetlb: allow for "high" userspace addresses") Ok, thanks, I've done this now. greg k-h