From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5B36C54EBD for ; Fri, 6 Jan 2023 19:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235773AbjAFTZE (ORCPT ); Fri, 6 Jan 2023 14:25:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235657AbjAFTY6 (ORCPT ); Fri, 6 Jan 2023 14:24:58 -0500 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84F8476813 for ; Fri, 6 Jan 2023 11:24:57 -0800 (PST) Received: by mail-pl1-x632.google.com with SMTP id jn22so2620276plb.13 for ; Fri, 06 Jan 2023 11:24:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; 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=fiUE7qV3TeV37sE/MZLGbTWtsmtid5YxK7EKlhT6SGg=; b=MXH8ZdJjYceMJd78W18JC6QxLzARKE3ZtdTSLjQwai1d3HdQPJ4fOdw2sEpu8yOMN3 I51Kadx9i3axJMZ0Kvw3GWIn2uq9Va+t0zMmXjj50Taw3qrHOG+4OEO1DGh0Jb7O9raH nEqmB/bNEPCTQPOLc0APx/JhQ6E4JMVU4MKHA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=fiUE7qV3TeV37sE/MZLGbTWtsmtid5YxK7EKlhT6SGg=; b=TBHDZFa3YC2dqsuhk6SG09yOOPHwqEaMOd8cv8hMonAdM6PpsB3n7PUS0PfHODsv0E TkrqXB4V9n9kaWZU3/giMRpR3z+liW0lQmzXBWdpAFWVnIvJMHfTOkfhl/51wywwdzdS HDx3lQAIDVUcvMzMjp99/soOBwDV1T8cQ/QhQoNHg60E0BLiIPgirzWY7u9xfLQLipwF T2FfR9RE2nF+S6zxapOg/CojZr7eH94WOZX9gbTJaUSnM7LVA9cXehOOW734Nd3s/52q iHE5t0iesRnCH7hN+hcQqqBiTOkweM/h/I45enILAsIONq5KNJTjOcD+76UPqz2hMjPY ZfUQ== X-Gm-Message-State: AFqh2kpM6SkAaaaJ1R3+88LJQ9+e+bwTYnikq7EfjPdbkN46CtGVWzzg 9mJOPsRJs/3v50mJm8h5jNnWTQ== X-Google-Smtp-Source: AMrXdXtYF5piKCXiUZQXel2DI8vWqRDQ2w9OM/03QCu8R/HdiOeb5HUA7z5UHy5QM+F6NCGh5/i7qw== X-Received: by 2002:a17:90b:238d:b0:225:cc25:8037 with SMTP id mr13-20020a17090b238d00b00225cc258037mr52191457pjb.31.1673033097054; Fri, 06 Jan 2023 11:24:57 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id u6-20020a17090a410600b00225dfb6e8b3sm3164308pjf.11.2023.01.06.11.24.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Jan 2023 11:24:56 -0800 (PST) Date: Fri, 6 Jan 2023 11:24:55 -0800 From: Kees Cook To: Thorsten Leemhuis Cc: Coly Li , Kent Overstreet , linux-bcache@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH] bcache: Silence memcpy() run-time false positive warnings Message-ID: <202301061124.E4F9C502@keescook> References: <20230106060229.never.047-kees@kernel.org> <132043f4-d19a-911d-04c4-a24fdf89153f@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <132043f4-d19a-911d-04c4-a24fdf89153f@leemhuis.info> Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On Fri, Jan 06, 2023 at 11:01:05AM +0100, Thorsten Leemhuis wrote: > Credit where credit is due, this should be: > > Reported-by: Alexandre Pereira > Link: https://bugzilla.kernel.org/show_bug.cgi?id=216785 Ah-ha, thank you! I've updated this. -- Kees Cook