From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3677C433E7 for ; Wed, 14 Oct 2020 09:43:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A4F1207C3 for ; Wed, 14 Oct 2020 09:43:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727452AbgJNJnO (ORCPT ); Wed, 14 Oct 2020 05:43:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:44516 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726217AbgJNJnO (ORCPT ); Wed, 14 Oct 2020 05:43:14 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2C13BB11B; Wed, 14 Oct 2020 09:43:13 +0000 (UTC) Date: Wed, 14 Oct 2020 11:43:39 +0200 From: Cyril Hrubis To: Martin Doucha Cc: ltp@lists.linux.it, Alexandre Chartre , Peter Zijlstra , linux-kernel@vger.kernel.org, lkp@lists.01.org, Andy Lutomirski , Thomas Gleixner Subject: Re: [LTP] [PATCH] syscalls/ptrace10: Add new regression test Message-ID: <20201014094339.GB31816@yuki.lan> References: <20200904180030.14838-1-chrubis@suse.cz> <6d9b6e46-8337-9614-8fd7-b6ada8fcbe13@suse.cz> <20200911153659.GA7234@yuki.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > > I would like to avoid triggering the "your system may be vunerable" > > messages on fixed kernel, hence the separate test. > > Good point, go ahead with a separate test then. Thanks for the review, pushed. -- Cyril Hrubis chrubis@suse.cz From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Wed, 14 Oct 2020 11:43:39 +0200 Subject: [LTP] [PATCH] syscalls/ptrace10: Add new regression test In-Reply-To: References: <20200904180030.14838-1-chrubis@suse.cz> <6d9b6e46-8337-9614-8fd7-b6ada8fcbe13@suse.cz> <20200911153659.GA7234@yuki.lan> Message-ID: <20201014094339.GB31816@yuki.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > > I would like to avoid triggering the "your system may be vunerable" > > messages on fixed kernel, hence the separate test. > > Good point, go ahead with a separate test then. Thanks for the review, pushed. -- Cyril Hrubis chrubis@suse.cz