Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tsn-setup-scripts
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
tsn-setup-scripts
Commits
243742a5
Commit
243742a5
authored
Aug 24, 2020
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kernel patch to unset XPS
parent
15943b17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
patches/0001-Unset-CONFIG_XPS-by-default.patch
patches/0001-Unset-CONFIG_XPS-by-default.patch
+25
-0
No files found.
patches/0001-Unset-CONFIG_XPS-by-default.patch
0 → 100644
View file @
243742a5
From f6271d911853275d069e587506a4d4d5420e4e00 Mon Sep 17 00:00:00 2001
From: Johan <johan.huge@nexedi.com>
Date: Fri, 31 Jul 2020 15:51:46 +0200
Subject: [PATCH] Unset CONFIG_XPS by default
---
net/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/Kconfig b/net/Kconfig
index e50847d7730a..d122bbcb6fad 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -259,7 +259,7 @@
config RFS_ACCEL
config XPS
bool
depends on SMP
- default y
+ default n
config HWBM
bool
--
2.20.1
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