From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f71.google.com (mail-oo1-f71.google.com [209.85.161.71]) (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 9F96D1E3DE5 for ; Wed, 28 Jan 2026 16:14:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.161.71 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769616845; cv=none; b=DjVpZzJY6jqURbzQeTjvKH4mD8WpyhxLEfOfG9rHSrzPKpCpu13AsMMyUyTHLBL6TXOh++6xZ2L5qBpYn1priv/tF9nIOeYnGjxZBit99cIMgwEU/WjHQ5oWdJQgCADVJ7fM7uIB/80ZUnDsnXXHQ0o7ZcM/85YFpQtDGB3NxmI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769616845; c=relaxed/simple; bh=ZzpCVp56Dp3gFNl7ucTjQ/L+Ef26ffPhcishn60TNsA=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=qCtSNxfS9yh7FlpHvQmIlasTD2XqkHO3DzYuoOn3jYOcaGcb3lUSTeuekH8s5gluhmHjEpvmT3poPy8ZfO6pdM/SvqffSze067ZMwhDo54KsxhYSkYhU0oJHx2leHSn2tkais1f9HbzAu1cGncbbosQHqk+wIkPIArvt3HJi3aE= 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.71 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-f71.google.com with SMTP id 006d021491bc7-662c90deacbso80884eaf.0 for ; Wed, 28 Jan 2026 08:14:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1769616842; x=1770221642; h=to:from:subject:message-id:in-reply-to:date:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Hd0xsmvhhB6psN8mDn5yQSWfTY0prvh/qZ9Nd1K9zXk=; b=lseYyB8Ow/eNyiIsp5+lDDs0FLWFhybZ7B6wh9+bJDBVHZP9dj2smdHkujgt5qVTIh iymMKkpZfxH14uBuD0UDsXnxP8Ky4RViPGzSPJDc6S8nPWXdAY++JGdgZSxGSIilHwQX NupO2VYTB9CI2oqY0VOgZyemXV6xuh56r87/qROMqzg9LltxHmWW2RhfhpCDmNkYvwfU ceg6BhurOtR9iftgE+mlMKxHwbVlRYmcrkFAxwP5KJ0hRzgfu1uihXkqpYLVkkdl6sNC tjLI5lvvUyi6NFjLBGWhwTuX3iNzDW0qd1hOO1sl6enj/gFBI32tj5GB59UZbTtuhZgz HMRw== X-Forwarded-Encrypted: i=1; AJvYcCUT4x10QXT7wkwPAePQ0zF2OAcSkp8o4KjCaIwaWtV2lOHY/0rLlxgPWkIeRdJp4y7vbIwuRjl9hX61DkQ=@vger.kernel.org X-Gm-Message-State: AOJu0YweXe0fMhpB6VMGlgmZ0xvJK4OFc3K3rIPNj/pk+Zw+3VOL3rSn Z7C/GXUvNkNGZNYO+dblOOOCkZXIO/BnwsID5pdKY7Gk1lOWEuY6+vpgSrkVI4V8reod8bwWNhK nOYZ84mcTOLKO8uwIANy4F7j72Raec3duOjtfgwoM+Zs/83cgU4Q1Y+zfhFs= 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:6820:4989:b0:662:fdbc:df21 with SMTP id 006d021491bc7-662fdbce1b4mr960326eaf.68.1769616842607; Wed, 28 Jan 2026 08:14:02 -0800 (PST) Date: Wed, 28 Jan 2026 08:14:02 -0800 In-Reply-To: <20260128152000.51764-1-aha310510@gmail.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <697a35ca.a70a0220.9914.0003.GAE@google.com> Subject: Re: [syzbot] [serial?] general protection fault in k_pad From: syzbot To: aha310510@gmail.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+4b914439b1ce3f6b1baf@syzkaller.appspotmail.com Tested-by: syzbot+4b914439b1ce3f6b1baf@syzkaller.appspotmail.com Tested on: commit: 0a15f43b Revert "tty: tty_port: add workqueue to flip .. git tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next console output: https://syzkaller.appspot.com/x/log.txt?x=15d0e58a580000 kernel config: https://syzkaller.appspot.com/x/.config?x=965ade6b4c731635 dashboard link: https://syzkaller.appspot.com/bug?extid=4b914439b1ce3f6b1baf compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8 Note: no patches were applied. Note: testing is done by a robot and is best-effort only.