linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Pedro Falcato <pfalcato@suse.de>
To: Jakub Kicinski <kuba@kernel.org>
Cc: sashal@kernel.org, "Toke Høiland-Jørgensen" <toke@redhat.com>,
	"Breno Leitao" <leitao@debian.org>,
	"David S. Miller" <davem@davemloft.net>,
	"Jesper Dangaard Brouer" <hawk@kernel.org>,
	"Saeed Mahameed" <saeedm@nvidia.com>,
	"Leon Romanovsky" <leon@kernel.org>,
	"Tariq Toukan" <tariqt@nvidia.com>,
	"Andrew Lunn" <andrew+netdev@lunn.ch>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Simon Horman" <horms@kernel.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Mina Almasry" <almasrymina@google.com>,
	"Yonglong Liu" <liuyonglong@huawei.com>,
	"Yunsheng Lin" <linyunsheng@huawei.com>,
	"Pavel Begunkov" <asml.silence@gmail.com>,
	"Matthew Wilcox" <willy@infradead.org>,
	netdev@vger.kernel.org, bpf@vger.kernel.org,
	linux-rdma@vger.kernel.org, linux-mm@kvack.org,
	"Qiuling Ren" <qren@redhat.com>, "Yuying Ma" <yuma@redhat.com>,
	gregkh@linuxfoundation.org, stable@vger.kernel.org
Subject: Re: [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Date: Fri, 20 Jun 2025 12:01:54 +0100	[thread overview]
Message-ID: <5geg5wg36vsu6igy5yndfolgkhev5uuslr67s5ygfabgmxrfty@5iw3y24mmv57> (raw)
In-Reply-To: <20250613080202.28d25763@kernel.org>

On Fri, Jun 13, 2025 at 08:02:02AM -0700, Jakub Kicinski wrote:
> On Fri, 13 Jun 2025 10:41:10 +0200 Toke Høiland-Jørgensen wrote:
> > Jakub Kicinski <kuba@kernel.org> writes:
> > 
> > > On Thu, 12 Jun 2025 09:25:30 +0200 Toke Høiland-Jørgensen wrote:  
> > >> Hmm, okay, guess we should ask Sasha to drop these, then?
> > >> 
> > >> https://lore.kernel.org/r/20250610122811.1567780-1-sashal@kernel.org
> > >> https://lore.kernel.org/r/20250610120306.1543986-1-sashal@kernel.org  
> > >
> > > These links don't work for me?  
> > 
> > Oh, sorry, didn't realise the stable notifications are not archived on
> > lore. Here are the patches in the stable queue:
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.12/page_pool-move-pp_magic-check-into-helper-functions.patch
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.12/page_pool-track-dma-mapped-pages-and-unmap-them-when.patch
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.15/page_pool-move-pp_magic-check-into-helper-functions.patch
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.15/page_pool-track-dma-mapped-pages-and-unmap-them-when.patch
> 
> Thanks!
> 
> Sasha, could we drop these please? They need more mileage before we
> send them to LTS.

FYI: The patches made it into 6.15.3 and 6.12.34.

-- 
Pedro


  reply	other threads:[~2025-06-20 11:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-09 10:41 [PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool Toke Høiland-Jørgensen
2025-04-09 10:41 ` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions Toke Høiland-Jørgensen
2025-04-10  1:15   ` Zi Yan
2025-04-10 10:21     ` Toke Høiland-Jørgensen
2025-04-09 10:41 ` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool Toke Høiland-Jørgensen
2025-06-11 16:35   ` Breno Leitao
2025-06-11 20:12     ` Jakub Kicinski
2025-06-12  7:25       ` Toke Høiland-Jørgensen
2025-06-12 14:05         ` Jakub Kicinski
2025-06-13  8:41           ` Toke Høiland-Jørgensen
2025-06-13 15:02             ` Jakub Kicinski
2025-06-20 11:01               ` Pedro Falcato [this message]
2025-04-15  0:30 ` [PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5geg5wg36vsu6igy5yndfolgkhev5uuslr67s5ygfabgmxrfty@5iw3y24mmv57 \
    --to=pfalcato@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=almasrymina@google.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=asml.silence@gmail.com \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hawk@kernel.org \
    --cc=horms@kernel.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=leon@kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linyunsheng@huawei.com \
    --cc=liuyonglong@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=qren@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tariqt@nvidia.com \
    --cc=toke@redhat.com \
    --cc=willy@infradead.org \
    --cc=yuma@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox