norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.5K
active users

#kernel

25 posts23 participants4 posts today

I've got a patchset that makes coredump install a pidfd for the coredumping task into the file descriptor of the process that is exec'd as a usermode helper during a pipe-based coredump. For example, systemd-coredump could set:

|/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %F

and %F will make the kernel install a pidfd as file descriptor number 3 for the coredumping task.

Barebones, untested, no commit messages yet:

web.git.kernel.org/pub/scm/lin

Useful?

web.git.kernel.orgMaking sure you're not a bot!

So small update on #linux on #arm chromebooks: the kernel installation process involves writing binary images as a partition instead of putting the #kernel files on a /boot partition.
To get the currently running kernel config I used "modprobe configs" and you get a compressed config under /proc/config.gz,
I copied and extracted the file to compile with mainline/gentoo kernel sources.
I added the drivers via "make menuconfig" and compiled the kernel.
Reminder that usually this is a monolithic kernel without initrd, so the drivers needed to boot the system are not compiled as a module.
Thanks to hexdump0815 for the documentation:
github.com/hexdump0815/linux-m

running linux mainline on arm chromebooks - for example: samsung xe303c12 and xe503c12 (snow and peach), acer c100, c101 and c201 (veyron speedy, minnie etc. and gru bob and kevin), medion s2013 an...
GitHubGitHub - hexdump0815/linux-mainline-on-arm-chromebooks: running linux mainline on arm chromebooks - for example: samsung xe303c12 and xe503c12 (snow and peach), acer c100, c101 and c201 (veyron speedy, minnie etc. and gru bob and kevin), medion s2013 and s2015 (veyron jaq, mighty etc.), acer cb5 311 (nyan big), lenovo n23, acer r13 (oak elm and hana), lenovo duet (kukui krane) and most probably many many more over time ...running linux mainline on arm chromebooks - for example: samsung xe303c12 and xe503c12 (snow and peach), acer c100, c101 and c201 (veyron speedy, minnie etc. and gru bob and kevin), medion s2013 an...
Continued thread

2/ There is now a video, too:

'"In this candid interview, #LinusTorvalds discusses #Git's unexpected journey from a #Linux #kernel management tool to the foundation of modern software development. Learn about the technical decisions, community contributions, and evolving philosophy behind the version control system that powers millions of projects."'

youtube.com/watch?v=sCr_gb8rdE

Out of curiosity:

Does anyone know how to check when #Linux distributions with #LinuxKernel live patching services (like RHEL, SLE, or Ubuntu) rolled out live patches for certain CVEs?

Asking, as I noticed that CISA recently added two known exploited #kernel vulnerabilities to its catalog[1] which upstream fixed more than three months ago[2, 3]. And that made me wonder when live patches for those went out.

[1] cisa.gov/news-events/alerts/20

[2] lore.kernel.org/linux-cve-anno

[3] lore.kernel.org/linux-cve-anno

Weird bug with #KDE: I updated my system (#Arch btw) and now I am in the situation that my internal (but #removable) #keyboard works just fine in bios settings, to enter my LUKS password and in VTs, but as soon as I reach KDE it stops working. Also the mouse (part of the removable keyboard) stops working there, but works fine in BIOS. What do I do now? It worked fine 90min ago and I only upgraded chromium, firefox, fwupd and the #kernel. Tried downgrading the kernel but with no luck. What now?

MPTCP changes for Linux 6.15 have just been added to our ChangeLog section:

v6.15: Single subflow optimisation + prepare PM extension

- Optimise MPTCP performance in single subflow mode by ~29%.
- Expose TCP ULP diagnostic info (MPTCP subflows) to non-admin users.
- PM: a lot of cleanups and preparation work (e.g. new pm_kernel.c file) to allow future extensions
- PM: net.mptcp.path_manager (and net.mptcp.available_path_managers) Sysctl knob deprecates net.mptcp.pm_type
- Misc small optimisations and code coverage

https://github.com/multipath-tcp/mptcp_net-next/wiki#changelog

#MPTCP #Linux #kernel
Development version of the Upstream MultiPath TCP Linux kernel 🐧 - multipath-tcp/mptcp_net-next
GitHubHomeDevelopment version of the Upstream MultiPath TCP Linux kernel 🐧 - multipath-tcp/mptcp_net-next