From patchwork Tue Jul 2 23:29:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 1585 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C6F94610C8 for ; Wed, 3 Jul 2019 01:30:20 +0200 (CEST) Received: from pendragon.bb.dnainternet.fi (dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3531724B; Wed, 3 Jul 2019 01:30:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1562110220; bh=6PwmBaxX63RWozUjV44OtIeuFsOdtA8s3WZ776tMYks=; h=From:To:Cc:Subject:Date:From; b=NfWg4oPU1KUf9uabFi2obcpgGitTY2TxNmZOV3sfRIXM4yRcMSBdcpCH8Bj4xjlgd 0Xb64sOzXY0ReZAFuWBqyXrMFv7VkV/51Nw9IaHNzFhbdsTAvy52nmekqDPKY0jU6N HJhthVeTc8sSt1zmVzMhN8+y5/OLqdJ9KeKtZtsI= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Wed, 3 Jul 2019 02:29:52 +0300 Message-Id: <20190702232954.27816-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] Chromium OS platform2 changes for libcamera HAL X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 23:30:20 -0000 Hello, These two patches are the result of tonight's debugging of our camera HAL implementation running on Chromium OS. They apply to the platform2 repository. The first patch is a possible upstream candidate, while the second patch is a hack until we can integrate the libcamera logging infrastructure with Chromium OS'. Laurent Pinchart (2): camera: Unblock eventfd2 system call camera: Enable libcamera logging to /var/log/camera camera/hal_adapter/init/cros-camera.conf | 3 +++ camera/hal_adapter/seccomp_filter/cros-camera-amd64.policy | 1 + camera/hal_adapter/seccomp_filter/cros-camera-arm.policy | 1 + camera/hal_adapter/seccomp_filter/cros-camera-arm64.policy | 1 + 4 files changed, 6 insertions(+)