Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc1 7 lines 143 B view raw
1#!/bin/sh 2n=`./default_file_splice_read </dev/null | wc -c` 3 4test "$n" = 0 && exit 0 5 6echo "default_file_splice_read broken: leaked $n" 7exit 1