From: Waiman Long <[email protected]>

redhat/configs: Update LOCKDEP configs

CS9 has the following rt-debug LOCKDEP configs that are not in
kernel-ark yet.

  rhel/rt-debug/CONFIG_LOCKDEP_BITS:CONFIG_LOCKDEP_BITS=18
  rhel/rt-debug/CONFIG_LOCKDEP_CHAINS_BITS:CONFIG_LOCKDEP_CHAINS_BITS=20
  
rhel/rt-debug/CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS:CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=13

They are the results of RHEL-49554. Copy these RT debug specific options
over to match CS9.

In addition, add the following LOCKDEP config to address RHEL-59009.

  rhel/debug/CONFIG_LOCKDEP_STACK_TRACE_BITS:CONFIG_LOCKDEP_STACK_TRACE_BITS=20

Signed-off-by: Waiman Long <[email protected]>

diff --git a/redhat/configs/rhel/debug/CONFIG_LOCKDEP_STACK_TRACE_BITS 
b/redhat/configs/rhel/debug/CONFIG_LOCKDEP_STACK_TRACE_BITS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/debug/CONFIG_LOCKDEP_STACK_TRACE_BITS
@@ -0,0 +1 @@
+CONFIG_LOCKDEP_STACK_TRACE_BITS=20
diff --git a/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_BITS 
b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_BITS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_BITS
@@ -0,0 +1 @@
+CONFIG_LOCKDEP_BITS=18
diff --git a/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CHAINS_BITS 
b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CHAINS_BITS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CHAINS_BITS
@@ -0,0 +1 @@
+CONFIG_LOCKDEP_CHAINS_BITS=20
diff --git a/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS 
b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/debug/CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS
@@ -0,0 +1 @@
+CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=13

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3363

-- 
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to