All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Parri <parri.andrea@gmail.com>
To: Andrew Jones <ajones@ventanamicro.com>
Cc: "Christoph Müllner" <christoph.muellner@vrull.eu>,
	"Heiko Stuebner" <heiko@sntech.de>,
	linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	paul.walmsley@sifive.com, linux-kernel@vger.kernel.org,
	David.Laight@aculab.com, "Conor Dooley" <conor@kernel.org>
Subject: Re: Re: [PATCH v3 0/2] Add Zawrs support and use it for spinlocks
Date: Mon, 8 Jan 2024 14:38:17 +0100	[thread overview]
Message-ID: <ZZv6yR2sF3v78msA@andrea> (raw)
In-Reply-To: <20240108-a56ba0dfd1779e4ab6893d16@orel>

Hi Andrew,

> > > I can try to raise the priority on this here, but can't promise anything.
> > > For me it is also ok if you take over this patchset.
> > 
> > Thanks.  Either way works for me.  No urgency from my side.  I'd say - let us
> > leave this up to the community/other reviewers.  (IIUC, Palmer was recovering
> > from a certain flu and might need more time than usual to get back here.)
> >
> 
> Hi everyone,
> 
> I'm also interested in seeing this series resurrected and making progress
> again. I'd be happy to help out in any way. It's not clear to me if it has
> a current owner. If not, then I could start shepherding the patches with
> their authorships intact.

This sounds great to me - please do!

I don't have additional information to provide about this matter.

Thanks!
  Andrea

WARNING: multiple messages have this Message-ID (diff)
From: Andrea Parri <parri.andrea@gmail.com>
To: Andrew Jones <ajones@ventanamicro.com>
Cc: "Christoph Müllner" <christoph.muellner@vrull.eu>,
	"Heiko Stuebner" <heiko@sntech.de>,
	linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	paul.walmsley@sifive.com, linux-kernel@vger.kernel.org,
	David.Laight@aculab.com, "Conor Dooley" <conor@kernel.org>
Subject: Re: Re: [PATCH v3 0/2] Add Zawrs support and use it for spinlocks
Date: Mon, 8 Jan 2024 14:38:17 +0100	[thread overview]
Message-ID: <ZZv6yR2sF3v78msA@andrea> (raw)
In-Reply-To: <20240108-a56ba0dfd1779e4ab6893d16@orel>

Hi Andrew,

> > > I can try to raise the priority on this here, but can't promise anything.
> > > For me it is also ok if you take over this patchset.
> > 
> > Thanks.  Either way works for me.  No urgency from my side.  I'd say - let us
> > leave this up to the community/other reviewers.  (IIUC, Palmer was recovering
> > from a certain flu and might need more time than usual to get back here.)
> >
> 
> Hi everyone,
> 
> I'm also interested in seeing this series resurrected and making progress
> again. I'd be happy to help out in any way. It's not clear to me if it has
> a current owner. If not, then I could start shepherding the patches with
> their authorships intact.

This sounds great to me - please do!

I don't have additional information to provide about this matter.

Thanks!
  Andrea

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2024-01-08 13:38 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-21 11:47 [PATCH v3 0/2] Add Zawrs support and use it for spinlocks Heiko Stuebner
2023-05-21 11:47 ` Heiko Stuebner
2023-05-21 11:47 ` [PATCH v3 1/2] riscv: don't include kernel.h into alternative.h Heiko Stuebner
2023-05-21 11:47   ` Heiko Stuebner
2023-05-24 14:01   ` Andrew Jones
2023-05-24 14:01     ` Andrew Jones
2023-05-21 11:47 ` [PATCH v3 2/2] riscv: Add Zawrs support for spinlocks Heiko Stuebner
2023-05-21 11:47   ` Heiko Stuebner
2023-05-22 17:43   ` Conor Dooley
2023-05-22 17:43     ` Conor Dooley
2023-05-24 17:05   ` Andrew Jones
2023-05-24 17:05     ` Andrew Jones
2023-05-24 23:00     ` Palmer Dabbelt
2023-05-24 23:00       ` Palmer Dabbelt
2023-05-30 18:45       ` Andrea Parri
2023-05-30 18:45         ` Andrea Parri
2023-10-19 14:21 ` [PATCH v3 0/2] Add Zawrs support and use it " Andrea Parri
2023-10-19 14:21   ` Andrea Parri
2023-10-19 16:22   ` Christoph Müllner
2023-10-19 16:22     ` Christoph Müllner
2023-10-20 10:19     ` Andrea Parri
2023-10-20 10:19       ` Andrea Parri
2024-01-08 11:35       ` Andrew Jones
2024-01-08 11:35         ` Andrew Jones
2024-01-08 13:38         ` Andrea Parri [this message]
2024-01-08 13:38           ` Andrea Parri
2024-01-08 14:00         ` Christoph Müllner
2024-01-08 14:00           ` Christoph Müllner
2024-01-08 14:10           ` Andrew Jones
2024-01-08 14:10             ` Andrew Jones
2024-03-05 23:31             ` Charlie Jenkins
2024-03-05 23:31               ` Charlie Jenkins

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=ZZv6yR2sF3v78msA@andrea \
    --to=parri.andrea@gmail.com \
    --cc=David.Laight@aculab.com \
    --cc=ajones@ventanamicro.com \
    --cc=christoph.muellner@vrull.eu \
    --cc=conor@kernel.org \
    --cc=heiko@sntech.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.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 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.