[pve-devel] applied: [PATCH kernel v2 0/2] pve-kernel helper scripts for patch-queue management

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Apr 24 09:09:54 CEST 2018


applied, to master and pve-4.15

On 4/12/18 2:07 PM, Fabian Grünbichler wrote:
> this patch series introduces helper scripts for
> - importing the exported patchqueue into a patchqueue branch inside the
>   submodule
> - exporting the (updated) patchqueue from the patchqueue branch inside the
>   submodule
> - importing a new upstream tag into the submodule, optionally rebasing the
>   patchqueue
> 
> potential for future extensions:
> - cherry-pick upstream commit(s) from linux-stable(-queue) or arbitrary
>   trees/repos into patchqueue
> - ... ? ;)
> 
> for pve-kernel-4.15 and master
> 
> changelog since v1:
> - added usage messages to all three scripts
> - checkout 'base_ref' after exporting patchqueue
> - expand '--no-cover' to '--no-cover-letter' in export-patchqueue
> - 'git add' patchdir after rebasing, otherwise new patch files are not committed.
> 
> Fabian Grünbichler (2):
>   debian/scripts: add patchqueue scripts
>   debian/scripts: add import-upstream-tag
> 
>  debian/scripts/export-patchqueue   |  33 ++++++++++
>  debian/scripts/import-patchqueue   |  29 +++++++++
>  debian/scripts/import-upstream-tag | 119 +++++++++++++++++++++++++++++++++++++
>  3 files changed, 181 insertions(+)
>  create mode 100755 debian/scripts/export-patchqueue
>  create mode 100755 debian/scripts/import-patchqueue
>  create mode 100755 debian/scripts/import-upstream-tag
> 






More information about the pve-devel mailing list