From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 13174381CDB; Sat, 28 Feb 2026 17:36:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772300178; cv=none; b=HGIGlMAGYUoVI40RuajkvI5edn16CC/fMY7gQmA9BQU+LXI2a96ePiALiai6ZsD8fv17llXJFGD7eskSB4fVbbuCrT3CxJgDRsZHjkRa9qNGSSMvW+w19bCX7th6cdHkqD6vSLAui0oMD3xxJgliKBfJzX/pI9Jec90YvLy7NW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772300178; c=relaxed/simple; bh=In2dEzgRQhkET1JyDUBYmQbxdy3S2uzNqXaE3eNgILw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Ijr5VbehaV26+csiAdp0P3ZGp2On2hUxBmZzKWM1OsN6vzI3hJrTQsMviKFzgTY9yUG+hnvHL0Ituqcz8jtvaP5tENWMEhBDB81pU2BJ6fr29vpMtmjwvmaHXMcZgSIr7M6vZ1ONT7EhszM7bYg0cHJrnSukuBcoDkwQUi1MN+c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bg5Wq9Mq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bg5Wq9Mq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2139C116D0; Sat, 28 Feb 2026 17:36:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772300177; bh=In2dEzgRQhkET1JyDUBYmQbxdy3S2uzNqXaE3eNgILw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bg5Wq9Mq5uGv23jbZJuV5d0kgOwejT/i4vJcbNulhdOg3zMr3SREI/oCoK4HihGOk NEYsNHoVAsRLtGxplHzWDQ8lWaVNDMxxEj9DFxUOduyexTc+122fAKVGm4MY/xrdZH pzH0trtVzu/00dzZz6IUb2ZRDAIkztQjxJwqkGogmv7DUwNQF2tSD6Zrm5z1KuhaCO lS/TVTzF+snQB/OVd4sZ2C+R7WBvcjMDFdPB+PTBIuib/LoJLPXj2qDoh2k0Y3ZV6v 35FflYydMxGnnkIO4H99s3vzF7kqpqo+RPh5xaa2nqGf4K4juOY5zIuYsDqdSdGQ9P eNBv18E2+JOXA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= , kernel test robot , Nathan Chancellor , Arnd Bergmann , Nicolas Schier , Greg Kroah-Hartman , Sasha Levin Subject: [PATCH 6.19 196/844] virt: vbox: uapi: Mark inner unions in packed structs as packed Date: Sat, 28 Feb 2026 12:21:49 -0500 Message-ID: <20260228173244.1509663-197-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260228173244.1509663-1-sashal@kernel.org> References: <20260228173244.1509663-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit From: Thomas Weißschuh [ Upstream commit c25d01e1c4f2d43f47af87c00e223f5ca7c71792 ] The unpacked unions within a packed struct generates alignment warnings on clang for 32-bit ARM: ./usr/include/linux/vbox_vmmdev_types.h:239:4: error: field u within 'struct vmmdev_hgcm_function_parameter32' is less aligned than 'union (unnamed union at ./usr/include/linux/vbox_vmmdev_types.h:223:2)' and is usually due to 'struct vmmdev_hgcm_function_parameter32' being packed, which can lead to unaligned accesses [-Werror,-Wunaligned-access] 239 | } u; | ^ ./usr/include/linux/vbox_vmmdev_types.h:254:6: error: field u within 'struct vmmdev_hgcm_function_parameter64::(anonymous union)::(unnamed at ./usr/include/linux/vbox_vmmdev_types.h:249:3)' is less aligned than 'union (unnamed union at ./usr/include/linux/vbox_vmmdev_types.h:251:4)' and is usually due to 'struct vmmdev_hgcm_function_parameter64::(anonymous union)::(unnamed at ./usr/include/linux/vbox_vmmdev_types.h:249:3)' being packed, which can lead to unaligned accesses [-Werror,-Wunaligned-access] With the recent changes to compile-test the UAPI headers in more cases, these warning in combination with CONFIG_WERROR breaks the build. Fix the warnings. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202512140314.DzDxpIVn-lkp@intel.com/ Reported-by: Nathan Chancellor Closes: https://lore.kernel.org/linux-kbuild/20260110-uapi-test-disable-headers-arm-clang-unaligned-access-v1-1-b7b0fa541daa@kernel.org/ Suggested-by: Arnd Bergmann Link: https://lore.kernel.org/linux-kbuild/29b2e736-d462-45b7-a0a9-85f8d8a3de56@app.fastmail.com/ Signed-off-by: Thomas Weißschuh Tested-by: Nicolas Schier Reviewed-by: Nicolas Schier Acked-by: Greg Kroah-Hartman Link: https://patch.msgid.link/20260115-kbuild-alignment-vbox-v1-2-076aed1623ff@linutronix.de Signed-off-by: Nathan Chancellor Signed-off-by: Sasha Levin --- include/uapi/linux/vbox_vmmdev_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/vbox_vmmdev_types.h b/include/uapi/linux/vbox_vmmdev_types.h index 6073858d52a2e..11f3627c3729b 100644 --- a/include/uapi/linux/vbox_vmmdev_types.h +++ b/include/uapi/linux/vbox_vmmdev_types.h @@ -236,7 +236,7 @@ struct vmmdev_hgcm_function_parameter32 { /** Relative to the request header. */ __u32 offset; } page_list; - } u; + } __packed u; } __packed; VMMDEV_ASSERT_SIZE(vmmdev_hgcm_function_parameter32, 4 + 8); @@ -251,7 +251,7 @@ struct vmmdev_hgcm_function_parameter64 { union { __u64 phys_addr; __u64 linear_addr; - } u; + } __packed u; } __packed pointer; struct { /** Size of the buffer described by the page list. */ -- 2.51.0