From patchwork Thu May 30 17:15:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 20147 Return-Path: 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 56561BD87C for ; Thu, 30 May 2024 17:16:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id F1394634B6; Thu, 30 May 2024 19:16:10 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="ev8O1scT"; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id CC769634AF for ; Thu, 30 May 2024 19:16:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1717089367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rRYYhpYD+MXTX3FQyN+WKDhsfHf0w3DzD/Flw1STneE=; b=ev8O1scTpARZvYZhtGWOIqjYfetR4mXR2wMaTJd011TzjQUYlSoafAd4SHjE8Fk/25cU0M GhmJDgQk/fOljtNIbnGbcKHFKhRsPHHWg/d+t8vTgYDMdInsT23kzYaAJS6WCDezt9UTbU tqpNx+PJ+zHQXdjCw5JjIpKlT1b8WtY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-116-UwZyU6YeOQODPV3LemSIiw-1; Thu, 30 May 2024 13:16:04 -0400 X-MC-Unique: UwZyU6YeOQODPV3LemSIiw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BA1328025F9; Thu, 30 May 2024 17:16:03 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id CECE728E5; Thu, 30 May 2024 17:16:02 +0000 (UTC) From: Hans de Goede To: libcamera-devel@lists.libcamera.org Cc: Andrey Konovalov , Pavel Machek , Bryan O'Donoghue , Milan Zamazal , Maxime Ripard , Hans de Goede Subject: [PATCH v2 1/5] update-kernel-headers: Add linux/udmabuf.h to headers to sync Date: Thu, 30 May 2024 19:15:56 +0200 Message-ID: <20240530171600.259495-2-hdegoede@redhat.com> In-Reply-To: <20240530171600.259495-1-hdegoede@redhat.com> References: <20240530171600.259495-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" linux/udmabuf.h will be used by upcoming DmaBufAllocator changes and it is not available on some older kernels. Add it to the headers to sync. Signed-off-by: Hans de Goede Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- utils/update-kernel-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh index 590986d2..8405be0a 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -52,6 +52,7 @@ headers=" linux/media-bus-format.h linux/media.h linux/rkisp1-config.h + linux/udmabuf.h linux/v4l2-common.h linux/v4l2-controls.h linux/v4l2-mediabus.h