Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent

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>
Link: https://lore.kernel.org/r/20220420072734.1692-1-sj@kernel.org
Signed-off-by: Juergen Gross <jgross@suse.com>

authored by

SeongJae Park and committed by
Juergen Gross
12f112c3 4573240f

+3 -3
+2 -2
Documentation/ABI/testing/sysfs-driver-xen-blkback
··· 29 29 What: /sys/module/xen_blkback/parameters/buffer_squeeze_duration_ms 30 30 Date: December 2019 31 31 KernelVersion: 5.6 32 - Contact: SeongJae Park <sj@kernel.org> 32 + Contact: Maximilian Heyne <mheyne@amazon.de> 33 33 Description: 34 34 When memory pressure is reported to blkback this option 35 35 controls the duration in milliseconds that blkback will not ··· 39 39 What: /sys/module/xen_blkback/parameters/feature_persistent 40 40 Date: September 2020 41 41 KernelVersion: 5.10 42 - Contact: SeongJae Park <sj@kernel.org> 42 + Contact: Maximilian Heyne <mheyne@amazon.de> 43 43 Description: 44 44 Whether to enable the persistent grants feature or not. Note 45 45 that this option only takes effect on newly created backends.
+1 -1
Documentation/ABI/testing/sysfs-driver-xen-blkfront
··· 12 12 What: /sys/module/xen_blkfront/parameters/feature_persistent 13 13 Date: September 2020 14 14 KernelVersion: 5.10 15 - Contact: SeongJae Park <sj@kernel.org> 15 + Contact: Maximilian Heyne <mheyne@amazon.de> 16 16 Description: 17 17 Whether to enable the persistent grants feature or not. Note 18 18 that this option only takes effect on newly created frontends.