From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) (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 5E7E041E4D for ; Fri, 22 Sep 2023 17:16:08 +0000 (UTC) Received: by mail-pl1-f169.google.com with SMTP id d9443c01a7336-1c5db4925f9so17205595ad.1 for ; Fri, 22 Sep 2023 10:16:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1695402967; x=1696007767; darn=lists.linux.dev; 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=ICBL/Q4jbf7cf4gR4zY8Pazn4MfjoBlTiYldqzQrKlk=; b=RdV6OnnT5VQPxEKcVJ77ryBYMzMaOZrAEpBovo4Yh6+SBlnxTJHQys11yLgB4+KvgT DKf4AyVaUZc9aG24UAGJ7TfqVsGk6GzMQXrv2IMGhLcvsvmOkJgJrWJGCsTNEdjMgJvm a1a8N8dzeHOhwvahkaXrQvzLhmPvghM7CjQNo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695402967; x=1696007767; 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=ICBL/Q4jbf7cf4gR4zY8Pazn4MfjoBlTiYldqzQrKlk=; b=Rbe0apw8Pqabi/NShh7bUayyrxW7uR7QoflptJcIEESMSC7nXHuuWPC6J/9DH8Jf16 stfOJIHKoiJ+AljvGRqHQzVGGT8tAQNFgzvMFB2heFfuHntzvJuaPg0BSPT2R1VuJ8Z/ 9qY8IhYUcFa3EE3fSRx9Osl2hW1mZS3CHF5NZvkAQsPg7d+7amOmC2drV30JTY1/42T/ ykf5f21+wcwdpE2OnH2cXUVFYhf/gHuUYHamkMw6NQ1HgQ3LyoVjNJftLvdf22ZsKALC 0NwaQkoT1/D42cJRsOiETSaiVD+aOhKmBsHd2F5FeVExahB0dkIDRvhbumu1lfs59kJc s4DA== X-Gm-Message-State: AOJu0YwE8zJXuGhBvmDSurlzJIrBSDt8sNTUNmbwipG8WcRECmHxuUX9 HqHJccz+i+qPoqYSU7haxIqHjA== X-Google-Smtp-Source: AGHT+IEetMJnHs5bBcV9L3R6HPyKeQTS1z7sgSklrhHfcojQhz5I0wr5ShzBfZ21ocAxIbhohXa34w== X-Received: by 2002:a17:902:a416:b0:1c5:ecfc:2650 with SMTP id p22-20020a170902a41600b001c5ecfc2650mr2175732plq.14.1695402967593; Fri, 22 Sep 2023 10:16:07 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id ji18-20020a170903325200b001bdbe6c86a9sm3742195plb.225.2023.09.22.10.16.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Sep 2023 10:16:07 -0700 (PDT) Date: Fri, 22 Sep 2023 10:16:06 -0700 From: Kees Cook To: Vinod Koul Cc: Hector Martin , Sven Peter , Alyssa Rosenzweig , Ludovic Desroches , Tudor Ambarus , Lars-Peter Clausen , Zhou Wang , Jie Hai , Andy Gross , Bjorn Andersson , Konrad Dybcio , Green Wan , Orson Zhai , Baolin Wang , Chunyan Zhang , Patrice Chotard , Maxime Coquelin , Alexandre Torgue , Laxman Dewangan , Jon Hunter , Thierry Reding , Peter Ujfalusi , Kunihiko Hayashi , Masami Hiramatsu , Yu Kuai , Greg Kroah-Hartman , Jordy Zomer , Jernej Skrabec , Nathan Chancellor , Nick Desaulniers , Tom Rix , linux-kernel@vger.kernel.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-tegra@vger.kernel.org, llvm@lists.linux.dev, linux-hardening@vger.kernel.org Subject: Re: [PATCH 00/21] dmaengine: Annotate with __counted_by Message-ID: <202309221015.AB63726@keescook> References: <20230817235428.never.111-kees@kernel.org> <202309151307.F3341BD5A@keescook> Precedence: bulk X-Mailing-List: llvm@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: <202309151307.F3341BD5A@keescook> On Fri, Sep 15, 2023 at 01:08:30PM -0700, Kees Cook wrote: > Just a ping on the series... how do these look to you, Vinod? > > If you want I can carry them in my tree. Please let me know. I'm now carrying this in my for-next/hardening tree. Let me know if you'd prefer I drop it. Thanks! -Kees -- Kees Cook