From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035263AbcIWPLr (ORCPT ); Fri, 23 Sep 2016 11:11:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34314 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1035217AbcIWPLo (ORCPT ); Fri, 23 Sep 2016 11:11:44 -0400 Date: Fri, 23 Sep 2016 17:11:48 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 4.4 000/118] 4.4.22-stable review Message-ID: <20160923151148.GA14168@kroah.com> References: <20160922172938.643879685@linuxfoundation.org> <20160923080807.GC18056@kroah.com> <517d8d77-6b9f-4430-2b35-30ee6b07b5f7@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <517d8d77-6b9f-4430-2b35-30ee6b07b5f7@roeck-us.net> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 23, 2016 at 06:25:33AM -0700, Guenter Roeck wrote: > On 09/23/2016 01:08 AM, Greg Kroah-Hartman wrote: > > On Thu, Sep 22, 2016 at 08:01:35PM -0700, Guenter Roeck wrote: > > > e5767a13d7cb ("cxl: use pcibios_free_controller_deferred() when removing vPHBs") > > > does not apply to v4.4 nor to v4.7 (and isn't marked stable ???). > > > > I don't understand what you mean here. It did apply, and it was marked > > for stable inclusion. It is commit > > 6f38a8b9a45833495dc878c335c5431cd98a16ed in Linus's tree. Does it break > > the build? > > > > drivers/misc/cxl/vphb.c: In function 'cxl_pci_vphb_add': > drivers/misc/cxl/vphb.c:263:9: error: 'pcibios_free_controller_deferred' undeclared > > Yes, it does break the build, by calling a function which does not exist in 4.4 or 4.7. > > Sorry, the Cc: stable was dropped in the 4.4/4.7 versions, so I didn't see it. > I meant to say "it doesn't build". > > You will either have to drop e5767a13d7cb. or you'll also need commit 2dd9c11b9d4 > ("powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)") from upstream. > I didn't check though if that applies (or works) with the older kernels. I'm going to drop it, thanks for pointing this out, I should have caught it earlier too... greg k-h