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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11DEFC19F2D for ; Tue, 9 Aug 2022 16:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244976AbiHIQPt (ORCPT ); Tue, 9 Aug 2022 12:15:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244315AbiHIQPi (ORCPT ); Tue, 9 Aug 2022 12:15:38 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D7752BC6; Tue, 9 Aug 2022 09:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=TCKyvEmFiAhK9XgiArHRt1OWtzko0NRAP2rBAjHvp2I=; b=u8LAlHby5grx8OtxaNFkh0rmqe xP23bl+TYz37xHzm+kIMr6/cy5Y5uJNgdFmX64u9jQl77RdcxICXs23Q15Rjq7XYa7395vAkKOl+g d6DCSVr4YMSjStIaGYoYXOSz2tFMUxW17HkHzxsCuexckRPLsX/lAYlfLWZlG9lc6/ANaH1F18mcK czR8tJdAVKttUCHnDnTVcigIxTzwOevl5oFcjA4dcU65P1WS2hV8+yW1x9YKNImEb7KwEN99B4i8o D+jJwwGu/U9JAlkSLqSA8jOnCye9JIoQ+XrFH3mcajMnPpFsQGrQUlu2oaEFMu1RMc7wjxt407u0j TqD4nvVg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLRtB-00FZeU-Ly; Tue, 09 Aug 2022 16:15:29 +0000 Date: Tue, 9 Aug 2022 17:15:29 +0100 From: Matthew Wilcox To: Thomas Gleixner Cc: Linus Torvalds , Steven Rostedt , Al Viro , Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Ira Weiny , "Fabio M. De Francesco" Subject: Re: [git pull] vfs.git pile 3 - dcache Message-ID: References: <20220803185936.228dc690@gandalf.local.home> <8735e6qtjc.ffs@tglx> <87v8r1quem.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87v8r1quem.ffs@tglx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 09, 2022 at 06:00:17PM +0200, Thomas Gleixner wrote: > On Mon, Aug 08 2022 at 15:43, Linus Torvalds wrote: > > But the kmap code may be so special that nothing else has _that_ > > particular issue. > > We just want to get rid of kmap_atomic() completely. I'll go and find > minions. Be sure to coordinate with Ira & Fabio who are working on this.