Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/757'
Browse files Browse the repository at this point in the history
* origin/pr/757:
  Enable full kernel preemption
  • Loading branch information
marmarek committed Sep 10, 2023
2 parents ad92161 + 8bba326 commit b2bba9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ CONFIG_INTEL_PMC_CORE=m

# CONFIG_XEN_VIRTIO is not set

## Without kernel preemption, long-running operations in the dom0 kernel (such
## as dm-thin metadata lookups or dm-crypt encryption and decryption) can make
## the entire system less responsive. It is easy to trigger this with e.g.
## a parallel kernel build.
CONFIG_PREEMPT=y

################################################################################
## TODO: from diff to old config

Expand Down

0 comments on commit b2bba9e

Please sign in to comment.