Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303AbdLFPkf (ORCPT ); Wed, 6 Dec 2017 10:40:35 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:41988 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbdLFPkT (ORCPT ); Wed, 6 Dec 2017 10:40:19 -0500 X-Google-Smtp-Source: AGs4zMaosQZHWhHEoWDrCrXumrnb+Q6e3ZeWvMhOg2AgE7aHNWADp/mRNxc9wV3AK5eL6wsKG9bMtzghcmYNBtszL/Y= MIME-Version: 1.0 In-Reply-To: <20171206153353.GD29623@kroah.com> References: <20171204160046.206920966@linuxfoundation.org> <33A49DC6-C9D0-4C76-BCA4-BA1A90C42507@linaro.org> <20171205062434.GA2297@kroah.com> <20171206153353.GD29623@kroah.com> From: Sumit Semwal Date: Wed, 6 Dec 2017 21:09:58 +0530 Message-ID: Subject: Re: [PATCH 4.14 00/95] 4.14.4-stable review To: Greg Kroah-Hartman Cc: Tom Gall , LKML , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3058 Lines: 85 On 6 December 2017 at 21:03, Greg Kroah-Hartman wrote: > On Wed, Dec 06, 2017 at 08:11:26PM +0530, Sumit Semwal wrote: >> Hi Greg, >> >> On 5 December 2017 at 11:54, Greg Kroah-Hartman >> wrote: >> > On Mon, Dec 04, 2017 at 03:12:45PM -0600, Tom Gall wrote: >> >> >> >> >> >> > On Dec 4, 2017, at 9:59 AM, Greg Kroah-Hartman wrote: >> >> > >> >> > This is the start of the stable review cycle for the 4.14.4 release. >> >> > There are 95 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 Wed Dec 6 16:00:27 UTC 2017. >> >> > Anything received after that time might be too late. >> >> > >> >> > The whole patch series can be found in one patch at: >> >> > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.4-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.14.y >> >> > and the diffstat can be found below. >> >> > >> >> > thanks, >> >> > >> >> > greg k-h >> >> > >> >> >> >> Compiled, booted and ran the following package unit tests without regressions on x86_64 >> >> >> >> boringssl : >> >> go test target:0/0/5764/5764/5764 PASS >> >> ssl_test : 10 pass >> >> crypto_test : 28 pass >> >> e2fsprogs: >> >> make check : 340 pass >> >> sqlite >> >> make test : 143914 pass >> >> drm >> >> make check : 15 pass >> >> modetest, drmdevice : pass >> >> alsa-lib >> >> make check : 2 pass >> >> bluez >> >> make check : 25 pass >> >> libusb >> >> stress : 4 pass >> > >> > How do the above tests stress the kernel? Aren't they just >> > verifications that the source code in the package is correct? >> > >> > I guess it proves something, but have you ever seen the above regress in >> > _any_ kernel release? >> > >> > I know the drm developers have a huge test suite that they use to verify >> > their kernel changes, why not use that? >> >> Are you referring to the igt-gpu-tools [1]? They also have a CI [2] >> that runs these tests, but almost 98% of the tests are i915 specific / >> can be only tested on i915 for now. Though I have chatted with Daniel >> V a couple of times, and we do see a good scope of collaboration in >> getting these tested on ARM as well. > > Well, you all are testing x86 for the stable trees, right, why can't you > run the i915 tests? :) I'll check with the DRM guys, but my guess is the DRM framework itself is a very fast changing one, and the current i915 tests might not even apply for the stable kernels. :) > >> Also, these are drm-specific tests, not testing generic kernel >> features per-se. Just my 2 cents here. > > drm-specific things _are_ part of the kernel api, right? True that :) By writing this, I did want to highlight that the 'large bucket' wasn't generic features, but a very driver-specific one right now. > > thanks, > > greg k-h