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 PATCHv2] New configs in fs/pstore

2020-09-30 Thread Eric Sandeen
On 9/30/20 8:48 AM, Eric Sandeen wrote:
> On 9/30/20 8:42 AM, GitLab Bridge on behalf of jeremycline wrote:
>> From: "CKI@GitLab" 
>>
>> 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_PSTORE_BLK:
> 
> We have a request from a partner to enable this, so I think this should
> be Y.
> 
> -Eric

Actually I take that back, sorry, I guess it's not yet ready for the
requested purpose.  So keeping this N for now is fine.

-Eric
___
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

2020-09-30 Thread Eric Sandeen
On 9/30/20 8:42 AM, GitLab Bridge on behalf of jeremycline wrote:
> From: "CKI@GitLab" 
> 
> 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_PSTORE_BLK:

We have a request from a partner to enable this, so I think this should
be Y.

-Eric

>  This enables panic and oops message to be logged to a block dev
>  where it can be read back at some later point.
> 
>  For more information, see Documentation/admin-guide/pstore-blk.rst
> 
>  If unsure, say N.
> 
>  Symbol: PSTORE_BLK [=n]
>  Type  : tristate
>  Defined at fs/pstore/Kconfig:164
>Prompt: Log panic/oops to a block device
>Depends on: MISC_FILESYSTEMS [=y] && PSTORE [=y] && BLOCK [=y]
>Location:
>  -> File systems
>-> Miscellaneous filesystems (MISC_FILESYSTEMS [=y])
>  -> Persistent store support (PSTORE [=y])
>  Selects: PSTORE_ZONE [=n]
> 
> Cc: Lenny Szubowicz 
> Cc: Al Stone 
> ---
>  .../configs/common/generic/CONFIG_PSTORE_BLK  |  1 +
>  .../pending-common/generic/CONFIG_PSTORE_BLK  | 23 ---
>  2 files changed, 1 insertion(+), 23 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_PSTORE_BLK
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK
> 
> diff --git a/redhat/configs/common/generic/CONFIG_PSTORE_BLK 
> b/redhat/configs/common/generic/CONFIG_PSTORE_BLK
> new file mode 100644
> index ..c227a05adc7f
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_PSTORE_BLK
> @@ -0,0 +1 @@
> +# CONFIG_PSTORE_BLK is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK 
> b/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK
> deleted file mode 100644
> index 640fb3b3ad69..
> --- a/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -# CONFIG_PSTORE_BLK:
> -# 
> -# This enables panic and oops message to be logged to a block dev
> -# where it can be read back at some later point.
> -# 
> -# For more information, see Documentation/admin-guide/pstore-blk.rst
> -# 
> -# If unsure, say N.
> -# 
> -# Symbol: PSTORE_BLK [=n]
> -# Type  : tristate
> -# Defined at fs/pstore/Kconfig:164
> -#   Prompt: Log panic/oops to a block device
> -#   Depends on: MISC_FILESYSTEMS [=y] && PSTORE [=y] && BLOCK [=y]
> -#   Location:
> -# -> File systems
> -#   -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y])
> -# -> Persistent store support (PSTORE [=y])
> -# Selects: PSTORE_ZONE [=n]
> -# 
> -# 
> -# 
> -# CONFIG_PSTORE_BLK is not set
> 
___
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 PATCHv2] New configs in fs/pstore

2020-09-30 Thread GitLab Bridge on behalf of jeremycline
From: "CKI@GitLab" 

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_PSTORE_BLK:

 This enables panic and oops message to be logged to a block dev
 where it can be read back at some later point.

 For more information, see Documentation/admin-guide/pstore-blk.rst

 If unsure, say N.

 Symbol: PSTORE_BLK [=n]
 Type  : tristate
 Defined at fs/pstore/Kconfig:164
   Prompt: Log panic/oops to a block device
   Depends on: MISC_FILESYSTEMS [=y] && PSTORE [=y] && BLOCK [=y]
   Location:
 -> File systems
   -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y])
 -> Persistent store support (PSTORE [=y])
 Selects: PSTORE_ZONE [=n]

Cc: Lenny Szubowicz 
Cc: Al Stone 
---
 .../configs/common/generic/CONFIG_PSTORE_BLK  |  1 +
 .../pending-common/generic/CONFIG_PSTORE_BLK  | 23 ---
 2 files changed, 1 insertion(+), 23 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_PSTORE_BLK
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK

diff --git a/redhat/configs/common/generic/CONFIG_PSTORE_BLK 
b/redhat/configs/common/generic/CONFIG_PSTORE_BLK
new file mode 100644
index ..c227a05adc7f
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PSTORE_BLK
@@ -0,0 +1 @@
+# CONFIG_PSTORE_BLK is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK 
b/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK
deleted file mode 100644
index 640fb3b3ad69..
--- a/redhat/configs/pending-common/generic/CONFIG_PSTORE_BLK
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_PSTORE_BLK:
-# 
-# This enables panic and oops message to be logged to a block dev
-# where it can be read back at some later point.
-# 
-# For more information, see Documentation/admin-guide/pstore-blk.rst
-# 
-# If unsure, say N.
-# 
-# Symbol: PSTORE_BLK [=n]
-# Type  : tristate
-# Defined at fs/pstore/Kconfig:164
-#   Prompt: Log panic/oops to a block device
-#   Depends on: MISC_FILESYSTEMS [=y] && PSTORE [=y] && BLOCK [=y]
-#   Location:
-# -> File systems
-#   -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y])
-# -> Persistent store support (PSTORE [=y])
-# Selects: PSTORE_ZONE [=n]
-# 
-# 
-# 
-# CONFIG_PSTORE_BLK is not set
-- 
GitLab
___
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