linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table
@ 2022-05-02 12:05 Akira Yokosawa
  2022-05-02 16:50 ` Paul E. McKenney
  0 siblings, 1 reply; 4+ messages in thread
From: Akira Yokosawa @ 2022-05-02 12:05 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: Luc Maranget, Jade Alglave, Akira Yokosawa, linux-kernel

EXPORT_SYMBOL of do_exec() was removed in v5.17.  Unfortunately,
kernel modules from klitmus7 7.56 have do_exec() at the end of
each kthread.

herdtools7 7.56.1 has addressed the issue.

Update the compatibility table accordingly.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Luc Maranget <luc.maranget@inria.fr>
Cc: Jade Alglave <j.alglave@ucl.ac.uk>
Cc: stable@vger.kernel.org # v5.17+
---
Hi Paul,

herdtools7 release 7.56.1 is available at
https://github.com/herd/herdtools7/releases/tag/7.56.1,
and "opam update/upgrade" should catch it soon.

I think this is worth for v5.18, albeit it is a minor update
in documentation.

Thoughts?

        Thanks, Akira
--
 tools/memory-model/README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/memory-model/README b/tools/memory-model/README
index 9edd402704c4..dab38904206a 100644
--- a/tools/memory-model/README
+++ b/tools/memory-model/README
@@ -54,7 +54,8 @@ klitmus7 Compatibility Table
 	     -- 4.14  7.48 --
 	4.15 -- 4.19  7.49 --
 	4.20 -- 5.5   7.54 --
-	5.6  --       7.56 --
+	5.6  -- 5.16  7.56 --
+	5.17 --       7.56.1 --
 	============  ==========
 
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table
  2022-05-02 12:05 [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table Akira Yokosawa
@ 2022-05-02 16:50 ` Paul E. McKenney
  2022-05-06  2:55   ` Akira Yokosawa
  0 siblings, 1 reply; 4+ messages in thread
From: Paul E. McKenney @ 2022-05-02 16:50 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: Luc Maranget, Jade Alglave, linux-kernel

On Mon, May 02, 2022 at 09:05:09PM +0900, Akira Yokosawa wrote:
> EXPORT_SYMBOL of do_exec() was removed in v5.17.  Unfortunately,
> kernel modules from klitmus7 7.56 have do_exec() at the end of
> each kthread.
> 
> herdtools7 7.56.1 has addressed the issue.
> 
> Update the compatibility table accordingly.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: Luc Maranget <luc.maranget@inria.fr>
> Cc: Jade Alglave <j.alglave@ucl.ac.uk>
> Cc: stable@vger.kernel.org # v5.17+
> ---
> Hi Paul,
> 
> herdtools7 release 7.56.1 is available at
> https://github.com/herd/herdtools7/releases/tag/7.56.1,
> and "opam update/upgrade" should catch it soon.

Good catch, thank you!

> I think this is worth for v5.18, albeit it is a minor update
> in documentation.

Good point, but let me give it some thought.

							Thanx, Paul

> Thoughts?
> 
>         Thanks, Akira
> --
>  tools/memory-model/README | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tools/memory-model/README b/tools/memory-model/README
> index 9edd402704c4..dab38904206a 100644
> --- a/tools/memory-model/README
> +++ b/tools/memory-model/README
> @@ -54,7 +54,8 @@ klitmus7 Compatibility Table
>  	     -- 4.14  7.48 --
>  	4.15 -- 4.19  7.49 --
>  	4.20 -- 5.5   7.54 --
> -	5.6  --       7.56 --
> +	5.6  -- 5.16  7.56 --
> +	5.17 --       7.56.1 --
>  	============  ==========
>  
>  
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table
  2022-05-02 16:50 ` Paul E. McKenney
@ 2022-05-06  2:55   ` Akira Yokosawa
  2022-05-06 19:04     ` Paul E. McKenney
  0 siblings, 1 reply; 4+ messages in thread
From: Akira Yokosawa @ 2022-05-06  2:55 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: Luc Maranget, Jade Alglave, linux-kernel

On Mon, 2 May 2022 09:50:58 -0700,
Paul E. McKenney wrote:
> On Mon, May 02, 2022 at 09:05:09PM +0900, Akira Yokosawa wrote:
>> EXPORT_SYMBOL of do_exec() was removed in v5.17.  Unfortunately,
>> kernel modules from klitmus7 7.56 have do_exec() at the end of
>> each kthread.
>>
>> herdtools7 7.56.1 has addressed the issue.
>>
>> Update the compatibility table accordingly.
>>
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
>> Cc: Luc Maranget <luc.maranget@inria.fr>
>> Cc: Jade Alglave <j.alglave@ucl.ac.uk>
>> Cc: stable@vger.kernel.org # v5.17+
>> ---
>> Hi Paul,
>>
>> herdtools7 release 7.56.1 is available at
>> https://github.com/herd/herdtools7/releases/tag/7.56.1,
>> and "opam update/upgrade" should catch it soon.

With the help of Luc, opam repository has accepted 7.56.1.

> 
> Good catch, thank you!
> 
>> I think this is worth for v5.18, albeit it is a minor update
>> in documentation.
> 
> Good point, but let me give it some thought.

On the second thought, as v5.18-rc6 is expected this weekend,
I'm OK if this update makes the next (v5.19) merge window.

This is more of a "news" type update and the "Cc: stable" tag
should work either way.

        Thanks, Akira

> 
> 							Thanx, Paul
> 
>> Thoughts?
>>
>>         Thanks, Akira
[...]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table
  2022-05-06  2:55   ` Akira Yokosawa
@ 2022-05-06 19:04     ` Paul E. McKenney
  0 siblings, 0 replies; 4+ messages in thread
From: Paul E. McKenney @ 2022-05-06 19:04 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: Luc Maranget, Jade Alglave, linux-kernel

On Fri, May 06, 2022 at 11:55:02AM +0900, Akira Yokosawa wrote:
> On Mon, 2 May 2022 09:50:58 -0700,
> Paul E. McKenney wrote:
> > On Mon, May 02, 2022 at 09:05:09PM +0900, Akira Yokosawa wrote:
> >> EXPORT_SYMBOL of do_exec() was removed in v5.17.  Unfortunately,
> >> kernel modules from klitmus7 7.56 have do_exec() at the end of
> >> each kthread.
> >>
> >> herdtools7 7.56.1 has addressed the issue.
> >>
> >> Update the compatibility table accordingly.
> >>
> >> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> >> Cc: Luc Maranget <luc.maranget@inria.fr>
> >> Cc: Jade Alglave <j.alglave@ucl.ac.uk>
> >> Cc: stable@vger.kernel.org # v5.17+
> >> ---
> >> Hi Paul,
> >>
> >> herdtools7 release 7.56.1 is available at
> >> https://github.com/herd/herdtools7/releases/tag/7.56.1,
> >> and "opam update/upgrade" should catch it soon.
> 
> With the help of Luc, opam repository has accepted 7.56.1.
> 
> > 
> > Good catch, thank you!
> > 
> >> I think this is worth for v5.18, albeit it is a minor update
> >> in documentation.
> > 
> > Good point, but let me give it some thought.
> 
> On the second thought, as v5.18-rc6 is expected this weekend,
> I'm OK if this update makes the next (v5.19) merge window.
> 
> This is more of a "news" type update and the "Cc: stable" tag
> should work either way.

Sounds like a plan!  I have this commit positioned to be the LKMM
pull request for the upcoming merge window.

							Thanx, Paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-06 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 12:05 [PATCH -lkmm] tools/memory-model/README: Update klitmus7 compat table Akira Yokosawa
2022-05-02 16:50 ` Paul E. McKenney
2022-05-06  2:55   ` Akira Yokosawa
2022-05-06 19:04     ` Paul E. McKenney

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).