public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.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@denx.de,
	rwarsow@gmx.de, shuah@kernel.org, sr@sladewatkins.com,
	stable@vger.kernel.org, sudipm.mukherjee@gmail.com,
	torvalds@linux-foundation.org, dan.carpenter@linaro.org,
	nathan@kernel.org, llvm@lists.linux.dev, perex@perex.cz,
	lgirdwood@gmail.com,
	Linux Kernel Functional Testing <lkft@linaro.org>
Subject: Re: [PATCH 6.18 000/614] 6.18.2-rc1 review
Date: Wed, 17 Dec 2025 07:30:32 +0100	[thread overview]
Message-ID: <2025121719-degrading-drainpipe-fb2e@gregkh> (raw)
In-Reply-To: <20251216195255.172999-1-naresh.kamboju@linaro.org>

On Wed, Dec 17, 2025 at 01:22:55AM +0530, Naresh Kamboju wrote:
> I'm seeing the following allmodconfig and allyesconfig build
> failures on arm, arm64, riscv and x86_64.
> 
> ## Build error
> sound/soc/codecs/nau8325.c:430:13: error: variable 'n2_max' is uninitialized when used here [-Werror,-Wuninitialized]
>   430 |                 *n2_sel = n2_max;
>       |                           ^~~~~~
> sound/soc/codecs/nau8325.c:389:52: note: initialize the variable 'n2_max' to silence this warning
>   389 |         int i, j, mclk, mclk_max, ratio, ratio_sel, n2_max;
>       |                                                           ^
>       |                                                            = 0
> sound/soc/codecs/nau8325.c:431:11: error: variable 'ratio_sel' is uninitialized when used here [-Werror,-Wuninitialized]
>   431 |                 ratio = ratio_sel;
>       |                         ^~~~~~~~~
> sound/soc/codecs/nau8325.c:389:44: note: initialize the variable 'ratio_sel' to silence this warning
>   389 |         int i, j, mclk, mclk_max, ratio, ratio_sel, n2_max;
>       |                                                   ^
>       |                                                    = 0
> 2 errors generated.
> make[6]: *** [scripts/Makefile.build:287: sound/soc/codecs/nau8325.o] Error 1
> 
> First seen on 6.18.2-rc1
> Good: 6.18.1-rc1
> Bad:  6.18.2-rc1
> 
> And these build regressions also seen on 6.17.13-rc2.

Thanks, I'll go queue up the fix for this.

greg k-h

  reply	other threads:[~2025-12-17  6:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16 11:06 [PATCH 6.18 000/614] 6.18.2-rc1 review Greg Kroah-Hartman
2025-12-16 16:06 ` Ronald Warsow
2025-12-17  5:47   ` Greg Kroah-Hartman
2025-12-17  8:27     ` Ronald Warsow
2025-12-17  9:36       ` Greg Kroah-Hartman
2025-12-17  9:51         ` Ronald Warsow
2025-12-17 12:45         ` Ronald Warsow
2025-12-17 15:25           ` Greg Kroah-Hartman
2025-12-16 17:29 ` Brett A C Sheffield
2025-12-16 19:17 ` Achill Gilgenast
2025-12-16 19:35 ` Dileep malepu
2025-12-16 19:52 ` Naresh Kamboju
2025-12-17  6:30   ` Greg KH [this message]
2025-12-17  8:06     ` Naresh Kamboju
2025-12-17  9:25       ` Greg KH
2025-12-16 21:48 ` Florian Fainelli
2025-12-17  5:04 ` Ron Economos
2025-12-17  6:17 ` Jeffrin Thalakkottoor
2025-12-17 11:29 ` Takeshi Ogasawara
2025-12-17 12:51 ` Justin Forbes
2025-12-17 13:41 ` Jon Hunter
2025-12-18  4:27 ` Peter Schneider
2025-12-18  9:35 ` Mark Brown
2025-12-19 10:24 ` Miguel Ojeda

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=2025121719-degrading-drainpipe-fb2e@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=lkft@linaro.org \
    --cc=llvm@lists.linux.dev \
    --cc=naresh.kamboju@linaro.org \
    --cc=nathan@kernel.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=perex@perex.cz \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /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