All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: "zhaoyang.huang" <zhaoyang.huang@unisoc.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Zhaoyang Huang <huangzhaoyang@gmail.com>,
	linux-kernel@vger.kernel.org, xuewen.yan@unisoc.com,
	ke.wang@unisoc.com, ben.dai@unisoc.com, shian.wang@unisoc.com,
	linux-rt-users@vger.kernel.org
Subject: Re: [RFC PATCH] kernel: locking: rwsem optimization for rtlinux
Date: Wed, 11 May 2022 11:36:41 +0200	[thread overview]
Message-ID: <YnuDqYz5vlFw3lZy@linutronix.de> (raw)
In-Reply-To: <1652257281-11494-1-git-send-email-zhaoyang.huang@unisoc.com>

On 2022-05-11 16:21:21 [+0800], zhaoyang.huang wrote:
> From: Zhaoyang Huang <zhaoyang.huang@unisoc.com>
> 
> With regard to rtlinux, releasing the lock to RT waiter could be helpful to
> increase its responding time even if cfs writer listed at the head of the
> wait_list.

This does not apply to current kernel (v5.18-rc6). If you need want to
apply some thing to an older kernel, I suggest a backport and reasoning
why this backport is needed.
So first you need address the issue, that you are facing, in the current
development kernel.
Also it would be good to know if "rtlinux" is PREEMPT_RT or something
else. The latter uses a different mechanism.

> Signed-off-by: Zhaoyang Huang <zhaoyang.huang@unisoc.com>

Sebastian

      reply	other threads:[~2022-05-11  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-11  8:21 [RFC PATCH] kernel: locking: rwsem optimization for rtlinux zhaoyang.huang
2022-05-11  9:36 ` Sebastian Andrzej Siewior [this message]

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=YnuDqYz5vlFw3lZy@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=ben.dai@unisoc.com \
    --cc=huangzhaoyang@gmail.com \
    --cc=ke.wang@unisoc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=shian.wang@unisoc.com \
    --cc=tglx@linutronix.de \
    --cc=xuewen.yan@unisoc.com \
    --cc=zhaoyang.huang@unisoc.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.