Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
accel-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
staging
rpms
accel-config
Commits
0346778f
Commit
0346778f
authored
2 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import accel-config-3.4.6.3-1.el8
parent
bc19b998
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.accel-config.metadata
+1
-1
1 addition, 1 deletion
.accel-config.metadata
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
SOURCES/0001-testing-vercheck.patch
+8
-8
8 additions, 8 deletions
SOURCES/0001-testing-vercheck.patch
SPECS/accel-config.spec
+7
-4
7 additions, 4 deletions
SPECS/accel-config.spec
with
17 additions
and
14 deletions
.accel-config.metadata
+
1
−
1
View file @
0346778f
123eb9366ba96580e4795e47f0742551d50cbf53
SOURCES/accel-config-v3.4.
2
.tar.gz
21e70c79f2e53c5cdbc941390f14b020f286a36d
SOURCES/accel-config-v3.4.
6.3
.tar.gz
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
1
View file @
0346778f
SOURCES/accel-config-v3.4.
2
.tar.gz
SOURCES/accel-config-v3.4.
6.3
.tar.gz
This diff is collapsed.
Click to expand it.
SOURCES/0001-testing-vercheck.patch
+
8
−
8
View file @
0346778f
diff -ur idxd-config-accel-config-v3.4.2/test/dsa_user_test_runner.sh idxd-config-accel-config-v3.4.2-new/test/dsa_user_test_runner.sh
--- idxd-config-accel-config-v3.4.2/test/dsa_user_test_runner.sh 202
1
-0
9
-2
8
16:
0
3:
05
.000000000 -0700
+++ idxd-config-accel-config-v3.4.2-new/test/dsa_user_test_runner.sh 202
1-10-13 08:26:34.098233734
-0700
diff -ur idxd-config-accel-config-v3.4.
6.
2/test/dsa_user_test_runner.sh idxd-config-accel-config-v3.4.
6.
2-new/test/dsa_user_test_runner.sh
--- idxd-config-accel-config-v3.4.
6.
2/test/dsa_user_test_runner.sh 202
2
-0
3
-2
2
16:
1
3:
44
.000000000 -0700
+++ idxd-config-accel-config-v3.4.
6.
2-new/test/dsa_user_test_runner.sh 202
2-04-04 22:36:15.080120329
-0700
@@ -14,7 +14,7 @@
[ ! -f "$DSATEST" ] && echo "fail: $LINENO" && exit 1
...
...
@@ -10,12 +10,12 @@ diff -ur idxd-config-accel-config-v3.4.2/test/dsa_user_test_runner.sh idxd-confi
# skip if no pasid support as dsa_test does not support operation w/o pasid yet.
[ ! -f "/sys/bus/dsa/devices/$DSA/pasid_enabled" ] && echo "No SVM support" && exit "$EXIT_SKIP"
diff -ur idxd-config-accel-config-v3.4.2/test/libaccfg.c idxd-config-accel-config-v3.4.2-new/test/libaccfg.c
--- idxd-config-accel-config-v3.4.2/test/libaccfg.c 2021-09-28 16:03:05.000000000 -0700
+++ idxd-config-accel-config-v3.4.2-new/test/libaccfg.c 2021-10-13 08:27:08.099387351 -0700
@@ -1003,7 +1003,7 @@
struct kmod_module *mod, *mdev_mod;
diff -ur idxd-config-accel-config-v3.4.6.2/test/libaccfg.c idxd-config-accel-config-v3.4.6.2-new/test/libaccfg.c
--- idxd-config-accel-config-v3.4.6.2/test/libaccfg.c 2022-03-22 16:13:44.000000000 -0700
+++ idxd-config-accel-config-v3.4.6.2-new/test/libaccfg.c 2022-04-04 22:36:26.861224525 -0700
@@ -966,7 +966,7 @@
struct accfg_device *device;
struct log_ctx log_ctx;
- if (!accfg_test_attempt(test, KERNEL_VERSION(5, 6, 0)))
+ if (!accfg_test_attempt(test, KERNEL_VERSION(4, 18, 0)))
...
...
This diff is collapsed.
Click to expand it.
SPECS/accel-config.spec
+
7
−
4
View file @
0346778f
%global project_name idxd-config
Name: accel-config
Version: 3.4.
2
Version: 3.4.
6.3
Release: 1%{?dist}
Summary: Configure accelerator subsystem devices
# The entire source code is under GPLv2 except for accel-config
...
...
@@ -11,8 +11,6 @@ License: GPLv2 and LGPLv2+ and MIT and CC0
URL: https://github.com/intel/%{project_name}
Source0: %{URL}/archive/%{name}-v%{version}.tar.gz
Patch0: 0001-testing-vercheck.patch
Patch1: 0001-accel-config-clean-up-double-frees-in-add_group.patch
Patch2: 0003-accel-config-remove-redundant-assignment-in-umwait.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: gcc
...
...
@@ -85,6 +83,7 @@ make check
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_sysconfdir}/%{name}/%{name}.conf.sample
%{_datadir}/%{name}/contrib/*
%files libs
%doc README.md
...
...
@@ -101,9 +100,13 @@ make check
%files test
%license Documentation/COPYING LICENSE_GPL_2_0
#%doc test/README.md
%{_datadir}/
accel-config
/test/*
%{_datadir}/
%{name}
/test/*
%changelog
* Sun Apr 03 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.6.3-1
- Rebase to 3.4.6.3 release.
resolves: rhbz#2040076
* Thu Sep 09 2021 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.2-1
- Rebase to 3.4.2 and add test subpackage.
resolves: rhbz#1971910
...
...
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