From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f69.google.com (mail-oo1-f69.google.com [209.85.161.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 5DB2F32ABFE for ; Fri, 27 Feb 2026 11:31:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.161.69 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772191888; cv=none; b=n3pva5nDnNbHtyD5oALeW74WpKVhMjcuBwI0s7710VukTP7bem9ICZZBtfvwkw16V24IVYq7CB4ekSUgm3RMBCDBvcuYKjRNylNwvh5nFR+5DXt8pzUOxwy/Yhlrdoq5zQxo0eTgoiIMnaEsPFsOPtsSXUqUZ4axDn5N1+bJcO8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772191888; c=relaxed/simple; bh=2u5G7ZOLhNaNoi5nOp1/dL3wQNdj4/5nvtna6+RXUIQ=; h=MIME-Version:Date:Message-ID:Subject:From:To:Cc:Content-Type; b=E7qtaKZ47WRv8aY4iuwOdV4CQJgAqaIVms4HlTsmkG2FdDrYznDA1UYDMQqHuqWCTyXOziLjVR/8IccJlM/Uyb+2q3LYmnoEpdREotiNpKEJnIfPZ0aix6KR+czJHiGtFgSCzAIsQhfdAjcghI2sa+thX0s5rkrr77BNHw+fU+o= 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.161.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-oo1-f69.google.com with SMTP id 006d021491bc7-679a47a1febso39786424eaf.3 for ; Fri, 27 Feb 2026 03:31:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1772191886; x=1772796686; h=content-transfer-encoding:cc:to:from:subject:message-id:date :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=AsieFJelUHYoYx8uwZlu/yTW1LQ1QmoaX3tUx/B1MzA=; b=CiWcsMDTWAWu/Tm5JTZMmesdaOeY3JPIIec552MUdda7+5S1vbPFK6Uuew77O+9vrl Rxc3RwSl+yqligFydyEWqLoQHif+AumhJyu33BIII7M9S1kJ7kpcFYqiZtTiH8+OFUmx FhSoxFEsYr4M6Ax7XaBSqXiUSQIQ8py3+yALAyD0B7bV5g9S26xAPOZlOCmTm5LKWAsE GrE84wkK94TqMM0dVum3XlCqhccHhpqeEvHAmEL/DEY5QdbvzSsWKQV9bpF1QYgEYqOn Ow3HMQgLWyWs152lzprKM2CGGdwp3GZKvb1L1fEMhRvS5kL9sxmlHneyq1PLl+Bg3bPv Y1XA== X-Gm-Message-State: AOJu0YyQ4n4nbHlDoR6G04I2JutdJDBSrY9VgOJRL0y8jDob0XcYe/1v vOQhO83IVtUIg7FgMhmQAxIKe/bggEN8UZ49KFDPO9DB30yNzRrP9XIa+G5GfJ7V2RaoFBwggY9 SGj51tAM7gIdS6Ew3AZ73Y5B7s54Ue+Ee5UF69dsaAY0WvhTV1CADdD0UUWI= Precedence: bulk X-Mailing-List: syzbot@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a05:6820:822:b0:679:dd50:1445 with SMTP id 006d021491bc7-679faf0c997mr1568007eaf.36.1772191886386; Fri, 27 Feb 2026 03:31:26 -0800 (PST) Date: Fri, 27 Feb 2026 03:31:26 -0800 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <69a1808e.050a0220.3a55be.001b.GAE@google.com> Subject: [moderation/CI] Re: mm: zone lock tracepoint instrumentation From: syzbot ci To: syzkaller-upstream-moderation@googlegroups.com Cc: syzbot@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable syzbot ci has tested the following series [v3] mm: zone lock tracepoint instrumentation https://lore.kernel.org/all/cover.1772129168.git.d@ilvokhin.com * [PATCH v3 1/5] mm: introduce zone lock wrappers * [PATCH v3 2/5] mm: convert zone lock users to wrappers * [PATCH v3 3/5] mm: convert compaction to zone lock wrappers * [PATCH v3 4/5] mm: rename zone->lock to zone->_lock * [PATCH v3 5/5] mm: add tracepoints for zone lock and found the following issue: kernel build error Full report is available here: https://ci.syzbot.org/series/cfcd7061-63fb-4da3-abcb-ea888afce613 *** kernel build error tree: torvalds URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvald= s/linux base: 3f4a08e64442340f4807de63e30aef22cc308830 arch: amd64 compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp= 1~20251221153213.50), Debian LLD 21.1.8 config: https://ci.syzbot.org/builds/f7743631-8ec3-49f9-ad7a-3e99f580cd4= 0/config kernel/power/snapshot.c:1254:27: error: no member named 'lock' in 'struct z= one' kernel/power/snapshot.c:1287:32: error: no member named 'lock' in 'struct z= one' *** 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. The email will later be sent to: [akpm@linux-foundation.org axelrasmussen@google.com benjamin.cheatham@amd.c= om d@ilvokhin.com david@kernel.org hannes@cmpxchg.org jackmanb@google.com k= ernel-team@meta.com liam.howlett@oracle.com linux-cxl@vger.kernel.org linux= -kernel@vger.kernel.org linux-mm@kvack.org linux-trace-kernel@vger.kernel.o= rg lorenzo.stoakes@oracle.com mathieu.desnoyers@efficios.com mhiramat@kerne= l.org mhocko@suse.com osalvador@suse.de rostedt@goodmis.org rppt@kernel.org= shakeel.butt@linux.dev surenb@google.com vbabka@suse.cz weixugc@google.com= yuanchu@google.com zhengqi.arch@bytedance.com ziy@nvidia.com] If the report looks fine to you, reply with: #syz upstream If the report is a false positive, reply with #syz invalid