Skip to main content

Questions tagged [kernel]

Everything about Unix kernels: development, configuration, compilation, design, etc.

Filter by
Sorted by
Tagged with
1 vote
0 answers
24 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
0 votes
0 answers
50 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
1 vote
1 answer
44 views

I just had to order a new battery which died after just one year of usage. Apart from the cost, this is a bit environmentally wasteful - waste of lithium and rare earths. So now I have learned that ...
cardamom's user avatar
  • 704
0 votes
1 answer
53 views

This kernel is identical to Linux official kernel but they remove all proprietary binary firmware and there is not possibility to load it, this mean more safety and more os. https://linux-libre.fsfla....
elbarna's user avatar
  • 14.3k
2 votes
1 answer
73 views

I've a problem with kernel versions starting from version 6.16. it was working in kernel 6.15. In kernel 6.15, when I put my laptop to sleep and resume from it, the Wi-Fi does not resume. So I am no ...
cacamailg's user avatar
  • 215
5 votes
1 answer
342 views

Here's an example /proc/crypto entry: name : md5 driver : md5-generic module : kernel priority : 0 refcnt : 1 selftest : passed internal : no type : shash ...
asizo's user avatar
  • 61
0 votes
1 answer
61 views

I start to cross-compile a kernel for an old ppc64 machine using a fast amd64 machine. I have installed all deps apt -y install bash-completion make build-essential linux-source bc kmod cpio flex ...
elbarna's user avatar
  • 14.3k
0 votes
0 answers
60 views

According to ps(1), ps doesn't support fd. even I didn't find fd in task_struct of kernel. How can I find fd of a program? َUPDATE: FD means File Descriptor. When I get query from services such as : ...
PersianGulf's user avatar
  • 11.3k
1 vote
0 answers
30 views

So I am working on a debugger for linux s390x system and have the whole disassembler etc set up for reading the ELF file. For debugger I just run it on the process with base address from the process ...
well-mannered-goat's user avatar
0 votes
0 answers
95 views

I want to test and debug linux kernel internals within the bluetooth stack, i.e. /net/bluetooth. I have a (rather minimal) kernel, manually built, with debug symbols, and a busybox at the moment, ...
nox's user avatar
  • 161
0 votes
1 answer
83 views

I have some questions regarding the hid-generic and implementing my own driver. Below is the hid-generic source code. hid-generic.c source code My questions are: How does the hid-generic driver ...
Wen's user avatar
  • 43
2 votes
1 answer
192 views

Some basic info of my machine: # uname -a Linux iZ2zeirtviyt9b8s96ery2Z 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux # ip addr 1: lo: &...
linrl3's user avatar
  • 51
0 votes
1 answer
119 views

EDIT 1 - Following instructions from : https://github.com/on-prem/tinycore-kernel EDIT 2 - after trying make os, it fails giving an Error 2 compiler error. i know that it has something to do with the ...
kernel1111111's user avatar
0 votes
2 answers
97 views

I think I have found a bug in btrfs, but I am not sure. At least the following script, very likely, can demonstrate it. This script creates an 1TB big file in /tmp/btt, formats it as a btrfs and ...
peterh's user avatar
  • 10.5k
1 vote
1 answer
1k views

I have noticed a strange behaviour on some RHEL 9 servers: GRUB does not boot on the latest kernel, despite the fact that it is supposed to do so automatically whenever a new kernel is installed, and ...
dr_'s user avatar
  • 32.4k
1 vote
0 answers
102 views

I am compiling my own monolithic kernel for my Lenovo laptop. I am using the CONFIG_EXTRA_FIRMWARE= to specify which firmware files should be build into my kernel staticlly. with my older laptops, it ...
Martin Vegter's user avatar
0 votes
1 answer
167 views

I've been using Debian 12 for the last couple of years and decided to give Ubuntu 24.04 a chance, first thing I noticed is that the boot animation starts at the very beginning of the boot up sequence ...
user avatar
0 votes
0 answers
61 views

As a way to better understand Linux kernel structures, interacting with and pulling information from these (and also getting more experience coding in C), I've been building simple kernel modules to ...
genericuser99's user avatar
0 votes
1 answer
526 views

I am on Ubuntu 22.04 LTS, and I have a Western Digital WD Black 500Gb NVME2 ssd. The laptop is a Dell E5495. I installed a fresh Ubuntu (previously was Windows 11), but I continuosly get the following ...
Antonio Petricca's user avatar
0 votes
1 answer
143 views

When memory is allocated via kmalloc (i.e., slab cache allocation like slab_alloc_node), it returns a virtual memory address. Presumably, when accessing this virtual address, the corresponding PTE (...
Doodu's user avatar
  • 3
0 votes
2 answers
52 views

I am trying to recompiling my kernel. I did a small change in drivers/media/usb/uvc/uvc_driver.c and put a pr_info() only to see in dmesg if its working. I changed the .config file too in ...
Luiz Otávio Teixeira Mello's user avatar
0 votes
1 answer
67 views

I have an external kernel module and a Makefile. I was using Kbuild but decided to go with a straight Makefile and make. I have my headers installed, build-essential and kmod installed, and I am ...
Mala Dies's user avatar
0 votes
0 answers
31 views

I am compiling a custom linux kernel for a compute cluster. The cluster is currently running on kernel version 4.4.47 since last 5 years. I need to upgrade the kernel to a more recent version. I've ...
Sâu's user avatar
  • 101
0 votes
0 answers
57 views

i am using passing a script as init= for kernel boot. I use this script to setup overlayfs using two partitions on an mmc device. This works fine. I use root=/dev/mmcblk0p1 as the root. at boot, i ...
RookieBeotch's user avatar
0 votes
0 answers
75 views

On the IRQ affinity tuning subject. I've realized that some IRQs cannot be reassigned to other cores. I've read[1] that those are called "managed IRQs". On the Linux Foundation wiki, I've ...
locnnil's user avatar

1
2 3 4 5
73