Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756140Ab3JGUlw (ORCPT ); Mon, 7 Oct 2013 16:41:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33844 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563Ab3JGUlu (ORCPT ); Mon, 7 Oct 2013 16:41:50 -0400 Date: Mon, 7 Oct 2013 13:41:28 -0700 From: Greg Kroah-Hartman To: Bjorn Helgaas Cc: "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , Sachin Kamat Subject: Re: [PATCH 01/11] pci: convert bus code to use dev_groups Message-ID: <20131007204128.GB7600@kroah.com> References: <1381128950-28125-1-git-send-email-gregkh@linuxfoundation.org> <1381128950-28125-2-git-send-email-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1644 Lines: 41 On Mon, Oct 07, 2013 at 12:21:36PM -0600, Bjorn Helgaas wrote: > [+cc Sachin] > > On Mon, Oct 7, 2013 at 12:55 AM, Greg Kroah-Hartman > wrote: > > The dev_attrs field of struct bus_type is going away soon, dev_groups > > should be used instead. This converts the PCI bus code to use the > > correct field. > > > > Cc: Bjorn Helgaas > > Cc: > > Signed-off-by: Greg Kroah-Hartman > > --- > > > > Bjorn, I can take this through my driver-core tree if you like, just let > > me know what would be the easiest for you. > > Let me take it, if I can figure out how to do it. I already tripped > over a conflict where Sachin made pci_bus_attrs static, which is fine > in linux-next (with your 244afeca ("PCI: convert bus code to > use bus_groups") commit), but not fine in pci/next, which didn't have that. Ah, yeah, that will conflict, sorry. > I should be able to "git merge --no-ff --log gregkh/driver-core-next" > into my "next" branch, then apply your patch as usual, right? You can, but do you really want all of my driver-core changes in there? I can just send you the one pci change and you can then apply both of them. Then when we merge with Linus, there will not be any conflicts as the same patches just showed up in two different trees, which should be fine. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/