About 194,000 results
Open links in new tab
  1. What is a tainted Linux kernel? - Unix & Linux Stack Exchange

    A tainted kernel is one that is in an unsupported state because it cannot be guaranteed to function correctly. Most kernel developers will ignore bug reports involving tainted kernels, and community …

  2. How to determine which module taints the kernel?

    and [root@Eiger ~]# cat /proc/sys/kernel/tainted 4096 I've not been able to find documentation for what the 4096 bitmask means, but the G flag means that an external GPL module is loaded into the …

  3. kworker/u16:4+flush-252:4 slows down the system, is it a ... - linux

    Dec 3, 2024 · If I restore a tar archive or do any other bulky filesystem operation I observe kworker running at close to 100% CPU utilization and operations which was done in 10-15 minutes takes a …

  4. lsmod outputs: Not tainted - Unix & Linux Stack Exchange

    A running instance of the Linux kernel becomes “tainted” when something dodgy happens. The kernel boots in non-tainted state, and becomes tainted if one such dodgy thing happens. The full list of …

  5. Random system freeze, vmware tainted modules - Unix & Linux Stack …

    May 9, 2016 · Keep getting system freezes, no keyboard or mouse response, only reboot works. Problem Reporting reports error: A kernel problem occurred, but your kernel has been tainted …

  6. Fixing a tainted statement in EXIM - Unix & Linux Stack Exchange

    Jun 28, 2023 · I'm trying to understand and fix at least one tainted statement within exim and I don't understand how it is supposed to be quoted. The line I believe is causing the grief is: domainlist …

  7. How can I un-taint my DKIM config after exim upgrade?

    Sep 10, 2021 · Debian upgrade to exim4 4.94 brings new headache: tainted variables. I have several virtual domains handled by my exim and hence I use variable expansion to obtain DKIM domain, …

  8. Unable to Get Kernel Crash Dump on Kernel Panic

    Oct 4, 2021 · The serial console freezes with standard kernel panic stacktrace. One of the logs specific to Kdump is: [14645.1099571] CPU: 2 PID: 20518 Comm: tee Kdump: loaded Not tainted 4.19.35 …

  9. switch_root from initramfs is failing - Unix & Linux Stack Exchange

    May 30, 2020 · We found the solution. Basically, for testing purpose, we were executing our exec switch_root from a /bin/bash opened at the end of the init script. The problem is that switch_root …

  10. Understanding the reasoning behind an OOM invokation

    May 7, 2024 · The java process that ended up being killed had PID 20639 whereas the output under the line that mentions VM Thread is CPU: 11 PID: 20646 Comm: VM Thread Not tainted 4.19.0-25 …