From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f72.google.com (mail-ot1-f72.google.com [209.85.210.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 48EA23A89DC for ; Tue, 20 Jan 2026 07:54:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.210.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768895701; cv=none; b=h5m/ZUwOFJErAT4Xf19Bzeskni/wre7ETfBzuZKB9aexw7BGZaXPkI4D/pBguD2ZTSt3SlABHVMDkWsfPkY18ji5X/OQf3H1qm0wRq+w4a6DmQKSuBy2KERIAT1kjiml9Xk2Tf5T2sAhuwXR6qg2xnlTN3bZCfVHvlcvCaXe+Uo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768895701; c=relaxed/simple; bh=8mJcvFd4e6Z0onxk+tHHydjoN9wcP3W1cW3oRNQ5zLA=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To:Cc: Content-Type; b=ON6CUohh91Hi2e0+pZ/v6Sha3Of0YW0NjNzH0IzFnBOH2whpja1Gfn9yubDWhxTFwUAqTZ97vHETK3CmZ+9JeSd0+hqLITBFJCPd0P6DtE3gBt2IEP9p2LQaqpc4IPoQGWlXA2j1fhZQWeYitjzqGO2SKV7WKkyQihDLjqx4XA8= 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.210.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-ot1-f72.google.com with SMTP id 46e09a7af769-7cfd9a9c1beso7387086a34.3 for ; Mon, 19 Jan 2026 23:54:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1768895698; x=1769500498; h=cc: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=7/3PGJs1oVMllznobx6ZsBCrvgUhaEU1VZu2qHu1Fzw=; b=DGPKUTvnU31RvvdBSv7ZlcTrQdMODZ3pJzjo0fApyNcWF+cHZIIJpIsDnsuVBX35QK Kb5KvdX1BIxquQpCwZYbQRH4c9QHxesIQL2faI1r7KZH2G9yDdEMCw7/ZN1/60840TTV +3WbUoS22xjGSKo0Gv+wzD+nY8/Lwe20zC2KftSvRSHkaKpvev4EFYWBKWvnWhFTrQkH y4xPTk7TwlK5EecFsdgSedpVT9CkMrKZyi4Vh5igriSH95Ar+EdFwxdaVExcMS0+ZE/u l/vqkvgLWoQmXqW68DPpjRb77cFufqHSy3jOnOFMawltJnxGjrzYXqIhgXVNxp2WHpCo KoIw== X-Forwarded-Encrypted: i=1; AJvYcCVxLe4I4+0luCEzFiYkbtZd/H76R8JbxySk5kvWx3/KVV81x6Zdb2C4aRlrrUg/Boh1t7LCN6uSWe7wrtU=@vger.kernel.org X-Gm-Message-State: AOJu0YzGkAh4NhJfIrQvzhehFxrdCDhItUcPom44zvAmDbepoqzSOL5W M5U1G5UUzsbQY89micfXbCSTWITWCti/rXoBz5T/831upnokECa3uhwoUTPzvTTOimFQIf7year +WrSXg4HYjoRwwRb9L845s0MAwvDzKL2ep5EKs0/ntbP1IzDaVjOYMs6wRz8= 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:4c14:b0:65d:ba7:f672 with SMTP id 006d021491bc7-661188fa442mr5042056eaf.27.1768895697999; Mon, 19 Jan 2026 23:54:57 -0800 (PST) Date: Mon, 19 Jan 2026 23:54:57 -0800 In-Reply-To: X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <696f34d1.050a0220.4cb9c.0003.GAE@google.com> Subject: Re: [PATCH] mac80211: Fix and improve debugfs TSF access protection From: syzbot To: johannes@sipsolutions.net Cc: arnavrawat2000@gmail.com, johannes@sipsolutions.net, kapoorarnav43@gmail.com, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Content-Type: text/plain; charset="UTF-8" > On Tue, 2026-01-20 at 01:10 +0530, Arnav Kapoor wrote: >> This patch comprehensively addresses reviewer feedback on the debugfs TSF >> access protection: > > Please go away until you understood how that contributing to the kernel > isn't dumping reviewer feedback into an LLM. > > johannes I see the command but can't find the corresponding bug. The email is sent to syzbot+HASH@syzkaller.appspotmail.com address but the HASH does not correspond to any known bug. Please double check the address.