All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/5] Fixes for reproducible builds and other small fixes
@ 2024-12-30 21:00 Maximilian Engelhardt
  2024-12-30 21:00 ` [XEN PATCH 1/5] docs/man/xen-vbd-interface.7: Provide properly-formatted NAME section Maximilian Engelhardt
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Maximilian Engelhardt @ 2024-12-30 21:00 UTC (permalink / raw)
  To: xen-devel
  Cc: Maximilian Engelhardt, Anthony PERARD, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Juergen Gross

This series is a bunch of fixes we found while packaging Xen in Debian
and we believe they should be best addressed upstream.

We have been carrying the first patch for a long time in Debian, but it
seems it never was applied upstream. It's an addition to
"docs/man: Provide properly-formatted NAME sections"
(commit 423c4def1f7a01eeff56fa70564180640ef3af43).

Patch two and three are fixes for reproducibility issues that I found
using our testing gear in Debian.

The last two patches are trivial fixes correcting two common typos found
by Debian tools.

Thanks


Ian Jackson (1):
  docs/man/xen-vbd-interface.7: Provide properly-formatted NAME section

Maximilian Engelhardt (4):
  docs: set DATE to SOURCE_DATE_EPOCH if available
  xen/arch/x86: make objdump output user locale agnostic
  docs/man: fix typo: hexidecimal -> hexadecimal
  tools: fix typo: subsytem -> subsystem

 docs/Makefile                       | 8 +++++++-
 docs/man/xen-vbd-interface.7.pandoc | 5 +++++
 docs/man/xl-pci-configuration.5.pod | 2 +-
 tools/include/xenctrl.h             | 2 +-
 tools/misc/xen-memshare.c           | 2 +-
 xen/arch/x86/arch.mk                | 2 +-
 6 files changed, 16 insertions(+), 5 deletions(-)

-- 
2.39.5



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-13 13:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 21:00 [XEN PATCH 0/5] Fixes for reproducible builds and other small fixes Maximilian Engelhardt
2024-12-30 21:00 ` [XEN PATCH 1/5] docs/man/xen-vbd-interface.7: Provide properly-formatted NAME section Maximilian Engelhardt
2024-12-30 21:00 ` [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available Maximilian Engelhardt
2024-12-30 21:38   ` Andrew Cooper
2024-12-30 22:28     ` Maximilian Engelhardt
2025-01-01 19:03       ` Maximilian Engelhardt
2025-01-13 13:46         ` Andrew Cooper
2024-12-30 21:00 ` [XEN PATCH 3/5] xen/arch/x86: make objdump output user locale agnostic Maximilian Engelhardt
2025-01-06 10:20   ` Jan Beulich
2024-12-30 21:00 ` [XEN PATCH 4/5] docs/man: fix typo: hexidecimal -> hexadecimal Maximilian Engelhardt
2024-12-30 21:00 ` [XEN PATCH 5/5] tools: fix typo: subsytem -> subsystem Maximilian Engelhardt
2024-12-30 21:53 ` [XEN PATCH 0/5] Fixes for reproducible builds and other small fixes Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.