[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 32/41] scripts/update-linux-headers: Copy setup_data.h to corre
From: |
Michael S. Tsirkin |
Subject: |
[PULL v3 32/41] scripts/update-linux-headers: Copy setup_data.h to correct directory |
Date: |
Wed, 5 Jun 2024 19:36:37 -0400 |
From: Thomas Weißschuh <thomas@t-8ch.de>
Add the missing "include/" path component, so the files ends up in the
correct place like the other headers.
Fixes: 66210a1a30f2 ("scripts/update-linux-headers: Add setup_data.h to import
list")
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Message-Id: <20240527-pvpanic-shutdown-v8-1-5a28ec02558b@t-8ch.de>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
scripts/update-linux-headers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 8963c39189..a148793bd5 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -158,7 +158,7 @@ for arch in $ARCHLIST; do
cp_portable "$hdrdir/bootparam.h" \
"$output/include/standard-headers/asm-$arch"
cp_portable "$hdrdir/include/asm/setup_data.h" \
- "$output/standard-headers/asm-x86"
+ "$output/include/standard-headers/asm-x86"
fi
if [ $arch = riscv ]; then
cp "$hdrdir/include/asm/ptrace.h" "$output/linux-headers/asm-riscv/"
--
MST
- [PULL v3 23/41] hw/mem/cxl_type3: Add host backend and address space handling for DC regions, (continued)
- [PULL v3 23/41] hw/mem/cxl_type3: Add host backend and address space handling for DC regions, Michael S. Tsirkin, 2024/06/05
- [PULL v3 24/41] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support, Michael S. Tsirkin, 2024/06/05
- [PULL v3 12/41] virtio-pci: only reset pm state during resetting, Michael S. Tsirkin, 2024/06/05
- [PULL v3 25/41] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response, Michael S. Tsirkin, 2024/06/05
- [PULL v3 26/41] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents, Michael S. Tsirkin, 2024/06/05
- [PULL v3 27/41] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions, Michael S. Tsirkin, 2024/06/05
- [PULL v3 28/41] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support, Michael S. Tsirkin, 2024/06/05
- [PULL v3 30/41] hw/acpi/GI: Fix trivial parameter alignment issue., Michael S. Tsirkin, 2024/06/05
- [PULL v3 29/41] hw/mem/cxl_type3: Allow to release extent superset in QMP interface, Michael S. Tsirkin, 2024/06/05
- [PULL v3 31/41] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator, Michael S. Tsirkin, 2024/06/05
- [PULL v3 32/41] scripts/update-linux-headers: Copy setup_data.h to correct directory,
Michael S. Tsirkin <=
- [PULL v3 33/41] linux-headers: update to 6.10-rc1, Michael S. Tsirkin, 2024/06/05
- [PULL v3 34/41] hw/misc/pvpanic: centralize definition of supported events, Michael S. Tsirkin, 2024/06/05
- [PULL v3 35/41] tests/qtest/pvpanic: use centralized definition of supported events, Michael S. Tsirkin, 2024/06/05
- [PULL v3 36/41] hw/misc/pvpanic: add support for normal shutdowns, Michael S. Tsirkin, 2024/06/05
- [PULL v3 37/41] pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal, Michael S. Tsirkin, 2024/06/05
- [PULL v3 38/41] tests/qtest/pvpanic: add tests for pvshutdown event, Michael S. Tsirkin, 2024/06/05
- [PULL v3 39/41] Revert "docs/specs/pvpanic: mark shutdown event as not implemented", Michael S. Tsirkin, 2024/06/05
- [PULL v3 40/41] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one(), Michael S. Tsirkin, 2024/06/05
- [PULL v3 41/41] hw/cxl: Fix read from bogus memory, Michael S. Tsirkin, 2024/06/05
- Re: [PULL v3 00/41] virtio: features,fixes, Richard Henderson, 2024/06/05