* Moving on..
@ 2005-09-06 18:36 Arun Sharma
0 siblings, 0 replies; 10+ messages in thread
From: Arun Sharma @ 2005-09-06 18:36 UTC (permalink / raw)
To: xen-devel
Hi All,
Today (September 6th) is my last day at Intel. Working on hardware
virtualization support in Xen gave me the opportunity to work with some
really great people in the past year.
Because I'm leaving to pursue other opportunities not directly related
to virtualization, my involvement in the community will be significantly
less than it has been in the last few months.
Thank you all for making this a great learning experience.
-Arun (arun at sharma-home dot net)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Moving on
@ 2019-12-02 16:05 Philippe Gerum
2019-12-02 16:22 ` Per Oberg
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Philippe Gerum @ 2019-12-02 16:05 UTC (permalink / raw)
To: Xenomai@xenomai.org
It has been two years since I stepped down as Xenomai's lead maintainer.
In the meantime, Jan took over and did a very good job in this role as
expected.
Since this transition period is now taking an end, I'm switching focus
to the EVL project [1] I have been nurturing for some time, with the
goal to make it production-grade next year. In a nutshell, EVL is about
laying the groundwork for dual kernel systems to become first-class
citizens of Linux. This work includes a SMP scalable real-time core
which can be maintained with common kernel knowledge over the latest
mainline kernel series, a standard driver model, and a single, compact API.
I will still review patches coming my way for the I-pipe ARM and arm64
trees for a few weeks, until the next maintainer is appointed for these
architectures. I'll be around to help with Xenomai core issues if needed.
Thanks,
[1] https://evlproject.org/
--
Philippe.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Moving on
2019-12-02 16:05 Philippe Gerum
@ 2019-12-02 16:22 ` Per Oberg
2019-12-02 16:28 ` Greg Gallagher
2019-12-03 15:08 ` Steven Seeger
2019-12-11 8:35 ` Lange Norbert
2 siblings, 1 reply; 10+ messages in thread
From: Per Oberg @ 2019-12-02 16:22 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai
----- Den 2 dec 2019, på kl 17:05, xenomai xenomai@xenomai.org skrev:
> It has been two years since I stepped down as Xenomai's lead maintainer.
> In the meantime, Jan took over and did a very good job in this role as
> expected.
> Since this transition period is now taking an end, I'm switching focus
> to the EVL project [1] I have been nurturing for some time, with the
> goal to make it production-grade next year. In a nutshell, EVL is about
> laying the groundwork for dual kernel systems to become first-class
> citizens of Linux. This work includes a SMP scalable real-time core
> which can be maintained with common kernel knowledge over the latest
> mainline kernel series, a standard driver model, and a single, compact API.
> I will still review patches coming my way for the I-pipe ARM and arm64
> trees for a few weeks, until the next maintainer is appointed for these
> architectures. I'll be around to help with Xenomai core issues if needed.
> Thanks,
> [1] https://evlproject.org/
> --
> Philippe.
Thank you for your invaluable work!
As a software developer in the real time control field I must say that going to work is a real joy, and Xenomai is a part of that. Hope you feel the same.
I am certainly looking forward to see what will come out of EVL, but before that: Make sure to have a real Happy Holidays !
Per Öberg
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Moving on
2019-12-02 16:22 ` Per Oberg
@ 2019-12-02 16:28 ` Greg Gallagher
0 siblings, 0 replies; 10+ messages in thread
From: Greg Gallagher @ 2019-12-02 16:28 UTC (permalink / raw)
To: Per Oberg; +Cc: Philippe Gerum, xenomai
On Mon, Dec 2, 2019 at 11:22 AM Per Oberg via Xenomai
<xenomai@xenomai.org> wrote:
>
> ----- Den 2 dec 2019, på kl 17:05, xenomai xenomai@xenomai.org skrev:
>
> > It has been two years since I stepped down as Xenomai's lead maintainer.
> > In the meantime, Jan took over and did a very good job in this role as
> > expected.
>
> > Since this transition period is now taking an end, I'm switching focus
> > to the EVL project [1] I have been nurturing for some time, with the
> > goal to make it production-grade next year. In a nutshell, EVL is about
> > laying the groundwork for dual kernel systems to become first-class
> > citizens of Linux. This work includes a SMP scalable real-time core
> > which can be maintained with common kernel knowledge over the latest
> > mainline kernel series, a standard driver model, and a single, compact API.
>
> > I will still review patches coming my way for the I-pipe ARM and arm64
> > trees for a few weeks, until the next maintainer is appointed for these
> > architectures. I'll be around to help with Xenomai core issues if needed.
>
> > Thanks,
>
> > [1] https://evlproject.org/
>
> > --
> > Philippe.
>
> Thank you for your invaluable work!
> As a software developer in the real time control field I must say that going to work is a real joy, and Xenomai is a part of that. Hope you feel the same.
>
> I am certainly looking forward to see what will come out of EVL, but before that: Make sure to have a real Happy Holidays !
>
> Per Öberg
>
Thanks very much Philippe for all the hard work and explanations on
how the ipipe works. Very interested in trying out EVL once work
calms down.
-Greg
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Moving on
2019-12-02 16:05 Philippe Gerum
2019-12-02 16:22 ` Per Oberg
@ 2019-12-03 15:08 ` Steven Seeger
2019-12-11 8:35 ` Lange Norbert
2 siblings, 0 replies; 10+ messages in thread
From: Steven Seeger @ 2019-12-03 15:08 UTC (permalink / raw)
To: xenomai; +Cc: Philippe Gerum, Xenomai@xenomai.org
On Monday, December 2, 2019 11:05:06 AM EST Philippe Gerum wrote:
> It has been two years since I stepped down as Xenomai's lead maintainer.
> In the meantime, Jan took over and did a very good job in this role as
> expected.
>
> Since this transition period is now taking an end, I'm switching focus
> to the EVL project [1] I have been nurturing for some time, with the
> goal to make it production-grade next year. In a nutshell, EVL is about
> laying the groundwork for dual kernel systems to become first-class
> citizens of Linux. This work includes a SMP scalable real-time core
> which can be maintained with common kernel knowledge over the latest
> mainline kernel series, a standard driver model, and a single, compact API.
>
Philippe,
It's been great to work with you on Xenomai when my work has allowed me to do
so. I really hope that we can stay in touch and continue to work together in
the future. I suspect at some point some of the folks in the PPC circles I
work with are going to have an interest in trying out EVL. I'm especially
hopeful the end result will be one where a casual user can contribute without
having many different contexts to keep track of in their heads. ;)
Have a Merry Christmas. I hope your kid is back to being a soccer star by now.
;)
Steven
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Moving on
@ 2019-12-09 14:47 Jeff Webb
2019-12-10 20:27 ` Philippe Gerum
0 siblings, 1 reply; 10+ messages in thread
From: Jeff Webb @ 2019-12-09 14:47 UTC (permalink / raw)
To: Philippe Gerum, Xenomai
> Since this transition period is now taking an end, I'm switching focus
> to the EVL project [1] I have been nurturing for some time, with the
> goal to make it production-grade next year.
> [...]
> Philippe.
I am very excited about this as well, and look forward to diving into this soon. Many, many thanks for your work on Xenomai throughout the years and for running this project with kindness, professionalism, and patience.
-Jeff
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Moving on
2019-12-09 14:47 Jeff Webb
@ 2019-12-10 20:27 ` Philippe Gerum
0 siblings, 0 replies; 10+ messages in thread
From: Philippe Gerum @ 2019-12-10 20:27 UTC (permalink / raw)
To: Jeff Webb; +Cc: Xenomai, Steven Seeger, Greg Gallagher, Per Oberg
On 12/9/19 3:47 PM, Jeff Webb wrote:
>> Since this transition period is now taking an end, I'm switching focus
>> to the EVL project [1] I have been nurturing for some time, with the
>> goal to make it production-grade next year.
>> [...]
>> Philippe.
>
> I am very excited about this as well, and look forward to diving into this soon. Many, many thanks for your work on Xenomai throughout the years and for running this project with kindness, professionalism, and patience.
>
Thank you guys for your kind words. I wish everyone a happy end of year
celebration.
--
Philippe.
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Moving on
2019-12-02 16:05 Philippe Gerum
2019-12-02 16:22 ` Per Oberg
2019-12-03 15:08 ` Steven Seeger
@ 2019-12-11 8:35 ` Lange Norbert
2 siblings, 0 replies; 10+ messages in thread
From: Lange Norbert @ 2019-12-11 8:35 UTC (permalink / raw)
To: Xenomai (xenomai@xenomai.org)
> -----Original Message-----
> From: Xenomai <xenomai-bounces@xenomai.org> On Behalf Of Philippe
> Gerum via Xenomai
> Sent: Montag, 2. Dezember 2019 17:05
> To: Xenomai@xenomai.org
> Subject: Moving on
>
>
> It has been two years since I stepped down as Xenomai's lead maintainer.
> In the meantime, Jan took over and did a very good job in this role as
> expected.
>
> Since this transition period is now taking an end, I'm switching focus to the
> EVL project [1] I have been nurturing for some time, with the goal to make it
> production-grade next year. In a nutshell, EVL is about laying the groundwork
> for dual kernel systems to become first-class citizens of Linux. This work
> includes a SMP scalable real-time core which can be maintained with
> common kernel knowledge over the latest mainline kernel series, a standard
> driver model, and a single, compact API
>
> I will still review patches coming my way for the I-pipe ARM and arm64 trees
> for a few weeks, until the next maintainer is appointed for these
> architectures. I'll be around to help with Xenomai core issues if needed.
Doesnt seem like you will move too far away, good luck with EVL (and getting it upstreamed if that’s the aim).
Norbert
________________________________
This message and any attachments are solely for the use of the intended recipients. They may contain privileged and/or confidential information or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system.
ANDRITZ HYDRO GmbH
Rechtsform/ Legal form: Gesellschaft mit beschränkter Haftung / Corporation
Firmensitz/ Registered seat: Wien
Firmenbuchgericht/ Court of registry: Handelsgericht Wien
Firmenbuchnummer/ Company registration: FN 61833 g
DVR: 0605077
UID-Nr.: ATU14756806
Thank You
________________________________
^ permalink raw reply [flat|nested] 10+ messages in thread
* Moving on
@ 2024-08-30 23:09 Zev Weiss
2024-09-10 6:43 ` Andrew Jeffery
0 siblings, 1 reply; 10+ messages in thread
From: Zev Weiss @ 2024-08-30 23:09 UTC (permalink / raw)
To: openbmc
Hi all,
I'm not sure if it's been all that noticeable, but I've been kind of
quiet on the OpenBMC front lately. A pair of not-entirely-unrelated
points regarding that: (a) Equinix has decided to suspend development
work on OpenBMC, and (b) I've accepted an offer elsewhere (unrelated
to OpenBMC) and will be moving on from the company in two weeks.
I'll thus be stepping down from the TOF (due to inactivity I'm not
even eligible to run for the next term anyway) and relinquishing
maintainership of the small handful of things I'm currently listed in
OWNERS files for.
obmc-ikvm has two other owners listed (Eddie and Jae), though I don't
think I've seen much activity from either of them on it in a while, so
it may be in need of a new maintainer?
meta-delta I think may have one or two other commercial users out
there somewhere but I don't know of anyone who would take over
maintainership, so I expect it will be effectively orphaned.
meta-asrock sees sporadic interest and occasional activity from
hobbyists, and I could perhaps remain as a maintainer or reviewer in a
hobbyist capacity myself.
Unfortunately I assume this means my grand (if lately rather idle)
plans for omnisensor won't really go anywhere, unless someone else
feels like picking it up and running with it (if so I'd be happy to
help however I can).
To the best of my knowledge there are currently no plans to
discontinue the Equinix-sponsored CI servers, so they will remain
available for the foreseeable future. Any questions regarding them
should be directed Ed Vielmetti (evielmetti@equinix.com).
It's been good working with you all -- though while I won't be
actively working on the project anymore, I'll probably still lurk on
discord and perhaps pipe up from time to time, for what it's worth.
Thanks,
Zev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Moving on
2024-08-30 23:09 Zev Weiss
@ 2024-09-10 6:43 ` Andrew Jeffery
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Jeffery @ 2024-09-10 6:43 UTC (permalink / raw)
To: Zev Weiss, openbmc
On Fri, 2024-08-30 at 16:09 -0700, Zev Weiss wrote:
> Hi all,
>
> I'm not sure if it's been all that noticeable, but I've been kind of
> quiet on the OpenBMC front lately. A pair of not-entirely-unrelated
> points regarding that: (a) Equinix has decided to suspend development
> work on OpenBMC, and (b) I've accepted an offer elsewhere (unrelated
> to OpenBMC) and will be moving on from the company in two weeks.
>
> I'll thus be stepping down from the TOF (due to inactivity I'm not
> even eligible to run for the next term anyway) and relinquishing
> maintainership of the small handful of things I'm currently listed in
> OWNERS files for.
Thanks for all your involvement over the past few years, it's been fun!
(Sorry for the late reply was travelling for OSFC).
All the best for the new gig.
Andrew
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-09-10 6:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 18:36 Moving on Arun Sharma
-- strict thread matches above, loose matches on Subject: below --
2019-12-02 16:05 Philippe Gerum
2019-12-02 16:22 ` Per Oberg
2019-12-02 16:28 ` Greg Gallagher
2019-12-03 15:08 ` Steven Seeger
2019-12-11 8:35 ` Lange Norbert
2019-12-09 14:47 Jeff Webb
2019-12-10 20:27 ` Philippe Gerum
2024-08-30 23:09 Zev Weiss
2024-09-10 6:43 ` Andrew Jeffery
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.