I compiled kernel with the patch you attached and it does indeed correct
the problem as well. Perhaps backporting this patch to the 4.4 kernel
would be a better alternative than reverting as I had originally suggested.
Regards,
Bob Funk
On 11/23/19 12:20 AM, Willy Tarreau wrote:
On Sat, Nov 23, 2019 at 07:14:46AM +0100, Willy Tarreau wrote:
I suspect that this is caused by missing commit 401fee81, which fixes
78f3ac76d9e5, was backported to 4.19 but not to 4.4. However you will
have to backport it by hand as it doesn't apply due to context
differences, but it trivial to do.
Please try the attached patch. I haven't even tried to compile it but
I think it's OK.
Willy