From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C126DC43142 for ; Thu, 2 Aug 2018 09:00:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80489214F1 for ; Thu, 2 Aug 2018 09:00:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 80489214F1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731366AbeHBKub (ORCPT ); Thu, 2 Aug 2018 06:50:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42650 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbeHBKub (ORCPT ); Thu, 2 Aug 2018 06:50:31 -0400 Received: from localhost (D57E6652.static.ziggozakelijk.nl [213.126.102.82]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id B90B3CA5; Thu, 2 Aug 2018 09:00:18 +0000 (UTC) Date: Thu, 2 Aug 2018 11:00:08 +0200 From: Greg Kroah-Hartman To: Todd Poynor Cc: Rob Springer , John Joseph , Ben Chan , devel@driverdev.osuosl.org, Todd Poynor , Dmitry Torokhov , linux-kernel@vger.kernel.org Subject: Re: [PATCH 8/8] Revert "staging: gasket: core: hold reference to pci_dev while used" Message-ID: <20180802090008.GE23992@kroah.com> References: <20180802084245.239689-1-toddpoynor@gmail.com> <20180802084245.239689-9-toddpoynor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802084245.239689-9-toddpoynor@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 02, 2018 at 01:42:45AM -0700, Todd Poynor wrote: > From: Todd Poynor > > There's no need to take an additional reference on the pci_dev structure > for the pointer copy saved in gasket data structures. > > This reverts commit 8dd8a48b9a7dae5493494a8603adddfdf1914716. Hint, when dealing with sha1 numbers in the kernel, we like the following format to make it a bit easier to understand: 8dd8a48b9a7d ("staging: gasket: core: hold reference to pci_dev while used") which can be generated by doing: git show -s --abbrev-commit --abbrev=12 --pretty=format:"%h (\"%s\")%n" Can you fix this up and resend? thanks, greg k-h