Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751277AbdFXEpr (ORCPT ); Sat, 24 Jun 2017 00:45:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45024 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbdFXEpp (ORCPT ); Sat, 24 Jun 2017 00:45:45 -0400 Date: Sat, 24 Jun 2017 06:45:37 +0200 From: Greg Kroah-Hartman To: "Luis R. Rodriguez" Cc: Andy Lutomirski , Kees Cook , Shuah Khan , Sumit Semwal , Brian Norris , Jiri Kosina , LKML , "# 3.4.x" , "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan Subject: Re: seccomp ptrace selftest failures with 4.4-stable [Was: Re: LTS testing with latest kselftests - some failures] Message-ID: <20170624044537.GD10973@kroah.com> References: <334e6a92-2d41-c9e1-c807-19e493f1af83@kernel.org> <20170623015251.GA23574@kroah.com> <20170624003407.GZ21846@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170624003407.GZ21846@wotan.suse.de> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 21 On Sat, Jun 24, 2017 at 02:34:07AM +0200, Luis R. Rodriguez wrote: > So taking the position that any kselftest script on linux-next or a future > kernel should never break stable implicate that *any* fix going upstream for > which there is a respective ksefltest test *must* have a stable upstream fix. What, no! If it's a bug, that kselftest points out, great, it's up to stable or a vendor to backport that fix if they want it. Again, it's just like any other test suite, look at xfstests, no one gets mad when it adds new tests that fail on old kernels, due to bugs there, right? > Its not obvious to me that everyone is aware of this. What do we do about > those cases where we *don't* want a stable fix due to the complexity? That's up to the stable maintainers or the vendors that maintain their own kernel trees. thanks, greg k-h