From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi1-f197.google.com (mail-oi1-f197.google.com [209.85.167.197]) (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 B70922D781B for ; Mon, 10 Aug 2026 08:31:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.167.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786350664; cv=none; b=Nnf3BmGok8yV3U5VN6+Lb7HB5A8+75vKZb8/5cHyW/lhtyjH3xJNzbgMigZcsDUb/pbezXH5pxvWrm8STV8HHw1M6GM/avYZkuoso7iAKuMfMynZyGwzhBKFMadP22ZB7u7T9RRoO6gxszF7YNNdf92m6jkY6jrzmFQeVbV9H/g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786350664; c=relaxed/simple; bh=L3OBlUA2bqNdBz1nys7lxN+ctmQraPqOxi1p/xM7yxU=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=CnvtGzrOQ0dJua0RmjlfAEYNZidrxR1S/5sfhOqrPq8S/6SayikCjAKQiSDQckifFeDkM+ZyhAyY2g+hIHWrBZRZ/+8z7gI4ahJhYfMZ4sm0E5kLLcF2gRJwHJkMBS5ncj+dISibXM7Mb1FGNpVFaCXLjlNc/Y8rqnabHGG4k2s= 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.167.197 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-oi1-f197.google.com with SMTP id 5614622812f47-485ebc5706cso5250479b6e.0 for ; Mon, 10 Aug 2026 01:31:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1786350661; x=1786955461; h=content-type:to:from:subject:message-id:in-reply-to:date :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to:content-type; bh=j1oFwxyJt5vpuOKQCQX9ybm5XgT6AoTkl7FvYsJZ1w8=; b=e8mKCw6G1Z8ie10+ZXAV7cdT1iZdV454iwUjXhvBUFPgEu9OIPurmSLRoJZoc7utYZ IbMadN9Fy47vrPrdQGjs7gjkOHeDhdl5OemocL1pa3XHPIXmhsOYvEG62qS8R778vrr4 TlhQIKBB6f0e6H7g3DAqXTHlI0h2mhkc2YBY6ONB03+Bc9jRfedmbWc436ZNuV2B1N1P EL2Z5xhrJ5a7Oe0Djq9lVk6+a1Ywq88+4hWI+YykEteT0ISxPELBoa3L/5J2O5FxgBrS E/DUykXrm5DZXhpXVj5NU5cEseU0mosdU1yO6+RitYWr20yWjIqw8o2dWD5BBhTGd6Dr 9HeA== X-Forwarded-Encrypted: i=1; AHgh+RrNdI69pN3HTsiCVi5MqlBW83AU2h8qWHHur2TrWtMMgW6Nww8kYaw2vBEWl2bW4RmDImS62AAU9f2xx4E=@vger.kernel.org X-Gm-Message-State: AOJu0YydfpTuEa0EImh5wfQTeRaowPqRN6gHwc13L/KMSolHlxtvj+/3 8oH3wXF3oyLUTN9eEUBJlr/QS89Ss4xZzOcv5FiMzmnchtAjKgspEl8+oXjRNxB9lqObW/IO0JW xBR+Pdx1pzMAD7e8g51v1buwW0pHW8FPRoDJfvFEeZIsawpF+yCx0e8H6EOA= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a05:6808:1824:b0:4a4:cedc:6859 with SMTP id 5614622812f47-4b1af69b549mr9532941b6e.4.1786350661672; Mon, 10 Aug 2026 01:31:01 -0700 (PDT) Date: Mon, 10 Aug 2026 01:31:01 -0700 In-Reply-To: X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <6a798c45.b50370da.49fe0.004f.GAE@google.com> Subject: Re: [syzbot] [usb?] memory leak in hidg_bind From: syzbot To: eadavis@qq.com, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Hello, syzbot has tested the proposed patch and the reproducer did not trigger any issue: Reported-by: syzbot+60740c6a17a5b5eb1f5a@syzkaller.appspotmail.com Tested-by: syzbot+60740c6a17a5b5eb1f5a@syzkaller.appspotmail.com Tested on: commit: db2ddb87 Linux 7.2-rc7 git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=16b92079580000 kernel config: https://syzkaller.appspot.com/x/.config?x=6843f8fd2336602d dashboard link: https://syzkaller.appspot.com/bug?extid=60740c6a17a5b5eb1f5a compiler: gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44 patch: https://syzkaller.appspot.com/x/patch.diff?x=151c2149580000 Note: testing is done by a robot and is best-effort only.