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 9D46DC83003 for ; Fri, 9 Jun 2023 12:22:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240630AbjFIMWy (ORCPT ); Fri, 9 Jun 2023 08:22:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240531AbjFIMWR (ORCPT ); Fri, 9 Jun 2023 08:22:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AE3430C5; Fri, 9 Jun 2023 05:22:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AEAB265786; Fri, 9 Jun 2023 12:21:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 927B6C4339C; Fri, 9 Jun 2023 12:21:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686313319; bh=InEYsIeHNlgon49klc89kz3kVysYQBTJmADU7/l+htk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r1DCmdIqDPqASxI35kUB7B66kJdKMsoFcuUy7+9Rn/Z45g7P9ZDFqGHY/aFwYOpSI XuEGBccZJGnNA9f+SCbLGzn8GjBqk9pNeSRkKJG9Fps7aMSB3OyC0rbgnevAMtpuPt HtLDbAh28+/26MVslI5e9VFQAQQmszK5zDTyb7r8= Date: Fri, 9 Jun 2023 14:21:56 +0200 From: Greg KH To: "Ariel Miculas (amiculas)" Cc: Miguel Ojeda , Christian Brauner , "linux-fsdevel@vger.kernel.org" , "rust-for-linux@vger.kernel.org" , "linux-mm@kvack.org" , Alice Ryhl Subject: Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver Message-ID: <2023060921-underarm-crux-eaff@gregkh> References: <20230609063118.24852-1-amiculas@cisco.com> <20230609-feldversuch-fixieren-fa141a2d9694@brauner> <20230609-nachrangig-handwagen-375405d3b9f1@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Fri, Jun 09, 2023 at 12:11:14PM +0000, Ariel Miculas (amiculas) wrote: > Sorry about that, it seems like I need to switch to plain text mode for every reply in outlook, which is annoying. You should also turn off the top-posting mode, as that's not good etiquette on the kernel mailing lists for obvious reasons :) thanks, greg k-h