Re: [PATCH] net: ipv6: fix ARM64 alignment fault in fib_multipath_hash_from_keys()

From: Sam Su

Date: Fri Feb 27 2026 - 02:13:29 EST


Jakub Kicinski <kuba@xxxxxxxxxx> 於 2026年2月27日週五 上午9:14寫道:
>
> On Thu, 26 Feb 2026 19:17:21 +0800 Yung Chih Su wrote:
> > Fixes: [4ee2a8cace3fb9a34aea6a56426f89d26dd514f3] ("net: ipv4: Add a sysctl to set multipath hash seed")
>
> Please use the traditional abbreviated format of the Fixes tag

Hi Jakub,

Got it, my apologies for the formatting mistake.
I will format it strictly as 12-char abbreviated without brackets in
the upcoming v2 patch:
Fixes: 4ee2a8cace3f ("net: ipv4: Add a sysctl to set multipath hash seed")

I am currently preparing the v2 patch which will also include Eric
Dumazet's suggestion regarding the WRITE_ONCE() and READ_ONCE() on the
sysctl read/write side.
I will send out the v2 after my local testing is done.

Thanks for the review!

Best regards,
Yung Chih