From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 01D4C1AD3E9 for ; Thu, 26 Sep 2024 10:41:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727347319; cv=none; b=kVvwK1mCOoJkM2zJ3TY2L5c12Bs12ccx7qoKaBtfH+pMMGHdkUAm0xeZF7OIuNU5puuXdEJpQycnF1RbVzt5gq7YuHBsVb5YhzG/16qA4O8lIPX17oYjm+qrYUqKg4WS72AeW926qqKV5Pmi8e/UY8/w0HtV6c3xlPwohz0epuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727347319; c=relaxed/simple; bh=PwH9F7VICy6eEJJRC5gQLU1RkXTG7n8NhjxDaTkU5Nw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hGilU/PAVtJbSimFcdFVFQAaZ67A5ttnFCWrkg3CvBuZAN7qM3z1KeBX1HCBbYNUMmcC/DLe0qLf9tzal9zO9B93O/pRO1NDcXq/uGZoWiARkuw8bV9zF0i5oNSpS6yuPw5D5/SpF3ewKqGyIHQlecT1y3+El3lfkExiucpKAjY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=MIEy9WG1; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="MIEy9WG1" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 31453169; Thu, 26 Sep 2024 12:40:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1727347228; bh=PwH9F7VICy6eEJJRC5gQLU1RkXTG7n8NhjxDaTkU5Nw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MIEy9WG1orwyeHoONxGzOgrmmSOW6BzCfGtki1cdDEFQn5YopWs7DFGDUtJXRw3Qo iNlJqzZUha9d4V0eY9kEqIQTi/QiRS1gqHQ/1Fb/MaGuobsTxs9j3PEkex/cWfCxvh v+azYLGGPSSX7mWNCWbdysSANuwEbg44aLRU5JLk= Date: Thu, 26 Sep 2024 13:41:54 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: Mauro Carvalho Chehab , Sebastian Fricke , Hans Verkuil , Linux Media Mailing List , Daniel Almeida , Mauro Carvalho Chehab , Martin Hecht , Tommaso Merciai , Jacopo Mondi , Benjamin Mugnier , Ricardo Ribalda , Michael Tretter , Alain Volmat , Sean Young , Steve Cho , Tomasz Figa , Hidenori Kobayashi , "Hu, Jerry W" , Suresh Vankadara , Devarsh Thakkar , r-donadkar@ti.com, Dave Stevenson , Mehdi Djait , Nicolas Dufresne , Salahaldeen Altous Subject: Re: [ANN] Media Summit September 16th: Final Agenda (v7) Message-ID: <20240926104154.GE21788@pendragon.ideasonboard.com> References: <98236d10-4024-4b96-a8ce-8e1dc2a34f1b@xs4all.nl> <20240917091744.qltmddftdy7bpgpg@basti-XPS-13-9310> <20240918092454.21884920@sal.lan> <20240918093020.u5rz7qfjoumfezql@basti-XPS-13-9310> <20240918132323.2a384f87@sal.lan> <20240925195653.GJ30399@pendragon.ideasonboard.com> <20240926003815.6537fdbb@foz.lan> <20240926103002.GB21788@pendragon.ideasonboard.com> 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=utf-8 Content-Disposition: inline In-Reply-To: On Thu, Sep 26, 2024 at 10:38:40AM +0000, Sakari Ailus wrote: > Hi Laurent, > > On Thu, Sep 26, 2024 at 01:30:02PM +0300, Laurent Pinchart wrote: > > > See, the main repository is hosted at linuxtv.org. We intend to avoid > > > as much as possible rebases at the media tree at linuxtv.org, on both > > > fixes and next branches. > > > > > > The media-committers tree at fdo is focused on executing patches at CI > > > and should only be used by committers. All other developers should base > > > their work at the repository stored at linuxtv.org[1]. > > > > That I don't like. We want people working on the media subsystem to test > > the very latest code, and to base their work on the tree that their > > patches will land in. Otherwise there will be conflicts, and the risk of > > conflict will increase as we pick up pace with the new workflow and > > merge patches faster. > > I was under the impression the tree at linuxtv.org would be synchronised > (very) often or even updated based on a git hook, effectively making it a > mirror. If it's a mirror then it doesn't matter which tree people use :-) -- Regards, Laurent Pinchart