From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Thu, 25 Jun 2020 13:12:28 +0200 Subject: [LTP] [PATCH V4 02/17] syscalls/timer_settime: Add support for time64 tests In-Reply-To: <20200625095610.6g5p3tsfsmfl6zrh@vireshk-i7> References: <20200624143056.GB5181@yuki.lan> <20200625095610.6g5p3tsfsmfl6zrh@vireshk-i7> Message-ID: <20200625111228.GC23637@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! > > So this test depends on the previous one since we are adding the tst_its > > piece by piece, shouldn't we add all the functions into the tst_timer.h > > in a separate patch? > > You mean functions related only to "its" ? Or all the wrappers for > various syscalls that are getting added to tst_timer.h ? I guess that it would be easier to add all the code to tst_timer.h in one go, then we can focus on the actual tests. This avoids having dependencies between the patches touching the tests and allows them to be merged out of order... -- Cyril Hrubis chrubis@suse.cz