|
|
Subscribe / Log in / New account

The 5.6 kernel has been released

Linus has released the 5.6 kernel.

Some of the headline features in this release include Arm EOPD support, time namespaces, the BPF dispatcher and batched BPF map operations (both described in this article), the openat2() system call, the WireGuard virtual private network implementation, the flow queue PIE packet scheduler, nearly complete year-2038 support, many new io_uring features, the pidfd_getfd() system call, the ZoneFS filesystem, the ability to implement TCP congestion-control algorithms in BPF, the dma-buf heaps subsystem, and the removal of the /dev/random blocking pool.

See the LWN merge-window summaries (part 1 and part 2) and the (under construction) KernelNewbies 5.6 page for more details.


to post comments

The 5.6 kernel has been released

Posted Mar 30, 2020 12:02 UTC (Mon) by pomac (subscriber, #94901) [Link] (2 responses)

The 5.6 kernel has been released

Posted Mar 30, 2020 16:59 UTC (Mon) by nilsmeyer (guest, #122604) [Link]

Thank you, that saved me some potential trouble.

The 5.6 kernel has been released

Posted Apr 2, 2020 13:46 UTC (Thu) by cesarb (subscriber, #6266) [Link]

Following up, according to https://www.phoronix.com/scan.php?page=news_item&px=L... the fix is on 5.6.2.

The 5.6 kernel has been released

Posted Mar 30, 2020 22:38 UTC (Mon) by pomac (subscriber, #94901) [Link] (1 responses)

If you have a AMD GPU you need to fetch mainline and cherry-pick 6de18fa3bd1dd5114106abf6217587d6f6cb051d to avoid linker errors

The 5.6 kernel has been released

Posted Mar 31, 2020 1:51 UTC (Tue) by flussence (guest, #85566) [Link]

Adding to this, 0199172f9333 (in 5.6) fixes a kernel memory corruption in 5.5 that was extremely easy to provoke (as easy as running `clinfo`).

after installing Kernel 5.6 I get: cannot run in framebuffer mode. Please specify busIDs

Posted Apr 3, 2020 11:19 UTC (Fri) by zdavatz (guest, #70954) [Link] (4 responses)

After installing Kernel 5.6 I am getting this error:

Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices

[ 0.757317] nouveau 0000:05:00.0: NVIDIA GP107 (137000a1)
[ 0.869775] nouveau 0000:05:00.0: bios: version 86.07.42.00.4a
[ 0.870157] nouveau 0000:05:00.0: acr: failed to load firmware
[ 0.870256] nouveau 0000:05:00.0: acr: failed to load firmware
[ 0.870356] nouveau 0000:05:00.0: acr ctor failed, -2
[ 0.870455] nouveau: probe of 0000:05:00.0 failed with error -2

This used to work just fine, with Version 5.5, Gentoo/Funtoo Linux.

Very strange.

Best
Zeno

after installing Kernel 5.6 I get: cannot run in framebuffer mode. Please specify busIDs

Posted Apr 3, 2020 13:39 UTC (Fri) by zdavatz (guest, #70954) [Link] (3 responses)

this is what I get with Kernel 5.5

~/.backup> dmesg | grep nouveau
[ 0.994622] nouveau 0000:05:00.0: NVIDIA GP107 (137000a1)
[ 1.107079] nouveau 0000:05:00.0: bios: version 86.07.42.00.4a
[ 1.107391] nouveau 0000:05:00.0: gr: failed to load firmware "gr/sw_nonctx"
[ 1.107494] nouveau 0000:05:00.0: gr: failed to load gr/sw_nonctx
[ 1.107857] nouveau 0000:05:00.0: fb: 4096 MiB GDDR5
[ 1.124158] nouveau 0000:05:00.0: DRM: VRAM: 4096 MiB
[ 1.124268] nouveau 0000:05:00.0: DRM: GART: 536870912 MiB
[ 1.124381] nouveau 0000:05:00.0: DRM: BIT table 'A' not found
[ 1.124493] nouveau 0000:05:00.0: DRM: BIT table 'L' not found
[ 1.124604] nouveau 0000:05:00.0: DRM: TMDS table version 2.0
[ 1.124719] nouveau 0000:05:00.0: DRM: DCB version 4.1
[ 1.124829] nouveau 0000:05:00.0: DRM: DCB outp 00: 01000f42 04620030
[ 1.124941] nouveau 0000:05:00.0: DRM: DCB outp 01: 02011f62 00020010
[ 1.125054] nouveau 0000:05:00.0: DRM: DCB outp 02: 02822f76 04600020
[ 1.125166] nouveau 0000:05:00.0: DRM: DCB outp 03: 02022f72 00020020
[ 1.125278] nouveau 0000:05:00.0: DRM: DCB outp 04: 04033f82 00020030
[ 1.125390] nouveau 0000:05:00.0: DRM: DCB conn 00: 00001031
[ 1.125501] nouveau 0000:05:00.0: DRM: DCB conn 01: 00010161
[ 1.125612] nouveau 0000:05:00.0: DRM: DCB conn 02: 00020246
[ 1.125723] nouveau 0000:05:00.0: DRM: DCB conn 03: 01000331
[ 1.126100] nouveau 0000:05:00.0: DRM: failed to create kernel channel, -22
[ 1.126364] nouveau 0000:05:00.0: DRM: MM: using COPY for buffer copies
[ 1.481589] nouveau 0000:05:00.0: DRM: allocated 1680x1050 fb: 0x200000, bo (____ptrval____)
[ 1.481807] fbcon: nouveaudrmfb (fb0) is primary device
[ 1.672191] nouveau 0000:05:00.0: fb0: nouveaudrmfb frame buffer device
[ 1.672362] [drm] Initialized nouveau 1.3.1 20120801 for 0000:05:00.0 on minor 1

after installing Kernel 5.6 I get: cannot run in framebuffer mode. Please specify busIDs

Posted Apr 9, 2020 0:28 UTC (Thu) by nix (subscriber, #2304) [Link] (2 responses)

I would suggest trying to provide the missing firmware that both logs are complaining about first, and see if that fixes it...

after installing Kernel 5.6 I get: cannot run in framebuffer mode. Please specify busIDs

Posted Jun 4, 2020 14:10 UTC (Thu) by zdavatz (guest, #70954) [Link] (1 responses)

Now trying again on Kernel 5.7.

after installing Kernel 5.6 I get: cannot run in framebuffer mode. Please specify busIDs

Posted Jun 4, 2020 14:14 UTC (Thu) by zdavatz (guest, #70954) [Link]

Ok, for 5.7 I still get the same error:

~> dmesg | grep nouveau
[ 0.763089] nouveau 0000:05:00.0: NVIDIA GP107 (137000a1)
[ 0.875540] nouveau 0000:05:00.0: bios: version 86.07.42.00.4a
[ 0.875833] nouveau 0000:05:00.0: acr: failed to load firmware
[ 0.875933] nouveau 0000:05:00.0: acr: failed to load firmware
[ 0.876033] nouveau 0000:05:00.0: acr ctor failed, -2
[ 0.876132] nouveau: probe of 0000:05:00.0 failed with error -2

Linux zenogentoo 5.7.0 #80 SMP Thu Jun 4 16:10:03 CEST 2020 x86_64 Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz GenuineIntel GNU/Linux


Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds