What is a linux RC0 Manjaro kernel package if it's version family is absent and never existed?

The unstable branch of updates.

As I know the RC0 version is officially never exist as general Linux kernel version. It is Manjaro Linux related stuff.

As example:
Current US date is: Saturday, June, 27th.

The RC1 of the 7.2 kernel family is expected on the next day: it is not ready and the Linus repo could get many payload commits before the brand new 7.2 family and it’s RC1 will appear.

The kernel.org website shows:

mainline:	7.1	2026-06-14
stable:	7.1.2	2026-06-27
stable:	7.0.14 [EOL]	2026-06-27
longterm:	6.18.37	2026-06-27
longterm:	6.12.94	2026-06-19
longterm:	6.6.143	2026-06-19
longterm:	6.1.176	2026-06-19
longterm:	5.15.210	2026-06-19
longterm:	5.10.259	2026-06-19
linux-next:	next-20260626	2026-06-26

also
the Tags · torvalds/linux · GitHub repo does not contain any 7.2 tag currently:

 Tags
v7.1
 2 weeks ago  8cd9520  zip  tar.gz
v7.1-rc7
 3 weeks ago  4549871  zip  tar.gz
v7.1-rc6
 27 days ago  e43ffb6  zip  tar.gz
v7.1-rc5
 on May 24  e7ae89a  zip  tar.gz
v7.1-rc4
 on May 17  5200f5f  zip  tar.gz
v7.1-rc3
 on May 11  5d69190  zip  tar.gz
...

but

$ mhwd-kernel -l
available kernels:
   * linux61
   * linux612
   * linux618
   * linux66
   * linux70
   * linux71
   * linux72
   * linux61-rt
   * linux612-rt
   * linux66-rt

and

$ pacman -Si linux72
Repository      : core
Name            : linux72
Version         : 7.2.0rc0-1
Description     : The Linux 7.2 kernel and modules
Architecture    : x86_64
URL             : https://www.kernel.org/
Licenses        : GPL-2.0-only
Groups          : None
Provides        : linux=7.2.0rc0  KSMBD-MODULE  VIRTUALBOX-GUEST-MODULES  WIREGUARD-MODULE
Depends On      : coreutils  initramfs  kmod
Optional Deps   : linux-firmware: firmware images needed for some devices
                  scx-scheds: to use sched-ext schedulers
                  wireless-regdb: to set the correct wireless channels of your country
Conflicts With  : None
Replaces        : virtualbox-guest-modules  wireguard
Download Size   : 148.14 MiB
Installed Size  : 153.99 MiB
Packager        : Manjaro Build Server <EDIT: hidden>
Build Date      : Mon 22 Jun 2026 20:10:55 MSK
Validated By    : MD5 Sum  SHA-256 Sum  Signature

also
the Manjaro Settings Manager shows that the never-existed kernel version of 7.2-rc0 is available to install.


So what is the RC0 Manjaro kernel in every family version and how do I know the exact commit it was based on?

Could it be out of date comparing with even any stable kernel version (in the case of 7.2-rc0 if to compare it with the current stable 7.1.1?

How old the codebase of such RC0 Manjaro kernel versions generally are?

I understood that it is the very early preparation step to build the upcoming brand new family versions of release candidates, but I wanna know details to understand to decide for me: to use any of such Manjaro RC0 kernel versions or better to wait the RC1 in each kernel family.

Thank you!

Take a look here

I guess that is what you look for
https://github.com/torvalds/linux/archive/ef0c9f75a19532d7675384708fc8621e10850104.tar.gz

1 Like

Before 7.2-RC1 is released, updates to the 7.2 kernel are already being published. Even though these aren’t officially called RC0—not even on kernel.org—they are, technically speaking, exactly that.

I refer to all my PRE-RC1 kernels as RC0.

RC0 is usually a snapshot of first weeks merge window. I only publish it when i find time and want to know which extramodules need patching.

1 Like

To summarize:

So what is the RC0 Manjaro kernel in every family version?

how do I know the exact commit it was based on?

Could it be out of date comparing with even any stable kernel version (in the case of 7.2-rc0 if to compare it with the current stable 7.1.1?

All kernel families have different commits right after they were spitted/forked out from the mainline repo. Because of that it is hard to say “out of date” - they are supported individually some patches comes to all families, some to selected only, some to only one family - it depends - they all are maintained, but differently.
According to the

, the 7.2-rc0 was based on the commit in the main development branch on 22nd of June (the same date as 7.2-rc0 build timestamp is) - some time after the 7.1.0 release. Later that branch of kernel development will get further commits and at some point that whole kernel branch state will be tagged 7.2-rc1. So it is

How old the codebase of such RC0 Manjaro kernel versions generally are?
Exact case of 7.2-rc0 was linked here earlier, and generally

So generally a RC0 has no exact point of slice - it is somewhere inside/during of merge window - the time when developers pushes their brand new features, big patches, obsolete code removal actively. And cause of that, it looks like it is more risky to install a RC0 - it is unstable in terms of Manjaro update branches, while RC1+ looks like testing in terms of Manjaro update branches cause Linus controls code all tests outputs before to mark it RC1+, and during a merge window (so-called RC0 stage) it looks like he is not.

I think our combined answer could be like this.

Thanks to all!

Just adding that linux72-rc1 was officially released at the start of this week:

Other linux72-related articles at Phoronix:

Search Results - Linux 7.2 - Phoronix

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.