From: Petr Vorel <pvorel@suse.cz>
To: Po-Hsu Lin <po-hsu.lin@canonical.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH] listmount04.c: update struct mnt_id_req support to kernel >= 6.17
Date: Wed, 7 Jan 2026 11:38:22 +0100 [thread overview]
Message-ID: <20260107103822.GA753482@pevik> (raw)
In-Reply-To: <CAMy_GT-hM3d=hwF8+e6H85Y4zN3PKH=XFAWCZDLFLc4pUEXpGg@mail.gmail.com>
...
> > > - if (tst_kvercmp(6, 18, 0) >= 0)
> > > - kver = AFTER_6_18;
> > > + if (tst_kvercmp(6, 17, 0) >= 0)
> > Shouldn't we match 6.17.9 then?
> > It's not about the fix but about a kernel change.
> > Hi Petr,
> thanks for the feedback,
> in this case should I also modify the macros to BEFORE_6_17_9 and
> AFTER_6_17_9?
Yes, probably the best will be to use BEFORE_6_17_9 and put a comment that
78f0e33cd6c93 ("fs/namespace: correctly handle errors > > > returned by grab_requested_mnt_ns")
from 6.18 was backported to 6.17.9.
Thank you!
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2026-01-07 10:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-02 11:51 [LTP] [PATCH] listmount04.c: update struct mnt_id_req support to kernel >= 6.17 Po-Hsu Lin via ltp
2026-01-05 6:54 ` Andrea Cervesato via ltp
2026-01-06 12:04 ` Petr Vorel
2026-01-07 10:27 ` Po-Hsu Lin via ltp
2026-01-07 10:38 ` Petr Vorel [this message]
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=20260107103822.GA753482@pevik \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
--cc=po-hsu.lin@canonical.com \
/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