[pve-devel] [PATCH master kernel 1/4] patches: kernel: switch to using full index for patch files
Fiona Ebner
f.ebner at proxmox.com
Thu Dec 19 15:44:50 CET 2024
Am 19.12.24 um 15:29 schrieb Fiona Ebner:
> git will automatically change the length of the index hashes when
> formatting a patch depending on what references are present in the
> submodule. After pulling in the stable tags today, git wanted to add
> a character to all hashes for me. Use --full-index when generating the
> patches to avoid such issues in the future.
>
> No functional change intended.
>
> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
> ---
> ...ke-mkcompile_h-accept-an-alternate-timestamp-strin.patch | 2 +-
> ...02-wireless-Add-Debian-wireless-regdb-certificates.patch | 2 +-
> .../0003-bridge-keep-MAC-of-first-assigned-port.patch | 2 +-
> ...i-Enable-overrides-for-missing-ACS-capabilities-4..patch | 4 ++--
> ...05-kvm-disable-default-dynamic-halt-polling-growth.patch | 2 +-
> ...t-core-downgrade-unregister_netdevice-refcount-lea.patch | 2 +-
> .../0007-Revert-fortify-Do-not-cast-to-unsigned-char.patch | 2 +-
> ...m-xsave-set-mask-out-PKRU-bit-in-xfeatures-if-vCPU.patch | 6 +++---
> ...low-opt-in-to-allow-pass-through-on-broken-hardwar.patch | 2 +-
> .../0010-KVM-nSVM-Advertise-support-for-flush-by-ASID.patch | 2 +-
> ...vert-memfd-improve-userspace-warnings-for-missing-.patch | 2 +-
> ...12-apparmor-expect-msg_namelen-0-for-recvmsg-calls.patch | 2 +-
> ..._uring-rw-treat-EOPNOTSUPP-for-IOCB_NOWAIT-like-EA.patch | 2 +-
> ...0014-netfs-reset-subreq-iov-iter-before-tail-clean.patch | 2 +-
> ...6-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-.patch | 2 +-
> ...-PCI-Fix-pci_enable_acs-support-for-the-ACS-quirks.patch | 2 +-
> ...vert-UBUNTU-SAUCE-iommu-intel-disable-DMAR-for-SKL.patch | 2 +-
> 17 files changed, 20 insertions(+), 20 deletions(-)
>
Fabian pointed out we have:
https://git.proxmox.com/?p=pve-kernel.git;a=blob;f=debian/scripts/export-patchqueue;h=bc3cea8d0fac054ca83637299a9d93e6ac54079c;hb=refs/heads/master
that should be adapted too ;)
Well I had used this command manually since Thomas gave it to me once
when I started working on QEMU (or at least I forgot about the kernel
scripts existence since then :P).
More information about the pve-devel
mailing list