From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E9B7DA0A0C for ; Mon, 5 Jul 2021 11:18:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCBBD4003C; Mon, 5 Jul 2021 11:18:17 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 9AA204003C for ; Mon, 5 Jul 2021 11:18:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625476695; 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: in-reply-to:in-reply-to:references:references; bh=4DChbp8gdA0kserIGUZMvQtnB8/P1v8n4MBib5tYvfQ=; b=Syjy5TWrgdNu6vEbsCct8WFAJrygJuuhNKlILtsIPKhdDD0mwTi2ZUpmntwjTjwFEG/MKC ioEPZ/hdhni2tP9Yu1bdXRXr0F0Z5niBFSoz8D8TZEVC+6pf5KFXKAbjPLTSj4VHLNJAyM 2CP/fb4XNONA8+Fy5BPrvcVyeRGgqGM= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-355-f9jWyw-mPbKbginPdv9p9g-1; Mon, 05 Jul 2021 05:18:14 -0400 X-MC-Unique: f9jWyw-mPbKbginPdv9p9g-1 Received: by mail-vk1-f200.google.com with SMTP id x186-20020a1f31c30000b02902571ec5f070so2904250vkx.14 for ; Mon, 05 Jul 2021 02:18:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4DChbp8gdA0kserIGUZMvQtnB8/P1v8n4MBib5tYvfQ=; b=dPqBalRS5l2+OckBZthulqQL6aG/9ZlnayAnhAhaMfug0p+TmDSI6gylDoYTQDc8ta t8m0Up4ODlaLE3663tvvME7UvMrB89oDAqIV+kTw8gjM5jNzARGcDi/Lk6D3nZLWpuRC 5glV+4KZPffbKsuiS2EKeU+18zCAFtsKIMfZeZ6c6bYUt6/GsiYIme3nl0FETnH0F562 VLTWWRuI2pGKiOdwc0yl+gMxuKR112lF2BOChR3IyW8FY4PhjGlqvDq0K/ZgoFQSENRZ 5NiBoNSCGJhxvM2NKzESQvd0Rq/3xeJ0cgg7KAFG5K+SeIUJzz/UPHL+aVHS41p889e9 kmPw== X-Gm-Message-State: AOAM531lUavn8blkOa0nhgMyIngpwavB0q+LCyzRqX7O1XIpWzfCwQe6 NdPF5gGbMPVO94MHVoNSMOBnH2e7a6KZa9nFN+Zpy7tkaiLxgILPJpw9lDzRqnxuvbd+cihnihw fcKPbi17dzHIaTfkInPt3yWw= X-Received: by 2002:a67:3001:: with SMTP id w1mr298019vsw.5.1625476694215; Mon, 05 Jul 2021 02:18:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdwet0tOYbrntlr1ZO1gqmeLYJAShwVfw0my6hNQ3zsX0WLsMEDWg28UrnwF/l8qUJyHf7UQLVPuMKUvHz2DE= X-Received: by 2002:a67:3001:: with SMTP id w1mr298015vsw.5.1625476694000; Mon, 05 Jul 2021 02:18:14 -0700 (PDT) MIME-Version: 1.0 References: <20210616065257.16044-1-david.marchand@redhat.com> In-Reply-To: <20210616065257.16044-1-david.marchand@redhat.com> From: David Marchand Date: Mon, 5 Jul 2021 11:18:02 +0200 Message-ID: To: dev Cc: Gaetan Rivet , dpdk stable , Owen Hilyard , Jerin Jacob Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] bus/pci: fix leak for unbound devices X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Jun 16, 2021 at 8:53 AM David Marchand wrote: > > For devices not bound to any Linux kernel module, we leak a pci object > since it is never added to the PCI bus device list. > > Fixes: c79a1c67465d ("bus/pci: optimize bus scan") > Cc: stable@dpdk.org > > Reported-by: Owen Hilyard > Signed-off-by: David Marchand No objection? There is no dedicated maintainer, I'll merge this then. -- David Marchand