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=-13.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 35B43C433E0 for ; Wed, 10 Feb 2021 05:23:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E20AF64D79 for ; Wed, 10 Feb 2021 05:23:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231390AbhBJFWu (ORCPT ); Wed, 10 Feb 2021 00:22:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:34482 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231252AbhBJFWo (ORCPT ); Wed, 10 Feb 2021 00:22:44 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 09F9364E42; Wed, 10 Feb 2021 05:22:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612934523; bh=g8YIvUlkGhcA/pPBzQqmuSnsMBPhJKO3xghKhjPkhio=; h=Subject:From:To:References:Date:In-Reply-To:From; b=T3iQ62knUTWjRkaP3czi5xNj2G0BaJ5UIidUvF0x1Cv0/NYHw9ZldmaI1qulTfwyF XX5u3xbYNR/rk7zMdstvQPMghc92ODFFNPSJObEKVFMa9CsejWvpQRCj5G0T0zdttp 7JA2S1HVCmRMRrfXcI404erni2SjAECK8+baJm9IZv4pd745Klsj/prkJjJ9E+9D1X 7KBobENMp5Suz1LGWnz52A3Y90mtQTAdz2Yj2Xqv9Poa2T8U+kxUizgZj4rgAPZob6 hpQMnqJ3+wTBwfEouR6+YyPODx5ETlnC0/81H0mYXVoHH0LxkcSV8Zyctdy6qm7F95 7fB1hfn6G5NJw== Subject: Re: [PATCH 1/3] lib/test_printf: use KSTM_MODULE_GLOBALS macro From: Timur Tabi To: Petr Mladek , 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 , linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20210210051814.845713-1-timur@kernel.org> <20210210051814.845713-2-timur@kernel.org> Message-ID: <78fb41d4-3382-2bc6-c0dd-9aa2026c04fe@kernel.org> Date: Tue, 9 Feb 2021 23:21:56 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210210051814.845713-2-timur@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/9/21 11:18 PM, Timur Tabi wrote: > Instead of defining the total/failed test counters manually, > test_printf should use the kselftest macro created for this > purpose. > > Signed-off-by: Timur Tabi Ugh, I really need to stop sending patches late at night. This is again the wrong email address. I'm sure I'll need to post another version of these patches, so I'll just fix it then.