Message ID | 168262348084.2036355.16294550378793036683.stgit@firesoul (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@vger.kernel.org> 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 6869FC77B73 for <bpf@archiver.kernel.org>; Thu, 27 Apr 2023 19:26:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245121AbjD0T0T (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 27 Apr 2023 15:26:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343610AbjD0T0H (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 27 Apr 2023 15:26:07 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F06BD4EC4 for <bpf@vger.kernel.org>; Thu, 27 Apr 2023 12:25:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1682623512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6RKOOlWWioBpaQB9cIVqDn0lBoM9rOyQ40nRIHqqT98=; b=CDZ9l9xT/n4k+C0AAYfu6gFDXUXeXOJfwQvn9B68DJyZ3dP0naYauDiV+BitrUTy02if/M dyU3pM4D+M7ouZDk1haMQ0kDXf8zEWrLevODD+ogxx/voyH4ufj0gj3NRVFMqAYup4Ywel URICGGk7zWP3CxYYASURIhVMPLiSO9s= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-223-Mlcdwb_vNcS1b2U4E0kPUQ-1; Thu, 27 Apr 2023 15:25:08 -0400 X-MC-Unique: Mlcdwb_vNcS1b2U4E0kPUQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ADA6885A588; Thu, 27 Apr 2023 19:25:07 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.45.242.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id F14B62027043; Thu, 27 Apr 2023 19:25:06 +0000 (UTC) Received: from [10.1.1.1] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 428B6307372E8; Thu, 27 Apr 2023 21:25:06 +0200 (CEST) Subject: [PATCH RFC net-next/mm V2 0/2] page_pool: new approach for leak detection and shutdown phase From: Jesper Dangaard Brouer <brouer@redhat.com> To: Ilias Apalodimas <ilias.apalodimas@linaro.org>, netdev@vger.kernel.org, Eric Dumazet <eric.dumazet@gmail.com>, linux-mm@kvack.org, Mel Gorman <mgorman@techsingularity.net> Cc: Jesper Dangaard Brouer <brouer@redhat.com>, lorenzo@kernel.org, =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= <toke@redhat.com>, linyunsheng@huawei.com, bpf@vger.kernel.org, "David S. Miller" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Andrew Morton <akpm@linux-foundation.org>, willy@infradead.org Date: Thu, 27 Apr 2023 21:25:06 +0200 Message-ID: <168262348084.2036355.16294550378793036683.stgit@firesoul> User-Agent: StGit/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org X-Patchwork-State: RFC |
Series |
page_pool: new approach for leak detection and shutdown phase
|
expand
|