On Thu, 29 Jun 2023 22:34:59 +0100 David Howells wrote: > if (!sendpage_ok(page)) > - msg.msg_flags &= ~MSG_SPLICE_PAGES, > + msg.msg_flags &= ~MSG_SPLICE_PAGES; 😵️ Let me CC llvm@ in case someone's there is willing to make the compiler warn about this.