From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D022CC433E0 for ; Fri, 10 Jul 2020 03:45:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0B8A2072E for ; Fri, 10 Jul 2020 03:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726796AbgGJDpf (ORCPT ); Thu, 9 Jul 2020 23:45:35 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:38338 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726509AbgGJDpf (ORCPT ); Thu, 9 Jul 2020 23:45:35 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 06A3jNoZ024988; Fri, 10 Jul 2020 05:45:23 +0200 Date: Fri, 10 Jul 2020 05:45:23 +0200 From: Willy Tarreau To: Will Deacon Cc: Kees Cook , Jonathan Corbet , Greg Kroah-Hartman , security@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/security-bugs: Explain why plain text is preferred Message-ID: <20200710034523.GA24981@1wt.eu> References: <202007091110.205DC6A9@keescook> <20200709204255.GA29288@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709204255.GA29288@willie-the-truck> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 09, 2020 at 09:42:56PM +0100, Will Deacon wrote: > Acked-by: Will Deacon > > Hopefully "plain text" implies unencrypted as much as it does "not html". I would have liked "(i.e. not html)" to be added after "plain text", but I figured that those who do that often don't even know what this means so that will probably not help them avoid their messages being stored into a spambox :-/ Acked-by: Willy Tarreau Willy