Re: [PULL] topic/mei-hdcp

2019-02-19 Thread Greg KH
On Tue, Feb 19, 2019 at 08:55:27AM +0100, Daniel Vetter wrote: > Hi all, > > topic/mei-hdcp-2019-02-19: > Prep patches + headers for the mei-hdcp/i915 component interfaces > > Also contains the prep work in the component helpers plus adjustements > for the snd-hda/i915 component interface. > >

[PATCH] dim: check pull request baselines

2019-02-19 Thread Daniel Vetter
We want explicit backmerges when a pull request pulls in random other stuff. Motivated by a few recent examples. v2: - Fix typo in warn_or_fail (Maxime) - check baselines before checking commits, usually a wrong baseline will result in tons of complaints about unreviewed patches and other

Re: [PATCH] dim: check pull request baselines

2019-02-19 Thread Joonas Lahtinen
Quoting Daniel Vetter (2019-02-19 15:04:12) > We want explicit backmerges when a pull request pulls in random other > stuff. Motivated by a few recent examples. > > Cc: Maxime Ripard > Cc: Dave Airlie > Signed-off-by: Daniel Vetter Reviewed-by: Joonas Lahtinen Regards, Joonas > --- > dim

Re: [PATCH] dim: check pull request baselines

2019-02-19 Thread Maxime Ripard
On Tue, Feb 19, 2019 at 02:04:12PM +0100, Daniel Vetter wrote: > We want explicit backmerges when a pull request pulls in random other > stuff. Motivated by a few recent examples. > > Cc: Maxime Ripard > Cc: Dave Airlie > Signed-off-by: Daniel Vetter > --- > dim | 20 > 1

Re: [PATCH] dim: Try harder to parse pull request lines

2019-02-19 Thread Joonas Lahtinen
Quoting Daniel Vetter (2019-02-19 11:58:01) > Sometimes they get split, and then we lose the branch, pulling the > default branch. > > Cc: Maxime Ripard > Signed-off-by: Daniel Vetter > --- > dim | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/dim b/dim > index

[PATCH] dim: check pull request baselines

2019-02-19 Thread Daniel Vetter
We want explicit backmerges when a pull request pulls in random other stuff. Motivated by a few recent examples. Cc: Maxime Ripard Cc: Dave Airlie Signed-off-by: Daniel Vetter --- dim | 20 1 file changed, 20 insertions(+) diff --git a/dim b/dim index

[PATCH] dim: Try harder to parse pull request lines

2019-02-19 Thread Daniel Vetter
Sometimes they get split, and then we lose the branch, pulling the default branch. Cc: Maxime Ripard Signed-off-by: Daniel Vetter --- dim | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dim b/dim index 10f823283b55..06188fea94c6 100755 --- a/dim +++ b/dim @@ -1089,7