netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4][next] i40e: Replace one-element arrays with flexible-array members
@ 2023-08-02  5:04 Gustavo A. R. Silva
  2023-08-02  5:05 ` [PATCH 1/4][next] i40e: Replace one-element array with flex-array member in struct i40e_package_header Gustavo A. R. Silva
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Gustavo A. R. Silva @ 2023-08-02  5:04 UTC (permalink / raw)
  To: Jesse Brandeburg, Tony Nguyen, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni,
	fam1-i40e/0001-i40e-Replace-one-element-array-with-flex-array-membe.patch,
	fam1-i40e/0002-i40e-Replace-one-element-array-with-flex-array-membe.patch,
	fam1-i40e/0003-i40e-Replace-one-element-array-with-flex-array-membe.patch,
	fam1-i40e/0004-i40e-Replace-one-element-array-with-flex-array-membe.patch
  Cc: netdev, intel-wired-lan, linux-kernel, Gustavo A. R. Silva,
	linux-hardening

Replace one-element arrays with flexible-array members in multiple
structures.

This results in no differences in binary output.

Gustavo A. R. Silva (4):
  i40e: Replace one-element array with flex-array member in struct
    i40e_package_header
  i40e: Replace one-element array with flex-array member in struct
    i40e_profile_segment
  i40e: Replace one-element array with flex-array member in struct
    i40e_section_table
  i40e: Replace one-element array with flex-array member in struct
    i40e_profile_aq_section

 drivers/net/ethernet/intel/i40e/i40e_ddp.c  | 4 ++--
 drivers/net/ethernet/intel/i40e/i40e_type.h | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-08-10 21:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02  5:04 [PATCH 0/4][next] i40e: Replace one-element arrays with flexible-array members Gustavo A. R. Silva
2023-08-02  5:05 ` [PATCH 1/4][next] i40e: Replace one-element array with flex-array member in struct i40e_package_header Gustavo A. R. Silva
2023-08-02 15:18   ` Simon Horman
2023-08-10 10:04   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-08-02  5:05 ` [PATCH 2/4][next] i40e: Replace one-element array with flex-array member in struct i40e_profile_segment Gustavo A. R. Silva
2023-08-02 15:23   ` Simon Horman
2023-08-10 10:06   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-08-10 17:34   ` Justin Stitt
2023-08-10 20:49     ` Justin Stitt
2023-08-10 21:51       ` [Intel-wired-lan] " Gustavo A. R. Silva
2023-08-02  5:06 ` [PATCH 3/4][next] i40e: Replace one-element array with flex-array member in struct i40e_section_table Gustavo A. R. Silva
2023-08-02 15:23   ` Simon Horman
2023-08-10 10:08   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-08-02  5:07 ` [PATCH 4/4][next] i40e: Replace one-element array with flex-array member in struct i40e_profile_aq_section Gustavo A. R. Silva
2023-08-02 15:24   ` Simon Horman
2023-08-10 10:13   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).