this post was submitted on 28 Aug 2023
143 points (98.0% liked)

Linux

47342 readers
1379 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Linux 6.5 has many great features from the AMD P-State EPP driver default rather than ACPI CPUFreq for Zen 2 and newer supported AMD Ryzen systems, initial USB4 v2 enablement, initial MIDI 2.0 kernel driver work, more Intel hybrid CPU tuning, and a whole lot more.

LKML Announcement

all 20 comments
sorted by: hot top controversial new old
[–] dandroid@sh.itjust.works 61 points 1 year ago* (last edited 1 year ago) (2 children)

USB4 v2

Why is USB insistent on having terrible naming schemes?

[–] yetAnotherUser@feddit.de 20 points 1 year ago (3 children)

They want manufacturers to stop writing the USB specification on the packaging and instead focus on the speed.

Of course, this backfired since manufacturers are glad to have another opportunity to confuse potential buyers into purchasing a sub-par product.

Source (PDF)

[–] chameleon@kbin.social 9 points 1 year ago (1 children)

I can't really blame the manufacturers because the USB-IF's suggested schemes would just confuse people even more. If people see 10Gbps on the box they're gonna assume it can do 10Gbps, but tons of stuff ends up capped well below the USB link speed (most everything based on SATA<->USB converters internally is 6Gbps max).

It's choosing between a bad naming scheme or something a lot of consumers would interpret as a straight up lie.

[–] Auli@lemmy.ca 6 points 1 year ago

But that isn't USBs fault sata is capped at 6. That's like saying well I plugged in a usb 1 hard drive adapter and I'm not getting 10 Gbps.

[–] snowfalldreamland@lemmy.ml 5 points 1 year ago

Yes it was never intended that any consumer hears about something like "USB 3.2 Gen 2" that was strictly internal naming for people developing USB devices.

In fact the naming guidelines we're simplified even further than in the older version you linked: https://cdn.arstechnica.net/wp-content/uploads/2022/09/USB-IF-language-usage-guideliens.pdf

But yea borderline fraudulent manufacturers and uninformed tech journalists are to blame for all this confusion

[–] InverseParallax@lemmy.world 5 points 1 year ago

Bought a "usb 3.2" usb-a/c combo thumb drive.

Not only 5gbps, but usb-storage so not even uas queued command speed.

Thats going back quick.

[–] snowfalldreamland@lemmy.ml 5 points 1 year ago (2 children)

The v2 part here really just refers to the fact that it's version 2 of the specification. Consumerrs only need to know the term USB4 and the speed that their device operates at. It's sort of like complaining that the ietf has terrible naming schemes because HTTP is defined in half a dozen RFCs with 4 digit numbers. This versioning is just meant for people developing USB things.

Actually this article here is one of the few times where even mentioning the version 2 part is reasonable since the details of these specifications actually matter to kernel developerrs. For everybody else it's just USB4 80 gbps.

[–] twotone@lemmy.world 4 points 1 year ago (1 children)

and the speed that their device operates at.

That is expecting a lot of the average consumer and is rather unreasonable to do so.

[–] snowfalldreamland@lemmy.ml 2 points 1 year ago

Well you have to differentiate somehow and USB 5, 10, 20, 40 or 80 gbps sound like reasonable terms for normal people.

[–] Sethayy@sh.itjust.works 4 points 1 year ago (1 children)

usb 3.1 gen 1 vs gen 2 vs 3.0 vs 4 vs 4 v2

[–] snowfalldreamland@lemmy.ml 2 points 1 year ago

yes these are the terms that are not supposed to be used in product naming or by consumers and are just intended for use by people developing USB devices.

[–] throwawayish@lemmy.ml 14 points 1 year ago (1 children)

Hopefully bcachefs will be merged with 6.6.

[–] BitPirate@feddit.de 4 points 1 year ago

The new EEVDF scheduler would also be nice.

[–] AlmightySnoo@lemmy.world 10 points 1 year ago (1 children)

patiently waiting for it to land on Arch

[–] BaroqueInMind@kbin.social 6 points 1 year ago (1 children)

Patiently waiting for it to crash my Arch.

[–] mustardman@discuss.tchncs.de 6 points 1 year ago (1 children)

Switch to the LTS kernel until 6.5.1

[–] autotldr@lemmings.world 10 points 1 year ago

This is the best summary I could come up with:


Linux 6.5 was just published rather than going into overtime without any extra release candidate.

Linux 6.5 has many great features from the AMD P-State EPP driver default rather than ACPI CPUFreq for Zen 2 and newer supported AMD Ryzen systems, initial USB4 v2 enablement, initial MIDI 2.0 kernel driver work, more Intel hybrid CPU tuning, and a whole lot more.

See the Linux 6.5 feature list to learn more about all of the great changes in this end of summer 2023 kernel debut.

With nothing overly scaring coming up, Linus decided to go ahead and release Linux 6.5 stable.

Now it's onward to the Linux 6.6 cycle with many features to look out for with what will be an autumn 2023 kernel release.

The timing now of the Linux 6.6 merge window for the next two weeks will mean that it runs through the US Labor Day holiday when a number of the kernel developers may be taking time off for holiday.


The original article contains 222 words, the summary contains 163 words. Saved 27%. I'm a bot and I'm open source!

[–] TableCoffee@lemmy.ca 6 points 1 year ago (1 children)

Does anyone have a quick ELI5 for the AMD P-state or a link to some good info around it? Seems people are excited about and I've been out of the news cycle loop lately.

[–] You999@sh.itjust.works 2 points 1 year ago

From my understanding, the old acpi only allowed for the kernel to request three levels of voltage/frequency on zen2 based CPUs. The new P-state driver allows for finer grain control of the voltage/frequency which may lead to a lower power draw and faster clocks for a given task.