linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
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,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
	achill@achill.org, qemu-devel@nongnu.org,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Dan Carpenter" <dan.carpenter@linaro.org>,
	"Anders Roxell" <anders.roxell@linaro.org>,
	"Ben Copeland" <benjamin.copeland@linaro.org>,
	"LTP List" <ltp@lists.linux.it>, chrubis <chrubis@suse.cz>,
	"Petr Vorel" <pvorel@suse.cz>, "Ian Rogers" <irogers@google.com>,
	linux-perf-users@vger.kernel.org,
	"Zhang Yi" <yi.zhang@huaweicloud.com>,
	"Joseph Qi" <jiangqi903@gmail.com>, "Jan Kara" <jack@suse.cz>,
	linux-fsdevel@vger.kernel.org,
	linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Re: [PATCH 6.16 000/627] 6.16.1-rc1 review
Date: Wed, 13 Aug 2025 14:50:49 +0200	[thread overview]
Message-ID: <2025081300-frown-sketch-f5bd@gregkh> (raw)
In-Reply-To: <CA+G9fYtBnCSa2zkaCn-oZKYz8jz5FZj0HS7DjSfMeamq3AXqNg@mail.gmail.com>

On Wed, Aug 13, 2025 at 05:46:26PM +0530, Naresh Kamboju wrote:
> Long story:
> 1)
> The perf gcc-13 build failed on x86_64 and i386.
> 
> Build regression: qemu-arm64 ARM64_64K_PAGES ltp syscalls swap fsync
> fallocate failed.
> 
> > Ian Rogers <irogers@google.com>
> >     perf topdown: Use attribute to see an event is a topdown metic or slots
> 
> Build error:
> 
> arch/x86/tests/topdown.c: In function 'event_cb':
> arch/x86/tests/topdown.c:53:25: error: implicit declaration of
> function 'pr_debug' [-Werror=implicit-function-declaration]
>    53 |                         pr_debug("Broken topdown information
> for '%s'\n", evsel__name(evsel));
>       |                         ^~~~~~~~
> cc1: all warnings being treated as errors

Already fixed.

> 2)
> 
> The following list of LTP syscalls failure noticed on qemu-arm64 with
> stable-rc 6.16.1-rc1 with CONFIG_ARM64_64K_PAGES=y build configuration.
> 
> Most failures report ENOSPC (28) or mkswap errors, which may be related
> to disk space handling in the 64K page configuration on qemu-arm64.
> 
> The issue is reproducible on multiple runs.
> 
> * qemu-arm64, ltp-syscalls - 64K page size test failures list,
> 
>   - fallocate04
>   - fallocate05
>   - fdatasync03
>   - fsync01
>   - fsync04
>   - ioctl_fiemap01
>   - swapoff01
>   - swapoff02
>   - swapon01
>   - swapon02
>   - swapon03
>   - sync01
>   - sync_file_range02
>   - syncfs01
> 
> Reproducibility:
>  - 64K config above listed test fails
>  - 4K config above listed test pass.
> 
> Regression Analysis:
> - New regression? yes

Regression from 6.16?  Or just from 6.15.y?

> 3)
> 
> Test regression: stable-rc 6.16.1-rc1 WARNING fs jbd2 transaction.c
> start_this_handle
> 
> Kernel warning noticed on this stable-rc 6.16.1-rc1 this regression was
> reported last month on the Linux next,
> 
> - https://lore.kernel.org/all/CA+G9fYsyYQ3ZL4xaSg1-Tt5Evto7Zd+hgNWZEa9cQLbahA1+xg@mail.gmail.com/

Ok, no real regression here if this was already in 6.16.

Doesn't look like it got fixed in 6.17-rc1 either :(

thanks,

greg k-h

  reply	other threads:[~2025-08-13 12:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250812173419.303046420@linuxfoundation.org>
2025-08-13 12:16 ` [PATCH 6.16 000/627] 6.16.1-rc1 review Naresh Kamboju
2025-08-13 12:50   ` Greg Kroah-Hartman [this message]
2025-08-13 14:31     ` Naresh Kamboju
2025-08-13 14:53       ` Greg Kroah-Hartman
2025-08-13 15:58         ` Dan Carpenter
2025-08-14  1:27         ` Zhang Yi
2025-08-14 15:30           ` Greg Kroah-Hartman
2025-08-14 20:19     ` Namhyung Kim
2025-08-15  5:33       ` Greg Kroah-Hartman
2025-08-15 16:24         ` Namhyung Kim
2025-08-13 12:51   ` Mark Brown
2025-08-13 13:41     ` Naresh Kamboju
2025-08-14 15:35       ` Greg Kroah-Hartman

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=2025081300-frown-sketch-f5bd@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=alex.bennee@linaro.org \
    --cc=anders.roxell@linaro.org \
    --cc=arnd@arndb.de \
    --cc=benjamin.copeland@linaro.org \
    --cc=broonie@kernel.org \
    --cc=chrubis@suse.cz \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=irogers@google.com \
    --cc=jack@suse.cz \
    --cc=jiangqi903@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=ltp@lists.linux.it \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=pvorel@suse.cz \
    --cc=qemu-devel@nongnu.org \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=yi.zhang@huaweicloud.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;
as well as URLs for NNTP newsgroup(s).