Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp729646pxf; Thu, 25 Mar 2021 12:39:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxpjsviusk7tPu3uJZU9qv4DpWhAPOdKyN+rpWCnsHwk2qLl0Ev31Fcu14wz6/UVZDeQ/r X-Received: by 2002:aa7:dc56:: with SMTP id g22mr11006493edu.219.1616701167175; Thu, 25 Mar 2021 12:39:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616701167; cv=none; d=google.com; s=arc-20160816; b=XYEFJKwtVCS79/aEYZFkv+wafjqfGxpV3y4jrdCvhkdhZ4Jau3Nj10Qom3FduzTyf8 r/IGVpOIJqlSdAoI/x2VFCdrawGHC4MeyOmFSSTsuzvYSa9IIKaMh5GepWZFdgdnJ6hV v950XL47td3gckKm6WH0XMpOw59dJEKDDGxrg337tQZJraX5W+QJ+xVfuHWOIpNwiarg re2aRcMO3XYX8ySlSIcb/NPGpLKds8yVsjYOVmIpqOd5F70vuWAZ8/g1T9s55bFAOVmt sTbMzGbiBnpceuEM/VJSi1tXJMUK2JjBXtadh1PBJ83nJMQQgEPoBI7rXI3eglp+YHn7 XKpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:subject:from :references:cc:to; bh=AIgglDRBfSE1g2cjxnc0EnIvEmPYsvoe+eqDJVDsWr4=; b=pff8smOJ97l/lDmRZhwa/6YYnBhv9iTnL8IoF4OEP2QTh1yW4Gn/UuLmjoYA67SZiz J2nx8W6ivUz8Uh1JzaUmqm4b7VWgDpw8g4A4PuXpHOMrw7STd6zOarqHGv6mh+quIwTk V4VVzoHFw+LOnjZB+6HscRZBRhDhF1UcbWukeHqTNAXs7ZKlhdiz+ffTk1mYZ7briV5M zSO624ARS40mL7SnpVOA6eCivTR/GBKSpu6ETuO3Rf7aHOUvLGM0K2xGy8uYiNnJKQH8 j2cbmP20DgcmhPicCwgKxj795OG3GS7+47ZFiXC4KDlRnU8GyQeu8kU69xMlNNcJBnHY DFUA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id js6si5227077ejc.497.2021.03.25.12.39.02; Thu, 25 Mar 2021 12:39:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230264AbhCYTiI (ORCPT + 99 others); Thu, 25 Mar 2021 15:38:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbhCYThd (ORCPT ); Thu, 25 Mar 2021 15:37:33 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3929C06174A; Thu, 25 Mar 2021 12:37:32 -0700 (PDT) Received: from ip4d142c50.dynamic.kabel-deutschland.de ([77.20.44.80] helo=[192.168.66.200]); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1lPVnN-0004kc-Vg; Thu, 25 Mar 2021 20:37:30 +0100 To: Jonathan Corbet Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <87y2ebysy8.fsf@meer.lwn.net> From: Thorsten Leemhuis Subject: Re: [PATCH v3 0/5] docs: reporting-issues: streamline process and solve a FIXME Message-ID: <4bc573bf-3dc1-fb6b-e6d7-d51993725c29@leemhuis.info> Date: Thu, 25 Mar 2021 20:37:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <87y2ebysy8.fsf@meer.lwn.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-BS Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1616701053;a929d664; X-HE-SMSGID: 1lPVnN-0004kc-Vg Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.03.21 19:43, Jonathan Corbet wrote: > Thorsten Leemhuis writes: > >> That's why I'd like to speed things up a little. But for that it would >> be good to have something from you: a kind of "I like the direction >> where this patch set is heading and I'm optimistic that we get it merged >> for 5.13-rc1" message from you. With something like that I could move >> ahead as outlined above already. Do you maybe have a minute for that? > Honestly, I don't see any reason to delay this work any further, so I've > just applied the set. Ahh, great, many thx. > Sorry for the slowness, No worries, it's improvements to a docs text, not a crucial security issue in core code. :-D > it has been a rather harsh week. I hope things will get better soon! BTW, I wondered it it would make sense to add a entry to the MAINTAINERS file for the text so I can keep and eye on things and help with fine tuning. Let me known if you think that idea is overblown, otherwise I'll likely add one with the patch that I'll send sooner or later to remove the WIP box near the top. Ciao (and make sure to take care of yourself!), Thorsten