Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fedora-kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Pratham Patel
fedora-kernel
Commits
bd43ec61
Unverified
Commit
bd43ec61
authored
2 months ago
by
Justin M. Forbes
Browse files
Options
Downloads
Patches
Plain Diff
Fix up a mistake from the merge
Signed-off-by:
Justin M. Forbes
<
jforbes@fedoraproject.org
>
parent
39f6da9e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch-6.14-redhat.patch
+30
-0
30 additions, 0 deletions
patch-6.14-redhat.patch
with
30 additions
and
0 deletions
patch-6.14-redhat.patch
+
30
−
0
View file @
bd43ec61
...
...
@@ -4824,3 +4824,33 @@ index 39df4451455b..d1e98513a15b 100644
/**
* security_bdev_alloc() - Allocate a block device LSM blob
* @bdev: block device
From f5d07781f06dafc7108274ddf996e39f6de4e062 Mon Sep 17 00:00:00 2001
From: Scott Weaver <scweaver@redhat.com>
Date: Wed, 22 Jan 2025 13:25:18 -0500
Subject: [PATCH] redhat: fix modules.order target
It appears that the patch 2007f4e00d6da ('redhat: workaround CKI cross
compilation for scripts') didn't get applied as intended in the rebase
following the release of v6.13.
Signed-off-by: Scott Weaver <scweaver@redhat.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dc1c9f4dc64d1..1824120db668b 100644
--- a/Makefile
+++ b/Makefile
@@ -1957,7 +1957,7 @@
prepare_after_cross:
PHONY += prepare_after_cross scripts_build
-$(MODORDER): $(build-dir)
+modules.order: $(build-dir)
@:
# KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
--
GitLab
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