From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ADE0D30EF89 for ; Mon, 13 Oct 2025 15:20:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760368820; cv=none; b=BgTNG1ezzaRl6cEq0WVHbdUeesYw5R4KEq/9JGkIc/GNVRC8aY1qtEoXGVu0WFXBIufAxfSs5xCOjnuY+5YRc2XI65jdPz90MiWm8n6WqfY98YxxjGOmsk71g+Zhln6WhmxoOkePt/L589auDswrrtPIfH4pzf7St2K5N7mNW94= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760368820; c=relaxed/simple; bh=PFaYvUtfwypEwtqdARMSFoeL4t/V8z+o8OUvfqtjbD8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=meOSDK7efkXC6me0flOlxFwJRbnIOD18pvxKhyyRw9NoDfqVO8chebN2OkTKoabaVWJrLjsgmvmKTth1BWMCZRagcgz2p3sURJKtCsxBFauI+mcNtnS0TOz0IUrMR9CKDdIoc3VCtHdITx7GLpL0Rj+7KQe9ettnRv42hylR19w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b=qTl7zyHF; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b="qTl7zyHF" Received: from trampoline.thunk.org (pool-173-48-82-170.bstnma.fios.verizon.net [173.48.82.170]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 59DFJt6E000730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Oct 2025 11:19:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1760368798; bh=z4afYviEUW1P5vHEpJ0iLnunzbgx2ymQKgHSSc2Tfos=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=qTl7zyHF7e6COxSbX1d411amQK/5Lt3jJe5tBnOquyTAxqLGTbwhYO7lrNbCQ4vma NRTa2PEWRze790sWF1mACtDI0cZ7541h3Sh2+XnAANiqaS1zS1Nyds/kvXjA79tY8s x5bLYlwA/bE5+MhZB8+Gbqpkwh7yi9enezydtkOKXmzV8hg5xVFqCMmCwJuzuHQiuC vF45c+Md4Gjf72WkmoELlD1y7binCftOc2Rj8tpXIzm50BTa68xpLvr6bukF+OknTb pMUbGQ6CErPKju23qw304W8UK3hOSO0CZayI8h1A0rk0XxDb/XgjjcSIxWiC0lxm29 jztHF5gl2XhgA== Received: by trampoline.thunk.org (Postfix, from userid 15806) id 9E6F02E00D9; Mon, 13 Oct 2025 11:19:55 -0400 (EDT) Date: Mon, 13 Oct 2025 11:19:55 -0400 From: "Theodore Ts'o" To: Borislav Petkov Cc: Konstantin Ryabitsev , Daniel Gomez , users@kernel.org, Luis Chamberlain , Chuck Lever , kdevops@lists.linux.dev Subject: Re: Forbidden requests for kernel.org/releases.json Message-ID: <20251013151955.GH354523@mit.edu> References: <20250410103037.GCZ_edzWEQSfxV880T@fat_crate.local> <20250411-talented-elegant-earthworm-e741ef@lemur> <20250415090144.GAZ_4geJqztHoDjnRM@fat_crate.local> <20251013131539.GBaOz7ezw1jp5ZCaiw@fat_crate.local> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251013131539.GBaOz7ezw1jp5ZCaiw@fat_crate.local> Konstantin, I wonder to the AI bot protection versus CI tools that need to periodicaly track git trees so we can do tests would be to set up a read-only gitolite account? This could be using the ra.kernel.org, or it could be a secondary server, since we only need read-only access. If each CI builder has their own ssh key, you'll be able to track if a particular account is being too abusive in terms of load on the git server. - Ted