Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/dma-buf

2021-01-26 Thread Lyude Paul
Reviewed-by: Lyude Paul 

On Tue, 2021-01-26 at 11:18 +, cki-git...@redhat.com wrote:
> From: Patrick Talbert on gitlab.com
> https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457#note_494070167
> 
> Hey Lyude,
> 
> I have updated the MR with your requested change. Please review!
> 
> All commits in this MR will be squashed upon merge.
> 
> Thank you,
> 
> Patrick
> 

-- 
Sincerely,
   Lyude Paul (she/her)
   Software Engineer at Red Hat
   
Note: I deal with a lot of emails and have a lot of bugs on my plate. If you've
asked me a question, are waiting for a review/merge on a patch, etc. and I
haven't responded in a while, please feel free to send me another email to check
on my status. I don't bite!
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] Bluetooth: L2CAP: Try harder to accept device not knowing options

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/872#note_494204051

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] Bluetooth: L2CAP: Try harder to accept device not knowing options

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/872#note_494204147

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/247008376 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCH] Bluetooth: L2CAP: Try harder to accept device not knowing options

2021-01-26 Thread Bastien Nocera (via Email Bridge)
From: Bastien Nocera 

Bluetooth: L2CAP: Try harder to accept device not knowing options

The current implementation of L2CAP options negotiation will continue
the negotiation when a device responds with L2CAP_CONF_UNACCEPT ("unaccepted
options"), but not when the device replies with L2CAP_CONF_UNKNOWN ("unknown
options").

Trying to continue the negotiation without ERTM support will allow
Bluetooth-capable XBox One controllers (notably models 1708 and 1797)
to connect.

btmon before patch:
> ACL Data RX: Handle 256 flags 0x02 dlen 16#64 
> [hci0] 59.182702
  L2CAP: Connection Response (0x03) ident 2 len 8
Destination CID: 64
Source CID: 64
Result: Connection successful (0x)
Status: No further information available (0x)
< ACL Data TX: Handle 256 flags 0x00 dlen 23#65 
[hci0] 59.182744
  L2CAP: Configure Request (0x04) ident 3 len 15
Destination CID: 64
Flags: 0x
Option: Retransmission and Flow Control (0x04) [mandatory]
  Mode: Basic (0x00)
  TX window size: 0
  Max transmit: 0
  Retransmission timeout: 0
  Monitor timeout: 0
  Maximum PDU size: 0
> ACL Data RX: Handle 256 flags 0x02 dlen 16#66 
> [hci0] 59.183948
  L2CAP: Configure Request (0x04) ident 1 len 8
Destination CID: 64
Flags: 0x
Option: Maximum Transmission Unit (0x01) [mandatory]
  MTU: 1480
< ACL Data TX: Handle 256 flags 0x00 dlen 18#67 
[hci0] 59.183994
  L2CAP: Configure Response (0x05) ident 1 len 10
Source CID: 64
Flags: 0x
Result: Success (0x)
Option: Maximum Transmission Unit (0x01) [mandatory]
  MTU: 1480
> ACL Data RX: Handle 256 flags 0x02 dlen 15#69 
> [hci0] 59.187676
  L2CAP: Configure Response (0x05) ident 3 len 7
Source CID: 64
Flags: 0x
Result: Failure - unknown options (0x0003)
04   .
< ACL Data TX: Handle 256 flags 0x00 dlen 12#70 
[hci0] 59.187722
  L2CAP: Disconnection Request (0x06) ident 4 len 4
Destination CID: 64
Source CID: 64
> ACL Data RX: Handle 256 flags 0x02 dlen 12#73 
> [hci0] 59.192714
  L2CAP: Disconnection Response (0x07) ident 4 len 4
Destination CID: 64
Source CID: 64

btmon after patch:
> ACL Data RX: Handle 256 flags 0x02 dlen 16  #248 
> [hci0] 103.502970
  L2CAP: Connection Response (0x03) ident 5 len 8
Destination CID: 65
Source CID: 65
Result: Connection pending (0x0001)
Status: No further information available (0x)
> ACL Data RX: Handle 256 flags 0x02 dlen 16  #249 
> [hci0] 103.504184
  L2CAP: Connection Response (0x03) ident 5 len 8
Destination CID: 65
Source CID: 65
Result: Connection successful (0x)
Status: No further information available (0x)
< ACL Data TX: Handle 256 flags 0x00 dlen 23  #250 
[hci0] 103.504398
  L2CAP: Configure Request (0x04) ident 6 len 15
Destination CID: 65
Flags: 0x
Option: Retransmission and Flow Control (0x04) [mandatory]
  Mode: Basic (0x00)
  TX window size: 0
  Max transmit: 0
  Retransmission timeout: 0
  Monitor timeout: 0
  Maximum PDU size: 0
> ACL Data RX: Handle 256 flags 0x02 dlen 16  #251 
> [hci0] 103.505472
  L2CAP: Configure Request (0x04) ident 3 len 8
Destination CID: 65
Flags: 0x
Option: Maximum Transmission Unit (0x01) [mandatory]
  MTU: 1480
< ACL Data TX: Handle 256 flags 0x00 dlen 18  #252 
[hci0] 103.505689
  L2CAP: Configure Response (0x05) ident 3 len 10
Source CID: 65
Flags: 0x
Result: Success (0x)
Option: Maximum Transmission Unit (0x01) [mandatory]
  MTU: 1480
> ACL Data RX: Handle 256 flags 0x02 dlen 15  #254 
> [hci0] 103.509165
  L2CAP: Configure Response (0x05) ident 6 len 7
Source CID: 65
Flags: 0x
Result: Failure - unknown options (0x0003)
04   .
< ACL Data TX: Handle 256 flags 0x00 dlen 12  #255 
[hci0] 103.509426
  L2CAP: Configure Request (0x04) ident 7 len 4
Destination CID: 65
Flags: 0x
< ACL Data TX: Handle 256 flags 0x00 dlen 12  #257 
[hci0] 103.511870
  L2CAP: Connection Request (0x02) ident 8 len 4
PSM: 1 (0x0001)
Source CID: 66
> ACL Data RX: Handle 256 flags 0x02 dlen 14  #259 
> [hci0] 103.514121
  L2CAP: 

Re: [OS-BUILD PATCHv3] New configs in lib/Kconfig.debug

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/580#note_494193235

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/247001538 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in lib/Kconfig.debug

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/580#note_494193196

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3] New configs in lib/Kconfig.debug

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Fedora Kernel Team 

New configs in lib/Kconfig.debug

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DEBUG_FS_ALLOW_ALL:

 No restrictions apply. Both API and filesystem registration
 is on. This is the normal default operation.

 Symbol: DEBUG_FS_ALLOW_ALL [=y]
 Type  : bool
 Defined at lib/Kconfig.debug:500
   Prompt: Access normal
   Depends on: 
   Location:
 -> Kernel hacking
   -> Generic Kernel Debugging Instruments
 -> Debug Filesystem (DEBUG_FS [=y])
   -> Debugfs default access ( [=y])

Cc: Prarit Bhargava 

diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL 
b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL
@@ -0,0 +1 @@
+CONFIG_DEBUG_FS_ALLOW_ALL=y
diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE 
b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE
@@ -0,0 +1 @@
+# CONFIG_DEBUG_FS_ALLOW_NONE is not set
diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT 
b/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT
@@ -0,0 +1 @@
+# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL 
b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL
--- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_DEBUG_FS_ALLOW_ALL:
-# 
-# No restrictions apply. Both API and filesystem registration
-# is on. This is the normal default operation.
-# 
-# Symbol: DEBUG_FS_ALLOW_ALL [=y]
-# Type  : bool
-# Defined at lib/Kconfig.debug:500
-#   Prompt: Access normal
-#   Depends on: 
-#   Location:
-# -> Kernel hacking
-#   -> Generic Kernel Debugging Instruments
-# -> Debug Filesystem (DEBUG_FS [=y])
-#   -> Debugfs default access ( [=y])
-# 
-# 
-# 
-CONFIG_DEBUG_FS_ALLOW_ALL=y
diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE 
b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE
--- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_DEBUG_FS_ALLOW_NONE:
-# 
-# Access is off. Clients get -PERM when trying to create nodes in
-# debugfs tree and debugfs is not registered as a filesystem.
-# Client can then back-off or continue without debugfs access.
-# 
-# Symbol: DEBUG_FS_ALLOW_NONE [=n]
-# Type  : bool
-# Defined at lib/Kconfig.debug:513
-#   Prompt: No access
-#   Depends on: 
-#   Location:
-# -> Kernel hacking
-#   -> Generic Kernel Debugging Instruments
-# -> Debug Filesystem (DEBUG_FS [=y])
-#   -> Debugfs default access ( [=y])
-# 
-# 
-# 
-# CONFIG_DEBUG_FS_ALLOW_NONE is not set
diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT 
b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT
--- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_DEBUG_FS_DISALLOW_MOUNT:
-# 
-# The API is open but filesystem is not loaded. Clients can still do
-# their work and read with debug tools that do not need
-# debugfs filesystem.
-# 
-# Symbol: DEBUG_FS_DISALLOW_MOUNT [=n]
-# Type  : bool
-# Defined at lib/Kconfig.debug:506
-#   Prompt: Do not register debugfs as filesystem
-#   Depends on: 
-#   Location:
-# -> Kernel hacking
-#   -> Generic Kernel Debugging Instruments
-# -> Debug Filesystem (DEBUG_FS [=y])
-#   -> Debugfs default access ( [=y])
-# 
-# 
-# 
-# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/580
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv4 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462#note_494191298

Hey Prarit,

I've updated the MR to reflect your input.

Note I also enabled CONFIG_KEY_NOTIFICATIONS as it must be set now that
CONFIG_WATCH_QUEUE is enabled. Let me know if we'd rather
CONFIG_KEY_NOTIFICATIONS be off.

Thank you,

Patrick
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv4 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462#note_494169661

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/246988591 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv4 2/2] Update CONFIG_WATCH_QUEUE

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Patrick Talbert 

Update CONFIG_WATCH_QUEUE

diff a/redhat/configs/common/generic/CONFIG_KEY_NOTIFICATIONS 
b/redhat/configs/common/generic/CONFIG_KEY_NOTIFICATIONS
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KEY_NOTIFICATIONS
@@ -0,0 +1 @@
+CONFIG_KEY_NOTIFICATIONS=y
diff a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
--- a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
+++ b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
@@ -1 +1 @@
-# CONFIG_WATCH_QUEUE is not set
+CONFIG_WATCH_QUEUE=y
diff a/redhat/configs/fedora/generic/CONFIG_KEY_NOTIFICATIONS 
b/redhat/configs/fedora/generic/CONFIG_KEY_NOTIFICATIONS
--- a/redhat/configs/fedora/generic/CONFIG_KEY_NOTIFICATIONS
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_KEY_NOTIFICATIONS:
-# 
-# This option provides support for getting change notifications on keys
-# and keyrings on which the caller has View permission.  This makes use
-# of the /dev/watch_queue misc device to handle the notification
-# buffer and provides KEYCTL_WATCH_KEY to enable/disable watches.
-# 
-# Symbol: KEY_NOTIFICATIONS [=n]
-# Type  : bool
-# Defined at security/keys/Kconfig:118
-#   Prompt: Provide key/keyring change notifications
-#   Depends on: KEYS [=y] && WATCH_QUEUE [=y]
-#   Location:
-# -> Security options
-#   -> Enable access key retention support (KEYS [=y])
-# 
-# 
-# 
-CONFIG_KEY_NOTIFICATIONS=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv4 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Jeremy Cline on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_WATCH_QUEUE:

 This is a general notification queue for the kernel to pass events to
 userspace by splicing them into pipes.  It can be used in conjunction
 with watches for key/keyring change notifications and device
 notifications.

 See Documentation/watch_queue.rst

 Symbol: WATCH_QUEUE [=n]
 Type  : bool
 Defined at init/Kconfig:370
   Prompt: General notification queue
   Location:
 -> General setup

---

Cc: Prarit Bhargava 
Signed-off-by: Fedora Kernel Team 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv4 1/2] New configs in init/Kconfig

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Fedora Kernel Team 

New configs in init/Kconfig

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_WATCH_QUEUE:

 This is a general notification queue for the kernel to pass events to
 userspace by splicing them into pipes.  It can be used in conjunction
 with watches for key/keyring change notifications and device
 notifications.

 See Documentation/watch_queue.rst

 Symbol: WATCH_QUEUE [=n]
 Type  : bool
 Defined at init/Kconfig:370
   Prompt: General notification queue
   Location:
 -> General setup

Cc: Prarit Bhargava 

diff a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
@@ -0,0 +1 @@
+# CONFIG_WATCH_QUEUE is not set
diff a/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE
--- a/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_WATCH_QUEUE:
-# 
-# 
-# This is a general notification queue for the kernel to pass events to
-# userspace by splicing them into pipes.  It can be used in conjunction
-# with watches for key/keyring change notifications and device
-# notifications.
-# 
-# See Documentation/watch_queue.rst
-# 
-# Symbol: WATCH_QUEUE [=n]
-# Type  : bool
-# Defined at init/Kconfig:370
-#   Prompt: General notification queue
-#   Location:
-# -> General setup
-# 
-# 
-# 
-# CONFIG_WATCH_QUEUE is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: CKI Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494163330

ACK/NACK Summary: NACKed - NACKed by Prarit Bhargava
★. Code owners are marked with a ★.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: Brian Masney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494163266

request-ack-nack-evaluation
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/pinctrl

2021-01-26 Thread cki-gitlab
From: CKI Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/573#note_494156776

Acked-by: David Arcari 
(via approve button)
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] New configs in arch/powerpc

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/249#note_494149659

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_PMU_SYSFS
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] [redhat] New configs in fs/Kconfig

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/579#note_494147891

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_TMPFS_INODE64
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] New configs in arch/powerpc

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/278#note_494145361

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_COMPAT
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462#note_494144502

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/246972903 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462#note_494144386

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 2/2] Update CONFIG_WATCH_QUEUE

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Patrick Talbert 

Update CONFIG_WATCH_QUEUE
diff a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
--- a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
+++ b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
@@ -1 +1 @@
-# CONFIG_WATCH_QUEUE is not set
+CONFIG_WATCH_QUEUE=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 1/2] New configs in init/Kconfig

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Fedora Kernel Team 

New configs in init/Kconfig

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_WATCH_QUEUE:

 This is a general notification queue for the kernel to pass events to
 userspace by splicing them into pipes.  It can be used in conjunction
 with watches for key/keyring change notifications and device
 notifications.

 See Documentation/watch_queue.rst

 Symbol: WATCH_QUEUE [=n]
 Type  : bool
 Defined at init/Kconfig:370
   Prompt: General notification queue
   Location:
 -> General setup

Cc: Prarit Bhargava 

diff a/redhat/configs/common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_WATCH_QUEUE
@@ -0,0 +1 @@
+# CONFIG_WATCH_QUEUE is not set
diff a/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE 
b/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE
--- a/redhat/configs/pending-common/generic/CONFIG_WATCH_QUEUE
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_WATCH_QUEUE:
-# 
-# 
-# This is a general notification queue for the kernel to pass events to
-# userspace by splicing them into pipes.  It can be used in conjunction
-# with watches for key/keyring change notifications and device
-# notifications.
-# 
-# See Documentation/watch_queue.rst
-# 
-# Symbol: WATCH_QUEUE [=n]
-# Type  : bool
-# Defined at init/Kconfig:370
-#   Prompt: General notification queue
-#   Location:
-# -> General setup
-# 
-# 
-# 
-# CONFIG_WATCH_QUEUE is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 0/2] [redhat] New configs in init/Kconfig

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Jeremy Cline on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/462

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_WATCH_QUEUE:

 This is a general notification queue for the kernel to pass events to
 userspace by splicing them into pipes.  It can be used in conjunction
 with watches for key/keyring change notifications and device
 notifications.

 See Documentation/watch_queue.rst

 Symbol: WATCH_QUEUE [=n]
 Type  : bool
 Defined at init/Kconfig:370
   Prompt: General notification queue
   Location:
 -> General setup

---

Cc: Prarit Bhargava 
Signed-off-by: Fedora Kernel Team 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: CKI Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494127397

ACK/NACK Summary: NACKed - NACKed by Prarit Bhargava
★. Code owners are marked with a ★.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in mm/Kconfig

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/406#note_494121321

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_ZSMALLOC_PGTABLE_MAPPING
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/422#note_494120429

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_ICST
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/pinctrl

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/573#note_494105146

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_PINCTRL_EMMITSBURG
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in net/bluetooth

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/412#note_494102632

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_BT_MSFTEXT
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread Prarit Bhargava


On 1/26/21 6:54 AM, Justin Forbes (via Email Bridge) wrote:
> From: Justin M. Forbes 
>
> New configs in drivers/clk
>
> Hi,
>
> As part of the ongoing rebase effort, the following configuration
> options need to be reviewed.
>
> As a reminder, the ARK configuration flow involves moving unreviewed
> configuration options from the pending directory to the ark directory.
> In the diff below, options are removed from the pending directory and
> added to the ark hierarchy. The final options that need to be ACKed
> are the files that are being added to the ark hierarchy.
>
> If the value for a file that is added should be changed, please reply
> with a better option.
>
>  CONFIG_COMMON_CLK:
>
>  The common clock framework is a single definition of struct
>  clk, useful across many platforms, as well as an
>  implementation of the clock API in include/linux/clk.h.
>  Architectures utilizing the common struct clk should select
>  this option.
>
>  Symbol: COMMON_CLK [=n]
>  Type  : bool
>  Defined at drivers/clk/Kconfig:25
>Prompt: Common Clock Framework
>Depends on: !HAVE_LEGACY_CLK [=n]
>Location:
>  -> Device Drivers
>  Selects: HAVE_CLK_PREPARE [=n] && CLKDEV_LOOKUP [=n] && SRCU [=y] && RATIONAL
[=n]
>  Selected by [n]:
>- MFD_INTEL_LPSS [=n] && HAS_IOMEM [=y]
>- INTEL_ATOMISP [=n] && STAGING [=n] && STAGING_MEDIA [=n] && MEDIA_SUPPORT
[=n] && X86 && EFI && PCI [=y] && ACPI
>- PMC_ATOM [=n] && X86 && PCI [=y]
>
> Cc: Mark Salter 
>

Acked-by: Prarit Bhargava 

P.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] New configs in arch/arm64

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/408#note_494101367

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_KVM_ARM_PMU
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in drivers/net/phy

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/410#note_494099294

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_BCM54140_PHY
CONFIG_MDIO_IPQ4019
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494096756

Hey Prarit,

I pushed an update to the MR to set this.

Thank you,

Patrick
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494096338

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/246943239 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448#note_494096309

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3] New configs in drivers/clk

2021-01-26 Thread Justin Forbes (via Email Bridge)
From: Justin M. Forbes 

New configs in drivers/clk

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_COMMON_CLK:

 The common clock framework is a single definition of struct
 clk, useful across many platforms, as well as an
 implementation of the clock API in include/linux/clk.h.
 Architectures utilizing the common struct clk should select
 this option.

 Symbol: COMMON_CLK [=n]
 Type  : bool
 Defined at drivers/clk/Kconfig:25
   Prompt: Common Clock Framework
   Depends on: !HAVE_LEGACY_CLK [=n]
   Location:
 -> Device Drivers
 Selects: HAVE_CLK_PREPARE [=n] && CLKDEV_LOOKUP [=n] && SRCU [=y] && RATIONAL 
[=n]
 Selected by [n]:
   - MFD_INTEL_LPSS [=n] && HAS_IOMEM [=y]
   - INTEL_ATOMISP [=n] && STAGING [=n] && STAGING_MEDIA [=n] && MEDIA_SUPPORT 
[=n] && X86 && EFI && PCI [=y] && ACPI
   - PMC_ATOM [=n] && X86 && PCI [=y]

Cc: Mark Salter 

diff a/redhat/configs/common/generic/CONFIG_COMMON_CLK 
b/redhat/configs/common/generic/CONFIG_COMMON_CLK
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_COMMON_CLK
@@ -0,0 +1 @@
+CONFIG_COMMON_CLK=y
diff a/redhat/configs/pending-common/generic/CONFIG_COMMON_CLK 
b/redhat/configs/pending-common/generic/CONFIG_COMMON_CLK
--- a/redhat/configs/pending-common/generic/CONFIG_COMMON_CLK
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_COMMON_CLK:
-# 
-# The common clock framework is a single definition of struct
-# clk, useful across many platforms, as well as an
-# implementation of the clock API in include/linux/clk.h.
-# Architectures utilizing the common struct clk should select
-# this option.
-# 
-# Symbol: COMMON_CLK [=n]
-# Type  : bool
-# Defined at drivers/clk/Kconfig:25
-#   Prompt: Common Clock Framework
-#   Depends on: !HAVE_LEGACY_CLK [=n]
-#   Location:
-# -> Device Drivers
-# Selects: HAVE_CLK_PREPARE [=n] && CLKDEV_LOOKUP [=n] && SRCU [=y] && 
RATIONAL [=n]
-# Selected by [n]:
-#   - MFD_INTEL_LPSS [=n] && HAS_IOMEM [=y]
-#   - INTEL_ATOMISP [=n] && STAGING [=n] && STAGING_MEDIA [=n] && 
MEDIA_SUPPORT [=n] && X86 && EFI && PCI [=y] && ACPI
-#   - PMC_ATOM [=n] && X86 && PCI [=y]
-# 
-# 
-# 
-CONFIG_COMMON_CLK=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/448
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in fs/pstore

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/397#note_494072629

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_PSTORE_BLK
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/dma-buf

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457#note_494070167

Hey Lyude,

I have updated the MR with your requested change. Please review!

All commits in this MR will be squashed upon merge.

Thank you,

Patrick
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/dma-buf

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457#note_494069037

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/246926836 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/dma-buf

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457#note_494068990

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 2/2] Update CONFIG_DMABUF_HEAPS_SYSTEM

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Patrick Talbert 

Update CONFIG_DMABUF_HEAPS_SYSTEM
diff a/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM 
b/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
--- a/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
+++ b/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
@@ -1 +1 @@
-# CONFIG_DMABUF_HEAPS_SYSTEM is not set
+CONFIG_DMABUF_HEAPS_SYSTEM=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 1/2] New configs in drivers/dma-buf

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Fedora Kernel Team 

New configs in drivers/dma-buf

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DMABUF_HEAPS_SYSTEM:

 Choose this option to enable the system dmabuf heap. The system heap
 is backed by pages from the buddy allocator. If in doubt, say Y.

 Symbol: DMABUF_HEAPS_SYSTEM [=n]
 Type  : bool
 Defined at drivers/dma-buf/heaps/Kconfig:1
   Prompt: DMA-BUF System Heap
   Depends on: DMABUF_HEAPS [=y]
   Location:
 -> Device Drivers
   -> DMABUF options
 -> DMA-BUF Userland Memory Heaps (DMABUF_HEAPS [=y])

Cc: Lyude Paul 

diff a/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM 
b/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
@@ -0,0 +1 @@
+# CONFIG_DMABUF_HEAPS_SYSTEM is not set
diff a/redhat/configs/pending-common/generic/CONFIG_DMABUF_HEAPS_SYSTEM 
b/redhat/configs/pending-common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
--- a/redhat/configs/pending-common/generic/CONFIG_DMABUF_HEAPS_SYSTEM
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_DMABUF_HEAPS_SYSTEM:
-# 
-# Choose this option to enable the system dmabuf heap. The system heap
-# is backed by pages from the buddy allocator. If in doubt, say Y.
-# 
-# Symbol: DMABUF_HEAPS_SYSTEM [=n]
-# Type  : bool
-# Defined at drivers/dma-buf/heaps/Kconfig:1
-#   Prompt: DMA-BUF System Heap
-#   Depends on: DMABUF_HEAPS [=y]
-#   Location:
-# -> Device Drivers
-#   -> DMABUF options
-# -> DMA-BUF Userland Memory Heaps (DMABUF_HEAPS [=y])
-# 
-# 
-# 
-# CONFIG_DMABUF_HEAPS_SYSTEM is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/dma-buf

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Jeremy Cline on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/457

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DMABUF_HEAPS_SYSTEM:

 Choose this option to enable the system dmabuf heap. The system heap
 is backed by pages from the buddy allocator. If in doubt, say Y.

 Symbol: DMABUF_HEAPS_SYSTEM [=n]
 Type  : bool
 Defined at drivers/dma-buf/heaps/Kconfig:1
   Prompt: DMA-BUF System Heap
   Depends on: DMABUF_HEAPS [=y]
   Location:
 -> Device Drivers
   -> DMABUF options
 -> DMA-BUF Userland Memory Heaps (DMABUF_HEAPS [=y])

---

Signed-off-by: Fedora Kernel Team 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in drivers/input

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/453#note_494064934

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_INPUT_IQS269A
CONFIG_TOUCHSCREEN_CY8CTMA140
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv3 0/2] [redhat] New configs in drivers/spi

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/396#note_494060446

This merge request has not been updated in over 90 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_SPI_AMD
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] New configs in arch/powerpc

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/615#note_494058282

This merge request has not been updated in over 30 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_PPC_PROT_SAO_LPAR
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCH] Remove deprecated Intel MIC config options

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/829#note_494056146

@jmflinuxtx are you okay with this?
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2] [redhat] New configs in security/keys

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/464#note_494054687

This merge request has not been updated in over 30 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_KEY_NOTIFICATIONS
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv2 0/2] [redhat] New configs in drivers/gpu

2021-01-26 Thread cki-gitlab
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/563#note_494046866

This merge request has not been updated in over 15 days.
Please review this MR's current changes regarding the following
configuration option(s):

CONFIG_DRM_AMD_DC_DCN3_0
CONFIG_NOUVEAU_DEBUG_PUSH
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv5 0/2] [redhat] New configs in lib/Kconfig.debug

2021-01-26 Thread cki-gitlab
From: CKI Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425#note_493960327

ACK/NACK Summary: NeedsReview - Requires at least 1 ACK(s) from someone
in the set jstan...@redhat.com★, rvrbo...@redhat.com★,
her...@redhat.com★, jle...@redhat.com★, acari...@redhat.com★,
dvlas...@redhat.com★, dzic...@redhat.com★, bmas...@redhat.com★,
willi...@redhat.com★, pra...@redhat.com★, jfor...@fedoraproject.org★,
lgonc...@redhat.com★, fhrb...@redhat.com★, bme...@redhat.com★,
aqu...@redhat.com★, ptalb...@redhat.com★, t...@redhat.com★. Code owners
are marked with a ★.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv5 0/2] [redhat] New configs in lib/Kconfig.debug

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425#note_493958502

Testing pipeline status:
Basic testing pipeline:

  https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-
runs/external-pipelines/-/pipelines/246870139 - created
:hourglass_flowing_sand:
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


Re: [OS-BUILD PATCHv5 0/2] [redhat] New configs in lib/Kconfig.debug

2021-01-26 Thread cki-gitlab
From: CKI Admin Bot on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425#note_493958434

Hi! This is the friendly CKI test bot.

It appears that you are not a member of redhat/red-hat-ci-
tools/kernel/cki-runs/trusted-pipelines. This means that the CI
pipeline on your MR will fail. As getting testing is important, I'll be
responsible for testing your changes. After every MR change, I'll start
a
small testing pipeline and link it here so you can follow the results.
I'll
also create and link a pipeline for hardware testing that the reviewers
can
start to get extra test coverage.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv5 2/2] Update CONFIG_DEBUG_VM_PGTABLE

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Patrick Talbert 

Update CONFIG_DEBUG_VM_PGTABLE

diff a/redhat/configs/common/debug/CONFIG_DEBUG_VM_PGTABLE 
b/redhat/configs/common/debug/CONFIG_DEBUG_VM_PGTABLE
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_DEBUG_VM_PGTABLE
@@ -0,0 +1 @@
+CONFIG_DEBUG_VM_PGTABLE=y
diff a/redhat/configs/fedora/debug/CONFIG_DEBUG_VM_PGTABLE 
b/redhat/configs/fedora/debug/CONFIG_DEBUG_VM_PGTABLE
--- a/redhat/configs/fedora/debug/CONFIG_DEBUG_VM_PGTABLE
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_DEBUG_VM_PGTABLE:
-# 
-# This option provides a debug method which can be used to test
-# architecture page table helper functions on various platforms in
-# verifying if they comply with expected generic MM semantics. This
-# will help architecture code in making sure that any changes or
-# new additions of these helpers still conform to expected
-# semantics of the generic MM. Platforms will have to opt in for
-# this through ARCH_HAS_DEBUG_VM_PGTABLE.
-# 
-# If unsure, say N.
-# 
-# Symbol: DEBUG_VM_PGTABLE [=y]
-# Type  : bool
-# Defined at lib/Kconfig.debug:702
-#   Prompt: Debug arch page table for semantics compliance
-#   Depends on: MMU [=y] && ARCH_HAS_DEBUG_VM_PGTABLE [=y]
-#   Location:
-# -> Kernel hacking
-#   -> Memory Debugging
-# 
-# 
-# 
-CONFIG_DEBUG_VM_PGTABLE=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv5 1/2] New configs in lib/Kconfig.debug

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Fedora Kernel Team 

New configs in lib/Kconfig.debug

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DEBUG_VM_PGTABLE:

 This option provides a debug method which can be used to test
 architecture page table helper functions on various platforms in
 verifying if they comply with expected generic MM semantics. This
 will help architecture code in making sure that any changes or
 new additions of these helpers still conform to expected
 semantics of the generic MM. Platforms will have to opt in for
 this through ARCH_HAS_DEBUG_VM_PGTABLE.

 If unsure, say N.

 Symbol: DEBUG_VM_PGTABLE [=n]
 Type  : bool
 Defined at lib/Kconfig.debug:702
   Prompt: Debug arch page table for semantics compliance
   Depends on: MMU [=y] && ARCH_HAS_DEBUG_VM_PGTABLE [=y]
   Location:
 -> Kernel hacking
   -> Memory Debugging

Cc: Prarit Bhargava 

diff a/redhat/configs/common/generic/CONFIG_DEBUG_VM_PGTABLE 
b/redhat/configs/common/generic/CONFIG_DEBUG_VM_PGTABLE
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_VM_PGTABLE
@@ -0,0 +1 @@
+# CONFIG_DEBUG_VM_PGTABLE is not set
diff a/redhat/configs/common/generic/CONFIG_TEST_BITOPS 
b/redhat/configs/common/generic/CONFIG_TEST_BITOPS
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_TEST_BITOPS
@@ -0,0 +1 @@
+# CONFIG_TEST_BITOPS is not set
diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_VM_PGTABLE 
b/redhat/configs/pending-common/generic/CONFIG_DEBUG_VM_PGTABLE
--- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_VM_PGTABLE
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_DEBUG_VM_PGTABLE:
-# 
-# This option provides a debug method which can be used to test
-# architecture page table helper functions on various platforms in
-# verifying if they comply with expected generic MM semantics. This
-# will help architecture code in making sure that any changes or
-# new additions of these helpers still conform to expected
-# semantics of the generic MM. Platforms will have to opt in for
-# this through ARCH_HAS_DEBUG_VM_PGTABLE.
-# 
-# If unsure, say N.
-# 
-# Symbol: DEBUG_VM_PGTABLE [=n]
-# Type  : bool
-# Defined at lib/Kconfig.debug:702
-#   Prompt: Debug arch page table for semantics compliance
-#   Depends on: MMU [=y] && ARCH_HAS_DEBUG_VM_PGTABLE [=y]
-#   Location:
-# -> Kernel hacking
-#   -> Memory Debugging
-# 
-# 
-# 
-# CONFIG_DEBUG_VM_PGTABLE is not set
diff a/redhat/configs/pending-common/generic/CONFIG_TEST_BITOPS 
b/redhat/configs/pending-common/generic/CONFIG_TEST_BITOPS
--- a/redhat/configs/pending-common/generic/CONFIG_TEST_BITOPS
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_TEST_BITOPS:
-# 
-# This builds the "test_bitops" module that is much like the
-# TEST_LKM module except that it does a basic exercise of the
-# clear_bit and set_bit macros to make sure there are no compiler
-# warnings from C=1 sparse checker or -Wextra compilations. It has
-# no dependencies and doesn't run or load unless explicitly requested
-# by name.  for example: modprobe test_bitops.
-# 
-# If unsure, say N.
-# 
-# Symbol: TEST_BITOPS [=n]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:2025
-#   Prompt: Test module for compilation of clear_bit/set_bit operations
-#   Depends on: RUNTIME_TESTING_MENU [=y] && m && MODULES [=y]
-#   Location:
-# -> Kernel hacking
-#   -> Kernel Testing and Coverage
-# -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-# 
-# 
-# 
-# CONFIG_TEST_BITOPS is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org


[OS-BUILD PATCHv5 0/2] [redhat] New configs in lib/Kconfig.debug

2021-01-26 Thread Jeremy Cline (via Email Bridge)
From: Jeremy Cline on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/425

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DEBUG_VM_PGTABLE:

 This option provides a debug method which can be used to test
 architecture page table helper functions on various platforms in
 verifying if they comply with expected generic MM semantics. This
 will help architecture code in making sure that any changes or
 new additions of these helpers still conform to expected
 semantics of the generic MM. Platforms will have to opt in for
 this through ARCH_HAS_DEBUG_VM_PGTABLE.

 If unsure, say N.

 Symbol: DEBUG_VM_PGTABLE [=n]
 Type  : bool
 Defined at lib/Kconfig.debug:702
   Prompt: Debug arch page table for semantics compliance
   Depends on: MMU [=y] && ARCH_HAS_DEBUG_VM_PGTABLE [=y]
   Location:
 -> Kernel hacking
   -> Memory Debugging

---

 CONFIG_TEST_BITOPS:

 This builds the "test_bitops" module that is much like the
 TEST_LKM module except that it does a basic exercise of the
 clear_bit and set_bit macros to make sure there are no compiler
 warnings from C=1 sparse checker or -Wextra compilations. It has
 no dependencies and doesn't run or load unless explicitly requested
 by name.  for example: modprobe test_bitops.

 If unsure, say N.

 Symbol: TEST_BITOPS [=n]
 Type  : tristate
 Defined at lib/Kconfig.debug:2025
   Prompt: Test module for compilation of clear_bit/set_bit operations
   Depends on: RUNTIME_TESTING_MENU [=y] && m && MODULES [=y]
   Location:
 -> Kernel hacking
   -> Kernel Testing and Coverage
 -> Runtime Testing (RUNTIME_TESTING_MENU [=y])

---

Signed-off-by: Fedora Kernel Team 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org