From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) (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 7EC2536A for ; Thu, 11 Jan 2024 00:46:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=chromium.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="nXEUmyV6" Received: by mail-pf1-f181.google.com with SMTP id d2e1a72fcca58-6d98ce84e18so4070284b3a.3 for ; Wed, 10 Jan 2024 16:46:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1704934018; x=1705538818; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=t87NqtyBPvlDEi+zC7NRG9tmb6vZw5mh2mfvHigIApg=; b=nXEUmyV6Y7oaEDtTOnmTEGB8h4Y2m4GmvaG4En0bTDuYDxvom700gusAGp5IAZkyV2 jwbhYzu7GxSQ6tK9dH1471gh/mYyNly6wLYyzji0E2s6fSK3ELlaaLbuUtcoIGNZMO4r 42LEduN9faiykWKmCmg8Rfs19bOPj+FVdy9io= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704934018; x=1705538818; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=t87NqtyBPvlDEi+zC7NRG9tmb6vZw5mh2mfvHigIApg=; b=cTO6OB+0U1bCusbkJrHnigg+cNO/+L/Gy/8F0jM+R1kO9a1T+LcdkhYMk5sIo/9AFb 01ioTDM8ZEIrYEp8pURIfpjaa9L5M8VIIfUj1c4G2l4D5TiU4RfUSn3ncY9GCagElZAq oSTa7WOiyLtSsvKFQ6enLhU0FGErkICW7/9pU3LNIaS3dVSnTD1YNebeLShaVCX6A4RM avWjCI9GK9G8D1JX27HYAoQvGhYu7iAG1GEMjHUKWewIlwlvhvXBQp7ihigSMQtCm7K6 zyO93+d/bjS9psEe27vOT/GlCEZkGK+aTdx9O+l0RsMZu8dyCtPUxCDPsn6UctmpMz6t 77LA== X-Gm-Message-State: AOJu0Yx2k8bAESHonLEp7niyeIzW66BvNWHqRzxqfcdJvjQACq+J8/D5 E65M5K5mdy3SFjJZP/o0ywEro4arAP1P X-Google-Smtp-Source: AGHT+IElx42r49I/rD/jaQ/XX+0UmK9popst9yB9ZIH+PZO50+ExBJt8eCpRJe1aLP/aJwLheiOXYg== X-Received: by 2002:a05:6a21:2792:b0:199:a1d4:76dd with SMTP id rn18-20020a056a21279200b00199a1d476ddmr229060pzb.93.1704934017955; Wed, 10 Jan 2024 16:46:57 -0800 (PST) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id h18-20020a056a00171200b006d9ac481eccsm4150239pfc.220.2024.01.10.16.46.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jan 2024 16:46:56 -0800 (PST) Date: Wed, 10 Jan 2024 16:46:55 -0800 From: Kees Cook To: Sergey Senozhatsky Cc: Miguel Ojeda , "Gustavo A . R . Silva" , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , linux-kernel@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCHv2 2/2] Compiler Attributes: counted_by: fixup clang URL Message-ID: <202401101646.61CD91B@keescook> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jan 10, 2024 at 11:58:18AM +0900, Sergey Senozhatsky wrote: > The URL in question 404 now, fix it up (and switch to github). > > Signed-off-by: Sergey Senozhatsky Thanks! Reviewed-by: Kees Cook -- Kees Cook