From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5EDA0EBE; Tue, 25 Oct 2022 10:36:09 +0000 (UTC) Received: from [192.168.2.138] (109-252-112-196.nat.spd-mgts.ru [109.252.112.196]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 944CD660239C; Tue, 25 Oct 2022 11:36:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1666694167; bh=asjeGT77iVFKNvBoOyaKFQC3C+LKDkA03+0QH0yhYDw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=A8oFHe5QT2rpBTeO3g1xKqFH3MqBiHEtVQD5XLYnX48k1/Sr3bW68/RwvUWNzDNoh yYlaTiq7uOg8ZYqcMeccNE3cd83c9xPHY6hKH3KMe/UmPLemJK4MWAdEUe6lcEHCiu 6YBPdxMWAc7ocs5/fwGX5WPTHlDjKsmRY9jo9DcmKS95HkrJPa0S0LK5hTwtm+r196 RsVqTCzH7GJ/EitJN+T5xzYw7P1udtStBztJYhLwiDKXIayVDsGs3fYDWr0S41sgKw QXwFxzoZ78wYuFf0LWj/WX1Lx/VnF43H14BTfmcgLv+JBkGjbrZVHuGYzGAPtfnYFZ FcYujIB725WIQ== Message-ID: Date: Tue, 25 Oct 2022 13:36:03 +0300 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH v1] media: cedrus: Propagate error code from cedrus_h265_skip_bits() Content-Language: en-US To: Hans Verkuil , =?UTF-8?Q?Jernej_=c5=a0krabec?= , Maxime Ripard , Paul Kocialkowski , Mauro Carvalho Chehab , Chen-Yu Tsai , Samuel Holland , Nicolas Dufresne Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, kernel@collabora.com References: <20220914150105.209484-1-dmitry.osipenko@collabora.com> <12078224.O9o76ZdvQC@jernej-laptop> <3a26e105-9c50-8cdd-b4be-ba97b3306261@collabora.com> <1103d833-6c29-6ccb-05dd-a2883eaa2281@xs4all.nl> From: Dmitry Osipenko In-Reply-To: <1103d833-6c29-6ccb-05dd-a2883eaa2281@xs4all.nl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 10/25/22 13:23, Hans Verkuil wrote: > On 10/25/22 11:34, Dmitry Osipenko wrote: >> On 10/25/22 07:59, Jernej Škrabec wrote: >>> Dne ponedeljek, 24. oktober 2022 ob 13:38:36 CEST je Hans Verkuil napisal(a): >>>> Hi Dmitry, >>>> >>>> This patch has a conflict with this patch from Jernej: >>>> >>>> https://patchwork.linuxtv.org/project/linux-media/patch/20221017194413.11983 >>>> 01-1-jernej.skrabec@gmail.com/ >>>> >>>> I decided to take Jernej's patch first. Can you make a v2 that sits on top >>>> of that patch? >>> I believe you already merged first version of the patch for 6.1. No need for >>> this version though, first version already solves main issue. >> >> That was a followup to the first version. >> > > I have no idea what you are both talking about :-) > > "I believe you already merged first version of the patch for 6.1" Which patch > are you referring to? This is about [1] that was already merged. This patch implements the error propagation that Jernej asked [2] when he reviewed [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=91db7a3fc7fe670cf1770a398a43bb4a1f776bf1 [2] https://lore.kernel.org/lkml/1733932.VLH7GnMWUR@kista/ I'll prepare the v2 if this change is still desired by Jernej. -- Best regards, Dmitry