Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1udxUl-002uF6-Pa for pgsql-hackers@arkaria.postgresql.org; Mon, 21 Jul 2025 20:52:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1udxUj-0031Dr-Eq for pgsql-hackers@arkaria.postgresql.org; Mon, 21 Jul 2025 20:52:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1udxUj-0031Dj-4v for pgsql-hackers@lists.postgresql.org; Mon, 21 Jul 2025 20:52:21 +0000 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1udxUf-0006Oc-0Q for pgsql-hackers@lists.postgresql.org; Mon, 21 Jul 2025 20:52:20 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4bmCJF3CyLz9tTZ; Mon, 21 Jul 2025 22:52:13 +0200 (CEST) Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of cb@df7cb.de designates 2001:67c:2050:b231:465::202 as permitted sender) smtp.mailfrom=cb@df7cb.de Date: Mon, 21 Jul 2025 22:52:12 +0200 From: Christoph Berg To: Tomas Vondra Cc: Bertrand Drouvot , Andres Freund , Tomas Vondra , pgsql-hackers@lists.postgresql.org Subject: Re: pgsql: Introduce pg_shmem_allocations_numa view Message-ID: References: <8649a4e3-c60d-4f37-aa6f-e7e7c14c581e@vondra.me> <8961c087-e49b-4b16-9437-31331625215c@vondra.me> <403f66db-6e7f-4522-8cca-0a416c65325e@vondra.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403f66db-6e7f-4522-8cca-0a416c65325e@vondra.me> X-Rspamd-Queue-Id: 4bmCJF3CyLz9tTZ List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Tomas Vondra > >>> Submitted: https://marc.info/?l=linux-mm&m=175077821909222&w=2 > >>> > >> > >> Thanks! Now we wait ... > > > > It looks like that the bug is "confirmed" and that it will be fixed: > > https://marc.info/?l=linux-kernel&m=175088392116841&w=2 If I'm reading the Linux git log correctly, the fix was merged into Linux 6.16-rc7. Yay :) > Yay! I like how the first response is "you sent the patch wrong" ;-) I would have thought that coming from two major projects that use email extensively (Debian, PostgreSQL), I would navigate that process better. But it worked in the end... Christoph