Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether
@ 2023-07-06  9:28 Jani Nikula
  2023-07-06 14:00 ` Alex Deucher
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2023-07-06  9:28 UTC (permalink / raw)
  To: dim-tools, dri-devel; +Cc: Jani Nikula, intel-gfx, airlied, daniel

We used to have the sound branches be part of drm-tip to help
development of DP and HDMI audio. However, we always used to run into
problems with the sound branches merging Linus' master at non-tagged
random commits, wreaking havoc especially during the merge windows. We
only ever want to have tagged stuff merged back from Linus' tree to
drm-tip.

We introduced a mechanism in dim to hold back branches at certain
commits, just to hold back sound branches when problems arise. We moved
it along, but in the end nobody has updated this in literally years, and
sound branches have been held back at v5.13.

The merge window is currently open, and AFAICT the sound/for-linus
branch again contains commits from the merge window.

Let's just forget about the sound tree, as nobody has really missed it
since v5.13, and focus on the drm branches.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 nightly.conf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nightly.conf b/nightly.conf
index 73aec820e98f..c1e22800e276 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -46,11 +46,6 @@ git://anongit.freedesktop.org/drm/drm
 https://anongit.freedesktop.org/git/drm/drm
 https://anongit.freedesktop.org/git/drm/drm.git
 "
-drm_tip_repos[sound-upstream]="
-git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
-https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
-https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound.git
-"
 drm_tip_repos[linux-upstream]="
 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
@@ -79,8 +74,6 @@ drm_tip_config=(
 	"drm-intel		drm-intel-next"
 	"drm-intel		drm-intel-gt-next"
 
-	"sound-upstream		for-linus	v5.13"
-	"sound-upstream		for-next	v5.13"
 	"drm-intel		topic/core-for-CI"
 	"drm-misc		topic/i915-ttm"
 	"drm		topic/nouveau-misc"
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether
  2023-07-06  9:28 [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether Jani Nikula
@ 2023-07-06 14:00 ` Alex Deucher
  2023-07-06 14:14 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
  2023-07-11 15:40 ` [Intel-gfx] [drm-rerere] " Maarten Lankhorst
  2 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2023-07-06 14:00 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx, dim-tools, dri-devel

On Thu, Jul 6, 2023 at 5:29 AM Jani Nikula <jani.nikula@intel.com> wrote:
>
> We used to have the sound branches be part of drm-tip to help
> development of DP and HDMI audio. However, we always used to run into
> problems with the sound branches merging Linus' master at non-tagged
> random commits, wreaking havoc especially during the merge windows. We
> only ever want to have tagged stuff merged back from Linus' tree to
> drm-tip.
>
> We introduced a mechanism in dim to hold back branches at certain
> commits, just to hold back sound branches when problems arise. We moved
> it along, but in the end nobody has updated this in literally years, and
> sound branches have been held back at v5.13.
>
> The merge window is currently open, and AFAICT the sound/for-linus
> branch again contains commits from the merge window.
>
> Let's just forget about the sound tree, as nobody has really missed it
> since v5.13, and focus on the drm branches.
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  nightly.conf | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/nightly.conf b/nightly.conf
> index 73aec820e98f..c1e22800e276 100644
> --- a/nightly.conf
> +++ b/nightly.conf
> @@ -46,11 +46,6 @@ git://anongit.freedesktop.org/drm/drm
>  https://anongit.freedesktop.org/git/drm/drm
>  https://anongit.freedesktop.org/git/drm/drm.git
>  "
> -drm_tip_repos[sound-upstream]="
> -git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> -https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> -https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound.git
> -"
>  drm_tip_repos[linux-upstream]="
>  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> @@ -79,8 +74,6 @@ drm_tip_config=(
>         "drm-intel              drm-intel-next"
>         "drm-intel              drm-intel-gt-next"
>
> -       "sound-upstream         for-linus       v5.13"
> -       "sound-upstream         for-next        v5.13"
>         "drm-intel              topic/core-for-CI"
>         "drm-misc               topic/i915-ttm"
>         "drm            topic/nouveau-misc"
> --
> 2.39.2
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Intel-gfx] ✗ Fi.CI.BUILD: failure for nightly.conf: drop sound tree from drm-tip altogether
  2023-07-06  9:28 [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether Jani Nikula
  2023-07-06 14:00 ` Alex Deucher
@ 2023-07-06 14:14 ` Patchwork
  2023-07-11 15:40 ` [Intel-gfx] [drm-rerere] " Maarten Lankhorst
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2023-07-06 14:14 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

== Series Details ==

Series: nightly.conf: drop sound tree from drm-tip altogether
URL   : https://patchwork.freedesktop.org/series/120278/
State : failure

== Summary ==

Error: patch https://patchwork.freedesktop.org/api/1.0/series/120278/revisions/1/mbox/ not applied
Applying: nightly.conf: drop sound tree from drm-tip altogether
error: sha1 information is lacking or useless (nightly.conf).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 nightly.conf: drop sound tree from drm-tip altogether
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Build failed, no error log produced



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether
  2023-07-06  9:28 [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether Jani Nikula
  2023-07-06 14:00 ` Alex Deucher
  2023-07-06 14:14 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
@ 2023-07-11 15:40 ` Maarten Lankhorst
  2023-07-11 15:48   ` Jani Nikula
  2 siblings, 1 reply; 5+ messages in thread
From: Maarten Lankhorst @ 2023-07-11 15:40 UTC (permalink / raw)
  To: Jani Nikula, dim-tools, dri-devel; +Cc: intel-gfx, airlied, daniel

Hey,

Den 2023-07-06 kl. 11:28, skrev Jani Nikula:
> We used to have the sound branches be part of drm-tip to help
> development of DP and HDMI audio. However, we always used to run into
> problems with the sound branches merging Linus' master at non-tagged
> random commits, wreaking havoc especially during the merge windows. We
> only ever want to have tagged stuff merged back from Linus' tree to
> drm-tip.
>
> We introduced a mechanism in dim to hold back branches at certain
> commits, just to hold back sound branches when problems arise. We moved
> it along, but in the end nobody has updated this in literally years, and
> sound branches have been held back at v5.13.
>
> The merge window is currently open, and AFAICT the sound/for-linus
> branch again contains commits from the merge window.
>
> Let's just forget about the sound tree, as nobody has really missed it
> since v5.13, and focus on the drm branches.
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> ---
>   nightly.conf | 7 -------
>   1 file changed, 7 deletions(-)
>
> diff --git a/nightly.conf b/nightly.conf
> index 73aec820e98f..c1e22800e276 100644
> --- a/nightly.conf
> +++ b/nightly.conf
> @@ -46,11 +46,6 @@ git://anongit.freedesktop.org/drm/drm
>   https://anongit.freedesktop.org/git/drm/drm
>   https://anongit.freedesktop.org/git/drm/drm.git
>   "
> -drm_tip_repos[sound-upstream]="
> -git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> -https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> -https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound.git
> -"
>   drm_tip_repos[linux-upstream]="
>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> @@ -79,8 +74,6 @@ drm_tip_config=(
>   	"drm-intel		drm-intel-next"
>   	"drm-intel		drm-intel-gt-next"
>   
> -	"sound-upstream		for-linus	v5.13"
> -	"sound-upstream		for-next	v5.13"
>   	"drm-intel		topic/core-for-CI"
>   	"drm-misc		topic/i915-ttm"
>   	"drm		topic/nouveau-misc"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether
  2023-07-11 15:40 ` [Intel-gfx] [drm-rerere] " Maarten Lankhorst
@ 2023-07-11 15:48   ` Jani Nikula
  0 siblings, 0 replies; 5+ messages in thread
From: Jani Nikula @ 2023-07-11 15:48 UTC (permalink / raw)
  To: Maarten Lankhorst, dim-tools, dri-devel; +Cc: intel-gfx, airlied, daniel

On Tue, 11 Jul 2023, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> Hey,
>
> Den 2023-07-06 kl. 11:28, skrev Jani Nikula:
>> We used to have the sound branches be part of drm-tip to help
>> development of DP and HDMI audio. However, we always used to run into
>> problems with the sound branches merging Linus' master at non-tagged
>> random commits, wreaking havoc especially during the merge windows. We
>> only ever want to have tagged stuff merged back from Linus' tree to
>> drm-tip.
>>
>> We introduced a mechanism in dim to hold back branches at certain
>> commits, just to hold back sound branches when problems arise. We moved
>> it along, but in the end nobody has updated this in literally years, and
>> sound branches have been held back at v5.13.
>>
>> The merge window is currently open, and AFAICT the sound/for-linus
>> branch again contains commits from the merge window.
>>
>> Let's just forget about the sound tree, as nobody has really missed it
>> since v5.13, and focus on the drm branches.
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Thanks for the acks everyone, both here and on IRC, pushed to
drm-rerere.

BR,
Jani.


>> ---
>>   nightly.conf | 7 -------
>>   1 file changed, 7 deletions(-)
>>
>> diff --git a/nightly.conf b/nightly.conf
>> index 73aec820e98f..c1e22800e276 100644
>> --- a/nightly.conf
>> +++ b/nightly.conf
>> @@ -46,11 +46,6 @@ git://anongit.freedesktop.org/drm/drm
>>   https://anongit.freedesktop.org/git/drm/drm
>>   https://anongit.freedesktop.org/git/drm/drm.git
>>   "
>> -drm_tip_repos[sound-upstream]="
>> -git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
>> -https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
>> -https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound.git
>> -"
>>   drm_tip_repos[linux-upstream]="
>>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>> @@ -79,8 +74,6 @@ drm_tip_config=(
>>   	"drm-intel		drm-intel-next"
>>   	"drm-intel		drm-intel-gt-next"
>>   
>> -	"sound-upstream		for-linus	v5.13"
>> -	"sound-upstream		for-next	v5.13"
>>   	"drm-intel		topic/core-for-CI"
>>   	"drm-misc		topic/i915-ttm"
>>   	"drm		topic/nouveau-misc"

-- 
Jani Nikula, Intel Open Source Graphics Center

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-11 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06  9:28 [Intel-gfx] [drm-rerere] nightly.conf: drop sound tree from drm-tip altogether Jani Nikula
2023-07-06 14:00 ` Alex Deucher
2023-07-06 14:14 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
2023-07-11 15:40 ` [Intel-gfx] [drm-rerere] " Maarten Lankhorst
2023-07-11 15:48   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox