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 A02DEC4332F for ; Wed, 8 Dec 2021 18:40:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239141AbhLHSnq (ORCPT ); Wed, 8 Dec 2021 13:43:46 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:60996 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230040AbhLHSnp (ORCPT ); Wed, 8 Dec 2021 13:43:45 -0500 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 ams.source.kernel.org (Postfix) with ESMTPS id 3792BB8226D; Wed, 8 Dec 2021 18:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3F1DC00446; Wed, 8 Dec 2021 18:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638988810; bh=pp476RR2y8u8AR8R07J+ux4+dlPhsvc8xNy2iYUGXYA=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=EPpygiqUf8PPCTl3XOYmKmx+hEMo9xDCFgSo3ZK7NprdWJ8zHdp3dvtyN0sLENQQJ WnEfuinYmG375jIMN5t+0BnnrLgXZ2GPfLnObtJUWWF4c4jrWi7x+UjVveO1/Q6pV0 84Fctv5UBlv6uyizczvWw2Mhylm8rbU8CArUED6KE1QEfoawigI8x/6HCpgtqECZVT BXDI6QbJFaW5BIglBK83+NWTTFZDf4GSG76Goi1ZhUlGnH9u2uMhevzZ7dWLGizEyx z0IIVZxWkpJs/D0h1rI9ElT5PMaiuqi6Sfc3M94422YKu/HtFkAOZyengfr3D4jLkS 1pZdVFekSbKWQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 1/2] libertas: Add missing __packed annotation with struct_group() From: Kalle Valo In-Reply-To: <20211201173234.578124-2-keescook@chromium.org> References: <20211201173234.578124-2-keescook@chromium.org> To: Kees Cook Cc: Kalle Valo , Kees Cook , kernel test robot , "David S. Miller" , Jakub Kicinski , Wan Jiabing , "John W. Linville" , Luis Carlos Cobo , linux-kernel@vger.kernel.org, libertas-dev@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-hardening@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <163898880630.25635.7269879453453801744.kvalo@kernel.org> Date: Wed, 8 Dec 2021 18:40:07 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kees Cook wrote: > Build testing of the newly added struct_group() usage missed smaller > architecture width tests for changes to pahole output. Add the missed > __packed annotation with struct_group() usage in a __packed struct. > > Reported-by: kernel test robot > Link: https://lore.kernel.org/linux-mm/202111302102.apaePz2J-lkp@intel.com > Fixes: 5fd32ae0433a ("libertas: Use struct_group() for memcpy() region") > Signed-off-by: Kees Cook 2 patches applied to wireless-drivers-next.git, thanks. 978090ae8856 libertas: Add missing __packed annotation with struct_group() 05db148ee9a7 libertas_tf: Add missing __packed annotations -- https://patchwork.kernel.org/project/linux-wireless/patch/20211201173234.578124-2-keescook@chromium.org/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches