From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E76FC4332F for ; Thu, 8 Dec 2022 08:49:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229955AbiLHItW (ORCPT ); Thu, 8 Dec 2022 03:49:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230030AbiLHItD (ORCPT ); Thu, 8 Dec 2022 03:49:03 -0500 Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 866CD686A1 for ; Thu, 8 Dec 2022 00:48:34 -0800 (PST) Received: by mail-il1-f199.google.com with SMTP id z10-20020a921a4a000000b0030349fa9653so674603ill.7 for ; Thu, 08 Dec 2022 00:48:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:from:subject:message-id:date:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=/VqWjUYvuQWzVVThhoLexOpyvD8JYD0kumxHxmjGt2g=; b=aQ+CG/+ptef3vNIC3kLgs7wzV3E2Mc+EkQ35ZBIUOKOgVlGRhowTdzLr09Yx2XzCGV oFuAXz5R1ElUtoQHN1pWZRYE6KCiP84G/r2bWP5jT5qQxRmjp1/RoDFw8OgweT79d5DU 2sXQvmkJaaL/9wL75hFGqTmbcCAk1oKLv904oolrZNr1iLu2G9lpvzbCf3UsiwhmKl8Z iPUSAe5gOkh+7xa1dz6SV7VFf5Bg3aii5tIr8eO6vsum23J0MRXfLgCS4OzXFfR8m1Di /5qITc8soM8SJDH8BnRED5AHfialyOHC6OR45D2q+h7HF0h//Ne2hJ2FVbtPbp6C5Zaw 33/g== X-Gm-Message-State: ANoB5pneyRgos754fLGwM3SiCjt3VwJNqez5yn2evq7VrtyYPyifbweY XTiR2yw6Ga6wy7CpczGtVQ0Now1IUojb9y/huSTC21zyig7W X-Google-Smtp-Source: AA0mqf7J8Po0jhjVcm8aCQTLmycs2e4R5vkgSAXCxFOqvvhtjFItvSs7WEGS0OdjpuIhvRw2gEFOIhjlmh/2oOAzyftS2OKgKISi MIME-Version: 1.0 X-Received: by 2002:a92:c887:0:b0:302:fd5c:e0a3 with SMTP id w7-20020a92c887000000b00302fd5ce0a3mr28917754ilo.116.1670489313757; Thu, 08 Dec 2022 00:48:33 -0800 (PST) Date: Thu, 08 Dec 2022 00:48:33 -0800 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <00000000000025d41005ef4d1a72@google.com> Subject: [syzbot] linux-next build error (14) From: syzbot To: apparmor@lists.ubuntu.com, jmorris@namei.org, john.johansen@canonical.com, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, linux-security-module@vger.kernel.org, paul@paul-moore.com, serge@hallyn.com, sfr@canb.auug.org.au, syzkaller-bugs@googlegroups.com, terrelln@fb.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, syzbot found the following issue on: HEAD commit: f925116b24c0 Add linux-next specific files for 20221208 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=15dfabd3880000 kernel config: https://syzkaller.appspot.com/x/.config?x=8b2d3e63e054c24f dashboard link: https://syzkaller.appspot.com/bug?extid=5301015e05ed3b325b0d compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2 IMPORTANT: if you fix the issue, please add the following tag to the commit: Reported-by: syzbot+5301015e05ed3b325b0d@syzkaller.appspotmail.com security/apparmor/policy_unpack.c:316:18: error: unknown type name 'tri' security/apparmor/policy_unpack.c:325:10: error: 'TRI_TRUE' undeclared (first use in this function) security/apparmor/policy_unpack.c:328:9: error: 'TRI_NONE' undeclared (first use in this function); did you mean 'IRQ_NONE'? security/apparmor/policy_unpack.c:331:9: error: 'TRI_FALSE' undeclared (first use in this function) security/apparmor/policy_unpack.c:455:42: error: 'TRI_TRUE' undeclared (first use in this function) security/apparmor/policy_unpack.c:529:42: error: 'TRI_TRUE' undeclared (first use in this function) security/apparmor/policy_unpack.c:559:42: error: 'TRI_TRUE' undeclared (first use in this function) security/apparmor/policy_unpack.c:611:42: error: 'TRI_TRUE' undeclared (first use in this function) security/apparmor/policy_unpack.c:674:42: error: 'TRI_TRUE' undeclared (first use in this function) --- This report is generated by a bot. It may contain errors. See https://goo.gl/tpsmEJ for more information about syzbot. syzbot engineers can be reached at syzkaller@googlegroups.com. syzbot will keep track of this issue. See: https://goo.gl/tpsmEJ#status for how to communicate with syzbot.