Re: [PATCH 4.15-rc8] net/core: Increase default optmem_max limit

From: David Miller
Date: Tue Jan 16 2018 - 09:31:07 EST


From: Björn 'besser82' Esser <besser82@xxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jan 2018 00:59:11 +0100

> @@ -316,7 +316,7 @@ __u32 sysctl_wmem_default __read_mostly
> __u32 sysctl_rmem_default __read_mostly = SK_RMEM_MAX;
>
> /* Maximal
> space eaten by iovec or ancillary data plus some space */


This patch is corrupted by your email client, it has chopped up long
lines and turned TABs into a series of SPACE characters.

> -int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
> +int
> sysctl_optmem_max __read_mostly = sizeof(unsigned long)*4*(2*UIO_MAXIOV+512);
> EXPORT_SYMBOL(sysctl_optmem_max);

Please style this in a more appropriate manner.

Thank you.