* Re: [PATCH 4.19 000/243] 4.19.89-stable review
[not found] <20191211150339.185439726@linuxfoundation.org>
@ 2019-12-11 21:36 ` Jon Hunter
2019-12-11 23:48 ` Guenter Roeck
2019-12-12 1:40 ` Guenter Roeck
[not found] ` <20191212100524.GC1470066@kroah.com>
1 sibling, 2 replies; 7+ messages in thread
From: Jon Hunter @ 2019-12-11 21:36 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-kernel
Cc: torvalds, akpm, linux, shuah, patches, ben.hutchings, lkft-triage,
stable, linux-tegra
On 11/12/2019 15:02, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.89 release.
> There are 243 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
...
> Linus Walleij <linus.walleij@linaro.org>
> gpio: OF: Parse MMC-specific CD and WP properties
The above change is causing intermittent failures on Tegra30 eMMC.
Reverting this change on top of the 4.19.89-rc1 fixes the problem.
Cheers
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
2019-12-11 21:36 ` [PATCH 4.19 000/243] 4.19.89-stable review Jon Hunter
@ 2019-12-11 23:48 ` Guenter Roeck
2019-12-12 1:40 ` Guenter Roeck
1 sibling, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2019-12-11 23:48 UTC (permalink / raw)
To: Jon Hunter, Greg Kroah-Hartman, linux-kernel
Cc: torvalds, akpm, shuah, patches, ben.hutchings, lkft-triage,
stable, linux-tegra
On 12/11/19 1:36 PM, Jon Hunter wrote:
>
> On 11/12/2019 15:02, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 4.19.89 release.
>> There are 243 patches in this series, all will be posted as a response
>> to this one. If anyone has any issues with these being applied, please
>> let me know.
>>
>> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
>> or in the git tree and branch at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
>>
>> -------------
>> Pseudo-Shortlog of commits:
>
> ...
>
>> Linus Walleij <linus.walleij@linaro.org>
>> gpio: OF: Parse MMC-specific CD and WP properties
>
> The above change is causing intermittent failures on Tegra30 eMMC.
> Reverting this change on top of the 4.19.89-rc1 fixes the problem.
>
Thanks for tracking that down. I see boot failures for arm:vexpress-a9
when trying to boot from mmc.
I dimly recall that I have seen this before. Ah yes ... commit 89a5e15bcba8
("gpio/mmc/of: Respect polarity in the device tree") fixes the above commit.
Can you give it a try ?
One may wonder though why the parsing code was backported in the first place.
It doesn't look like a bug fix to me.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
2019-12-11 21:36 ` [PATCH 4.19 000/243] 4.19.89-stable review Jon Hunter
2019-12-11 23:48 ` Guenter Roeck
@ 2019-12-12 1:40 ` Guenter Roeck
2019-12-12 9:30 ` Greg Kroah-Hartman
2019-12-12 11:19 ` Jon Hunter
1 sibling, 2 replies; 7+ messages in thread
From: Guenter Roeck @ 2019-12-12 1:40 UTC (permalink / raw)
To: Jon Hunter, Greg Kroah-Hartman, linux-kernel
Cc: torvalds, akpm, shuah, patches, ben.hutchings, lkft-triage,
stable, linux-tegra
On 12/11/19 1:36 PM, Jon Hunter wrote:
>
> On 11/12/2019 15:02, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 4.19.89 release.
>> There are 243 patches in this series, all will be posted as a response
>> to this one. If anyone has any issues with these being applied, please
>> let me know.
>>
>> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
>> or in the git tree and branch at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
>>
>> -------------
>> Pseudo-Shortlog of commits:
>
> ...
>
>> Linus Walleij <linus.walleij@linaro.org>
>> gpio: OF: Parse MMC-specific CD and WP properties
>
> The above change is causing intermittent failures on Tegra30 eMMC.
> Reverting this change on top of the 4.19.89-rc1 fixes the problem.
>
Thanks for tracking that down. I see boot failures for arm:vexpress-a9
when trying to boot from mmc.
I dimly recall that this was a problem before. Ah yes ... commit 89a5e15bcba8
("gpio/mmc/of: Respect polarity in the device tree") fixes the above commit.
Can you give it a try ?
[ One may wonder though why this was back-ported in the first place. ]
Thanks,
Guenter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
2019-12-12 1:40 ` Guenter Roeck
@ 2019-12-12 9:30 ` Greg Kroah-Hartman
2019-12-12 11:19 ` Jon Hunter
1 sibling, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-12 9:30 UTC (permalink / raw)
To: Guenter Roeck
Cc: Jon Hunter, linux-kernel, torvalds, akpm, shuah, patches,
ben.hutchings, lkft-triage, stable, linux-tegra
On Wed, Dec 11, 2019 at 05:40:34PM -0800, Guenter Roeck wrote:
> On 12/11/19 1:36 PM, Jon Hunter wrote:
> >
> > On 11/12/2019 15:02, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 4.19.89 release.
> > > There are 243 patches in this series, all will be posted as a response
> > > to this one. If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
> > > Anything received after that time might be too late.
> > >
> > > The whole patch series can be found in one patch at:
> > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
> > > or in the git tree and branch at:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> > >
> > > -------------
> > > Pseudo-Shortlog of commits:
> >
> > ...
> >
> > > Linus Walleij <linus.walleij@linaro.org>
> > > gpio: OF: Parse MMC-specific CD and WP properties
> >
> > The above change is causing intermittent failures on Tegra30 eMMC.
> > Reverting this change on top of the 4.19.89-rc1 fixes the problem.
> >
>
> Thanks for tracking that down. I see boot failures for arm:vexpress-a9
> when trying to boot from mmc.
>
> I dimly recall that this was a problem before. Ah yes ... commit 89a5e15bcba8
> ("gpio/mmc/of: Respect polarity in the device tree") fixes the above commit.
> Can you give it a try ?
>
> [ One may wonder though why this was back-ported in the first place. ]
I've dropped the original patch here now, thanks.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
2019-12-12 1:40 ` Guenter Roeck
2019-12-12 9:30 ` Greg Kroah-Hartman
@ 2019-12-12 11:19 ` Jon Hunter
1 sibling, 0 replies; 7+ messages in thread
From: Jon Hunter @ 2019-12-12 11:19 UTC (permalink / raw)
To: Guenter Roeck, Greg Kroah-Hartman, linux-kernel
Cc: torvalds, akpm, shuah, patches, ben.hutchings, lkft-triage,
stable, linux-tegra
On 12/12/2019 01:40, Guenter Roeck wrote:
> On 12/11/19 1:36 PM, Jon Hunter wrote:
>>
>> On 11/12/2019 15:02, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 4.19.89 release.
>>> There are 243 patches in this series, all will be posted as a response
>>> to this one. If anyone has any issues with these being applied, please
>>> let me know.
>>>
>>> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
>>> Anything received after that time might be too late.
>>>
>>> The whole patch series can be found in one patch at:
>>> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
>>>
>>> or in the git tree and branch at:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
>>> linux-4.19.y
>>> and the diffstat can be found below.
>>>
>>> thanks,
>>>
>>> greg k-h
>>>
>>> -------------
>>> Pseudo-Shortlog of commits:
>>
>> ...
>>
>>> Linus Walleij <linus.walleij@linaro.org>
>>> gpio: OF: Parse MMC-specific CD and WP properties
>>
>> The above change is causing intermittent failures on Tegra30 eMMC.
>> Reverting this change on top of the 4.19.89-rc1 fixes the problem.
>>
>
> Thanks for tracking that down. I see boot failures for arm:vexpress-a9
> when trying to boot from mmc.
>
> I dimly recall that this was a problem before. Ah yes ... commit
> 89a5e15bcba8
> ("gpio/mmc/of: Respect polarity in the device tree") fixes the above
> commit.
> Can you give it a try ?
Thanks. I did try this and I can confirm that it does indeed work,
although does not apply cleanly.
Cheers
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
[not found] ` <20191212100524.GC1470066@kroah.com>
@ 2019-12-12 13:15 ` Jon Hunter
2019-12-12 13:28 ` Greg Kroah-Hartman
0 siblings, 1 reply; 7+ messages in thread
From: Jon Hunter @ 2019-12-12 13:15 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-kernel
Cc: torvalds, akpm, linux, shuah, patches, ben.hutchings, lkft-triage,
stable, linux-tegra
On 12/12/2019 10:05, Greg Kroah-Hartman wrote:
> On Wed, Dec 11, 2019 at 04:02:42PM +0100, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 4.19.89 release.
>> There are 243 patches in this series, all will be posted as a response
>> to this one. If anyone has any issues with these being applied, please
>> let me know.
>>
>> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
>> or in the git tree and branch at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
>> and the diffstat can be found below.
>
> I have pushed out -rc2 with a bunch of fixes for existing issues, and
> some new fixes:
> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc2.gz
>
All tests are passing for Tegra ...
Test results for stable-v4.19:
13 builds: 13 pass, 0 fail
22 boots: 22 pass, 0 fail
32 tests: 32 pass, 0 fail
Linux version: 4.19.89-rc2-gb71ac9dfc6f0
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra20-ventana,
tegra210-p2371-2180, tegra30-cardhu-a04
Cheers
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 000/243] 4.19.89-stable review
2019-12-12 13:15 ` Jon Hunter
@ 2019-12-12 13:28 ` Greg Kroah-Hartman
0 siblings, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-12 13:28 UTC (permalink / raw)
To: Jon Hunter
Cc: linux-kernel, torvalds, akpm, linux, shuah, patches,
ben.hutchings, lkft-triage, stable, linux-tegra
On Thu, Dec 12, 2019 at 01:15:25PM +0000, Jon Hunter wrote:
>
> On 12/12/2019 10:05, Greg Kroah-Hartman wrote:
> > On Wed, Dec 11, 2019 at 04:02:42PM +0100, Greg Kroah-Hartman wrote:
> >> This is the start of the stable review cycle for the 4.19.89 release.
> >> There are 243 patches in this series, all will be posted as a response
> >> to this one. If anyone has any issues with these being applied, please
> >> let me know.
> >>
> >> Responses should be made by Fri, 13 Dec 2019 14:56:06 +0000.
> >> Anything received after that time might be too late.
> >>
> >> The whole patch series can be found in one patch at:
> >> https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc1.gz
> >> or in the git tree and branch at:
> >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> >> and the diffstat can be found below.
> >
> > I have pushed out -rc2 with a bunch of fixes for existing issues, and
> > some new fixes:
> > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.89-rc2.gz
> >
>
>
> All tests are passing for Tegra ...
>
> Test results for stable-v4.19:
> 13 builds: 13 pass, 0 fail
> 22 boots: 22 pass, 0 fail
> 32 tests: 32 pass, 0 fail
>
> Linux version: 4.19.89-rc2-gb71ac9dfc6f0
> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
> tegra194-p2972-0000, tegra20-ventana,
> tegra210-p2371-2180, tegra30-cardhu-a04
>
Wonderful, thanks for testing all of these and letting me know.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-12-12 13:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20191211150339.185439726@linuxfoundation.org>
2019-12-11 21:36 ` [PATCH 4.19 000/243] 4.19.89-stable review Jon Hunter
2019-12-11 23:48 ` Guenter Roeck
2019-12-12 1:40 ` Guenter Roeck
2019-12-12 9:30 ` Greg Kroah-Hartman
2019-12-12 11:19 ` Jon Hunter
[not found] ` <20191212100524.GC1470066@kroah.com>
2019-12-12 13:15 ` Jon Hunter
2019-12-12 13:28 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox