diff mbox series

[1/4] livepatch: update readme to mention --xen-depends

Message ID 20220302142711.38953-2-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series livepatch: fixes for patch generation | expand

Commit Message

Roger Pau Monné March 2, 2022, 2:27 p.m. UTC
Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every hotpatch')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Doebel, Bjoern March 2, 2022, 3:32 p.m. UTC | #1
Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every hotpatch')
    Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
    ---
     README.md | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/README.md b/README.md
    index 653c624..b48a3df 100644
    --- a/README.md
    +++ b/README.md
    @@ -24,7 +24,7 @@ Next, build a live patch, using a patch and the source, build ID, and
     ```
     $ cd ~/src/livepatch-build
     $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \
    -    -c ~/src/xen/xen/.config --depends $BUILDID
    +    -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID
     Building LivePatch patch: xsa


Reviewed-by: Bjoern Doebel <doebel@amazon.de>




Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879
Ross Lagerwall March 8, 2022, 1:36 p.m. UTC | #2
> From: Roger Pau Monne <roger.pau@citrix.com>
> Sent: Wednesday, March 2, 2022 2:27 PM
> To: xen-devel@lists.xenproject.org <xen-devel@lists.xenproject.org>
> Cc: Ross Lagerwall <ross.lagerwall@citrix.com>; konrad.wilk@oracle.com <konrad.wilk@oracle.com>; doebel@amazon.de <doebel@amazon.de>; julien@xen.org <julien@xen.org>; Andrew Cooper <Andrew.Cooper3@citrix.com>; Roger Pau Monne <roger.pau@citrix.com>
> Subject: [PATCH 1/4] livepatch: update readme to mention --xen-depends 
>  
> Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every hotpatch')
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> ---
>  README.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README.md b/README.md
> index 653c624..b48a3df 100644
> --- a/README.md
> +++ b/README.md
> @@ -24,7 +24,7 @@ Next, build a live patch, using a patch and the source, build ID, and
>  ```
>  $ cd ~/src/livepatch-build
>  $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \
> -    -c ~/src/xen/xen/.config --depends $BUILDID
> +    -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID
>  Building LivePatch patch: xsa
>  
>  Xen directory: /home/ross/src/xenbuild
> -- 
> 2.34.1

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
diff mbox series

Patch

diff --git a/README.md b/README.md
index 653c624..b48a3df 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@  Next, build a live patch, using a patch and the source, build ID, and
 ```
 $ cd ~/src/livepatch-build
 $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \
-    -c ~/src/xen/xen/.config --depends $BUILDID
+    -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID
 Building LivePatch patch: xsa
 
 Xen directory: /home/ross/src/xenbuild