Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
28b590f4
Commit
28b590f4
authored
Sep 07, 2020
by
Borislav Petkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge 'x86/kaslr' to pick up dependent bits
Signed-off-by:
Borislav Petkov
<
bp@suse.de
>
parents
f4d51dff
76167e5c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
135 deletions
+107
-135
arch/x86/boot/compressed/kaslr.c
arch/x86/boot/compressed/kaslr.c
+105
-133
arch/x86/boot/compressed/misc.h
arch/x86/boot/compressed/misc.h
+2
-2
No files found.
arch/x86/boot/compressed/kaslr.c
View file @
28b590f4
This diff is collapsed.
Click to expand it.
arch/x86/boot/compressed/misc.h
View file @
28b590f4
...
...
@@ -70,8 +70,8 @@ int cmdline_find_option(const char *option, char *buffer, int bufsize);
int
cmdline_find_option_bool
(
const
char
*
option
);
struct
mem_vector
{
u
nsigned
long
long
start
;
u
nsigned
long
long
size
;
u
64
start
;
u
64
size
;
};
#if CONFIG_RANDOMIZE_BASE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment