From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <20181111221627.853046496@linuxfoundation.org> <18c91c75-18c8-21a1-3051-65007bd2f30f@linaro.org> <20181112133301.GB22022@kroah.com> In-Reply-To: <20181112133301.GB22022@kroah.com> From: Naresh Kamboju Date: Tue, 13 Nov 2018 10:39:56 +0530 Message-ID: Subject: Re: [PATCH 4.9 000/141] 4.9.137-stable review To: Greg Kroah-Hartman Cc: Rafael Tinoco , open list , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Ben Hutchings , linux- stable , Andrew Morton , Linus Torvalds , Guenter Roeck , sashal@kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: On Mon, 12 Nov 2018 at 19:03, Greg Kroah-Hartman wrote: > > On Mon, Nov 12, 2018 at 08:38:44AM -0200, Rafael David Tinoco wrote: > > On 11/11/18 8:24 PM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.9.137 release. > > > There are 141 patches in this series, all will be posted as a respons= e > > > to this one. If anyone has any issues with these being applied, plea= se > > > let me know. > > > > > > Responses should be made by Tue Nov 13 22:15:38 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.9.137-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.9.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > > > ------------- > > > Pseudo-Shortlog of commits: > > > > > > Greg Kroah-Hartman > > > Linux 4.9.137-rc1 > > > > > ... > > > Prarit Bhargava > > > cpupower: Fix coredump on VMWare > > > > Greg, maybe... > > > > commit ef8d3a128c1f1de7ffdedb2f14e846e10fd3fec3 > > Author: Prarit Bhargava > > Date: Mon Oct 8 12:06:19 2018 > > > > cpupower: Fix coredump on VMWare > > > > [ Upstream commit f69ffc5d3db8f1f03fd6d1df5930f9a1fbd787b6 ] > > > > should be dropped from v4.9 (and v4.4) since it causes: > > > > $ make V=3D1 -C tools/power/cpupower all > > > > gcc -fPIC -DVERSION=3D\"4.9.136.142.g36c7703\" -DPACKAGE=3D\"cpupower\" > > -DPACKAGE_BUGREPORT=3D\"linux-pm@vger.kernel.org\" -D_GNU_SOURCE -pipe = -DNLS > > -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -Wno-pointer-sig= n > > -Wdeclaration-after-statement -Wshadow -O1 -g -DDEBUG -I./lib -I ./util= s -o > > utils/helpers/amd.o -c utils/helpers/amd.c > > utils/helpers/amd.c: In function =E2=80=98decode_pstates=E2=80=99: > > utils/helpers/amd.c:106:39: error: =E2=80=98union msr_pstate=E2=80=99 h= as no member named > > =E2=80=98fam17h_bits=E2=80=99 > > if ((cpu_family =3D=3D 0x17) && (!pstate.fam17h_bits.en)) > > > > Due to nonexistent CPU (flag) support. > > > > Replied to Sasha on specific commits for both, v4.4 and v4.9. > > Now dropped from both queues. Results from Linaro=E2=80=99s test farm. No regressions on arm64, arm, x86_64, and i386. Summary ------------------------------------------------------------------------ kernel: 4.9.137-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stab= le-rc.git git branch: linux-4.9.y git commit: cee1cbef71e8a5ebf74ae0e7d3858739df82a4db git describe: v4.9.136-142-gcee1cbef71e8 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe/bui= ld/v4.9.136-142-gcee1cbef71e8 No regressions (compared to build v4.9.136) No fixes (compared to build v4.9.136) Ran 21202 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-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-math-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * ltp-cap_bounds-tests * ltp-open-posix-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none --=20 Linaro LKFT https://lkft.linaro.org > > thanks, > > greg k-h