mbox

[GIT,PULL,1/6] Broadcom soc changes for 4.10

Message ID 20161122054824.16974-1-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/soc

Message

Florian Fainelli Nov. 22, 2016, 5:48 a.m. UTC
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/soc

for you to fetch changes up to 09f3510fb70a46c8921f2cf4a90dbcae460a6820:

  ARM: BCM5301X: Add back handler ignoring external imprecise aborts (2016-11-16 12:39:05 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC changes for 4.10, please pull
the following:

- Rafal adds back the abort handler hook on BCM5301x which is required to silence
  errors forwared from the PCIe controller that cannot be silenced at the PCIe RC level

----------------------------------------------------------------
Rafał Miłecki (1):
      ARM: BCM5301X: Add back handler ignoring external imprecise aborts

 arch/arm/mach-bcm/bcm_5301x.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Comments

Arnd Bergmann Nov. 30, 2016, 4:52 p.m. UTC | #1
On Monday, November 21, 2016 9:48:19 PM CET Florian Fainelli wrote:
> This pull request contains Broadcom ARM-based SoC changes for 4.10, please pull
> the following:
> 
> - Rafal adds back the abort handler hook on BCM5301x which is required to silence
>   errors forwared from the PCIe controller that cannot be silenced at the PCIe RC level
> 

Pulled into next/soc.

It's unclear to me whether we want this to be backported to stable kernels,
can you clarify?

Thanks,

	Arnd
Rafał Miłecki Dec. 1, 2016, 11:18 a.m. UTC | #2
On 2016-11-30 17:52, Arnd Bergmann wrote:
> On Monday, November 21, 2016 9:48:19 PM CET Florian Fainelli wrote:
>> This pull request contains Broadcom ARM-based SoC changes for 4.10, 
>> please pull
>> the following:
>> 
>> - Rafal adds back the abort handler hook on BCM5301x which is required 
>> to silence
>>   errors forwared from the PCIe controller that cannot be silenced at 
>> the PCIe RC level
>> 
> 
> Pulled into next/soc.
> 
> It's unclear to me whether we want this to be backported to stable 
> kernels,
> can you clarify?

It took me/us so much time to get an agreement on this patch I totally 
forgot
about backporting it to stable.

To be clear it indeed fixes a regression. Commit 937b12306ea79 ("ARM: 
BCM5301X:
remove workaround imprecise abort fault handler") went into 4.5, so this 
one
could be backported to 4.5+.

As this has been already pulled, I think I'll wait for it to appear in 
Linus's
tree and just e-mail stable guys manually (unless someone objects). 
Thanks for
bringing my attention to this.
Arnd Bergmann Dec. 1, 2016, 11:35 a.m. UTC | #3
On Thursday, December 1, 2016 12:18:26 PM CET Rafał Miłecki wrote:
> On 2016-11-30 17:52, Arnd Bergmann wrote:
> > On Monday, November 21, 2016 9:48:19 PM CET Florian Fainelli wrote:
> >> This pull request contains Broadcom ARM-based SoC changes for 4.10, 
> >> please pull
> >> the following:
> >> 
> >> - Rafal adds back the abort handler hook on BCM5301x which is required 
> >> to silence
> >>   errors forwared from the PCIe controller that cannot be silenced at 
> >> the PCIe RC level
> >> 
> > 
> > Pulled into next/soc.
> > 
> > It's unclear to me whether we want this to be backported to stable 
> > kernels,
> > can you clarify?
> 
> It took me/us so much time to get an agreement on this patch I totally 
> forgot
> about backporting it to stable.
> 
> To be clear it indeed fixes a regression. Commit 937b12306ea79 ("ARM: 
> BCM5301X:
> remove workaround imprecise abort fault handler") went into 4.5, so this 
> one
> could be backported to 4.5+.
> 
> As this has been already pulled, I think I'll wait for it to appear in 
> Linus's
> tree and just e-mail stable guys manually (unless someone objects). 
> Thanks for
> bringing my attention to this.

Ok, sounds good. Thanks!

	Arnd