From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E639CA64; Thu, 3 Apr 2025 04:45:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743655529; cv=none; b=RL32tRi/W/55tfkDOI1MfzKmVbiIYF6Y8Lm/z804byefaNdPSBTaI+A2NcXYcT1r4WBHZJCBwKx3k7NeKOxUrvmKdgqkPCpZX/bNhRXXPHGDjUJNjiCrUgdlIIbb3Vzs4h500JX/bUCslg7SmqIbJnLqpLclag3V8+uALZdjTSg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743655529; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eBLHoJ2ketqk/MS+nE2DQVTR2p4xetZvTOViMfiJRfCC/dpnW1eJvd0BKuajIupK89HKOT6UAeVesgb3mbVOWeFAf4QzvdhRrX4CWfJ62JXYH+pTK+Sqq4NZ1dULGrCRXS5YXWI1bUyOn7Xxn7LaMio+EDqzYNnfGWW8QjBRsf4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id E9C7E68C7B; Thu, 3 Apr 2025 06:45:23 +0200 (CEST) Date: Thu, 3 Apr 2025 06:45:23 +0200 From: Christoph Hellwig To: "Gustavo A. R. Silva" Cc: Sagi Grimberg , Chaitanya Kulkarni , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH][next] nvme-loop: Avoid -Wflex-array-member-not-at-end warning Message-ID: <20250403044523.GB22803@lst.de> References: Precedence: bulk X-Mailing-List: linux-hardening@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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) Looks good: Reviewed-by: Christoph Hellwig