From: "Luis Claudio R. Goncalves" <lgoncalv@redhat.com>
To: LKML <linux-kernel@vger.kernel.org>,
linux-rt-users <linux-rt-users@vger.kernel.org>,
stable-rt <stable-rt@vger.kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
Thomas Gleixner <tglx@linutronix.de>,
Carsten Emde <C.Emde@osadl.org>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
Daniel Wagner <daniel.wagner@suse.com>,
Clark Williams <williams@redhat.com>,
Mark Gross <markgross@kernel.org>, Pavel Machek <pavel@denx.de>,
Jeff Brady <jeffreyjbrady@gmail.com>,
Jan Kiszka <jan.kiszka@siemens.com>,
Ben Hutchings <ben@decadent.org.uk>,
Luis Goncalves <lgoncalv@redhat.com>
Subject: [ANNOUNCE] 5.10.248-rt143
Date: Tue, 17 Feb 2026 10:29:22 -0300 [thread overview]
Message-ID: <aZRtMp_UWp08TtoL@redhat.com> (raw)
Hello RT-list!
I'm pleased to announce the 5.10.248-rt143 stable release.
This is basically kernel 5.10.248-rt142 with an extra patch suggested by
Ben Hutchings to fix a build problem introduced in 5.10.247-rt141.
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
branch: v5.10-rt
Head SHA1: e1c3ac4207efdc4bd22fe82fef0aaa0ad1d8efcf
Or to build 5.10.248-rt143 directly, the following patches should be applied:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.248.xz
https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.248-rt143.patch.xz
Signing key fingerprint:
9354 0649 9972 8D31 D464 D140 F394 A423 F8E6 7C26
All keys used for the above files and repositories can be found on the
following git repository:
git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git
Enjoy!
Luis
Changes from v5.10.248-rt142:
---
Chen Ni (1):
net/sched: act_ife: convert comma to semicolon
Luis Claudio R. Goncalves (1):
Linux 5.10.248-rt143
---
localversion-rt | 2 +-
net/sched/act_ife.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/localversion-rt b/localversion-rt
index 234720dc343d..a7cc5d609b19 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt142
+-rt143
diff --git a/net/sched/act_ife.c b/net/sched/act_ife.c
index 892d4824d81d..e518e9b36486 100644
--- a/net/sched/act_ife.c
+++ b/net/sched/act_ife.c
@@ -648,9 +648,9 @@ static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind,
memset(&opt, 0, sizeof(opt));
- opt.index = ife->tcf_index,
- opt.refcnt = refcount_read(&ife->tcf_refcnt) - ref,
- opt.bindcnt = atomic_read(&ife->tcf_bindcnt) - bind,
+ opt.index = ife->tcf_index;
+ opt.refcnt = refcount_read(&ife->tcf_refcnt) - ref;
+ opt.bindcnt = atomic_read(&ife->tcf_bindcnt) - bind;
spin_lock_bh(&ife->tcf_lock);
opt.action = ife->tcf_action;
reply other threads:[~2026-02-17 13:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=aZRtMp_UWp08TtoL@redhat.com \
--to=lgoncalv@redhat.com \
--cc=C.Emde@osadl.org \
--cc=ben@decadent.org.uk \
--cc=bigeasy@linutronix.de \
--cc=daniel.wagner@suse.com \
--cc=jan.kiszka@siemens.com \
--cc=jeffreyjbrady@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=pavel@denx.de \
--cc=rostedt@goodmis.org \
--cc=stable-rt@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox