Re: [PATCH] update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
From: Hannes Frederic Sowa <hidden>
Date: 2013-11-29 05:47:06
Also in:
linux-crypto, linux-fsdevel, lkml, stable
From: Hannes Frederic Sowa <hidden>
Date: 2013-11-29 05:47:06
Also in:
linux-crypto, linux-fsdevel, lkml, stable
On Sun, Nov 24, 2013 at 10:36:28PM -0800, Shawn Landden wrote:
Commit 35f9c09fe (tcp: tcp_sendpages() should call tcp_push() once) added an internal flag MSG_SENDPAGE_NOTLAST, similar to MSG_MORE. algif_hash, algif_skcipher, and udp used MSG_MORE from tcp_sendpages() and need to see the new flag as identical to MSG_MORE. This fixes sendfile() on AF_ALG. v3: also fix udp
The UDP bits look fine to me. Greetings, Hannes