// Copyright 2022 syzkaller project authors. All rights reserved.// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.packagelinuximport"bytes"funcFuzz(data[]byte)int{parseLinuxMaintainers(bytes.NewReader(data))return0}