All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent
@ 2022-03-01 14:46 SeongJae Park
  2022-03-18  8:46 ` sj
  0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2022-03-01 14:46 UTC (permalink / raw)
  To: roger.pau, jgross; +Cc: mheyne, xen-devel, linux-kernel, SeongJae Park

SeongJae is currently listed as a contact point for some blk{back,front}
features, but he will not work for XEN for a while.  This commit
therefore updates the contact point to his colleague, Maximilian, who is
understanding the context and actively working with the features now.

Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Maximilian Heyne <mheyne@amazon.de>
---
 Documentation/ABI/testing/sysfs-driver-xen-blkback  | 4 ++--
 Documentation/ABI/testing/sysfs-driver-xen-blkfront | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-driver-xen-blkback b/Documentation/ABI/testing/sysfs-driver-xen-blkback
index a74dfe52dd76..7faf719af165 100644
--- a/Documentation/ABI/testing/sysfs-driver-xen-blkback
+++ b/Documentation/ABI/testing/sysfs-driver-xen-blkback
@@ -29,7 +29,7 @@ Description:
 What:           /sys/module/xen_blkback/parameters/buffer_squeeze_duration_ms
 Date:           December 2019
 KernelVersion:  5.6
-Contact:        SeongJae Park <sj@kernel.org>
+Contact:        Maximilian Heyne <mheyne@amazon.de>
 Description:
                 When memory pressure is reported to blkback this option
                 controls the duration in milliseconds that blkback will not
@@ -39,7 +39,7 @@ Description:
 What:           /sys/module/xen_blkback/parameters/feature_persistent
 Date:           September 2020
 KernelVersion:  5.10
-Contact:        SeongJae Park <sj@kernel.org>
+Contact:        Maximilian Heyne <mheyne@amazon.de>
 Description:
                 Whether to enable the persistent grants feature or not.  Note
                 that this option only takes effect on newly created backends.
diff --git a/Documentation/ABI/testing/sysfs-driver-xen-blkfront b/Documentation/ABI/testing/sysfs-driver-xen-blkfront
index 61fd173fabfe..7f646c58832e 100644
--- a/Documentation/ABI/testing/sysfs-driver-xen-blkfront
+++ b/Documentation/ABI/testing/sysfs-driver-xen-blkfront
@@ -12,7 +12,7 @@ Description:
 What:           /sys/module/xen_blkfront/parameters/feature_persistent
 Date:           September 2020
 KernelVersion:  5.10
-Contact:        SeongJae Park <sj@kernel.org>
+Contact:        Maximilian Heyne <mheyne@amazon.de>
 Description:
                 Whether to enable the persistent grants feature or not.  Note
                 that this option only takes effect on newly created frontends.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent
  2022-03-01 14:46 [PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent SeongJae Park
@ 2022-03-18  8:46 ` sj
  2022-03-18  8:49   ` Roger Pau Monné
  0 siblings, 1 reply; 3+ messages in thread
From: sj @ 2022-03-18  8:46 UTC (permalink / raw)
  To: SeongJae Park; +Cc: roger.pau, jgross, mheyne, xen-devel, linux-kernel

Hi Roger and Juergen,


May I ask your opinions to this patch, please?


Thanks,
SJ

On Tue, 1 Mar 2022 14:46:28 +0000 SeongJae Park <sj@kernel.org> wrote:

> SeongJae is currently listed as a contact point for some blk{back,front}
> features, but he will not work for XEN for a while.  This commit
> therefore updates the contact point to his colleague, Maximilian, who is
> understanding the context and actively working with the features now.
> 
> Signed-off-by: SeongJae Park <sj@kernel.org>
> Signed-off-by: Maximilian Heyne <mheyne@amazon.de>
> ---
>  Documentation/ABI/testing/sysfs-driver-xen-blkback  | 4 ++--
>  Documentation/ABI/testing/sysfs-driver-xen-blkfront | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-driver-xen-blkback b/Documentation/ABI/testing/sysfs-driver-xen-blkback
> index a74dfe52dd76..7faf719af165 100644
> --- a/Documentation/ABI/testing/sysfs-driver-xen-blkback
> +++ b/Documentation/ABI/testing/sysfs-driver-xen-blkback
> @@ -29,7 +29,7 @@ Description:
>  What:           /sys/module/xen_blkback/parameters/buffer_squeeze_duration_ms
>  Date:           December 2019
>  KernelVersion:  5.6
> -Contact:        SeongJae Park <sj@kernel.org>
> +Contact:        Maximilian Heyne <mheyne@amazon.de>
>  Description:
>                  When memory pressure is reported to blkback this option
>                  controls the duration in milliseconds that blkback will not
> @@ -39,7 +39,7 @@ Description:
>  What:           /sys/module/xen_blkback/parameters/feature_persistent
>  Date:           September 2020
>  KernelVersion:  5.10
> -Contact:        SeongJae Park <sj@kernel.org>
> +Contact:        Maximilian Heyne <mheyne@amazon.de>
>  Description:
>                  Whether to enable the persistent grants feature or not.  Note
>                  that this option only takes effect on newly created backends.
> diff --git a/Documentation/ABI/testing/sysfs-driver-xen-blkfront b/Documentation/ABI/testing/sysfs-driver-xen-blkfront
> index 61fd173fabfe..7f646c58832e 100644
> --- a/Documentation/ABI/testing/sysfs-driver-xen-blkfront
> +++ b/Documentation/ABI/testing/sysfs-driver-xen-blkfront
> @@ -12,7 +12,7 @@ Description:
>  What:           /sys/module/xen_blkfront/parameters/feature_persistent
>  Date:           September 2020
>  KernelVersion:  5.10
> -Contact:        SeongJae Park <sj@kernel.org>
> +Contact:        Maximilian Heyne <mheyne@amazon.de>
>  Description:
>                  Whether to enable the persistent grants feature or not.  Note
>                  that this option only takes effect on newly created frontends.
> -- 
> 2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent
  2022-03-18  8:46 ` sj
@ 2022-03-18  8:49   ` Roger Pau Monné
  0 siblings, 0 replies; 3+ messages in thread
From: Roger Pau Monné @ 2022-03-18  8:49 UTC (permalink / raw)
  To: sj; +Cc: jgross, mheyne, xen-devel, linux-kernel

On Fri, Mar 18, 2022 at 08:46:00AM +0000, sj@kernel.org wrote:
> Hi Roger and Juergen,
> 
> 
> May I ask your opinions to this patch, please?

Sorry, I was expecting Maximilian to Ack it, but I see he is added as
SoB.

> 
> 
> Thanks,
> SJ
> 
> On Tue, 1 Mar 2022 14:46:28 +0000 SeongJae Park <sj@kernel.org> wrote:
> 
> > SeongJae is currently listed as a contact point for some blk{back,front}
> > features, but he will not work for XEN for a while.  This commit
> > therefore updates the contact point to his colleague, Maximilian, who is
> > understanding the context and actively working with the features now.
> > 
> > Signed-off-by: SeongJae Park <sj@kernel.org>
> > Signed-off-by: Maximilian Heyne <mheyne@amazon.de>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-18  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 14:46 [PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent SeongJae Park
2022-03-18  8:46 ` sj
2022-03-18  8:49   ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.