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 49248C3A5A1 for ; Wed, 28 Aug 2019 20:52:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 197712339E for ; Wed, 28 Aug 2019 20:52:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567025576; bh=MxTUwvguZO0iDTfR/W0BUhqZMLEuD0P6DX4yPt254ss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=irTVbBXNM0FgzuL8R1tUQjKs5gFy739S1mMzywWL/v9qwjAMy715gxvfRrhzFtL/b yVlIphD04jOxHrNhzNJ2FoUrKyeDQ/Wo/YdF2WDTS+24IVr+uy6a2PD964o7hk6GWS KHoYZpBdzVxTFgL+kGy7aoiaENhg0xZzL26MeZo4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726713AbfH1Uwz (ORCPT ); Wed, 28 Aug 2019 16:52:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:57942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726618AbfH1Uwz (ORCPT ); Wed, 28 Aug 2019 16:52:55 -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 1914F217F5; Wed, 28 Aug 2019 20:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567025574; bh=MxTUwvguZO0iDTfR/W0BUhqZMLEuD0P6DX4yPt254ss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2owBKQd5EHl+vrpuDZl7Puk+Tsy+UUt72HaLYwdKYqk77pXKIwBikn+hizWKD9NGw mj0h5qgs2oVfaDVovVOLOrNX6dHgnITZ2QtaHO9vzxVMkTgq3+5k0fi+HMeg66jRzX y8vHGjBmjPkG2CDRdjVLGvaFvml1FdyYj7gS7iZ4= Date: Wed, 28 Aug 2019 15:52:27 -0500 From: Bjorn Helgaas To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 0/3] Cleanup resource_alignment parameter Message-ID: <20190828205227.GD7013@google.com> References: <20190822161013.5481-1-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190822161013.5481-1-logang@deltatee.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Aug 22, 2019 at 10:10:10AM -0600, Logan Gunthorpe wrote: > As requested, this is a refresh of this series. I rebased it on v5.3-rc5 > without any other changes. > > This is a cleanup of the resource_alignment parameter after finding > an improved way to handle the static buffer for the disable_acs_redir > parameter. So this patchset allows us to drop a significant chunk > of static data. > > Thanks, > > Logan > > -- > > 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(-) Applied to pci/misc for v5.4, thanks!