ltp.lists.linux.it archive mirror
 help / color / mirror / Atom feed
From: Richard Palethorpe <rpalethorpe@suse.de>
To: Petr Vorel <pvorel@suse.cz>
Cc: pvorel@suze.cz, "ltp@lists.linux.it" <ltp@lists.linux.it>
Subject: Re: [LTP] [PATCH 1/1] doc/maintainer: Add policy for new functionality
Date: Mon, 20 Dec 2021 08:58:23 +0000	[thread overview]
Message-ID: <87lf0ffw1y.fsf@suse.de> (raw)
In-Reply-To: <YboX0x4X05tMmUkE@pevik>

Hello Petr,

Petr Vorel <pvorel@suse.cz> writes:

> Hi Richie, Cyril,
>
>> Hello Petr,
>
>> Petr Vorel <pvorel@suse.cz> writes:
>
>> > Hi Richie, all,
>
>> >> Hello,
>
>> >> Cyril Hrubis <chrubis@suse.cz> writes:
>
>> >> > Hi!
>> >> >> >>> The issue is we may forget to merge patch sets for features which are
>> >> >> >>> included (a far worse result). It's more stuff waiting around in the
>> >> >> >>> queue. At the least we should have a procedure for tracking them (like
>> >> >> >>> tagging github issues for review at each mainline release).
>
>> >> >> >>> If a test requires a kernel config which doesn't exist in mainline we
>> >> >> >>> could also look for that automatically.
>
>> >> >> >> The main issue is that if we happen to release LTP meanwhile with a test
>> >> >> >> for a syscall that didn't get included in the mainline in the end we
>> >> >> >> have released LTP that is supposed to be stable and the test will start
>> >> >> >> to fail when the syscall number is allocated for something else which
>> >> >> >> will happen sooner or later.
>> >> >> > I know a example that is quotactl_path syscall.
>
>
>> >> >> If the real issue is LTP releases, then why not exclude tests for new
>> >> >> features from them? I assume it's only a small number of commits which
>> >> >> would need to be removed. Possibly we could tag them in git when merging
>> >> >> so it is not a lot more work for whoever does the release (namely
>> >> >> Cyril) to create a branch without them.
>
>> >> > That sounds too complex for a test or two we are usually getting during
>> >> > the release cycle.
>
>> >> > Note that people who contribute the functionality to the kernel are used
>> >> > to wait for next release window, kernel releases are aprox. twice as
>> >> > fast as LTP.
>
>> >> >> My main concern is this will throw up a barrier to motivated
>> >> >> contributors working on the cutting edge.
>
>> >> > So far really nobody complained, which may not be a good metric. But
>> >> > still unless there is a evidence that this happens I wouldn't consider
>> >> > spending effort on this.
>
>> >> OK, well if it comes up again we can revisit it. However Petr please
>> >> could you add the reasoning about not adding unstable tests into
>> >> releases.
>> > Isn't "... because it can be reverted in later rc if problematic" enough?
>> > If not what would you add? Cyril posted test getting released in LTP and later
>> > unstable. I could be more verbose, but not sure if that's better:
>
>> > * Tests for new functionality in mainline kernel should be merged after final
>> >   release of kernel which contains that functionality. It's not enough when the
>> >   feature gets into rc1, because in later rc the functionality can be changed or
>> >   even reverted if problematic. And this could lead to broken test.
>
>> It's only a problem because of LTP releases. We can just fix or revert
>> tests otherwise. Especially if the test author is also developing the
>> kernel feature and updating the test in lockstep.
>
>> Without LTP releases then a test can be added for a feature only in RC
>> and removed again. Only people who test the RC will get a result other
>> than TCONF from the test before it disappears again or is updated to
>> support the final feature.
>
>> Assuming of course people update LTP from HEAD on a regular basis. Which
>> of course they won't or can't, so we have releases. We don't have a
>> separate unstable branch because no one has volunteered to create and
>> maintain it. If we did we could just add such tests to that.
>
> Agree, but we *do* have releases and do *not* have unstable branch.
>
> Thus, first, do you agree with current policy?

Yes. Although we could add "next" and "rc" flags to tst_test (or
similar). Then require an environment variable to be set (or check the
kernel version) otherwise the test will return TCONF.

For LTP releases we just need to check if the flags are still needed or
if the feature has been merged. The metadata parser can generate a list
of tests to check.

This seems like quite little work to me. In fact we don't even have to
implement it until someone wants it. We can just add it to the policy.

> If yes, how would you phrase it (do you want to add / change
> anything)?

Something like:

"Tests for new functionality should only be added to the LTP once they
are part of the stable kernel ABI. This happens when a feature is
included in a final kernel release. Not during the RC phase where they
can still be removed and, for example, the syscall numbers reused.

This allows stable LTP releases to be taken directly from Git HEAD at
any time we are ready. Without needing to remove commits for unstable
feature tests or synchronise with the kernel releases.

Alternatively if someone is very motivated to add tests for linux-next
or the RC phase. We can add flags to tst_test which will prevent these
tests being run under normal circumstances. Meaning the releases are
unaffected."

>
> Or do you suggest to have policy when merged to rc1?
> It would work for me, but we'd have to ask all maintainers
> (I suggested that before, Cyril preferred kernel release).

I'd happily accept tests for things going into linux-next if there are
people willing to write them and they do not "throw them over the
wall and run".

>
> Kind regards,
> Petr
>
>> >> With that you can add
>
>> >> Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
>
>> > Kind regards,
>> > Petr


-- 
Thank you,
Richard.

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2021-12-20  9:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 13:45 [LTP] [PATCH 1/1] doc/maintainer: Add policy for new functionality Petr Vorel
2021-12-10 16:12 ` Cyril Hrubis
2021-12-11 15:19   ` Petr Vorel
2021-12-11 16:56     ` Mike Frysinger
2021-12-12  3:23       ` Enji Cooper
2021-12-12  3:49 ` Li Wang
2021-12-13  7:32 ` Jan Stancek
2021-12-13  8:22 ` Richard Palethorpe
2021-12-13  9:05   ` Cyril Hrubis
2021-12-13  9:09     ` xuyang2018.jy
2021-12-13 11:17       ` Richard Palethorpe
2021-12-13 12:14         ` Cyril Hrubis
2021-12-13 14:17           ` Richard Palethorpe
2021-12-15 10:52             ` Petr Vorel
2021-12-15 11:32               ` Richard Palethorpe
2021-12-15 16:29                 ` Petr Vorel
2021-12-20  8:58                   ` Richard Palethorpe [this message]
2021-12-20 17:53                     ` Petr Vorel
2022-01-05 15:29                     ` Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf0ffw1y.fsf@suse.de \
    --to=rpalethorpe@suse.de \
    --cc=ltp@lists.linux.it \
    --cc=pvorel@suse.cz \
    --cc=pvorel@suze.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).