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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 C4CECFA372B for ; Wed, 16 Oct 2019 14:55:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A739D222C1 for ; Wed, 16 Oct 2019 14:55:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404869AbfJPOzL (ORCPT ); Wed, 16 Oct 2019 10:55:11 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:34631 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2404825AbfJPOzL (ORCPT ); Wed, 16 Oct 2019 10:55:11 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-98.corp.google.com [104.133.0.98] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x9GEswGM010588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Oct 2019 10:54:59 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 7064D420458; Wed, 16 Oct 2019 10:54:58 -0400 (EDT) Date: Wed, 16 Oct 2019 10:54:58 -0400 From: "Theodore Y. Ts'o" To: Iurii Zaikin Cc: linux-kselftest@vger.kernel.org, linux-ext4@vger.kernel.org, skhan@linuxfoundation.org, adilger.kernel@dilger.ca, Tim.Bird@sony.com, kunit-dev@googlegroups.com, brendanhiggins@google.com Subject: Re: [PATCH linux-kselftest/test v3] ext4: add kunit test for decoding extended timestamps Message-ID: <20191016145458.GA11103@mit.edu> References: <20191010235030.143567-1-yzaikin@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191010235030.143567-1-yzaikin@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Oct 10, 2019 at 04:50:30PM -0700, Iurii Zaikin wrote: > KUnit tests for decoding extended 64 bit timestamps > that verify the seconds part of [a/c/m] > timestamps in ext4 inode structs are decoded correctly. > KUnit tests, which run on boot and output > the results to the debug log in TAP format (http://testanything.org/). > are only useful for kernel devs running KUnit test harness. Not for > inclusion into a production build. > Test data is derive from the table under > Documentation/filesystems/ext4/inodes.rst Inode Timestamps. > > Signed-off-by: Iurii Zaikin This looks good. Thanks, Iurii! Reviewed-by: Theodore Ts'o - Ted