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 E9DA5CD37B4 for ; Sun, 17 Sep 2023 06:11:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233931AbjIQGLb (ORCPT ); Sun, 17 Sep 2023 02:11:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229748AbjIQGLA (ORCPT ); Sun, 17 Sep 2023 02:11:00 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FE5113E; Sat, 16 Sep 2023 23:10:55 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3396FC433C7; Sun, 17 Sep 2023 06:10:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694931054; bh=JyvYGLdb8BIcaE9svmQ+0s9rrC3nDZAE3iwY4+nnvU8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ozJuRew/hURbGLEz/9HsHn/MrUr7gGBlsirFxecZQUU07YvGd+Gco8FPD/ywCbjUa NxGls4aIN57FIkGyA1TulgZMqk3fA0uRePo/bSDTzPXqrBQs2iJ+FiAvf04/H+6Qmn c+sscAv5aRP2paUGhBVZxQ0u5DTZNRsXNUkIuEgk= Date: Sun, 17 Sep 2023 08:10:52 +0200 From: Greg Kroah-Hartman To: Helge Deller Cc: Linus Torvalds , stable , Sasha Levin , Linux PARISC , Linux Memory Management List , Linux Kernel Mailing List , Linux Regressions , Andrew Morton , "Liam R. Howlett" , "Matthew Wilcox (Oracle)" , Bagas Sanjaya , Michael Labiuk , Christoph Biedl Subject: Re: Possible 6.5 regression: Huge values for "commited memory" Message-ID: <2023091742-static-unedited-b414@gregkh> References: <1694366957@msgid.manchmal.in-ulm.de> <3ee4b922-7686-ec20-f280-48c06bff09cf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ee4b922-7686-ec20-f280-48c06bff09cf@gmx.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 17, 2023 at 07:02:50AM +0200, Helge Deller wrote: > Greg & Sasha, > > can you please queue-up this upstream patch for kernel v6.5-stable ? > > commit 3cec50490969afd4a76ccee441f747d869ccff77 > Author: Linus Torvalds > Date: Sat Sep 16 12:31:42 2023 -0700 > > vm: fix move_vma() memory accounting being off Now queued up, thanks. greg k-h