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 C57F0EB64DD for ; Sat, 1 Jul 2023 09:57:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229826AbjGAJ5j (ORCPT ); Sat, 1 Jul 2023 05:57:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbjGAJ5g (ORCPT ); Sat, 1 Jul 2023 05:57:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D0C02D46; Sat, 1 Jul 2023 02:57:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ACE4860A5C; Sat, 1 Jul 2023 09:57:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93301C433C7; Sat, 1 Jul 2023 09:57:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688205454; bh=rcb5fmM/YGXFaxmYPm09nzSE6MxfW1AoIbS68NK9hgE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lOB2tx/2N2H2VFd0tt8NrfjCdO5WWKUtaZRg+F3WbC1sM7/QuEMdwIUAdTf5uxR+1 OUNEOhpANcMhuuAp7BI/V2dfN+6BpJlcftZGmgIUbVq1Z4C15d2Vu1B9oTYnZI2K1C KoDEWXpmcnGKlGb3y7NsLXyrOakCWKBwyCxFDqEM= Date: Sat, 1 Jul 2023 11:57:30 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Guenter Roeck , Chris Zankel , Max Filippov , Naresh Kamboju , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, linux-parisc , sparclinux@vger.kernel.org, Stephen Rothwell , Helge Deller , Jason Wang Subject: Re: [PATCH 6.4 00/28] 6.4.1-rc1 review Message-ID: <2023070124-electable-gear-f99e@gregkh> References: <20230629184151.888604958@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 30, 2023 at 09:22:45PM -0700, Linus Torvalds wrote: > On Fri, 30 Jun 2023 at 19:50, Guenter Roeck wrote: > > > > Yes, the patch below fixes the problem. > > > > Building xtensa:de212:kc705-nommu:nommu_kc705_defconfig ... running ......... passed > > Thanks. Committed as > > d85a143b69ab ("xtensa: fix NOMMU build with lock_mm_and_find_vma() > conversion") > > and pushed out. Thanks, now queued up. greg k-h