Re: linux-next: Signed-off-by missing for commits in the net-next tree

From: Andrew Lunn
Date: Sun Dec 09 2018 - 16:49:26 EST


On Sun, Dec 09, 2018 at 10:33:10PM +0100, Heiner Kallweit wrote:
> On 09.12.2018 22:11, Andrew Lunn wrote:
> > On Mon, Dec 10, 2018 at 08:00:45AM +1100, Stephen Rothwell wrote:
> >> Hi all,
> >>
> >> Commits
> >>
> >> dc9d38cec71c ("net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform data")
> >> 04fa26bab06d ("net: phy: mdio-gpio: Add platform_data support for phy_mask")
> >>
> >> are missing a Signed-off-by from their author.
> >
> > Hi David.
> >
> > Any idea what happened here? The version in my git repo has SOB.
> >
> > https://patchwork.ozlabs.org/patch/1009811/ also has my SOB.
> >
> Instead of
> v2
> --
> int -> u32 in platform data structure
>
> Signed-off-by: Andrew Lunn <andrew@xxxxxxx>
>
> shouldn't it be
>
> Signed-off-by: Andrew Lunn <andrew@xxxxxxx>
> ---
> v2
> - int -> u32 in platform data structure

Hi Heiner

David said he wanted to see the version history. So i deliberately put
it above the ---.

I'm just wondering if -- was enough to trigger something in David's
scripts? Or patchwork. The -- has disappeared in the commit which made
it into net-next.

Andrew