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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 53F5FC3A5A0 for ; Wed, 21 Aug 2019 13:16:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2036522DD3 for ; Wed, 21 Aug 2019 13:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566393413; bh=Riq3+i7XmC+qkfYNb79gSocHjoilNp2cpM1n18oFxN8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NfhDt3kLB6rldwZZsWHeO0XoyD73Kzi9ECeBAKJ/OSSRnG+LlYYipB5zO/oBA5bKv gnef/qnGSEUqWWbKxp2TD3k2G9Xu5BKJYOk7GaLqwCbxV13pb6qdNCBsmjbCvhuqjs wSSVayvNnvKLvDCtBhL7HJlxMvnYN3NxMxV6iY+o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728825AbfHUNQw (ORCPT ); Wed, 21 Aug 2019 09:16:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:53616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726372AbfHUNQv (ORCPT ); Wed, 21 Aug 2019 09:16:51 -0400 Received: from localhost (unknown [69.71.4.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C7CDF22CF7; Wed, 21 Aug 2019 13:16:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566393411; bh=Riq3+i7XmC+qkfYNb79gSocHjoilNp2cpM1n18oFxN8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AB1f+oiH0cYZQAlS6BhnBmj6xmApLbE2/6+kHCPvoyUhbbw3/38sHOasaPzpGDnLz 9+rp2ITpYNnrz9cmaB74ijl2Od67FMbtcRv+QvUaTOBWSecMxuwL8cIiqAVO74CAJy euFb+EK1L4wHec1BMcaFJ2Bni3a3i7V8khmBH0W4= Date: Wed, 21 Aug 2019 08:16:48 -0500 From: Bjorn Helgaas To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 0/3] Cleanup resource_alignment parameter Message-ID: <20190821131648.GG14450@google.com> References: <20190524201610.8039-1-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190524201610.8039-1-logang@deltatee.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 Fri, May 24, 2019 at 02:16:07PM -0600, Logan Gunthorpe wrote: > This is a follow up to the cleanup I started last cycle on the > resource_alignment parameter after finding an improved way to do handle > the static buffer for the disable_acs_redir parameter. So this patchset > allows us to drop a significant chunk of static data. > > Per the discussion last cycle, this version keeps the spin locks > (instead of the RCU implementation) and splits the change into a > couple different patches. Hi Logan, This series doesn't apply cleanly to either v5.3-rc1 or v5.2-rc1. Would you mind refreshing it? > Logan Gunthorpe (3): > PCI: Clean up resource_alignment parameter to not require static > buffer > PCI: Move pci_[get|set]_resource_alignment_param() into their callers > PCI: Force trailing new line to resource_alignment_param in sysfs > > drivers/pci/pci.c | 65 +++++++++++++++++++++++++---------------------- > 1 file changed, 35 insertions(+), 30 deletions(-) > > -- > 2.20.1