kernellogger, to linux
@kernellogger@fosstodon.org avatar

#Linux #kernel 6.4-rc2 is out:

[…] This being rc2, it's been a fairly calm week as people are only starting to find any issues from the merge window, but it all looks fine. […]

https://lore.kernel.org/lkml/CAHk-=wj3jDtVCi2LqyijGzut2cq=AkPrAMfF0+6gtZ1WB6ruWQ@mail.gmail.com/ #LinuxKernel

9to5linux, to linux
@9to5linux@floss.social avatar

6.4-rc2 is now available for public testing and Linus Torvalds says that "it's been a fairly calm week as people are only
starting to find any issues from the merge window, but it all looks
fine." https://lkml.org/lkml/2023/5/14/248

thelastpsion, to linux
@thelastpsion@bitbang.social avatar

The last maintainer of the project is looking for someone to take over the maintenance of this distro for Series 5mx.

If anyone is able to help Adrian out, please get in touch.

https://community.arm.com/support-forums/f/architectures-and-processors-forum/53718/can-anyone-help-me-to-compile-a-modern-kernel-for-the-psion-5mx

9to5linux, to linux
@9to5linux@floss.social avatar

6.3.2, 6.2.15, 6.1.28, and 5.15.111 kernels are now available for download at https://kernel.org

kernellogger, to linux
@kernellogger@fosstodon.org avatar

#LKML quote of the day from @torvalds on avoiding compiler warnings:

you can make some compilers happy all of the time, and all compilers happy some of the time, but you can't make all compilers happy all of the time

https://lore.kernel.org/all/CAHk-=whtWTqXXD29n4z0qni-xM_4OPE-6u3vw_qjkiz05BHVZg@mail.gmail.com/ #LinuxKernel #Linux #kernel

kernellogger, to random
@kernellogger@fosstodon.org avatar

Kent submitted the #bcachefs filesystem ("a new COW fs") for review and #Linux #kernel inclusion: https://lore.kernel.org/all/20230509165657.1735798-1-kent.overstreet@linux.dev/


Snapshots have been declared stable; […]

Erasure coding is getting really close; […]

Tons of scalabality work finished over the past year […]  

https://bcachefs.org/ #LinuxKernel

zkaien, to linux

What’s the upside of updating Linux Kernel to 6.3.1 on Ubuntu 23.04?
So far, the only thing I noticed is that it messed up my nvidia display driver 🤷‍♂️ #linux #linuxkernel #ubuntu

kernellogger, to linux
@kernellogger@fosstodon.org avatar

Interesting things the #Linux #kernel's #XFS developers are doing:

Oh, CONFIG_XFS_DEBUG=y, which means: […] We randomly chose a near block allocation strategy to use to improve code coverage, not the optimal one for IO performance. Hence the CPU usage and allocation patterns that impact IO performance are simply not predictable or reproducable from run to run. So, yeah, trying to bisect […] will not be reliable....

https://lore.kernel.org/all/20230509071053.GE2651828@dread.disaster.area/ #LinuxKernel

kernellogger, (edited ) to linux
@kernellogger@fosstodon.org avatar

Reminder: a #kernel where uname -r prints something like "5.15.0-71-generic" is a vendor kernel that is likely quite different from #Linux 5.15.71[1].

In case of problems with such a kernel you thus must report them to your vendor.

That's because almost all upstream #LinuxKernel developers don't care about problems in such kernels, as they might happen due to modifications the vendor applied.

[1] it in fact is likely based on a much later Linux 5.15.y release

9to5linux, to linux
@9to5linux@floss.social avatar
cstrotm, to random
@cstrotm@mastodon.social avatar
kernellogger, to linux
@kernellogger@fosstodon.org avatar

I'm planning to submit a rewritten section about "expectations and best practices for fixing [#Linux #kernel regressions]" in https://docs.kernel.org/process/handling-regressions.html as RFC early next week.

If you want a early look, follow this link:

https://gitlab.com/knurd42/linux/-/compare/master...docs-handling-regs-procedures-v1?from_project_id=11281838#702893b97b365e04d2e19a5428975ff6a59111c0_201_132 #LinuxKernel

kernellogger, to linux
@kernellogger@fosstodon.org avatar

As a result, we found a sub-optimal #kernel readahead behavior. […] The rest was as simple as using #madvise in our code to disable the readahead in table writers. […]```

<https://questdb.io/blog/investigating-linux-phantom-disk-reads/> #Linux #LinuxKernel
kernellogger, to linux
@kernellogger@fosstodon.org avatar

Hmmm, immutable #Linux distros are currently ignored by the "How to quickly build a trimmed #LinuxKernel" text I recently added to the #kernel's documentation[1].

Is that fine for now? Or should I add a sentence or two about those?

For @fedora #silverblue at al. it seems using "ostree admin unlock --hotfix" might be the best solution when say doing a bisection.

But what's the best way for @opensuse MicroOS?

[1]https://docs.kernel.org/next/admin-guide/quickly-build-trimmed-linux.html

9to5linux, to linux
@9to5linux@floss.social avatar

#Linux 6.3.1, 6.2.14, 6.1.27, and 5.15.110 kernels are now available for download at https://kernel.org

#OpenSource #linuxkernel

kernellogger, (edited ) to linux
@kernellogger@fosstodon.org avatar

🥳 Linus merged[1] my text[2] on how to quickly build a trimmed #Linux #kernel!

🥴 Already got the first bug report. But well, things happen. And this makes it a perfect opportunity to ask you again:

Please look at the text or even play the instructions through: If you find more things that need fixing it's straight forward for me to do so, as I have to send a patch soon anyway.

[1] https://git.kernel.org/torvalds/c/efe920466f51fbd4405d33c6dd2b683571f93a7a #LinuxKernel

[2] https://docs.kernel.org/next/admin-guide/quickly-build-trimmed-linux.html or https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/admin-guide/quickly-build-trimmed-linux.rst

kernellogger, to linux
@kernellogger@fosstodon.org avatar

From developer John Ogness: A for applications in :

https://www.linutronix.de/blog/A-Checklist-for-Real-Time-Applications-in-Linux

[…] Linux tries to balance throughput, response times, and scheduling fairness […] it is necessary to fine-tune #kernel […]. Let us take a look at the 10 major points that must be considered when developing a Linux system with hard real-time constraints. For each point I also mention a common pitfall of developers new to real-time with Linux.

9to5linux, (edited ) to linux
@9to5linux@floss.social avatar

#Linux 6.2.13, 6.1.26, 5.15.109, 5.10.179, 5.4.242, 4.19.282, and 4.14.314 LTS kernels are now available for download at https://kernel.org

#OpenSource #Linuxkernel

kernellogger, to linux
@kernellogger@fosstodon.org avatar
kernellogger, to linux
@kernellogger@fosstodon.org avatar

There comes a day in the life of every #Linux #kernel regression tracker where they run into a report about a regression[1] apparently directly caused by a change @torvalds insisted on[2].

And then they will wonder: what to do now? 😟 🥴

[1] https://bugzilla.kernel.org/show_bug.cgi?id=217364
[2] https://git.kernel.org/torvalds/c/05e96e96a31 #LinuxKernel

kernellogger, to linux
@kernellogger@fosstodon.org avatar

~10 hours after #Linux #kernel 6.3 was tagged in git[1] it's now available as signed tarball on kernel.org, too.

For a short overview on what's new, checkout https://lwn.net/Articles/929851/; for a more detailed view, follow its links to the LWN merge-window summaries.

[1] https://fosstodon.org/@kernellogger/110249815252619424 / https://lore.kernel.org/lkml/CAHk-=wg02PoScxDO0wwD5EkFpx50DF1c2TxXqyAnzGjdFf71jw@mail.gmail.com/ #LinuxKernel

linuxgamingcentral, to linux
9to5linux, to linux
@9to5linux@floss.social avatar
kernellogger, to linux
@kernellogger@fosstodon.org avatar

The "wake-on-lan is broken" regression from #Linux #kernel 6.2 is now finally squashed, too.

@torvalds had enough and reverted the culprit himself:

https://git.kernel.org/torvalds/c/8e41e0a575664d26bb87e012c39435c4c3914ed9
https://lore.kernel.org/all/CAHk-%3DwgD98pmSK3ZyHk_d9kZ2bhgN6DuNZMAJaV0WTtbkf%3DRDw@mail.gmail.com/
https://bugzilla.kernel.org/show_bug.cgi?id=217069

Known-broken commits either

 (a) get a timely fix […]

or

 (b) get reverted

Not this kind of "this is broken, has been known to be broken for a long time, people have bisected it, and we're just sitting here wondering what to do".  
``` #LinuxKernel
kernellogger, to linux
@kernellogger@fosstodon.org avatar

Another website[1] with a #Linux #kernel syscall table:

https://syscalls.mebeim.net/ #LinuxKernel

[1] I until now had only known the one from @hrw, which supports more archs, but provides less details: https://marcin.juszkiewicz.com.pl/download/tables/syscalls.html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • tacticalgear
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • lostlight
  • All magazines