From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa1-f72.google.com (mail-oa1-f72.google.com [209.85.160.72]) (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 BE95D33EAE6 for ; Sat, 28 Mar 2026 09:08:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.160.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774688928; cv=none; b=JJtviCGbGtM/Vqd10sWEve5FlkQTlVe5fOpNwOeqDRIb+hMZTXeVmeFzkISwBBhkGQhEtvf4MaxYuDpiXN8QllWU6lCBcRaSty/R2c1Ga6gED8S7RXtUDLA83/8pCrgpDGg9vWOgLQxFwCw5t9Wf1bL2dh+2VCYNUAsxRc443q8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774688928; c=relaxed/simple; bh=l5drVp6HhZs48w/aWKmj5KvXCsNoY4NsjopF4M+NYf0=; h=MIME-Version:Date:Message-ID:Subject:From:To:Cc:Content-Type; b=hL976A+355ErJiIbCpcHzbgwOMlF/HCjbHiZC/C630HQwj6izpW4hQcsW6a0ZAC8L3FdLigRSZ4eqINO3rcBsIbWJVpn/yk6wQKcVC9jMJvMMUGAHa4Ao4r836x9faYoPtWrHA1qOuBElMoF3rqXpVJZpSGnmAWKbMtJDdYDx4c= 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.160.72 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-oa1-f72.google.com with SMTP id 586e51a60fabf-4171fdb5a67so5850032fac.0 for ; Sat, 28 Mar 2026 02:08:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1774688925; x=1775293725; h=cc:to:from:subject:message-id:date:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=+F+ZUd4bs3rIGbr6aOegg3Z0vi0nurUe9eXzzA7prSQ=; b=EV6JhMzHytABbfu+B5OWIWUIIubfXftsq6/JwbDACuh/3yzfMURhnO+8jYUFBMZzce EhFTtHvZy7auhehPn3bcrBBysDunhvYSwGFNBtkpYW+An/b/7dxy5n0ZuMnxS7x37uvE u8IWHlvMTO6+Cf0iQE4JtNxD/L7p6u9JGKOW2Zc4H8+VjmGXYVzBn6S+VC7j3dOnTZDf thk8/8Vb8yJ9Xd8Xj6xOXbhu9ZTi4Gpteul7yc3kg3gWo+NU+tT8dr2WbqDlYg5XVrZ/ Y0Lz58q9sjYnFIrlRRT+Wb9u/K4r52A68sOVNYRJ5j5ZwUiqbkEy+I3Lg47SSKWadrbG i9fQ== X-Gm-Message-State: AOJu0YwP0xJ9z2ZkyqbRFCPhOuWTk6BPo8fXa/8oCe0l0DTOKc8AQXNJ hiqQy3gzq3Z16vNAfb77acnd5i6gWsdSx84m4Gx0C8wLnP/6EMiUiwkr/AEHRm47MPgA+FXlPhu ePf2wlExmvSgRZx57s/oXSQkinmksIhYcsoVq8qAAxwEuCIWqv5Cv1HfIQeQ= 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:8c1:b0:67e:160c:36c1 with SMTP id 006d021491bc7-67e187057famr3016164eaf.43.1774688925680; Sat, 28 Mar 2026 02:08:45 -0700 (PDT) Date: Sat, 28 Mar 2026 02:08:45 -0700 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <69c79a9d.a70a0220.128fd0.0022.GAE@google.com> Subject: [moderation/CI] Re: mm/swap: use swap_ops to register swap device's methods 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 [v2] mm/swap: use swap_ops to register swap device's methods https://lore.kernel.org/all/20260328075812.11060-1-21cnbao@gmail.com * [PATCH v2 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c * [PATCH v2 2/3] mm/swap: use swap_ops to register swap device's methods * [PATCH v2 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_* and found the following issue: kernel build error Full report is available here: https://ci.syzbot.org/series/23dccdde-60f2-440f-89e6-48f95e5d6901 *** kernel build error tree: mm-new URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/akpm/mm.git base: f46991f1780ef97efff3b668627b763581032067 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/b11bba51-0720-43ff-a406-eb63b35516b9/config mm/zswap.c:1057:19: error: use of undeclared identifier 'sis'; did you mean 'si'? mm/zswap.c:1057:32: error: use of undeclared identifier 'sis'; did you mean 'si'? *** 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: [21cnbao@gmail.com akpm@linux-foundation.org baohua@kernel.org bhe@redhat.com chrisl@kernel.org kasong@tencent.com linux-kernel@vger.kernel.org linux-mm@kvack.org nphamcs@gmail.com shikemeng@huaweicloud.com youngjun.park@lge.com] If the report looks fine to you, reply with: #syz upstream If the report is a false positive, reply with #syz invalid