public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel•org>
To: gregkh@linuxfoundation•org
Cc: achill@achill•org, akpm@linux-foundation•org, broonie@kernel•org,
	conor@kernel•org, f.fainelli@gmail•com, hargar@microsoft•com,
	jonathanh@nvidia•com, linux-kernel@vger•kernel.org,
	linux@roeck-us•net, lkft-triage@lists•linaro.org,
	patches@kernelci•org, patches@lists•linux.dev,
	pavel@nabladev•com, rwarsow@gmx•de, shuah@kernel•org,
	sr@sladewatkins•com, stable@vger•kernel.org,
	sudipm.mukherjee@gmail•com, torvalds@linux-foundation•org,
	Miguel Ojeda <ojeda@kernel•org>,
	"Kito Xu (veritas501)" <hxzene@gmail•com>,
	Victor Nogueira <victor@mojatatu•com>,
	Paolo Abeni <pabeni@redhat•com>,
	Jamal Hadi Salim <jhs@mojatatu•com>,
	Jiri Pirko <jiri@resnulli•us>,
	netdev@vger•kernel.org
Subject: Re: [PATCH 6.12 000/307] 6.12.93-rc1 review
Date: Sun,  7 Jun 2026 19:32:14 +0200	[thread overview]
Message-ID: <20260607173214.92693-1-ojeda@kernel.org> (raw)
In-Reply-To: <20260607095727.647295505@linuxfoundation.org>

On Sun, 07 Jun 2026 11:56:37 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation•org> wrote:
>
> This is the start of the stable review cycle for the 6.12.93 release.
> There are 307 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Tue, 09 Jun 2026 09:56:47 +0000.
> Anything received after that time might be too late.

Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested
for loongarch64:

Tested-by: Miguel Ojeda <ojeda@kernel•org>

arm32 also builds fine.

On arm64, I am seeing:

    net/sched/act_mirred.c:451:43: warning: variable 'm_eaction' is uninitialized when used here [-Wuninitialized]
      451 |         is_redirect = tcf_mirred_is_act_redirect(m_eaction);
          |                                                  ^~~~~~~~~
    net/sched/act_mirred.c:429:18: note: initialize the variable 'm_eaction' to silence this warning
      429 |         int i, m_eaction;
          |                         ^
          |                          = 0

due to commit a01fbdecc3a2 ("net/sched: act_mirred: Fix return code in
early mirred redirect error paths") here.

And that one seems to be missing at least the assignment to the variable
that happened in commit a005fa5d7502 ("net/sched: act_mirred: Fix
blockcast recursion bypass leading to stack overflow").

I hope this helps!

Cc: Kito Xu (veritas501) <hxzene@gmail•com>
Cc: Victor Nogueira <victor@mojatatu•com>
Cc: Paolo Abeni <pabeni@redhat•com>
Cc: Jamal Hadi Salim <jhs@mojatatu•com>
Cc: Jiri Pirko <jiri@resnulli•us>
Cc: netdev@vger•kernel.org

Cheers,
Miguel

       reply	other threads:[~2026-06-07 17:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260607095727.647295505@linuxfoundation.org>
2026-06-07 17:32 ` Miguel Ojeda [this message]
2026-06-08  9:55   ` [PATCH 6.12 000/307] 6.12.93-rc1 review Jamal Hadi Salim
2026-06-08 10:08     ` Miguel Ojeda
2026-06-08 10:57       ` Jamal Hadi Salim
2026-06-08 11:15         ` Miguel Ojeda
2026-06-08 20:35           ` Jamal Hadi Salim

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=20260607173214.92693-1-ojeda@kernel.org \
    --to=ojeda@kernel$(echo .)org \
    --cc=achill@achill$(echo .)org \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=broonie@kernel$(echo .)org \
    --cc=conor@kernel$(echo .)org \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=hargar@microsoft$(echo .)com \
    --cc=hxzene@gmail$(echo .)com \
    --cc=jhs@mojatatu$(echo .)com \
    --cc=jiri@resnulli$(echo .)us \
    --cc=jonathanh@nvidia$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux@roeck-us$(echo .)net \
    --cc=lkft-triage@lists$(echo .)linaro.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=patches@kernelci$(echo .)org \
    --cc=patches@lists$(echo .)linux.dev \
    --cc=pavel@nabladev$(echo .)com \
    --cc=rwarsow@gmx$(echo .)de \
    --cc=shuah@kernel$(echo .)org \
    --cc=sr@sladewatkins$(echo .)com \
    --cc=stable@vger$(echo .)kernel.org \
    --cc=sudipm.mukherjee@gmail$(echo .)com \
    --cc=torvalds@linux-foundation$(echo .)org \
    --cc=victor@mojatatu$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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