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

Configure Feed

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

at v6.8-rc7 8 lines 178 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0 3n=`./default_file_splice_read </dev/null | wc -c` 4 5test "$n" = 0 && exit 0 6 7echo "default_file_splice_read broken: leaked $n" 8exit 1