On Sun, Feb 10, 2019 at 11:58:29AM -0800, Francesco Ruggeri wrote: > If a non zero value happens to be in xt[NFPROTO_BRIDGE].cur at > init time, the following panic can be caused by running > % ebtables -t broute -F BROUTING > from a 32-bit user level on a 64-bit kernel. > This patch replaces kmalloc_array with kcalloc when allocating xt. Applied, thanks.