Message ID | 20211201070728.3114247-1-hiroh@chromium.org |
---|---|
Headers | show
Return-Path: <libcamera-devel-bounces@lists.libcamera.org> X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 4ACADBF415 for <parsemail@patchwork.libcamera.org>; Wed, 1 Dec 2021 07:07:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8BB7460723; Wed, 1 Dec 2021 08:07:38 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Gbx7cCYs"; dkim-atps=neutral Received: from mail-pg1-x52b.google.com (mail-pg1-x52b.google.com [IPv6:2607:f8b0:4864:20::52b]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A297960592 for <libcamera-devel@lists.libcamera.org>; Wed, 1 Dec 2021 08:07:36 +0100 (CET) Received: by mail-pg1-x52b.google.com with SMTP id l190so22627026pge.7 for <libcamera-devel@lists.libcamera.org>; Tue, 30 Nov 2021 23:07:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=04k+W1XnrWIHBeI6ZH/b/JfE7ejsgYLrldfC+AWpxao=; b=Gbx7cCYsg3UgxNDEpoFeRNr/1CM4T29uN6BGZkvhItqCeL7a2ZqJrKZQaLBB4MJOpu 8vF6Vp8AkoF9OVXrgh8v5W8is2i3izCyWVQXUpZlF2Y4euAKcdm8mRKPux8rvOjl3egQ PBKV6snBRcBYyarLXLShJ9Um1AAAyNYSysXPo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=04k+W1XnrWIHBeI6ZH/b/JfE7ejsgYLrldfC+AWpxao=; b=sydsTjU+0NKxDPSJybMAvjit1ozDlbW11+ZzWeCFvaPXd84dWoCHyr+UEsNJkJcfVx cutllHkwiES1sZ0ZgQw/aaVIDuZ0b/AZRFxyrsIDQTTkql8rmyij4oq6UYDMCGZG/23D worPbgZOcnflZgwMQlHvrBLcLtaOk8qLJ2Htz6f2+HfdjdNMjReOu0o/x11xJP+n4/Cr HM6jF61Y7O86JYgceIj713msmBd1/sroglIm92xe6Ul8WyHgGCF52UXF80UDlv05mbRK LrHgOO5VeMoWzndIKmg2jp0wA45vxom++Zyl/KQxGgE+UDvD/SLIt6NkFUUhYrWWuJkd YZkw== X-Gm-Message-State: AOAM5302tpvMBcxzTYTw8DsRG+oXpbVK+d2IdlEcr4YC7TL3qdx7nk3I M47IcGJLsnUHE4KmMiGyB1BMHlo70xAfqw== X-Google-Smtp-Source: ABdhPJyLLTHUKQ5+I2Aithsr1iGgU13bePizY+EyZ7f9UvAWdjZC2x7npCn/YS8Sd0mtwFkCyDW4LA== X-Received: by 2002:aa7:9207:0:b0:4a4:f59a:9df with SMTP id 7-20020aa79207000000b004a4f59a09dfmr4131987pfo.63.1638342454570; Tue, 30 Nov 2021 23:07:34 -0800 (PST) Received: from hiroh2.tok.corp.google.com ([2401:fa00:8f:203:3892:a049:59ba:c772]) by smtp.gmail.com with ESMTPSA id m10sm16598962pgv.75.2021.11.30.23.07.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Nov 2021 23:07:34 -0800 (PST) From: Hirokazu Honda <hiroh@chromium.org> To: libcamera-devel@lists.libcamera.org Date: Wed, 1 Dec 2021 16:07:16 +0900 Message-Id: <20211201070728.3114247-1-hiroh@chromium.org> X-Mailer: git-send-email 2.34.0.rc2.393.gf8c9666880-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [libcamera-devel] [PATCH v4 00/12] Introduce clang thread safety annotations X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <libcamera-devel.lists.libcamera.org> List-Unsubscribe: <https://lists.libcamera.org/options/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe> List-Archive: <https://lists.libcamera.org/pipermail/libcamera-devel/> List-Post: <mailto:libcamera-devel@lists.libcamera.org> List-Help: <mailto:libcamera-devel-request@lists.libcamera.org?subject=help> List-Subscribe: <https://lists.libcamera.org/listinfo/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe> Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" <libcamera-devel-bounces@lists.libcamera.org> |
Series |
|
Related |
show
|