* linux-next: Tree for Jun 11
@ 2026-06-11 14:33 Mark Brown
2026-06-14 17:41 ` linux-next: Tree for Jun 11 (damon) Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-06-11 14:33 UTC (permalink / raw)
To: Linux Next Mailing List; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1888 bytes --]
Hi all,
Changes since 20260610:
The vfs-brauner tree acquired a conflict with the ext4 tree.
The hwmon-staging tree lost it's build failure.
The net-next tree acquired a conflict with the net tree.
The ipvs-next tree acquired a conflict with the origin tree.
The drm tree acquired a conflict with the drm-misc-fixes tree.
Non-merge commits (relative to Linus' tree): 12101
13030 files changed, 799506 insertions(+), 243839 deletions(-)
----------------------------------------------------------------------------
I have created today's linux-next tree at
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
(patches at https://www.kernel.org/pub/linux/kernel/next/ ). If you
are tracking the linux-next tree using git, you should not use "git pull"
to do so as that will try to merge the new linux-next release with the
old one. You should use "git fetch" and checkout or reset to the new
master.
You can see which trees have been included by looking in the Next/Trees
file in the source. There is also the merge.log file in the Next
directory. Between each merge, the tree was built with a defconfig
for arm64, an allmodconfig for x86_64, a multi_v7_defconfig for arm,
an arm64 build of various kselftests, a KUnit build and run on arm64,
and a native build of tools/perf. After the final fixups (if any), I do
an x86_64 modules_install followed by builds for x86_64 allnoconfig,
arm64 allyesconfig, powerpc allnoconfig (32 and 64 bit),
ppc44x_defconfig and pseries_le_defconfig and i386, s390, sparc and
sparc64 defconfig and htmldocs.
Below is a summary of the state of the merge.
I am currently merging 425 trees (counting Linus' and 131 trees of bug
fix patches pending for the current release).
Stats about the size of the tree over time can be seen at
http://neuling.org/linux-next-size.html .
Thanks to Paul Gortmaker for triage and bug fixes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Jun 11 (damon)
2026-06-11 14:33 linux-next: Tree for Jun 11 Mark Brown
@ 2026-06-14 17:41 ` Randy Dunlap
2026-06-14 18:42 ` SeongJae Park
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2026-06-14 17:41 UTC (permalink / raw)
To: Mark Brown, Linux Next Mailing List; +Cc: Jiayuan Chen, SeongJae Park, damon
Hi,
On 6/11/26 7:33 AM, Mark Brown wrote:
> Hi all,
>
> Changes since 20260610:
>
Please add missing kernel-doc comments:
WARNING: ../include/linux/damon.h:909 struct member 'probes' not described in 'damon_ctx'
WARNING: ../include/linux/damon.h:909 struct member 'rnd_state' not described in 'damon_ctx'
thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Jun 11 (damon)
2026-06-14 17:41 ` linux-next: Tree for Jun 11 (damon) Randy Dunlap
@ 2026-06-14 18:42 ` SeongJae Park
2026-06-14 19:03 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: SeongJae Park @ 2026-06-14 18:42 UTC (permalink / raw)
To: Randy Dunlap
Cc: SeongJae Park, Mark Brown, Linux Next Mailing List, Jiayuan Chen,
damon, Andrew Morton
Hello Randy,
On Sun, 14 Jun 2026 10:41:05 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
> Hi,
>
> On 6/11/26 7:33 AM, Mark Brown wrote:
> > Hi all,
> >
> > Changes since 20260610:
> >
>
> Please add missing kernel-doc comments:
>
> WARNING: ../include/linux/damon.h:909 struct member 'probes' not described in 'damon_ctx'
> WARNING: ../include/linux/damon.h:909 struct member 'rnd_state' not described in 'damon_ctx'
Thank you for notifying this!
The fixes should be trivial. I made those and queued [1,2] on damon/next tree.
DAMON patches are merged into next tree via mm.git. And mm.git is currently
closed for non-urgent issues to focus on making things for next merge window
stabilized. I will therefore post the fixes after the next merge window is
closed (7.2-rc1 release).
Please let me know if I'm missing something or you have any different opinion.
[1] https://git.kernel.org/sj/c/892a69e2774fcface1202dbdc2ff62e433f487fa
[2] https://git.kernel.org/sj/c/b205766e8d676b9c9e3af828e736215bc54f4690
Thanks,
SJ
[...]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Jun 11 (damon)
2026-06-14 18:42 ` SeongJae Park
@ 2026-06-14 19:03 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-06-14 19:03 UTC (permalink / raw)
To: SeongJae Park
Cc: Mark Brown, Linux Next Mailing List, Jiayuan Chen, damon,
Andrew Morton
On 6/14/26 11:42 AM, SeongJae Park wrote:
> Hello Randy,
>
> On Sun, 14 Jun 2026 10:41:05 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>
>> Hi,
>>
>> On 6/11/26 7:33 AM, Mark Brown wrote:
>>> Hi all,
>>>
>>> Changes since 20260610:
>>>
>>
>> Please add missing kernel-doc comments:
>>
>> WARNING: ../include/linux/damon.h:909 struct member 'probes' not described in 'damon_ctx'
>> WARNING: ../include/linux/damon.h:909 struct member 'rnd_state' not described in 'damon_ctx'
>
> Thank you for notifying this!
>
> The fixes should be trivial. I made those and queued [1,2] on damon/next tree.
> DAMON patches are merged into next tree via mm.git. And mm.git is currently
> closed for non-urgent issues to focus on making things for next merge window
> stabilized. I will therefore post the fixes after the next merge window is
> closed (7.2-rc1 release).
>
> Please let me know if I'm missing something or you have any different opinion.
>
> [1] https://git.kernel.org/sj/c/892a69e2774fcface1202dbdc2ff62e433f487fa
> [2] https://git.kernel.org/sj/c/b205766e8d676b9c9e3af828e736215bc54f4690
LGTM. Thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-14 19:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-11 14:33 linux-next: Tree for Jun 11 Mark Brown
2026-06-14 17:41 ` linux-next: Tree for Jun 11 (damon) Randy Dunlap
2026-06-14 18:42 ` SeongJae Park
2026-06-14 19:03 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox