All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Bristot de Oliveira <bristot@kernel.org>
To: Ingo Molnar <mingo@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Juri Lelli <juri.lelli@redhat.com>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Steven Rostedt <rostedt@goodmis.org>
Cc: "Abel Wu" <wuyun.abel@bytedance.com>,
	"Alexey Dobriyan" <adobriyan@gmail.com>,
	"Barry Song" <song.bao.hua@hisilicon.com>,
	"Chengming Zhou" <zhouchengming@bytedance.com>,
	"Christoph Hellwig" <hch@lst.de>,
	"David S. Miller" <davem@davemloft.net>,
	"Dietmar Eggemann" <dietmar.eggemann@arm.com>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	"Frederic Weisbecker" <frederic@kernel.org>,
	"Hao Jia" <jiahao.os@bytedance.com>,
	"Huaixin Chang" <changhuaixin@linux.alibaba.com>,
	"Huang Ying" <ying.huang@intel.com>,
	"Joel Fernandes (Google)" <joel@joelfernandes.org>,
	"Johannes Weiner" <hannes@cmpxchg.org>,
	"Josh Don" <joshdon@google.com>,
	"Konstantin Khlebnikov" <khlebnikov@yandex-team.ru>,
	"Lukasz Luba" <lukasz.luba@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Mathieu Desnoyers" <mathieu.desnoyers@efficios.com>,
	"Nicholas Piggin" <npiggin@gmail.com>,
	"Odin Ugedal" <odin@uged.al>,
	"Patrick Bellasi" <patrick.bellasi@arm.com>,
	"Peng Wang" <rocking@linux.alibaba.com>,
	"Phil Auld" <pauld@redhat.com>,
	"Qais Yousef" <qais.yousef@arm.com>, "Qian Cai" <cai@lca.pw>,
	"Quentin Perret" <qperret@google.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"Ricardo Neri" <ricardo.neri-calderon@linux.intel.com>,
	"Sebastian Andrzej Siewior" <bigeasy@linutronix.de>,
	"Suren Baghdasaryan" <surenb@google.com>,
	"Valentin Schneider" <vschneid@redhat.com>,
	"Vincent Donnefort" <vincent.donnefort@arm.com>,
	"Viresh Kumar" <viresh.kumar@linaro.org>,
	"Waiman Long" <longman@redhat.com>,
	"Will Deacon" <will@kernel.org>,
	"Yafang Shao" <laoar.shao@gmail.com>,
	YueHaibing <yuehaibing@huawei.com>,
	"Zhen Ni" <nizhen@uniontech.com>,
	"Davidlohr Bueso" <dave@stgolabs.net>,
	"Arnaldo Carvalho de Melo" <acme@redhat.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Clark Williams" <williams@redhat.com>,
	"Mel Gorman" <mgorman@suse.de>, "Ben Segall" <bsegall@google.com>,
	"John Stultz" <jstultz@google.com>,
	"David Vernet" <void@manifault.com>,
	"Vlastimil Babka" <vbabka@suse.cz>, "Chris Mason" <clm@fb.com>,
	"Tejun Heo" <tj@kernel.org>,
	"Luca Abeni" <luca.abeni@santannapisa.it>,
	"John Kacur" <jkacur@redhat.com>,
	"John Ogness" <john.ogness@linutronix.de>,
	"paulmck@kernel.org" <paulmck@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Vineeth Remanan Pillai" <vineeth@bitbyteword.org>,
	"Kate Carcia" <kcarcia@redhat.com>,
	"Kate Stewart" <kstewart@linuxfoundation.org>,
	"Min Yu" <myu@linuxfoundation.org>,
	"Shuah Khan" <skhan@linuxfoundation.org>,
	"Luis Claudio R. Gonçalves" <lclaudio@redhat.com>,
	"Daniel Wagner" <wagi@monom.org>,
	"Tom Zanussi" <zanussi@kernel.org>,
	"Mark Brown" <mark.brown@linaro.org>,
	joseph.salisbury@canonical.com,
	"Morten Rasmussen" <Morten.Rasmussen@arm.com>,
	"Kees Cook" <keescook@chromium.org>,
	"Julia Lawall" <julia.lawall@inria.fr>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [ANNOUNCEMENT] CFP: Real-time and Scheduling MC at LPC
Date: Fri, 25 Aug 2023 17:57:22 +0200	[thread overview]
Message-ID: <c53cb40d-86c2-0325-4103-af135fd0e680@kernel.org> (raw)
In-Reply-To: <d6113bec-6591-2efc-2255-66867e5db899@kernel.org>

Hello

This is a gentle reminder about RT and SCHED MC. We will have to send the
schedule on the next weeks. Please, submit your topic ASAP.

Thanks!

On 6/20/23 19:13, Daniel Bristot de Oliveira wrote:
> The real-time and scheduling micro-conference joins these two
> intrinsically connected communities to discuss the next steps together.
> 
> Over the past decade, many parts of PREEMPT_RT have been included
> in the official Linux codebase. Examples include real-time mutexes,
> high-resolution timers, lockdep, ftrace, RCU_PREEMPT, threaded interrupt
> handlers, and more. The number of patches that need integration has been
> significantly reduced, and the rest is mature enough to make their way
> into mainline Linux.
> 
> The scheduler is at the core of Linux performance. With different
> topologies and workloads, giving the user the best experience possible is
> challenging, from low latency to high throughput and from small
> power-constrained devices to HPC, where CPU isolation is critical.
> 
> The following accomplishments have been made as a result of last
> year’s micro-conference:
> 
>  - Progress on rtla/osnoise to support any workload [1]
>  - Progress on adding tracepoints for IPI [2]
>  - Improvements in RCU to reduce noise
>  - Progress on the latency-nice patch set [3]
> 
> Ideas of topics to be discussed include (but are not limited to):
> 
>  - Improve responsiveness for CFS tasks - e.g., latency-nice patch
>  - The new EEVDF scheduler proposal [4]
>  - Impact of new topology on CFS including hybrid or heterogeneous system
>  - Taking into account task profile with IPCC or uclamp
>  - Improvements in CPU Isolation
>  - The status of PREEMPT_RT
>  - Locking improvements - e.g., proxy execution [5]
>  - Improvements on SCHED_DEADLINE
>  - Tooling for debugging scheduling and real-time
> 
> It is fine if you have a new topic that is not on the list.
> People are encouraged to submit any topic related to real-time
> and scheduling.
> 
> Please consider that the goal is to discuss open problems, preferably
> with patch set submissions already in discussion on LKML. The
> presentations are very short, and the main portion of the time should
> be given to the debate - thus, the importance of having an
> open and relevant problem, with people in the community engaged
> in the solution.
> 
> Submissions are made via LPC submission systems, selecting *Track Real-time
> and Scheduling MC*
> 
> Please, forward this email for people interested on this subject (it not easy to
> build the Cc: list for this email without forgetting important people :-))!
> 
> [1] https://lore.kernel.org/lkml/f5cfbd37aefd419eefe9243b4d2fc38ed5753fe4.1668692096.git.bristot@kernel.org/
> [2] https://lore.kernel.org/lkml/20230307143558.294354-1-vschneid@redhat.com/T/
> [3] https://lore.kernel.org/lkml/20230224093454.956298-3-vincent.guittot@linaro.org/
> [4] https://lore.kernel.org/lkml/20230328092622.062917921@infradead.org/T/
> [5] https://lore.kernel.org/lkml/20230411042511.1606592-1-jstultz@google.com/
> 
> Thanks!
> 
> -- Organizers:
>  - Daniel Bristot de Oliveira
>  - Juri Lelli
>  - Vincent Guittot
>  - Steven Rostedt


  reply	other threads:[~2023-08-25 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20 17:13 [ANNOUNCEMENT] CFP: Real-time and Scheduling MC at LPC Daniel Bristot de Oliveira
2023-08-25 15:57 ` Daniel Bristot de Oliveira [this message]
2023-08-31  7:59   ` Daniel Bristot de Oliveira

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=c53cb40d-86c2-0325-4103-af135fd0e680@kernel.org \
    --to=bristot@kernel.org \
    --cc=Morten.Rasmussen@arm.com \
    --cc=acme@redhat.com \
    --cc=adobriyan@gmail.com \
    --cc=bigeasy@linutronix.de \
    --cc=boqun.feng@gmail.com \
    --cc=bsegall@google.com \
    --cc=cai@lca.pw \
    --cc=changhuaixin@linux.alibaba.com \
    --cc=clm@fb.com \
    --cc=corbet@lwn.net \
    --cc=dave@stgolabs.net \
    --cc=davem@davemloft.net \
    --cc=dietmar.eggemann@arm.com \
    --cc=ebiederm@xmission.com \
    --cc=frederic@kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=hch@lst.de \
    --cc=jiahao.os@bytedance.com \
    --cc=jkacur@redhat.com \
    --cc=joel@joelfernandes.org \
    --cc=john.ogness@linutronix.de \
    --cc=joseph.salisbury@canonical.com \
    --cc=joshdon@google.com \
    --cc=jstultz@google.com \
    --cc=julia.lawall@inria.fr \
    --cc=juri.lelli@redhat.com \
    --cc=kcarcia@redhat.com \
    --cc=keescook@chromium.org \
    --cc=khlebnikov@yandex-team.ru \
    --cc=kstewart@linuxfoundation.org \
    --cc=laoar.shao@gmail.com \
    --cc=lclaudio@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=longman@redhat.com \
    --cc=luca.abeni@santannapisa.it \
    --cc=lukasz.luba@arm.com \
    --cc=mark.brown@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mgorman@suse.de \
    --cc=mingo@kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=myu@linuxfoundation.org \
    --cc=nizhen@uniontech.com \
    --cc=npiggin@gmail.com \
    --cc=odin@uged.al \
    --cc=patrick.bellasi@arm.com \
    --cc=pauld@redhat.com \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=qais.yousef@arm.com \
    --cc=qperret@google.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=ricardo.neri-calderon@linux.intel.com \
    --cc=rocking@linux.alibaba.com \
    --cc=rostedt@goodmis.org \
    --cc=skhan@linuxfoundation.org \
    --cc=song.bao.hua@hisilicon.com \
    --cc=surenb@google.com \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=vbabka@suse.cz \
    --cc=vincent.donnefort@arm.com \
    --cc=vincent.guittot@linaro.org \
    --cc=vineeth@bitbyteword.org \
    --cc=viresh.kumar@linaro.org \
    --cc=void@manifault.com \
    --cc=vschneid@redhat.com \
    --cc=wagi@monom.org \
    --cc=will@kernel.org \
    --cc=williams@redhat.com \
    --cc=wuyun.abel@bytedance.com \
    --cc=ying.huang@intel.com \
    --cc=yuehaibing@huawei.com \
    --cc=zanussi@kernel.org \
    --cc=zhouchengming@bytedance.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.