patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@denx.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	tiwai@suse.de, niklas.soderlund+renesas@ragnatech.se,
	lirongqing@baidu.com, viro@zeniv.linux.org.uk,
	theo.lebrun@bootlin.com, arkadiusz.bokowy@gmail.com
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com
Subject: Re: [PATCH 6.12 000/562] 6.12.58-rc2 review
Date: Thu, 13 Nov 2025 10:09:24 +0100	[thread overview]
Message-ID: <aRWgRG5VmLHFZDWp@duo.ucw.cz> (raw)
In-Reply-To: <20251111012348.571643096@linuxfoundation.org>

[-- Attachment #1: Type: text/plain, Size: 1686 bytes --]

Hi!

> This is the start of the stable review cycle for the 6.12.58 release.
> There are 562 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.

I don't believe Sasha or his automation did good job here. It is wrong
to sign-off patches just because of LLM output.

> Takashi Iwai <tiwai@suse.de>
>     ALSA: usb-audio: Add validation of UAC2/UAC3 effect units

If the check triggers, we'll be breaking someone's audio.

> Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>     net: sh_eth: Disable WoL if system can not suspend

WoL is used for powering up systems, too. Congratulations, this patch
breaks that.

> Li RongQing <lirongqing@baidu.com>
>     x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT

Looking at the code, that should really be "goto out".

> Al Viro <viro@zeniv.linux.org.uk>
>     allow finish_no_open(file, ERR_PTR(-E...))

Not sure what bug this is supposed to fix. Sounds like preparation for
something we don't have.

> Théo Lebrun <theo.lebrun@bootlin.com>
>     net: macb: avoid dealing with endianness in macb_set_hwaddr()

First, this does not fix any bugs. Second, code was "cpu_to_le32", now
it is equivalent of "le32_to_cpu".

> Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
>     Bluetooth: btusb: Check for unexpected bytes when defragmenting HCI frames

BTUSB_BARROT is "write only". That value is never checked.

Best regards,
								Pavel
-- 
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  parent reply	other threads:[~2025-11-13  9:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-11  1:24 [PATCH 6.12 000/562] 6.12.58-rc2 review Greg Kroah-Hartman
2025-11-11  8:46 ` Pavel Machek
2025-11-11 12:29 ` Brett A C Sheffield
2025-11-11 13:30 ` Slade Watkins
2025-11-11 13:31 ` Jon Hunter
2025-11-11 13:35 ` Ron Economos
2025-11-11 17:10 ` Naresh Kamboju
2025-11-11 18:15 ` Peter Schneider
2025-11-11 18:21 ` Mark Brown
2025-11-11 23:28 ` Shuah Khan
2025-11-12 12:28 ` Miguel Ojeda
2025-11-12 15:00 ` Brett Mastbergen
2025-11-12 18:34 ` Dileep malepu
2025-11-12 20:27 ` Florian Fainelli
2025-11-13  9:09 ` Pavel Machek [this message]
2025-11-13  9:19 ` [btrfs] " Pavel Machek
2025-11-13 10:18 ` Harshit Mogalapalli
2025-11-13 13:22   ` Greg Kroah-Hartman
2025-11-13 18:34     ` Harshit Mogalapalli

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=aRWgRG5VmLHFZDWp@duo.ucw.cz \
    --to=pavel@denx.de \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=arkadiusz.bokowy@gmail.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lirongqing@baidu.com \
    --cc=lkft-triage@lists.linaro.org \
    --cc=niklas.soderlund+renesas@ragnatech.se \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=theo.lebrun@bootlin.com \
    --cc=tiwai@suse.de \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).