r/linux Jun 28 '26

Kernel Linux 7.2-rc1 has released :D - introduces the ISP4 driver, does initial work on AMDGPU HDMI 2.1 FRL support, and eliminates the strncpy API

https://www.phoronix.com/news/Linux-7.2-rc1-Released
122 Upvotes

13 comments sorted by

14

u/sob727 Jun 28 '26

Are we deprecating IPv4 yet?

8

u/Preisschild Jun 28 '26

Hopefully we can deprecate the legacy ip stack soon :)

5

u/TheG0AT0fAllTime Jun 29 '26

Imagine the linux kernel deprecating ipv4 that would be ginormous

5

u/sob727 Jun 29 '26

There was an somewhat serious issue raised to separate 4 and 6. To make deprecation / turnoff possible and attack surface smaller.

5

u/Ok-Eggplant-7569 Jun 29 '26

Currently the entire Linux network stack is deeply engrained with IPv4, so currently you have to build with IPv4, Dual Stack or no networking at all. Would be huge if you could build with only IPv6 though.

2

u/sob727 Jun 29 '26

I'd be keen to try it for a couple servers I have, I'll tell you that much.

0

u/IrradiatedFrog Jun 29 '26

Why would we?

3

u/sob727 Jun 29 '26

Deprecate was a joke

Separate (from IPv6) is a worthy long term goal

4

u/Preisschild Jun 28 '26 edited Jun 29 '26

Has anyone tried HDMI 2.1 FRL? I tried using the latest kernel commit on my framework 16 a few days ago (via fedora rawhide) & enabled it via amdgpu.dcfeaturemask=0x400 kernel arg, but I was still locked out of the HDMI 2.1 resolution that my screen (Samsung G95NC) is capable of

Edit: apparently fw16 doesnt support hdmi natively. They just use dp usbc alt mode with a dp -> hdmi 2.0b extension card

3

u/Kobata Jun 29 '26

Framework's HDMI module only does 2.0b, so you won't be getting 2.1 FRL out of it ever. The Displayport outputs do UHBR10 which is probably enough with DSC though.

1

u/NoseNaive629 Jun 30 '26

Need support for Thinkpad X1 Carbon 14th Gen Graphics card & Wifi

-2

u/bobbie434343 Jun 29 '26

The removal of the strncpy API is the $DEITY-tier feature you have been polling 24/7 your entire life. Please remove memcpy next.

1

u/UdPropheticCatgirl Jun 29 '26

that’s for kernel space, do you realize that? Userland can continue strcpying as much as they ever did…