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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 8AB66C2BA83 for ; Thu, 13 Feb 2020 15:53:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6C9C82073C for ; Thu, 13 Feb 2020 15:53:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729149AbgBMPxs (ORCPT ); Thu, 13 Feb 2020 10:53:48 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:49836 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387397AbgBMP0B (ORCPT ); Thu, 13 Feb 2020 10:26:01 -0500 Received: from callcc.thunk.org (guestnat-104-133-0-101.corp.google.com [104.133.0.101] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 01DFPuF1009211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 13 Feb 2020 10:25:57 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id 2E0A742032C; Thu, 13 Feb 2020 10:25:56 -0500 (EST) Date: Thu, 13 Feb 2020 10:25:56 -0500 From: "Theodore Y. Ts'o" To: Andreas Dilger Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext4: don't assume that mmp_nodename/bdevname have NUL Message-ID: <20200213152556.GC239974@mit.edu> References: <1579983942-11927-1-git-send-email-adilger@dilger.ca> <1580076215-1048-1-git-send-email-adilger@dilger.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sun, Jan 26, 2020 at 03:06:36PM -0700, Andreas Dilger wrote: > Ted, do you also want an ext4 patch with EXT4_LEN_STR() and a change of these > char strings to __u8, along with similar changes to other non-NUL-terminated > strings in the superblock, as was done for e2fsprogs? Yes, it would be great to have that as a separate cleanup patch, thanks. - Ted