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

Conversation

donald
Copy link
Collaborator

@donald donald commented Aug 14, 2019

Disable KASLR so that we can analyze crash dumps with gdb.

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 14, 2019

  1. Typo in version number: 1.19.57 → 4.19.57
  2. Could you please enable DYNAMIC_DEBUG (linux: Select DYNAMIC_DEBUG at next build #1190)?

Create bee file with

    cp linux-4.19.57-282.bee linux-4.19.57-286.bee
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.
Enable DYNAMIC_DEBUG.

Resolves #1190.
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
@pmenzel pmenzel merged commit a2d91e8 into master Aug 14, 2019
@pmenzel pmenzel deleted the rebuild-linux-4.19.57 branch December 19, 2019 12:53
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants