Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbdLFGvc (ORCPT ); Wed, 6 Dec 2017 01:51:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54800 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830AbdLFGva (ORCPT ); Wed, 6 Dec 2017 01:51:30 -0500 Date: Wed, 6 Dec 2017 07:51:36 +0100 From: Greg Kroah-Hartman To: Tom Gall Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, Guenter Roeck , shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, linux- stable Subject: Re: [PATCH 4.14 00/95] 4.14.4-stable review Message-ID: <20171206065136.GA26750@kroah.com> References: <20171204160046.206920966@linuxfoundation.org> <33A49DC6-C9D0-4C76-BCA4-BA1A90C42507@linaro.org> <20171205062434.GA2297@kroah.com> <20171206064949.GA23076@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206064949.GA23076@kroah.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 398 Lines: 9 On Wed, Dec 06, 2017 at 07:49:49AM +0100, Greg Kroah-Hartman wrote: > Don't fall down the trap of running code for the sake of running code > (i.e. like that web site that starts with a P) that doesn't actually > test anything that actually matters. I forgot to add: Especially when there are already so many tests out there that _do_ matter that are not getting run on the stable kernels today.