All of lore.kernel.org
 help / color / mirror / Atom feed
* And, at long last, another perfbook release
@ 2022-09-25 22:50 Paul E. McKenney
  2022-09-26 12:05 ` Akira Yokosawa
  0 siblings, 1 reply; 6+ messages in thread
From: Paul E. McKenney @ 2022-09-25 22:50 UTC (permalink / raw)
  To: perfbook; +Cc: akiyks, e2lahav, johann, sj38.park, maplewish117, zhouzhouyi

Hello!

The new v2022.09.25a release of perfbook is available, and the draft
announcement is here:  https://paulmck.livejournal.com/68537.html
Thank you all for your contributions to this release!

Please let me know if changes are needed.  If I don't hear otherwise, I
will post this more widely by the end of tomorrow (Monday), Pacific Time.

							Thanx, Paul

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

* Re: And, at long last, another perfbook release
  2022-09-25 22:50 And, at long last, another perfbook release Paul E. McKenney
@ 2022-09-26 12:05 ` Akira Yokosawa
  2022-09-26 13:56   ` Paul E. McKenney
  0 siblings, 1 reply; 6+ messages in thread
From: Akira Yokosawa @ 2022-09-26 12:05 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: e2lahav, johann, sj38.park, maplewish117, zhouzhouyi,
	Akira Yokosawa, perfbook

Hi Paul,

On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote:
> Hello!
> 
> The new v2022.09.25a release of perfbook is available, and the draft
> announcement is here:  https://paulmck.livejournal.com/68537.html
> Thank you all for your contributions to this release!
> 
> Please let me know if changes are needed.

Not on my contribution, but

    The code samples now use C11 thread-local storage instead of the
    GCC __thread storage class, courtesy of Elad Lahav.

IIUC, Elad touched one of many code samples, namely count_end.c.
So the conversion has just started.

For me, Elad's contribution of adding QNX as a platform for building
code samples looks much more interesting.

Just my 2 cents.

         Thanks, Akira

>                                           If I don't hear otherwise, I
> will post this more widely by the end of tomorrow (Monday), Pacific Time.
> 
> 							Thanx, Paul

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

* Re: And, at long last, another perfbook release
  2022-09-26 12:05 ` Akira Yokosawa
@ 2022-09-26 13:56   ` Paul E. McKenney
  2022-09-26 14:31     ` Akira Yokosawa
  0 siblings, 1 reply; 6+ messages in thread
From: Paul E. McKenney @ 2022-09-26 13:56 UTC (permalink / raw)
  To: Akira Yokosawa
  Cc: e2lahav, johann, sj38.park, maplewish117, zhouzhouyi, perfbook

On Mon, Sep 26, 2022 at 09:05:52PM +0900, Akira Yokosawa wrote:
> Hi Paul,
> 
> On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote:
> > Hello!
> > 
> > The new v2022.09.25a release of perfbook is available, and the draft
> > announcement is here:  https://paulmck.livejournal.com/68537.html
> > Thank you all for your contributions to this release!
> > 
> > Please let me know if changes are needed.
> 
> Not on my contribution, but
> 
>     The code samples now use C11 thread-local storage instead of the
>     GCC __thread storage class, courtesy of Elad Lahav.
> 
> IIUC, Elad touched one of many code samples, namely count_end.c.
> So the conversion has just started.
> 
> For me, Elad's contribution of adding QNX as a platform for building
> code samples looks much more interesting.

Both good points, thank you!

I updated that paragraph as follows:

	One of the code samples now use C11 thread-local storage instead
	of the GCC __thread storage class, courtesy of Elad Lahav. Elad
	also added support for building code samples on QNX.

Does that work better?

							Thanx, Paul

> Just my 2 cents.
> 
>          Thanks, Akira
> 
> >                                           If I don't hear otherwise, I
> > will post this more widely by the end of tomorrow (Monday), Pacific Time.
> > 
> > 							Thanx, Paul

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

* Re: And, at long last, another perfbook release
  2022-09-26 13:56   ` Paul E. McKenney
@ 2022-09-26 14:31     ` Akira Yokosawa
  2022-09-26 23:24       ` Elad Lahav
  0 siblings, 1 reply; 6+ messages in thread
From: Akira Yokosawa @ 2022-09-26 14:31 UTC (permalink / raw)
  To: paulmck
  Cc: e2lahav, johann, sj38.park, maplewish117, zhouzhouyi, perfbook,
	Akira Yokosawa

On Mon, 26 Sep 2022 06:56:47 -0700, Paul E. McKenney wrote:
> On Mon, Sep 26, 2022 at 09:05:52PM +0900, Akira Yokosawa wrote:
>> Hi Paul,
>>
>> On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote:
>>> Hello!
>>>
>>> The new v2022.09.25a release of perfbook is available, and the draft
>>> announcement is here:  https://paulmck.livejournal.com/68537.html
>>> Thank you all for your contributions to this release!
>>>
>>> Please let me know if changes are needed.
>>
>> Not on my contribution, but
>>
>>     The code samples now use C11 thread-local storage instead of the
>>     GCC __thread storage class, courtesy of Elad Lahav.
>>
>> IIUC, Elad touched one of many code samples, namely count_end.c.
>> So the conversion has just started.
>>
>> For me, Elad's contribution of adding QNX as a platform for building
>> code samples looks much more interesting.
> 
> Both good points, thank you!
> 
> I updated that paragraph as follows:
> 
> 	One of the code samples now use C11 thread-local storage instead
> 	of the GCC __thread storage class, courtesy of Elad Lahav. Elad
> 	also added support for building code samples on QNX.
> 
> Does that work better?

Works for me!

        Thanks, Akira

> 
> 							Thanx, Paul
> 
>> Just my 2 cents.
>>
>>          Thanks, Akira
>>
>>>                                           If I don't hear otherwise, I
>>> will post this more widely by the end of tomorrow (Monday), Pacific Time.
>>>
>>> 							Thanx, Paul

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

* Re: And, at long last, another perfbook release
  2022-09-26 14:31     ` Akira Yokosawa
@ 2022-09-26 23:24       ` Elad Lahav
  2022-09-26 23:52         ` Paul E. McKenney
  0 siblings, 1 reply; 6+ messages in thread
From: Elad Lahav @ 2022-09-26 23:24 UTC (permalink / raw)
  To: Akira Yokosawa
  Cc: paulmck, johann, sj38.park, maplewish117, zhouzhouyi, perfbook

Unless one of these options bumps me up to a higher royalty tier when
the book becomes a best-seller, I'm fine with any of them.

--Elad

On Mon, 26 Sept 2022 at 10:31, Akira Yokosawa <akiyks@gmail.com> wrote:
>
> On Mon, 26 Sep 2022 06:56:47 -0700, Paul E. McKenney wrote:
> > On Mon, Sep 26, 2022 at 09:05:52PM +0900, Akira Yokosawa wrote:
> >> Hi Paul,
> >>
> >> On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote:
> >>> Hello!
> >>>
> >>> The new v2022.09.25a release of perfbook is available, and the draft
> >>> announcement is here:  https://paulmck.livejournal.com/68537.html
> >>> Thank you all for your contributions to this release!
> >>>
> >>> Please let me know if changes are needed.
> >>
> >> Not on my contribution, but
> >>
> >>     The code samples now use C11 thread-local storage instead of the
> >>     GCC __thread storage class, courtesy of Elad Lahav.
> >>
> >> IIUC, Elad touched one of many code samples, namely count_end.c.
> >> So the conversion has just started.
> >>
> >> For me, Elad's contribution of adding QNX as a platform for building
> >> code samples looks much more interesting.
> >
> > Both good points, thank you!
> >
> > I updated that paragraph as follows:
> >
> >       One of the code samples now use C11 thread-local storage instead
> >       of the GCC __thread storage class, courtesy of Elad Lahav. Elad
> >       also added support for building code samples on QNX.
> >
> > Does that work better?
>
> Works for me!
>
>         Thanks, Akira
>
> >
> >                                                       Thanx, Paul
> >
> >> Just my 2 cents.
> >>
> >>          Thanks, Akira
> >>
> >>>                                           If I don't hear otherwise, I
> >>> will post this more widely by the end of tomorrow (Monday), Pacific Time.
> >>>
> >>>                                                     Thanx, Paul

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

* Re: And, at long last, another perfbook release
  2022-09-26 23:24       ` Elad Lahav
@ 2022-09-26 23:52         ` Paul E. McKenney
  0 siblings, 0 replies; 6+ messages in thread
From: Paul E. McKenney @ 2022-09-26 23:52 UTC (permalink / raw)
  To: Elad Lahav
  Cc: Akira Yokosawa, johann, sj38.park, maplewish117, zhouzhouyi, perfbook

I would be happy to double your percentage, but given that it is a
percentage of zero, this might not make all that much difference.  ;-)

							Thanx, Paul

On Mon, Sep 26, 2022 at 07:24:39PM -0400, Elad Lahav wrote:
> Unless one of these options bumps me up to a higher royalty tier when
> the book becomes a best-seller, I'm fine with any of them.
> 
> --Elad
> 
> On Mon, 26 Sept 2022 at 10:31, Akira Yokosawa <akiyks@gmail.com> wrote:
> >
> > On Mon, 26 Sep 2022 06:56:47 -0700, Paul E. McKenney wrote:
> > > On Mon, Sep 26, 2022 at 09:05:52PM +0900, Akira Yokosawa wrote:
> > >> Hi Paul,
> > >>
> > >> On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote:
> > >>> Hello!
> > >>>
> > >>> The new v2022.09.25a release of perfbook is available, and the draft
> > >>> announcement is here:  https://paulmck.livejournal.com/68537.html
> > >>> Thank you all for your contributions to this release!
> > >>>
> > >>> Please let me know if changes are needed.
> > >>
> > >> Not on my contribution, but
> > >>
> > >>     The code samples now use C11 thread-local storage instead of the
> > >>     GCC __thread storage class, courtesy of Elad Lahav.
> > >>
> > >> IIUC, Elad touched one of many code samples, namely count_end.c.
> > >> So the conversion has just started.
> > >>
> > >> For me, Elad's contribution of adding QNX as a platform for building
> > >> code samples looks much more interesting.
> > >
> > > Both good points, thank you!
> > >
> > > I updated that paragraph as follows:
> > >
> > >       One of the code samples now use C11 thread-local storage instead
> > >       of the GCC __thread storage class, courtesy of Elad Lahav. Elad
> > >       also added support for building code samples on QNX.
> > >
> > > Does that work better?
> >
> > Works for me!
> >
> >         Thanks, Akira
> >
> > >
> > >                                                       Thanx, Paul
> > >
> > >> Just my 2 cents.
> > >>
> > >>          Thanks, Akira
> > >>
> > >>>                                           If I don't hear otherwise, I
> > >>> will post this more widely by the end of tomorrow (Monday), Pacific Time.
> > >>>
> > >>>                                                     Thanx, Paul

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

end of thread, other threads:[~2022-09-26 23:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25 22:50 And, at long last, another perfbook release Paul E. McKenney
2022-09-26 12:05 ` Akira Yokosawa
2022-09-26 13:56   ` Paul E. McKenney
2022-09-26 14:31     ` Akira Yokosawa
2022-09-26 23:24       ` Elad Lahav
2022-09-26 23:52         ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.