Eric Dumazet 9b9fd45869 tcp: tweak tcp_sock_write_txrx size assertion
I forgot 32bit arches might have 64bit alignment for u64
fields.

tcp_sock_write_txrx group does not contain pointers,
but two u64 fields. It is possible that on 32bit kernel,
a 32bit hole is before tp->tcp_clock_cache.

I will try to remember a group can be bigger on 32bit
kernels in the future.

With help from Vladimir Oltean.

Fixes: d2c3a7eb1afa ("tcp: more struct tcp_sock adjustments")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404082207.HCEdQhUO-lkp@intel.com/
Signed-off-by: Eric Dumazet <edumazet@google.com>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20240409140914.4105429-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-04-10 18:55:05 -07:00
..
2024-04-08 11:56:56 +01:00
2024-02-20 15:32:45 +01:00
2024-04-09 18:20:32 -07:00
2024-01-11 10:07:29 -08:00
2024-04-03 19:36:57 -07:00
2024-03-29 15:03:11 -07:00
2024-03-29 15:03:11 -07:00
2024-03-28 14:35:32 -07:00
2024-04-03 19:36:57 -07:00
2024-03-02 20:50:59 -08:00
2023-12-12 14:24:14 +01:00
2024-01-31 16:41:16 -08:00