Skip to main content

Questions tagged [linux-kernel]

Questions about Linux kernel and Linux kernel related topics eg. implementation details such as system calls, kernel customization, etc. For Linux user space topics which do not involve kernel details, [linux] or distribution tag are more suitable.

0 votes
0 answers
6 views

I have an external I2C device that signals when data is ready using a pin. I want my Linux SBC to trigger I2C transfer routine after GPIO interrupt triggers. How would this be done within kernel space?...
FourierFlux's user avatar
6 votes
1 answer
894 views

For those who don't know, UBSAN is Undefined Behavior Address Sanitizer, and it places a whole bunch of checks in a compiled piece of code to detect mistakes, such as out-of-bounds access and various ...
Zebrafish's user avatar
  • 163
0 votes
0 answers
28 views

I’m encountering a recurring kernel memory error while running heavy PyTorch training workloads . The system eventually becomes unstable, training stops, SSH disconnects, and the machine needs a ...
김동연's user avatar
1 vote
2 answers
58 views

I have a linux-box. My hdd is nvme, hence boot is fast. I need to analyze each line of after grub. Can I pass a kernel parameter to capture my boot lines?
PersianGulf's user avatar
  • 11.3k
1 vote
0 answers
30 views

OSTEP says Note that CFS utilizes a periodic timer interrupt, which means it can only make decisions at fixed time intervals. This interrupt goes off frequently (e.g., every 1 ms), giving CFS a chance ...
Zack Light's user avatar
1 vote
0 answers
41 views

The goal is to create a mirror (aka raid1) device from two devices (to be mirrored), and (if needed) a third device that serves as the dirty region log / metadata / whatever. That, without using LVM ...
Elisa K. K.'s user avatar
1 vote
1 answer
65 views

I have a cloud VM running linux-yocto 6.17 and a few daemon processes--postfix, dovecot, rspamd, nginx, sshd, fail2ban and redis. Ever since upgrading from 6.11 to 6.17, I've noticed that /proc/sys/fs/...
amateurece's user avatar
0 votes
1 answer
49 views

I would like to find out why my power button press isn't handled correctly. I've set power manager in XFCE4 to 'ask' me, but all that happens is I'm getting logged out of my session. I have contacted ...
polynomial_donut's user avatar
2 votes
1 answer
34 views

The Issue I am reading this systemd documentation I have the following files: /usr/lib/systemd/network/80-wired.network [Match] eth0 [Network] Address=192.168.3.40/22 Gateway=192.168.0.1 /usr/lib/...
Troyseph's user avatar
  • 133
0 votes
0 answers
19 views

I'm troubleshooting /boot usage differences between Oracle Linux 8 systems that use different UEK kernel streams. On some hosts, the initramfs images are gzip-compressed, while others produce ...
chriscrutt's user avatar
1 vote
1 answer
394 views

I know the Linux kernel has a key retention service even though I haven't used it myself. I'm constructing a system where anybody with root cannot check the keys in that service that were registered ...
Gwangmu Lee's user avatar
0 votes
0 answers
28 views

I am experiencing a problem when booting Linux on the Verdin Dahlia Carrier Board, where the boot log only goes up to: ################################################################# ###########...
Rivan Firdausa's user avatar
1 vote
1 answer
38 views

I tried to upgrade my alpine linux kernel version from linux-lts to linux-stable because support for a device I am installing was added in a newer kernel version. I changed the apk repositories from ...
RRKS101_1 TF2's user avatar
1 vote
1 answer
59 views

Why does there appear to be a discrepancy between a process stack address within /proc/PID/maps compared to the stack start address within /proc/PID/stat, where the latter is a smaller subset of the ...
genericuser99's user avatar
0 votes
1 answer
108 views

Hardware / OS: Laptop: Lenovo Legion 7 16IAX10 BIOS: RXCN23WW (from sudo dmidecode -s bios-version) CPU: Intel(R) Core™ Ultra 9 275HX (from lscpu) Distro + kernel: EndeavourOS / Linux 6.17.2-arch1-1 ...
alex tim's user avatar

15 30 50 per page
1
2 3 4 5
250