Message ID | 168485351546.2849279.13771638045665633339.stgit@firesoul (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7CC191F17A for <bpf@vger.kernel.org>; Tue, 23 May 2023 14:52:58 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D1AECD for <bpf@vger.kernel.org>; Tue, 23 May 2023 07:52:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684853576; 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=KHDYxPG+OnNKEEbmravfdg4Ujk0LU1sywu09RiZg4i4=; b=fT2VkzmvYzoB6RWYbKNBqy7lTogkkglTqAYeVEPp0Si0EiiH/NQAoVMnAmmYadycaxvSRe RoKItZt5Dc2zKYS3YlQyihTv9uvPl9I3fLVcpzXx1u/bDaMwVQZIc/mE2Ab1owMJlISu05 yWHK6JKqq6mna/VnCzvXYyUWnIO90OA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-450-gQyoRNafPJqNEodLpHa1nw-1; Tue, 23 May 2023 10:52:50 -0400 X-MC-Unique: gQyoRNafPJqNEodLpHa1nw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 063B929AA3B0; Tue, 23 May 2023 14:52:50 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.45.242.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 620A11121314; Tue, 23 May 2023 14:52:49 +0000 (UTC) Received: from [10.1.1.1] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 3A424307372E8; Tue, 23 May 2023 16:52:48 +0200 (CEST) Subject: [PATCH RFC net-next/mm V4 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: Tue, 23 May 2023 16:52:48 +0200 Message-ID: <168485351546.2849279.13771638045665633339.stgit@firesoul> User-Agent: StGit/1.4 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> 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.3 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org X-Patchwork-State: RFC |
Series |
page_pool: new approach for leak detection and shutdown phase
|
expand
|