From: Björn 'besser82' Esser <besse...@fedoraproject.org> 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.