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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 795C9C433E0 for ; Fri, 12 Feb 2021 11:09:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4217564E36 for ; Fri, 12 Feb 2021 11:09:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230471AbhBLLJG (ORCPT ); Fri, 12 Feb 2021 06:09:06 -0500 Received: from mx2.suse.de ([195.135.220.15]:49184 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230166AbhBLLI1 (ORCPT ); Fri, 12 Feb 2021 06:08:27 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1613128056; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2Sa+TS3lAcBkEFMtytFtJQRswO//NLvFc6yyNUopJ88=; b=DcYssJ9/SnPB7jqE+1gHrYHM6FZp3pI/O2ROMD+jBrzJqBCg9q9COv3YgyoNvPS4r7bHjT qRskl3Ji6NK1xl5DQTj2Drozh8uJJNg4RdZE3ufbZ3lItRSX1UOVVryGffrexssxBxxMcP 20mOGonfedOnsacFnrueWZHcYBLg09s= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 025FAAC90; Fri, 12 Feb 2021 11:07:36 +0000 (UTC) Date: Fri, 12 Feb 2021 12:07:34 +0100 From: Petr Mladek To: Timur Tabi Cc: Steven Rostedt , Sergey Senozhatsky , Vlastimil Babka , Andy Shevchenko , Matthew Wilcox , akpm@linux-foundation.org, Linus Torvalds , roman.fietze@magna.com, Kees Cook , John Ogness , akinobu.mita@gmail.com, glider@google.com, Andrey Konovalov , Marco Elver , Rasmus Villemoes , Pavel Machek , Tetsuo Handa , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 2/3] [v3] kselftest: add support for skipped tests Message-ID: References: <20210210213453.1504219-1-timur@kernel.org> <20210210213453.1504219-3-timur@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210213453.1504219-3-timur@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2021-02-10 15:34:52, Timur Tabi wrote: > Update the kselftest framework to allow client drivers to > specify that some tests were skipped. > > Signed-off-by: Timur Tabi Reviewed-by: Petr Mladek Tested-by: Petr Mladek Best Regards, Petr