Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp865679pxv; Thu, 1 Jul 2021 11:02:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzFT1KDleAf+5dVCojnomcPrYV3lz4EmYwX1t0SAStFJgvAuM3vVyZXsJN/9cQgiPJFN78p X-Received: by 2002:a7b:c758:: with SMTP id w24mr11993569wmk.104.1625162528616; Thu, 01 Jul 2021 11:02:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625162528; cv=none; d=google.com; s=arc-20160816; b=f1lrv6Oo7y9tjmDCiFZ7ysvKk1Bp4pgyzCUuvcGvDLByI0jvQCC5LDWLcwML0UYjtR O5OJKtKm9UiYPQgAydgoG+NXrO2kCdO5k5Pn4PixyhH81wDV5C1/bYfFVEMjh2qZgvTm qSaoadxcNwBoB7HKzE9YREfO2cETrexEoIYMIp1YhjETvInT9cprlg7dw/D6kNkNnXhR dbsP0pnZDU/nys8ELvA25+RaMSLwRJZGIuIKd/sO/exIpO7JA/jnrIqQgruEZTxQgffl Hwebvdk2QyfKvdOj/jXW+A7MGMwjVYDhhqouXovZGKPNtJNgDVljmSdjvFt5mFPZvC77 5oRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=PEl5KKE6hGaHfpKBi0wuKGNZR5N+1uu7mEPXux7g9q4=; b=mYHeyqvFweChXFHvMk+WciT+Z220DxXAC855eMicah6GW9bZkpTbHRBR8Bh4rdfXJb +X1HG8FUjYAYPRcBfpAeLCrvC/KK85T3NiwwMfQE85daW4pfJmu92MnVhT2ssEgi8+bd 2qsJ3RAuUaV2Pwscx36+6G2VdwRoGouCbDvD9bTYz5a2KtxQEMZX6dklLiViHXmaB4IL NyhGHL29jXwHJNY7LDFaERe1OCDra3DaO8a/CKwKQzdzT+WtrvU4hGX7Qjc18c2x/+cm DrZ1OcGhU2ITecqHVRiWeZWc8oC86fYQ/T6HV1ip0+XcmhOfXsUYYEa2xjgLFtkvylqf 2yBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ia17si718721ejc.157.2021.07.01.11.01.42; Thu, 01 Jul 2021 11:02:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233289AbhGARpX (ORCPT + 99 others); Thu, 1 Jul 2021 13:45:23 -0400 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:27311 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233189AbhGARpX (ORCPT ); Thu, 1 Jul 2021 13:45:23 -0400 Received: from [192.168.1.18] ([86.243.172.93]) by mwinf5d12 with ME id Ptip2500321Fzsu03tip3W; Thu, 01 Jul 2021 19:42:51 +0200 X-ME-Helo: [192.168.1.18] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Thu, 01 Jul 2021 19:42:51 +0200 X-ME-IP: 86.243.172.93 Subject: Re: [PATCH 0/3] gve: Fixes and clean-up To: Jeroen de Borst Cc: csully@google.com, sagis@google.com, jonolson@google.com, davem@davemloft.net, kuba@kernel.org, awogbemila@google.com, willemb@google.com, yangchun@google.com, bcf@google.com, kuozhao@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org References: From: Christophe JAILLET Message-ID: <29632746-3234-1991-040d-3c0dfb3b3acb@wanadoo.fr> Date: Thu, 1 Jul 2021 19:42:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 01/07/2021 à 18:20, Jeroen de Borst a écrit : > On Wed, Jun 30, 2021 at 10:58 PM Christophe JAILLET > wrote: >> >> This serie is part of the effort to axe the wrappers in >> include/linux/pci-dma-compat.h >> >> While looking at it, I spotted: >> - a resource leak in an error handling path (patch 1) >> - an error code that could be propagated. (patch 2) >> This patch could be ignored. It's only goal is to be more consistent >> with other drivers. >> >> These 2 paches are not related to the 'pci-dma-compat.h' stuff, which can >> be found in patch 3. >> >> Christophe JAILLET (3): >> gve: Fix an error handling path in 'gve_probe()' >> gve: Propagate error codes to caller >> gve: Simplify code and axe the use of a deprecated API >> >> > > Thanks for these patches. > > Can split this into 2 patch series; Sure. > one for net (with the first 2 > patches) and one for net-next (with the cleanup one)? I've never worked with net and net-next directly. If just adding net and net-next after [PATCH] in the subject of the mail, yes, I can do it if it helps. BTW, I gave a look at https://patchwork.kernel.org/project/netdevbpf/list/ The patch 1/3 is marked as failed because "1 blamed authors not CCed: lrizzo@google.com; 1 maintainers not CCed: lrizzo@google.com" This author/blame was not spotted by get_maintainer.pl. Is it something I should worry about? > Also the label in the first patch should probably read > 'abort_with_gve_init' instead of 'abort_with_vge_init'. Good catch. Sorry about that. > > Jeroen > CJ