* Sasha Levin <levinsasha928@xxxxxxxxx> wrote: > INT10 handler is a basic implementation of BIOS video services. > > The handler implements a VESA interface which is initialized at > the very beginning of loading the kernel. > > Signed-off-by: John Floren <john@xxxxxxxxxxx> > Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> Btw., the signoff chain looks broken - this will look odd in Git. If you took most of this from John then please put this in the first line of the patch: From: John Floren <john@xxxxxxxxxxx> That way John will be marked by Git as the author and you are the patch maintainer who nursed along the patch. If you did significant changes to the patch (such as splitting it off a larger patch, cleaning it up, etc.) you can mark this before your SOB entry: Signed-off-by: John Floren <john@xxxxxxxxxxx> [ split up the patch and cleaned it up ] Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> If you did so many changes to a patch that you can reasonably be called the main author then you can be the From line and can mark John's first version as: Originally-From: John Floren <john@xxxxxxxxxxx> Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> If John has put copyright notices into the file then those should be preserved, and you can add yours as well, if you so wish. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html