linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Add a section on surveys to the researcher guidelines
@ 2023-08-03 20:23 Jonathan Corbet
  2023-08-04  5:11 ` [Tech-board] " Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-08-03 20:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Dan Williams, linux-doc, tech-board

It is common for university researchers to want to poll the community with
online surveys, but that approach distracts developers while yielding
little in the way of useful data.  Encourage alternatives instead.

Co-developed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 .../process/researcher-guidelines.rst         | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/Documentation/process/researcher-guidelines.rst b/Documentation/process/researcher-guidelines.rst
index 9fcfed3c350b..d159cd4f5e5b 100644
--- a/Documentation/process/researcher-guidelines.rst
+++ b/Documentation/process/researcher-guidelines.rst
@@ -44,6 +44,33 @@ explicit agreement of, and full disclosure to, the individual developers
 involved. Developers cannot be interacted with/experimented on without
 consent; this, too, is standard research ethics.
 
+Surveys
+=======
+
+Research often takes the form of surveys sent to maintainers or
+contributors.  As a general rule, though, the kernel community derives
+little value from these surveys.  The kernel development process works
+because every developer benefits from their participation, even working
+with others who have different goals.  Responding to a survey, though, is a
+one-way demand placed on busy developers with no corresponding benefit to
+themselves or to the kernel community as a whole.  For this reason, this
+method of research is discouraged.
+
+Kernel community members already receive far too much email and are likely
+to perceive survey requests as just another demand on their time.  Sending
+such requests deprives the community of valuable contributor time and is
+unlikely to yield a statistically useful response.
+
+As an alternative, researchers should consider attending developer events,
+hosting sessions where the research project and its benefits to the
+participants can be explained, and interacting directly with the community
+there.  The information received will be far richer than that obtained from
+an email survey, and the community will gain from the ability to learn from
+your insights as well.
+
+Patches
+=======
+
 To help clarify: sending patches to developers *is* interacting
 with them, but they have already consented to receiving *good faith
 contributions*. Sending intentionally flawed/vulnerable patches or
-- 
2.41.0


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

* Re: [Tech-board] [PATCH] docs: Add a section on surveys to the researcher guidelines
  2023-08-03 20:23 [PATCH] docs: Add a section on surveys to the researcher guidelines Jonathan Corbet
@ 2023-08-04  5:11 ` Greg KH
  2023-08-04  8:23 ` Kees Cook
  2023-08-04  9:28 ` Christian Brauner
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2023-08-04  5:11 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, tech-board, linux-doc

On Thu, Aug 03, 2023 at 02:23:02PM -0600, Jonathan Corbet wrote:
> It is common for university researchers to want to poll the community with
> online surveys, but that approach distracts developers while yielding
> little in the way of useful data.  Encourage alternatives instead.
> 
> Co-developed-by: Dan Williams <dan.j.williams@intel.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>


Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

* Re: [Tech-board] [PATCH] docs: Add a section on surveys to the researcher guidelines
  2023-08-03 20:23 [PATCH] docs: Add a section on surveys to the researcher guidelines Jonathan Corbet
  2023-08-04  5:11 ` [Tech-board] " Greg KH
@ 2023-08-04  8:23 ` Kees Cook
  2023-08-04  9:28 ` Christian Brauner
  2 siblings, 0 replies; 4+ messages in thread
From: Kees Cook @ 2023-08-04  8:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, tech-board, linux-doc

On Thu, Aug 03, 2023 at 02:23:02PM -0600, Jonathan Corbet wrote:
> It is common for university researchers to want to poll the community with
> online surveys, but that approach distracts developers while yielding
> little in the way of useful data.  Encourage alternatives instead.
> 
> Co-developed-by: Dan Williams <dan.j.williams@intel.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>

Yeah, I like it. Moar conference presentations! :)

Reviewed-by: Kees Cook <keescook@chromium.org>

-- 
Kees Cook

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

* Re: [Tech-board] [PATCH] docs: Add a section on surveys to the researcher guidelines
  2023-08-03 20:23 [PATCH] docs: Add a section on surveys to the researcher guidelines Jonathan Corbet
  2023-08-04  5:11 ` [Tech-board] " Greg KH
  2023-08-04  8:23 ` Kees Cook
@ 2023-08-04  9:28 ` Christian Brauner
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Brauner @ 2023-08-04  9:28 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, tech-board, linux-doc

On Thu, Aug 03, 2023 at 02:23:02PM -0600, Jonathan Corbet wrote:
> It is common for university researchers to want to poll the community with
> online surveys, but that approach distracts developers while yielding
> little in the way of useful data.  Encourage alternatives instead.
> 
> Co-developed-by: Dan Williams <dan.j.williams@intel.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
> ---

Looks good to me,
Reviewed-by: Christian Brauner <brauner@kernel.org>

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

end of thread, other threads:[~2023-08-04  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03 20:23 [PATCH] docs: Add a section on surveys to the researcher guidelines Jonathan Corbet
2023-08-04  5:11 ` [Tech-board] " Greg KH
2023-08-04  8:23 ` Kees Cook
2023-08-04  9:28 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).