On Tue, May 27, 2025 at 12:53:30PM +0100, Lorenzo Stoakes wrote:
On Tue, May 27, 2025 at 12:49:57PM +0100, Mark Brown wrote:
On Tue, May 27, 2025 at 11:08:05AM +0100, Lorenzo Stoakes wrote:
On Thu, May 22, 2025 at 06:38:52PM +0100, Mark Brown wrote:
ret = setup_comm_pipes(&comm_pipes); if (ret) {
ksft_test_result_fail("pipe() failed\n");
log_test_result(KAFT_FAIL);
Looks like a typo here :) Should be KSFT not KAFT.
Somewhat impressively clang is managing to build this perfectly happily locally which also isn't helping, I can't figure out why. Can't see a system include with it.