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 E701DC05027 for ; Thu, 26 Jan 2023 16:05:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232481AbjAZQFb (ORCPT ); Thu, 26 Jan 2023 11:05:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232449AbjAZQF3 (ORCPT ); Thu, 26 Jan 2023 11:05:29 -0500 Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD54A2E823 for ; Thu, 26 Jan 2023 08:05:27 -0800 (PST) Received: by mail-ej1-x634.google.com with SMTP id qx13so6236935ejb.13 for ; Thu, 26 Jan 2023 08:05:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=4R9VU7bgL5VkiFaNTYPtp+i7Hh4kaXEyBrwYrOQBvfc=; b=ol3iP/xq8sEzOSy+Z1cXt6oIE9M1M59gr96RAckN1R3bx79eetaxqKNT6lqmLxR9M8 04UdMFUrwpASv7HA+VENgH2+u2RPraMHswI4CBDMLHhBIhBJK6pLIMWewgwz4Lual96E A9aOJgwzjiZiTPZ9VGEBnVcsG8ipj2Uky3b+xbVYgZItSCkDrkrm5aOuMMyTT/NaSaKw ffpYMr/qZGrVnC9gEC3XrArgqlnLWtvbQUwrl6TO7f40q2jSnRcfYtGp/zbDkgyRX6Lo aIAvdDOd2YReEwwfwZhJTUNML8oJdJDBJ9t/BtP5dRjQf+9uTVTuuVey/VTXenHAfg1D RDhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=4R9VU7bgL5VkiFaNTYPtp+i7Hh4kaXEyBrwYrOQBvfc=; b=JBDECcG/I6MVSsIwVi70YDzSP18m08wXAeEiyKRqleSX4PtOFUHWadCXMm4gdP9NXI Rd18DSgrDJWe3wV6BGVHuVj2f9WMqXMoUAfR7dNuC6AvX4affzavy+wJnQY+S1Izlamc xtH+2y3g040PF5TFK4IXmSrJp6SkQ4s9GpOv+qkp2M+dGzJCuzW0YS7tzCZvR9OsyrYm uVI5lRk6imiZ0NydV0BilpV4P1exPiaRVnC216NJ03dE3yKGki7W5zNz4m49lkHBAdQu YZ4IHTQciNHnhAhzyEBpM4AKtysdgNJI2qGHPZtWhEmY+t8GE5qB7KoovCwhOZqLPHsi IFOg== X-Gm-Message-State: AO0yUKX3W9VmwbiQyjiNQI53Fgoq5cnFC1smPDl2kO/+WlnVg/xiNwQL BUSFMP55HXeKnmMgb96VYfp+AA== X-Google-Smtp-Source: AK7set9vT3e8xRrM8+HlTJnRfef9PkTmEpxaDgupkI1udw/5Y94RvjgPnTZMRq/8IaIAD9XfN6P1Og== X-Received: by 2002:a17:906:840f:b0:878:6675:d07c with SMTP id n15-20020a170906840f00b008786675d07cmr2335544ejx.37.1674749126317; Thu, 26 Jan 2023 08:05:26 -0800 (PST) Received: from hera (ppp079167090036.access.hol.gr. [79.167.90.36]) by smtp.gmail.com with ESMTPSA id t18-20020a1709063e5200b007e0e2e35205sm786866eji.143.2023.01.26.08.05.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Jan 2023 08:05:25 -0800 (PST) Date: Thu, 26 Jan 2023 18:05:18 +0200 From: Ilias Apalodimas To: Alexander Duyck Cc: Felix Fietkau , netdev@vger.kernel.org, Jesper Dangaard Brouer , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Lorenzo Bianconi , linux-kernel@vger.kernel.org, Yunsheng Lin Subject: Re: [PATCH] net: page_pool: fix refcounting issues with fragmented allocation Message-ID: References: <20230124124300.94886-1-nbd@nbd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 26, 2023 at 07:41:15AM -0800, Alexander Duyck wrote: > On Thu, Jan 26, 2023 at 2:32 AM Ilias Apalodimas > wrote: > > > > Hi Alexander, > > > > Sorry for being late to the party, was overloaded... > > > > On Tue, Jan 24, 2023 at 07:57:35AM -0800, Alexander H Duyck wrote: > > > On Tue, 2023-01-24 at 16:11 +0200, Ilias Apalodimas wrote: > > > > Hi Felix, > > > > > > > > ++cc Alexander and Yunsheng. > > > > > > > > Thanks for the report > > > > > > > > On Tue, 24 Jan 2023 at 14:43, Felix Fietkau wrote: > > > > > > > > > > While testing fragmented page_pool allocation in the mt76 driver, I was able > > > > > to reliably trigger page refcount underflow issues, which did not occur with > > > > > full-page page_pool allocation. > > > > > It appears to me, that handling refcounting in two separate counters > > > > > (page->pp_frag_count and page refcount) is racy when page refcount gets > > > > > incremented by code dealing with skb fragments directly, and > > > > > page_pool_return_skb_page is called multiple times for the same fragment. > > > > > > > > > > Dropping page->pp_frag_count and relying entirely on the page refcount makes > > > > > these underflow issues and crashes go away. > > > > > > > > > > > > > This has been discussed here [1]. TL;DR changing this to page > > > > refcount might blow up in other colorful ways. Can we look closer and > > > > figure out why the underflow happens? > > > > > > > > [1] https://lore.kernel.org/netdev/1625903002-31619-4-git-send-email-linyunsheng@huawei.com/ > > > > > > > > Thanks > > > > /Ilias > > > > > > > > > > > > > > The logic should be safe in terms of the page pool itself as it should > > > be holding one reference to the page while the pp_frag_count is non- > > > zero. That one reference is what keeps the two halfs in sync as the > > > page shouldn't be able to be freed until we exhaust the pp_frag_count. > > > > Do you remember why we decided to go with the fragment counter instead of > > page references? > > The issue has to do with when to destroy the mappings. Basically with > the fragment counter we destroy the mappings and remove the page from > the pool when the count hits 0. The reference count is really used for > the page allocator to do its tracking. If we end up trying to merge > the two the problem becomes one of lifetimes as we wouldn't know when > to destroy the DMA mappings as they would have to live the full life > of the page. Ah yes thanks! We need that on a comment somewhere, I keep forgetting... Basically the pp_frag_count is our number of outstanding dma mappings. > > > > > > > To have an underflow there are two possible scenarios. One is that > > > either put_page or free_page is being called somewhere that the > > > page_pool freeing functions should be used. > > > > Wouldn't that affect the non fragmented path as well? IOW the driver that > > works with a full page would crash as well. > > The problem is the non-fragmented path doesn't get as noisy. Also > there aren't currently any wireless drivers making use of the page > pool, or at least that is my understanding. I'm suspecting something > like the issue we saw in 1effe8ca4e34c ("skbuff: fix coalescing for > page_pool fragment recycling"). We likely have some corner case where > we should be taking a page reference and clearing a pp_recycle flag. Yea, same thinking here. I'll have another closer look tomorrow, but looking at the wireless internals what happens is 1. They alloc a fragment 2. They create a new SKB, without the recycle bit and refer to the existing fragments. Since the recyle bit is off *that* skb will never try to decrease the frag counter. Instead it bumps the page refcnt which should be properly decremented one that SKB is freed. I guess somehow an SKB ends up with the recycle bit set, when it shouldn't. Regards /Ilias