Skip to content

Rebuild linux 4.19.57 #1198

Merged
merged 4 commits into from
Aug 14, 2019
Merged

Rebuild linux 4.19.57 #1198

merged 4 commits into from
Aug 14, 2019

Commits on Aug 14, 2019

  1. linux: Rebuild version 4.19.57

    Create bee file with
    
        cp linux-4.19.57-282.bee linux-4.19.57-286.bee
    donald committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    36a17b9 View commit details
    Browse the repository at this point in the history
  2. linux-4.19.57: Disable CONFIG_RANDOMIZE_BASE

    We figured out, that analyzing /proc/kcore (current kernel) and /proc/vmcore
    with gdb doesn't work at all with CONFIG_RANDOMIZE_BASE (KASLR , Kernel Address
    Space Layout Randomization) set.
    
    CONFIG_RANDOMIZE_BASE was defaulted on when we made the kernel
    relocatable.
    
    Disable CONFIG_RANDOMIZE_BASE.
    donald committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    b3f98e4 View commit details
    Browse the repository at this point in the history
  3. linux-4.19.57: Add CONFIG_DYNAMIC_DEBUG

    Enable DYNAMIC_DEBUG.
    
    Resolves #1190.
    donald committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    fbf3db0 View commit details
    Browse the repository at this point in the history
  4. nvidia_linux: Build 418.56 for Linux 4.19.57-286

    Create bee file with
    
      cp nvidia_linux-4.19.57-282-418.56-0.bee nvidia_linux-4.19.57-286-418.56-0.bee
    donald committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    17d2a51 View commit details
    Browse the repository at this point in the history