Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-08 Thread Guenter Roeck
On Mon, Oct 08, 2018 at 12:48:41PM -0500, Rob Herring wrote:
> On Sun, Oct 7, 2018 at 9:19 AM Guenter Roeck  wrote:
> >
> > On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> > > On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > > > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  
> > > > wrote:
> > > > >
> > > > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > > > release.
> > > > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > > > Anything received after that time might be too late.
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Build results:
> > > > > > > total: 137 pass: 137 fail: 0
> > > > > > > Qemu test results:
> > > > > > > total: 321 pass: 320 fail: 1
> > > > > > > Failed tests:
> > > > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > > > >
> > > > > > What is the status of that powerpc failure fix?  What's the odds it 
> > > > > > can
> > > > > > get into mainline soon?
> > > > > >
> > > > >
> > > > > The fix has been -next for about a week.
> > > > >
> > > > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world 
> > > > > MAC systems
> > > > >
> > > > > You'll have to ask Rob (copied) if he plans to send a pull request 
> > > > > before
> > > > > the next commit window opens.
> > > >
> > > > I wasn't planning to as it's just for the unittest and has been that
> > > > way for how long? Why's the unittest enabled for a defconfig anyways?
> > > >
> > >
> > > I enabled it to improve test coverage for stable releases. This is how
> > > I found the problem in the first place. Are you suggesting that I should
> > > not run DT unit tests for stable release candidates ?
> > >
> > I have now disabled CONFIG_OF_UNITTEST in my tests.
> 
> Well no, that wasn't what I was suggesting. I'll send it to Greg this week.
> 
> Are there details on how you run qemu?
> 
Official ? No.

However, everything is published at https://github.com/groeck/linux-build-test/.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-08 Thread Guenter Roeck
On Mon, Oct 08, 2018 at 12:48:41PM -0500, Rob Herring wrote:
> On Sun, Oct 7, 2018 at 9:19 AM Guenter Roeck  wrote:
> >
> > On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> > > On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > > > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  
> > > > wrote:
> > > > >
> > > > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > > > release.
> > > > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > > > Anything received after that time might be too late.
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Build results:
> > > > > > > total: 137 pass: 137 fail: 0
> > > > > > > Qemu test results:
> > > > > > > total: 321 pass: 320 fail: 1
> > > > > > > Failed tests:
> > > > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > > > >
> > > > > > What is the status of that powerpc failure fix?  What's the odds it 
> > > > > > can
> > > > > > get into mainline soon?
> > > > > >
> > > > >
> > > > > The fix has been -next for about a week.
> > > > >
> > > > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world 
> > > > > MAC systems
> > > > >
> > > > > You'll have to ask Rob (copied) if he plans to send a pull request 
> > > > > before
> > > > > the next commit window opens.
> > > >
> > > > I wasn't planning to as it's just for the unittest and has been that
> > > > way for how long? Why's the unittest enabled for a defconfig anyways?
> > > >
> > >
> > > I enabled it to improve test coverage for stable releases. This is how
> > > I found the problem in the first place. Are you suggesting that I should
> > > not run DT unit tests for stable release candidates ?
> > >
> > I have now disabled CONFIG_OF_UNITTEST in my tests.
> 
> Well no, that wasn't what I was suggesting. I'll send it to Greg this week.
> 
> Are there details on how you run qemu?
> 
Official ? No.

However, everything is published at https://github.com/groeck/linux-build-test/.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-08 Thread Rob Herring
On Sun, Oct 7, 2018 at 9:19 AM Guenter Roeck  wrote:
>
> On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> > On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> > > >
> > > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > > release.
> > > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > > Anything received after that time might be too late.
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Build results:
> > > > > > total: 137 pass: 137 fail: 0
> > > > > > Qemu test results:
> > > > > > total: 321 pass: 320 fail: 1
> > > > > > Failed tests:
> > > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > > >
> > > > > What is the status of that powerpc failure fix?  What's the odds it 
> > > > > can
> > > > > get into mainline soon?
> > > > >
> > > >
> > > > The fix has been -next for about a week.
> > > >
> > > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world 
> > > > MAC systems
> > > >
> > > > You'll have to ask Rob (copied) if he plans to send a pull request 
> > > > before
> > > > the next commit window opens.
> > >
> > > I wasn't planning to as it's just for the unittest and has been that
> > > way for how long? Why's the unittest enabled for a defconfig anyways?
> > >
> >
> > I enabled it to improve test coverage for stable releases. This is how
> > I found the problem in the first place. Are you suggesting that I should
> > not run DT unit tests for stable release candidates ?
> >
> I have now disabled CONFIG_OF_UNITTEST in my tests.

Well no, that wasn't what I was suggesting. I'll send it to Greg this week.

Are there details on how you run qemu?

Rob

>
> Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-08 Thread Rob Herring
On Sun, Oct 7, 2018 at 9:19 AM Guenter Roeck  wrote:
>
> On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> > On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> > > >
> > > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > > release.
> > > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > > Anything received after that time might be too late.
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Build results:
> > > > > > total: 137 pass: 137 fail: 0
> > > > > > Qemu test results:
> > > > > > total: 321 pass: 320 fail: 1
> > > > > > Failed tests:
> > > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > > >
> > > > > What is the status of that powerpc failure fix?  What's the odds it 
> > > > > can
> > > > > get into mainline soon?
> > > > >
> > > >
> > > > The fix has been -next for about a week.
> > > >
> > > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world 
> > > > MAC systems
> > > >
> > > > You'll have to ask Rob (copied) if he plans to send a pull request 
> > > > before
> > > > the next commit window opens.
> > >
> > > I wasn't planning to as it's just for the unittest and has been that
> > > way for how long? Why's the unittest enabled for a defconfig anyways?
> > >
> >
> > I enabled it to improve test coverage for stable releases. This is how
> > I found the problem in the first place. Are you suggesting that I should
> > not run DT unit tests for stable release candidates ?
> >
> I have now disabled CONFIG_OF_UNITTEST in my tests.

Well no, that wasn't what I was suggesting. I'll send it to Greg this week.

Are there details on how you run qemu?

Rob

>
> Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-07 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> > >
> > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > release.
> > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > Anything received after that time might be too late.
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > Build results:
> > > > > total: 137 pass: 137 fail: 0
> > > > > Qemu test results:
> > > > > total: 321 pass: 320 fail: 1
> > > > > Failed tests:
> > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > >
> > > > What is the status of that powerpc failure fix?  What's the odds it can
> > > > get into mainline soon?
> > > >
> > >
> > > The fix has been -next for about a week.
> > >
> > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> > > systems
> > >
> > > You'll have to ask Rob (copied) if he plans to send a pull request before
> > > the next commit window opens.
> > 
> > I wasn't planning to as it's just for the unittest and has been that
> > way for how long? Why's the unittest enabled for a defconfig anyways?
> > 
> 
> I enabled it to improve test coverage for stable releases. This is how
> I found the problem in the first place. Are you suggesting that I should
> not run DT unit tests for stable release candidates ?
> 
I have now disabled CONFIG_OF_UNITTEST in my tests.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-07 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 11:08:47AM -0700, Guenter Roeck wrote:
> On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> > On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> > >
> > > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > > This is the start of the stable review cycle for the 4.18.12 
> > > > > > release.
> > > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > > Anything received after that time might be too late.
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > Build results:
> > > > > total: 137 pass: 137 fail: 0
> > > > > Qemu test results:
> > > > > total: 321 pass: 320 fail: 1
> > > > > Failed tests:
> > > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > > >
> > > > What is the status of that powerpc failure fix?  What's the odds it can
> > > > get into mainline soon?
> > > >
> > >
> > > The fix has been -next for about a week.
> > >
> > > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> > > systems
> > >
> > > You'll have to ask Rob (copied) if he plans to send a pull request before
> > > the next commit window opens.
> > 
> > I wasn't planning to as it's just for the unittest and has been that
> > way for how long? Why's the unittest enabled for a defconfig anyways?
> > 
> 
> I enabled it to improve test coverage for stable releases. This is how
> I found the problem in the first place. Are you suggesting that I should
> not run DT unit tests for stable release candidates ?
> 
I have now disabled CONFIG_OF_UNITTEST in my tests.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2018 at 02:58:50PM -0500, Dan Rue wrote:
> On Tue, Oct 02, 2018 at 06:21:37AM -0700, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > Anything received after that time might be too late.
> 
> Results from Linaro’s test farm.
> No regressions on arm64, arm, x86_64, and i386.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2018 at 02:58:50PM -0500, Dan Rue wrote:
> On Tue, Oct 02, 2018 at 06:21:37AM -0700, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > Anything received after that time might be too late.
> 
> Results from Linaro’s test farm.
> No regressions on arm64, arm, x86_64, and i386.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Dan Rue
On Tue, Oct 02, 2018 at 06:21:37AM -0700, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.18.12 release.
> There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> Anything received after that time might be too late.

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Summary


kernel: 4.18.12-rc1
git repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.18.y
git commit: e894b754af73d0948e34f61e6070f2d9407a4f98
git describe: v4.18.11-230-ge894b754af73
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.18-oe/build/v4.18.11-230-ge894b754af73

No regressions (compared to build v4.18.11)


Ran 20361 total tests in the following environments and test suites.

Environments
--
- dragonboard-410c - arm64
- hi6220-hikey - arm64
- i386
- juno-r2 - arm64
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15 - arm
- x86_64

Test Suites
---
* boot
* kselftest
* libhugetlbfs
* ltp-cap_bounds-tests
* ltp-containers-tests
* ltp-cve-tests
* ltp-fcntl-locktests-tests
* ltp-filecaps-tests
* ltp-fs-tests
* ltp-fs_bind-tests
* ltp-fs_perms_simple-tests
* ltp-fsx-tests
* ltp-hugetlb-tests
* ltp-io-tests
* ltp-ipc-tests
* ltp-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* ltp-timers-tests
* ltp-math-tests
* ltp-open-posix-tests
* kselftest-vsyscall-mode-native
* kselftest-vsyscall-mode-none

-- 
Linaro LKFT
https://lkft.linaro.org


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Dan Rue
On Tue, Oct 02, 2018 at 06:21:37AM -0700, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.18.12 release.
> There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> Anything received after that time might be too late.

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Summary


kernel: 4.18.12-rc1
git repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.18.y
git commit: e894b754af73d0948e34f61e6070f2d9407a4f98
git describe: v4.18.11-230-ge894b754af73
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.18-oe/build/v4.18.11-230-ge894b754af73

No regressions (compared to build v4.18.11)


Ran 20361 total tests in the following environments and test suites.

Environments
--
- dragonboard-410c - arm64
- hi6220-hikey - arm64
- i386
- juno-r2 - arm64
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15 - arm
- x86_64

Test Suites
---
* boot
* kselftest
* libhugetlbfs
* ltp-cap_bounds-tests
* ltp-containers-tests
* ltp-cve-tests
* ltp-fcntl-locktests-tests
* ltp-filecaps-tests
* ltp-fs-tests
* ltp-fs_bind-tests
* ltp-fs_perms_simple-tests
* ltp-fsx-tests
* ltp-hugetlb-tests
* ltp-io-tests
* ltp-ipc-tests
* ltp-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* ltp-timers-tests
* ltp-math-tests
* ltp-open-posix-tests
* kselftest-vsyscall-mode-native
* kselftest-vsyscall-mode-none

-- 
Linaro LKFT
https://lkft.linaro.org


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> >
> > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > This is the start of the stable review cycle for the 4.18.12 release.
> > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > Anything received after that time might be too late.
> > > > >
> > > >
> > > >
> > > >
> > > > Build results:
> > > > total: 137 pass: 137 fail: 0
> > > > Qemu test results:
> > > > total: 321 pass: 320 fail: 1
> > > > Failed tests:
> > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > >
> > > What is the status of that powerpc failure fix?  What's the odds it can
> > > get into mainline soon?
> > >
> >
> > The fix has been -next for about a week.
> >
> > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> > systems
> >
> > You'll have to ask Rob (copied) if he plans to send a pull request before
> > the next commit window opens.
> 
> I wasn't planning to as it's just for the unittest and has been that
> way for how long? Why's the unittest enabled for a defconfig anyways?
> 

I enabled it to improve test coverage for stable releases. This is how
I found the problem in the first place. Are you suggesting that I should
not run DT unit tests for stable release candidates ?

> There was another g3beige fix (e54192b48da7 of: fix phandle cache
> creation for DTs with no phandles) which is tagged for stable. Not
> sure if qemu would hit the issue though.
> 

Depends if there is a test that can be enabled which hits the problem.

Thanks,
Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 12:53:11PM -0500, Rob Herring wrote:
> On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
> >
> > On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > > This is the start of the stable review cycle for the 4.18.12 release.
> > > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > > Anything received after that time might be too late.
> > > > >
> > > >
> > > >
> > > >
> > > > Build results:
> > > > total: 137 pass: 137 fail: 0
> > > > Qemu test results:
> > > > total: 321 pass: 320 fail: 1
> > > > Failed tests:
> > > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> > >
> > > What is the status of that powerpc failure fix?  What's the odds it can
> > > get into mainline soon?
> > >
> >
> > The fix has been -next for about a week.
> >
> > da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> > systems
> >
> > You'll have to ask Rob (copied) if he plans to send a pull request before
> > the next commit window opens.
> 
> I wasn't planning to as it's just for the unittest and has been that
> way for how long? Why's the unittest enabled for a defconfig anyways?
> 

I enabled it to improve test coverage for stable releases. This is how
I found the problem in the first place. Are you suggesting that I should
not run DT unit tests for stable release candidates ?

> There was another g3beige fix (e54192b48da7 of: fix phandle cache
> creation for DTs with no phandles) which is tagged for stable. Not
> sure if qemu would hit the issue though.
> 

Depends if there is a test that can be enabled which hits the problem.

Thanks,
Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Rob Herring
On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
>
> On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 4.18.12 release.
> > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > Anything received after that time might be too late.
> > > >
> > >
> > >
> > >
> > > Build results:
> > > total: 137 pass: 137 fail: 0
> > > Qemu test results:
> > > total: 321 pass: 320 fail: 1
> > > Failed tests:
> > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> >
> > What is the status of that powerpc failure fix?  What's the odds it can
> > get into mainline soon?
> >
>
> The fix has been -next for about a week.
>
> da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> systems
>
> You'll have to ask Rob (copied) if he plans to send a pull request before
> the next commit window opens.

I wasn't planning to as it's just for the unittest and has been that
way for how long? Why's the unittest enabled for a defconfig anyways?

There was another g3beige fix (e54192b48da7 of: fix phandle cache
creation for DTs with no phandles) which is tagged for stable. Not
sure if qemu would hit the issue though.

Rob


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Rob Herring
On Wed, Oct 3, 2018 at 12:24 PM Guenter Roeck  wrote:
>
> On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> > On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 4.18.12 release.
> > > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > > Anything received after that time might be too late.
> > > >
> > >
> > >
> > >
> > > Build results:
> > > total: 137 pass: 137 fail: 0
> > > Qemu test results:
> > > total: 321 pass: 320 fail: 1
> > > Failed tests:
> > > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> >
> > What is the status of that powerpc failure fix?  What's the odds it can
> > get into mainline soon?
> >
>
> The fix has been -next for about a week.
>
> da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
> systems
>
> You'll have to ask Rob (copied) if he plans to send a pull request before
> the next commit window opens.

I wasn't planning to as it's just for the unittest and has been that
way for how long? Why's the unittest enabled for a defconfig anyways?

There was another g3beige fix (e54192b48da7 of: fix phandle cache
creation for DTs with no phandles) which is tagged for stable. Not
sure if qemu would hit the issue though.

Rob


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 4.18.12 release.
> > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > Anything received after that time might be too late.
> > > 
> > 
> > 
> > 
> > Build results:
> > total: 137 pass: 137 fail: 0
> > Qemu test results:
> > total: 321 pass: 320 fail: 1
> > Failed tests:
> > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> 
> What is the status of that powerpc failure fix?  What's the odds it can
> get into mainline soon?
> 

The fix has been -next for about a week.

da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
systems

You'll have to ask Rob (copied) if he plans to send a pull request before
the next commit window opens.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck
On Wed, Oct 03, 2018 at 09:25:39AM -0700, Greg Kroah-Hartman wrote:
> On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> > On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 4.18.12 release.
> > > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > > Anything received after that time might be too late.
> > > 
> > 
> > 
> > 
> > Build results:
> > total: 137 pass: 137 fail: 0
> > Qemu test results:
> > total: 321 pass: 320 fail: 1
> > Failed tests:
> > powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs
> 
> What is the status of that powerpc failure fix?  What's the odds it can
> get into mainline soon?
> 

The fix has been -next for about a week.

da08d8cb8cfc of: unittest: Disable interrupt node tests for old world MAC 
systems

You'll have to ask Rob (copied) if he plans to send a pull request before
the next commit window opens.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> 
> 
> Build results:
>   total: 137 pass: 137 fail: 0
> Qemu test results:
>   total: 321 pass: 320 fail: 1
> Failed tests:
>   powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs

What is the status of that powerpc failure fix?  What's the odds it can
get into mainline soon?

Thanks for testing all of these,

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2018 at 05:59:09AM -0700, Guenter Roeck wrote:
> On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> 
> 
> Build results:
>   total: 137 pass: 137 fail: 0
> Qemu test results:
>   total: 321 pass: 320 fail: 1
> Failed tests:
>   powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs

What is the status of that powerpc failure fix?  What's the odds it can
get into mainline soon?

Thanks for testing all of these,

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck

On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.18.12 release.
There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
Anything received after that time might be too late.





Build results:
total: 137 pass: 137 fail: 0
Qemu test results:
total: 321 pass: 320 fail: 1
Failed tests:
powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs

Details are available at https://kerneltests.org/builders/.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-03 Thread Guenter Roeck

On 10/02/2018 06:21 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.18.12 release.
There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
Anything received after that time might be too late.





Build results:
total: 137 pass: 137 fail: 0
Qemu test results:
total: 321 pass: 320 fail: 1
Failed tests:
powerpc:g3beige:ppc_book3s_defconfig:nosmp:ide:rootfs

Details are available at https://kerneltests.org/builders/.

Guenter


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
On Tue, Oct 02, 2018 at 02:24:31PM -0600, Shuah Khan wrote:
> On 10/02/2018 07:21 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > 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.18.12-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.18.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
On Tue, Oct 02, 2018 at 02:24:31PM -0600, Shuah Khan wrote:
> On 10/02/2018 07:21 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> > There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> > 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.18.12-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.18.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Shuah Khan
On 10/02/2018 07:21 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.18.12 release.
> There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> 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.18.12-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.18.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Shuah Khan
On 10/02/2018 07:21 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.18.12 release.
> There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
> 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.18.12-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.18.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
On Tue, Oct 02, 2018 at 05:58:35PM +0200, Holger Hoffstätte wrote:
> On 10/02/18 15:21, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> 
> Applied over .11 and now running on three different machines.
> No observed regressions in dmesg or behaviour.

Wonderful, thanks for testing and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
On Tue, Oct 02, 2018 at 05:58:35PM +0200, Holger Hoffstätte wrote:
> On 10/02/18 15:21, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.18.12 release.
> 
> Applied over .11 and now running on three different machines.
> No observed regressions in dmesg or behaviour.

Wonderful, thanks for testing and letting me know.

greg k-h


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Holger Hoffstätte

On 10/02/18 15:21, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.18.12 release.


Applied over .11 and now running on three different machines.
No observed regressions in dmesg or behaviour.

cheers!
Holger


Re: [PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Holger Hoffstätte

On 10/02/18 15:21, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.18.12 release.


Applied over .11 and now running on three different machines.
No observed regressions in dmesg or behaviour.

cheers!
Holger


[PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.18.12 release.
There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
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.18.12-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.18.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.18.12-rc1

Michael Bringmann 
powerpc/pseries: Fix unitialized timer reset on migration

Thiago Jung Bauermann 
powerpc/pkeys: Fix reading of ibm, processor-storage-keys property

Christophe Leroy 
powerpc: fix csum_ipv6_magic() on little endian platforms

Michael Neuling 
KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds

Randy Dunlap 
x86/pti: Fix section mismatch warning/error

Akshu Agrawal 
clk: x86: Set default parent to 48Mhz

Mika Westerberg 
i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus

Marc Zyngier 
arm/arm64: smccc-1.1: Handle function result as parameters

Marc Zyngier 
arm/arm64: smccc-1.1: Make return values unsigned long

Emily Deng 
drm/amdgpu: Need to set moved to true when evict bo

Tony Lindgren 
ARM: dts: omap4-droid4: Fix emmc errors seen on some devices

James Smart 
nvme-fcloop: Fix dropped LS's to removed target port

Linus Walleij 
ata: ftide010: Add a quirk for SQ201

Rex Zhu 
drm/amdgpu: Update power state at the end of smu hw_init.

Rex Zhu 
drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode

Leonard Crestez 
Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"

Dan Carpenter 
hwmon: (adt7475) Make adt7475_read_word() return errors

Lothar Felten 
hwmon: (ina2xx) fix sysfs shunt resistor read access

Srikanth Jampala 
crypto: cavium/nitrox - fix for command corruption in queue full case with 
backlog submissions.

Ganesh Goudar 
crypto: chtls - fix null dereference chtls_free_uld()

Jacob Keller 
i40e: fix condition of WARN_ONCE for stat strings

Martyna Szapar 
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled

Sebastian Basierski 
ixgbe: fix driver behaviour after issuing VFLR

Bo Chen 
e1000: ensure to free old tx/rx rings in set_ringparam()

Bo Chen 
e1000: check on netif_running() before calling e1000_up()

Jesse Brandeburg 
ice: Fix potential return of uninitialized value

Anirudh Venkataramanan 
ice: Fix a few null pointer dereference issues

Quentin Monnet 
tools: bpftool: return from do_event_pipe() on bad arguments

Brett Creeley 
ice: Set VLAN flags correctly

Jacob Keller 
ice: Use order_base_2 to calculate higher power of 2

Anirudh Venkataramanan 
ice: Fix bugs in control queue processing

Preethi Banala 
ice: Clean control queues only when they are initialized

Jacob Keller 
ice: Report stats for allocated queues via ethtool stats

Anirudh Venkataramanan 
ice: Fix multiple static analyser warnings

Huazhong Tan 
net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES

Huazhong Tan 
net: hns: fix skb->truesize underestimation

Huazhong Tan 
net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES

Kevin Yang 
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT

Kevin Yang 
tcp_bbr: add bbr_check_probe_rtt_done() helper

Samuel Mendoza-Jonas 
net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler

Emily Deng 
amdgpu: fix multi-process hang issue

Christian König 
drm/amdgpu: fix preamble handling

Christian König 
drm/amdgpu: fix VM clearing for the root PD

John Fastabend 
bpf: sockmap: write_space events need to be passed to TCP handler

John Fastabend 
tls: possible hang when do_tcp_sendpages hits sndbuf is full case

Daniel Borkmann 
bpf, sockmap: fix sock hash count in alloc_sock_hash_elem

Daniel Borkmann 
bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys

Pavel Machek 
ARM: dts: omap4-droid4: fix vibrations on Droid 4

Tony Lindgren 
bus: ti-sysc: Fix no_console_suspend handling

Ludovic Desroches 
mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer conversion

Ludovic Desroches 
mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion

Eric Sandeen 
isofs: reject hardware sector size > 2048 bytes

Anson Huang 
thermal: of-thermal: disable passive polling when thermal zone is disabled

Tomer Tayar 
qed: Avoid sending mailbox commands when MFW is not responsive

Tomer Tayar 
qed: Prevent a possible deadlock during driver load and unload

Tomer Tayar 
   

[PATCH 4.18 000/228] 4.18.12-stable review

2018-10-02 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.18.12 release.
There are 228 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 Thu Oct  4 13:24:08 UTC 2018.
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.18.12-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.18.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.18.12-rc1

Michael Bringmann 
powerpc/pseries: Fix unitialized timer reset on migration

Thiago Jung Bauermann 
powerpc/pkeys: Fix reading of ibm, processor-storage-keys property

Christophe Leroy 
powerpc: fix csum_ipv6_magic() on little endian platforms

Michael Neuling 
KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds

Randy Dunlap 
x86/pti: Fix section mismatch warning/error

Akshu Agrawal 
clk: x86: Set default parent to 48Mhz

Mika Westerberg 
i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus

Marc Zyngier 
arm/arm64: smccc-1.1: Handle function result as parameters

Marc Zyngier 
arm/arm64: smccc-1.1: Make return values unsigned long

Emily Deng 
drm/amdgpu: Need to set moved to true when evict bo

Tony Lindgren 
ARM: dts: omap4-droid4: Fix emmc errors seen on some devices

James Smart 
nvme-fcloop: Fix dropped LS's to removed target port

Linus Walleij 
ata: ftide010: Add a quirk for SQ201

Rex Zhu 
drm/amdgpu: Update power state at the end of smu hw_init.

Rex Zhu 
drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode

Leonard Crestez 
Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"

Dan Carpenter 
hwmon: (adt7475) Make adt7475_read_word() return errors

Lothar Felten 
hwmon: (ina2xx) fix sysfs shunt resistor read access

Srikanth Jampala 
crypto: cavium/nitrox - fix for command corruption in queue full case with 
backlog submissions.

Ganesh Goudar 
crypto: chtls - fix null dereference chtls_free_uld()

Jacob Keller 
i40e: fix condition of WARN_ONCE for stat strings

Martyna Szapar 
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled

Sebastian Basierski 
ixgbe: fix driver behaviour after issuing VFLR

Bo Chen 
e1000: ensure to free old tx/rx rings in set_ringparam()

Bo Chen 
e1000: check on netif_running() before calling e1000_up()

Jesse Brandeburg 
ice: Fix potential return of uninitialized value

Anirudh Venkataramanan 
ice: Fix a few null pointer dereference issues

Quentin Monnet 
tools: bpftool: return from do_event_pipe() on bad arguments

Brett Creeley 
ice: Set VLAN flags correctly

Jacob Keller 
ice: Use order_base_2 to calculate higher power of 2

Anirudh Venkataramanan 
ice: Fix bugs in control queue processing

Preethi Banala 
ice: Clean control queues only when they are initialized

Jacob Keller 
ice: Report stats for allocated queues via ethtool stats

Anirudh Venkataramanan 
ice: Fix multiple static analyser warnings

Huazhong Tan 
net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES

Huazhong Tan 
net: hns: fix skb->truesize underestimation

Huazhong Tan 
net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES

Kevin Yang 
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT

Kevin Yang 
tcp_bbr: add bbr_check_probe_rtt_done() helper

Samuel Mendoza-Jonas 
net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler

Emily Deng 
amdgpu: fix multi-process hang issue

Christian König 
drm/amdgpu: fix preamble handling

Christian König 
drm/amdgpu: fix VM clearing for the root PD

John Fastabend 
bpf: sockmap: write_space events need to be passed to TCP handler

John Fastabend 
tls: possible hang when do_tcp_sendpages hits sndbuf is full case

Daniel Borkmann 
bpf, sockmap: fix sock hash count in alloc_sock_hash_elem

Daniel Borkmann 
bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys

Pavel Machek 
ARM: dts: omap4-droid4: fix vibrations on Droid 4

Tony Lindgren 
bus: ti-sysc: Fix no_console_suspend handling

Ludovic Desroches 
mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer conversion

Ludovic Desroches 
mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion

Eric Sandeen 
isofs: reject hardware sector size > 2048 bytes

Anson Huang 
thermal: of-thermal: disable passive polling when thermal zone is disabled

Tomer Tayar 
qed: Avoid sending mailbox commands when MFW is not responsive

Tomer Tayar 
qed: Prevent a possible deadlock during driver load and unload

Tomer Tayar