From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C067F25A645; Wed, 30 Apr 2025 12:34:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746016483; cv=none; b=mzeD0o/5ZKdU/2kB+CTuv4DdZ3YV5NfnKRIp/GPLlVEmF1WpFEzv4CpRM2SiWZAuT6rDrYAtUr7F5sytibuPvzuirbp1pYgWSC7jpgm1xE1DF0m7haznVcgfAVkt1oEqshxoWzP9xutd3rtESCFEV36HVE3xqNXWA3wY4VwURE0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746016483; c=relaxed/simple; bh=2Y6iaA6xQYMGjjrL5kbDu0B9SMb2jzg27qVw96TWwP8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L19sQiqYx+6Cknf2QmKmtznq0EKPaFj9jRh0UHyPH1C2eJXacPWhFZ8jyyFd/fadjDlWQ9w4suFdr1FKTXdIA9fChDnzgk9tjz9ksavsbjk/oZjrdMn32KoxZgH9PExqFTlMiA90tcO6nsfmTXW/I11il3wE7npWyRT0X50xFzw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dCFtQ4tn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dCFtQ4tn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A9E2C4CEE9; Wed, 30 Apr 2025 12:34:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746016483; bh=2Y6iaA6xQYMGjjrL5kbDu0B9SMb2jzg27qVw96TWwP8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dCFtQ4tnlkr42GfRkcBc9pZjltQxj2hKhv80O5Y2JVVPrwHzM9m6C7AZjHxjLMZjr OsMM0Vc405ze/4e7iCqVyS7bS1U1REIlVsjHldr4KaL+1h+9PFNz0+DBUYr8dF0/8h cKdXOo2iocZ0dp/BqcYnLLkQBVO5cxTtA3r0lMZOpy0uZ/n3T1ExZkeTxdFOOHIsfz zB/EkJMHsQWlcSGC/nGwestPZiAY2vy3DXUvNOXeJOv2cCoh4HN3aP4EmwG+Yorxt+ 2fpwb/lQpClcvHIZgkEqyViUC02viWhnqMCU6La5eLJta21jn0QmAloU+jl/+uZnqa hxH0VSR6bJa8Q== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1uA6eE-000000005a7-33p2; Wed, 30 Apr 2025 14:34:46 +0200 Date: Wed, 30 Apr 2025 14:34:46 +0200 From: Johan Hovold To: Bryan O'Donoghue Cc: Krzysztof Kozlowski , Robert Foss , Todor Tomov , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] media: qcom: camss: vfe: Stop spamming logs with version Message-ID: References: <20250429180828.950219-4-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Apr 30, 2025 at 09:24:12AM +0100, Bryan O'Donoghue wrote: > On 30/04/2025 08:25, Johan Hovold wrote: > > Unfortunately, it seems Bryan missed that this was a regression that > > should be fixed in 6.15 and only included them in a pull request for 6.16: > > > > https://lore.kernel.org/all/20250410233039.77093-1-bod@kernel.org/ > > > > Bryan, has your PR been merged? Can you try to get my fixes into 6.15 > > since this is a regression in 6.15-rc1? > > Let me see.. there's a -fixes branch, I think I should be able to PR > anything with a Fixes: tag there. I see now that you added CC stable tags to my commits so the fixes should trickle back to 6.15 eventually, but for issues introduced in -rc1 you should try to get them fixed in the same development cycle. Johan