From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A29CC349CEE for ; Tue, 9 Jun 2026 16:05:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.216.69 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781021134; cv=none; b=efl2O7uUXwECwCpDUvO6Ov7/iJ77TLcoXmSYwKsaB725KFgQnmMNGlSOzyku41A70HF1t12ipSDepVetKt+i5dAe7/l71Zf1lBJvG/gayvjYaN/DKnz8NVeQSYcbZrgCU3hS9YwAAhT+M7iBegFNFBpzHGFddI92Z1HycByFDrs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781021134; c=relaxed/simple; bh=N0RosUF/nFYtZoE3A/vak4dx7r2UazldOCljdFcezQs=; h=MIME-Version:Date:Message-ID:Subject:From:To:Cc:Content-Type; b=C1L0xJWehRSate5+oV9LbwAex64XuYfP4CtYnzYUcnf5/yhtHscf/C81N1M+gGuU7zMx3Bf+oPJgb8Tskydp95fyhI949ORKSARAVgdRk9WGsee0yNTAp7L2P0SkA1hAbUkEyEhSYkpAiir7zbwgRNSQBjzny7ZZu9YeY4xTePA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com; arc=none smtp.client-ip=209.85.216.69 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-36bc5e97950so6516821a91.1 for ; Tue, 09 Jun 2026 09:05:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1781021133; x=1781625933; h=cc:to:from:subject:message-id:date:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=1qkyzEohrXs5rIlLm4KlZgFBunUq7x6qLQwcFALYrRw=; b=lct5O/y9YgjMu/PS9FkkkZbsdqpvRSr4H7nShEyX8EsKMqtOirOEWuK0zF3YAIjpKp DDBIgNOzZazql9nKbj3n1R/cCU0Ssf2KsPYCY9CKB+fiZWS+Ws7dzdCZSPDfAWDLPl/y jUkBU0AYV6ucbk4D0R7aIwxEmMw5Ka1Rjqefv4S/8Ewk4jqf0q3F1B0wRY96cT/7yq8D /NQEN7+xWrFLGM/WRDVRaNvsJATdHgPA9mGnQxMJo9NL2QRJpUvQPDLJyjrWy5KFOCaF 3CHgthp8yNIzpWOWsaOiUVl7gGZM1Tnwf0PYjcJho7f+32W7TBMWSzDSCo4xf6N69rxr insQ== X-Gm-Message-State: AOJu0YwTxdVVRqQ6KrgZ07sfrxYlmCvbvmrlichAvcmiqgu0H3aog4RS 0IEp4RMrMRl59QU1TXtDRh90qGqaijA42F4md3/vlDpuxhUNZBoqBDdUi6Z2kBpvK9dXoXo2QIZ 2KIk5qG1WNGwQu7slcEhYNEpT74eEk5jKRQWChzy8Ec8svyofH6wEBx33rME= Precedence: bulk X-Mailing-List: syzbot@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a17:90b:394e:b0:36a:aeaf:ab2a with SMTP id 98e67ed59e1d1-370f0d4c33emr26493620a91.19.1781021132831; Tue, 09 Jun 2026 09:05:32 -0700 (PDT) Date: Tue, 09 Jun 2026 09:05:32 -0700 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <6a2839cc.39669fcc.33b062.0098.GAE@google.com> Subject: [moderation/CI] Re: net: bridge: take care of p->flags accesses From: syzbot ci To: syzkaller-upstream-moderation@googlegroups.com Cc: syzbot@lists.linux.dev Content-Type: text/plain; charset="UTF-8" syzbot ci has tested the following series [v1] net: bridge: take care of p->flags accesses https://lore.kernel.org/all/20260609080839.2506801-1-edumazet@google.com * [PATCH net-next 1/5] bridge: use atomic ops to read/change p->flags in sysfs * [PATCH net-next 2/5] bridge: use atomic ops to read/change p->flags in br_netlink.c * [PATCH net-next 3/5] net: bridge: use atomic ops to read/change p->flags (I) * [PATCH net-next 4/5] net: bridge: use atomic ops to read/change p->flags (II) * [PATCH net-next 5/5] net: bridge: use atomic ops to read/change p->flags (III) and found the following issue: kernel build error Full report is available here: https://ci.syzbot.org/series/af3c270e-aed1-483d-aca2-8e328e1d9aa9 *** kernel build error tree: net-next URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/netdev/net-next.git base: 67ad35a58a88c360136d893cbc4c7f5b14100bb9 arch: amd64 compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8 config: https://ci.syzbot.org/builds/866adee7-16cc-49c4-bfec-0fb43ebb02b2/config net/bridge/br_mrp.c:1249:23: error: use of undeclared identifier 'BR_MRP_AWARE_BI'; did you mean 'BR_MRP_AWARE_BIT'? *** If these findings have caused you to resend the series or submit a separate fix, please add the following tag to your commit message: Tested-by: syzbot@syzkaller.appspotmail.com --- This report is generated by a bot. It may contain errors. syzbot ci engineers can be reached at syzkaller@googlegroups.com. To test a patch for this bug, please reply with `#syz test` (should be on a separate line). The patch should be attached to the email. Note: arguments like custom git repos and branches are not supported. The email will later be sent to: [davem@davemloft.net edumazet@google.com eric.dumazet@gmail.com horms@kernel.org idosch@nvidia.com kuba@kernel.org netdev@vger.kernel.org pabeni@redhat.com razor@blackwall.org] If the report looks fine to you, reply with: #syz upstream If the report is a false positive, reply with #syz invalid