Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Александр Демичев
tools
Commits
86a772fe
Commit
86a772fe
authored
3 years ago
by
Franco Fichtner
Browse files
Options
Downloads
Patches
Plain Diff
build/kernel: annotate issue with integrity check around kldxref use
parent
a09721df
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/kernel.sh
+6
-0
6 additions, 0 deletions
build/kernel.sh
with
6 additions
and
0 deletions
build/kernel.sh
+
6
−
0
View file @
86a772fe
...
...
@@ -107,5 +107,11 @@ if [ -n "$(test -f ${DEBUG_OBJ} && tar -tf ${DEBUG_OBJ})" ]; then
fi
setup_version
${
STAGEDIR
}
${
STAGEDIR
}
/work
${
SELF
}
# XXX There is an issue with kldxref being used from the host system
# instead of the one bundled with the build: it creates a different
# linker.hints file so building stable/13 on releng/13.0 really bundles
# the wrong linker.hints file which gets added to integrity check and
# and then fails integrity after being installed in the actual stable/13
# system due to kldxref use.
generate_set
${
STAGEDIR
}
/work
${
KERNELSET
}
generate_signature
${
KERNELSET
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment