Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Kernel 6.12 RC (Release Candidate) series

  1. #1
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,583
    Distro
    Ubuntu Development Release

    Kernel 6.12 RC (Release Candidate) series

    The kernel 6.12 cycle started a few weeks ago, and is already up to 6.12-rc3.
    I do not know what is going on with the Ubuntu Mainline PPA, which seems to have stopped doing anything since about mid September.

    Code:
    doug@s19:~$ uname -a
    Linux s19 6.12.0-rc3-stock #1278 SMP PREEMPT_DYNAMIC Wed Oct 16 07:46:47 PDT 2024 x86_64 x86_64 x86_64 GNU/Linux
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  2. #2
    Join Date
    Apr 2008
    Location
    Texas
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Kernel 6.12 RC (Release Candidate) series

    I've not seen any updates for 6.12 rc series either. Been wondering what's up with that, and if it has anything to do with the change in kernel availability in future Ubuntu releases..

  3. #3
    Join Date
    Oct 2008
    Location
    Rezzoaglio (GE) Italy
    Beans
    722
    Distro
    Ubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    The builders are being moved to a different data center. Mainline builds will show up again once they're up and running.

    https://lists.ubuntu.com/archives/ke...er/154532.html

  4. #4
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    My last mail inculcated this:
    Expect kernel 6.12 to stay in various release candidate versions through October and November, with a likely full release around the first of December.
    If you want to compile it: https://www.kernel.org/
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  5. #5
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,583
    Distro
    Ubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Quote Originally Posted by corradoventu View Post
    The builders are being moved to a different data center. Mainline builds will show up again once they're up and running.

    https://lists.ubuntu.com/archives/ke...er/154532.html
    Agh. Thank you.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  6. #6
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,583
    Distro
    Ubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Quote Originally Posted by 1fallen2 View Post
    My last mail inculcated this:

    If you want to compile it: https://www.kernel.org/
    I have "how to" notes here. Since Ubuntu mainline PPAs are not currently available, I would just steal the kernel configuration from the most recent Ubuntu mainline PPA (6.11) and use it.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  7. #7
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Quote Originally Posted by Doug S View Post
    I have "how to" notes here. Since Ubuntu mainline PPAs are not currently available, I would just steal the kernel configuration from the most recent Ubuntu mainline PPA (6.11) and use it.
    Thanks Doug S I Stole that recipe a long time ago, but it is one I still use to this day,

    I'm on ZFS so I'll just wait for it to come in, if I break this system it will the last Ubuntu install this machine will ever see.

    I'm still waiting for Canonical to find their way back to sanity.....LOL
    I like it so far on Arch though>>>uname -r
    6.12.0-rc4-1-gcc
    Last edited by 1fallen; October 22nd, 2024 at 07:28 PM. Reason: add to
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  8. #8
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,583
    Distro
    Ubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Kernel 6.12-rc5 is available.
    Code:
    doug@s19:~$ uname -a
    Linux s19 6.12.0-rc5-stock #1279 SMP PREEMPT_DYNAMIC Sun Oct 27 18:16:45 PDT 2024 x86_64 x86_64 x86_64 GNU/Linux
    I was running kernel 6.12-rc3 when I compiled it, and it took almost twice as long as normal to compile, with some unusual warnings:
    Code:
    doug@s19:~/kernel/linux$ time make -s -j13 olddefconfig bindeb-pkg LOCALVERSION=-stock
    ...
    fs/bcachefs/btree_cache.o: warning: objtool: __bch2_btree_node_get() falls through to next function bch2_btree_node_get()
    fs/bcachefs/btree_cache.o: warning: objtool: bch2_btree_node_get() falls through to next function bch2_btree_node_get_noiter()
    fs/bcachefs/btree_key_cache.o: warning: objtool: bch2_btree_path_traverse_cached() falls through to next function bch2_btree_insert_key_cached()
    fs/bcachefs/btree_update.o: warning: objtool: bch2_trans_update_get_key_cache() falls through to next function flush_new_cached_update()
    fs/bcachefs/btree_update.o: warning: objtool: flush_new_cached_update() falls through to next function bch2_trans_update_by_path()
    ...
    real    60m21.634s
    user    656m57.230s
    sys     56m34.672s
    EDIT: I did a clean compile using 6.12-rc5, and the time was normal:

    Code:
    real    32m16.444s
    user    351m55.224s
    sys     29m31.062s
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  9. #9
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Doug S sorry but I'm curious of your findings with "bcachefs", I use it on one install so far.

    Also has anyone really heard about what they are doing with the RT patch?
    https://documentation.ubuntu.com/real-time/en/latest/
    Last edited by 1fallen; October 28th, 2024 at 06:37 PM.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  10. #10
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,583
    Distro
    Ubuntu Development Release

    Re: Kernel 6.12 RC (Release Candidate) series

    Quote Originally Posted by 1fallen2 View Post
    Doug S sorry but I'm curious of your findings with "bcachefs", I use it on one install so far.
    I might be mistaken, but I do not recall seeing those compile warnings in previous 6.12 RC compiles. I did miss 6.12-RC4.

    Anyway, I looked at the tags for the most recent commits for all of the files involved, from which I suspect "fs/bcachefs/btree_update.c" because it only has the 6.12-RC5 tag on the latest commit:

    Code:
    doug@s19:~/kernel/linux$ git log --oneline fs/bcachefs/btree_update.c
    a0d11feefb19 bcachefs: Don't use commit_do() unnecessarily
    32ed4a620c54 bcachefs: Btree path tracepoints
    .
    .
    .
    doug@s19:~/kernel/linux$ git tag --contains a0d11feefb19
    v6.12-rc5
    I wasn't planning on doing any more with this, unless you want me to. I was planning on just waiting until the next RC to see if it gets fixed. This is not a kernel area I know at all.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •