Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de034181c95b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe5a295a229c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 24, 2019

  1. Copy the full SHA
    97cc421 View commit details

Commits on Sep 25, 2019

  1. Merge pull request #69378 from ivan/kernel-sched-debug

    kernel/common-config: enable SCHED_DEBUG
    globin authored Sep 25, 2019
    Copy the full SHA
    fe5a295 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/os-specific/linux/kernel/common-config.nix
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ let
CRASH_DUMP = option no;
# Easier debugging of NFS issues.
SUNRPC_DEBUG = yes;
# Provide access to tunables like sched_migration_cost_ns
SCHED_DEBUG = yes;
};

power-management = {