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=-5.3 required=3.0 tests=BAYES_00, 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 4D6C8C432BE for ; Fri, 27 Aug 2021 16:46:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30FD360FE6 for ; Fri, 27 Aug 2021 16:46:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232578AbhH0Qr3 (ORCPT ); Fri, 27 Aug 2021 12:47:29 -0400 Received: from verein.lst.de ([213.95.11.211]:34553 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229560AbhH0Qr2 (ORCPT ); Fri, 27 Aug 2021 12:47:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id A43B368AFE; Fri, 27 Aug 2021 18:46:37 +0200 (CEST) Date: Fri, 27 Aug 2021 18:46:37 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , linux-block@vger.kernel.org Subject: Re: [PATCH for-5.14] cryptoloop: add a deprecation warning Message-ID: <20210827164637.GA26631@lst.de> References: <20210827163250.255325-1-hch@lst.de> <59808096-34ff-151f-b7a2-f53d4262f00a@kernel.dk> <20210827164051.GA26147@lst.de> <20210827164325.GA26364@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Fri, Aug 27, 2021 at 10:43:53AM -0600, Jens Axboe wrote: > On 8/27/21 10:43 AM, Christoph Hellwig wrote: > > On Fri, Aug 27, 2021 at 10:42:59AM -0600, Jens Axboe wrote: > >> But what's the point? Why not just wait for 5.15, it's not like we're > >> in a mad dash to get it removed. > > > > Actually we kinda are :) > > Because? It causes trouble by interacting with the actual loop driver people use in really weird ways, while beeing broken and not actually supported by userspace tools for about a decade.