This document discusses deductive verification of unmodified Linux kernel library functions using Frama-C, AstraVer, and Why3 tools. 26 library functions were verified, with 25 being fully proved. Issues encountered included integer overflows, casts to smaller types, and pointer arithmetic on different memory blocks. Specifications were published online along with proof artifacts. Future work includes an "lemma functions" extension to Frama-C to support more automated verification.