All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
	Paul Durrant <xadimgnik@gmail.com>
Subject: [OSSTEST PATCH 00/38] Upgrade most hosts/guests to buster
Date: Tue, 19 May 2020 20:01:52 +0100	[thread overview]
Message-ID: <20200519190230.29519-1-ian.jackson@eu.citrix.com> (raw)

buster is Debian stable right now.  We don't want to be using
oldstable because Debian have a history of breaking it.

Paul: we should have a conversation about whether this should be
pushed soon, or deferred until after the Xen 4.14 release.

I have yet to do a final full formal retest of this series so it may
not be final.

Ian Jackson (38):
  ts-logs-capture: Cope if xl shutdown leaves domain running for a bit
  ts-xen-build-prep: Install rsync
  lvcreate argments: pass --yes -Z y -W y
  TestSupport: allow more time for apt
  Booting: Use `--' rather than `---' to introduce host cmdline
  di_installcmdline_core: Pass locale on d-i command line
  setupboot_grub2: Drop $submenu variable
  ts-leak-check: Ignore buster's udevd too
  Bodge systemd random seed arrangements
  Debian guests: Write systemd random seed file
  ts-debian-di-install: Provide guest with more RAM
  Debian: preseed: use priority= alias
  Debian: Specify `priority=critical' rather than locale
  Honour 'LinuxSerialConsole <suite>' host property
  buster: make-hosts-flight: Add to possible suites for hosts flight
  buster: Extend grub2 uefi no install workaround
  buster: ts-host-install: Extend net.ifnames workaround
  buster: Deinstall the "systemd" package
  buster: preseed partman-auto-lvm/guided_size
  buster: ts-host-install: NTP not honoured bug remains
  buster: Extend ARM clock workaround
  buster: Extend guest bootloaer workaround
  Honour DebianImageFile_SUITE_ARCH
  buster: Specify DebianImageFile_SUITE_ARCH
  20_linux_xen: Copy Debian buster version into our initramfs area
  20_linux_xen: Adhoc template substitution
  20_linux_xen: Ignore xenpolicy and config files too
  20_linux_xen: Support Xen Security Modules (XSM/FLASK)
  mg-debian-installer-update: support overlay-intramfs-SUITE
  overlay-initrd-buster/sbin/reopen-console: Copy from Debian
  overlay-initrd-buster/sbin/reopen-console: Fix #932416
  buster: chiark-scripts: Install a new version on buster too
  buster: Provide TftpDiVersion
  buster: grub, arm64: extend chainloading workaround
  buster: setupboot_grub2: Note what files exist in /boot
  buster: setupboot_grub2: Handle missing policy file bug
  buster: Extend workaround for dhcpd EROFS bug
  buster: Switch to Debian buster as the default suite

 Osstest.pm                                    |   2 +-
 Osstest/Debian.pm                             |  60 +++-
 Osstest/TestSupport.pm                        |  15 +-
 make-hosts-flight                             |   2 +-
 mfi-common                                    |   9 +
 mg-debian-installer-update                    |  20 ++
 overlay-buster/etc/grub.d/20_linux_xen        | 327 ++++++++++++++++++
 overlay-initrd-buster/sbin/reopen-console     | 126 +++++++
 .../override.conf                             |   3 +
 overlay/usr/local/bin/random-seed-add         |  33 ++
 production-config                             |   5 +
 sg-run-job                                    |   1 +
 ts-debian-di-fixup                            |  29 ++
 ts-debian-di-install                          |   2 +-
 ts-debian-fixup                               |   1 +
 ts-host-install                               |   4 +-
 ts-leak-check                                 |   1 +
 ts-logs-capture                               |   1 +
 ts-xen-build-prep                             |   6 +-
 19 files changed, 617 insertions(+), 30 deletions(-)
 create mode 100755 overlay-buster/etc/grub.d/20_linux_xen
 create mode 100755 overlay-initrd-buster/sbin/reopen-console
 create mode 100644 overlay/etc/systemd/system/systemd-random-seed.service.d/override.conf
 create mode 100755 overlay/usr/local/bin/random-seed-add
 create mode 100755 ts-debian-di-fixup

-- 
2.20.1



             reply	other threads:[~2020-05-19 19:02 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 19:01 Ian Jackson [this message]
2020-05-19 19:01 ` [OSSTEST PATCH 01/38] ts-logs-capture: Cope if xl shutdown leaves domain running for a bit Ian Jackson
2020-05-28 15:30   ` Jason Andryuk
2020-05-28 15:36     ` Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 02/38] ts-xen-build-prep: Install rsync Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 03/38] lvcreate argments: pass --yes -Z y -W y Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 04/38] TestSupport: allow more time for apt Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 05/38] Booting: Use `--' rather than `---' to introduce host cmdline Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 06/38] di_installcmdline_core: Pass locale on d-i command line Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 07/38] setupboot_grub2: Drop $submenu variable Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 08/38] ts-leak-check: Ignore buster's udevd too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 09/38] Bodge systemd random seed arrangements Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 10/38] Debian guests: Write systemd random seed file Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 11/38] ts-debian-di-install: Provide guest with more RAM Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 12/38] Debian: preseed: use priority= alias Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 13/38] Debian: Specify `priority=critical' rather than locale Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 14/38] Honour 'LinuxSerialConsole <suite>' host property Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 15/38] buster: make-hosts-flight: Add to possible suites for hosts flight Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 16/38] buster: Extend grub2 uefi no install workaround Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 17/38] buster: ts-host-install: Extend net.ifnames workaround Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 18/38] buster: Deinstall the "systemd" package Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 19/38] buster: preseed partman-auto-lvm/guided_size Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 20/38] buster: ts-host-install: NTP not honoured bug remains Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 21/38] buster: Extend ARM clock workaround Ian Jackson
2020-05-20 11:24   ` Julien Grall
2020-05-19 19:02 ` [OSSTEST PATCH 22/38] buster: Extend guest bootloader workaround Ian Jackson
2020-05-20 11:26   ` Julien Grall
2020-05-20 14:57     ` Ian Jackson
2020-05-28 13:14       ` Julien Grall
2020-05-28 14:53         ` Ian Jackson
2020-05-28 15:11           ` Julien Grall
2020-05-28 15:41             ` Ian Jackson
2020-05-29  7:13               ` Julien Grall
2020-05-19 19:02 ` [OSSTEST PATCH 23/38] Honour DebianImageFile_SUITE_ARCH Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 24/38] buster: Specify DebianImageFile_SUITE_ARCH Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 25/38] 20_linux_xen: Copy Debian buster version into our initramfs area Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 26/38] 20_linux_xen: Adhoc template substitution Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 27/38] 20_linux_xen: Ignore xenpolicy and config files too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 28/38] 20_linux_xen: Support Xen Security Modules (XSM/FLASK) Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 29/38] mg-debian-installer-update: support overlay-intramfs-SUITE Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 30/38] overlay-initrd-buster/sbin/reopen-console: Copy from Debian Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 31/38] overlay-initrd-buster/sbin/reopen-console: Fix #932416 Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 32/38] buster: chiark-scripts: Install a new version on buster too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 33/38] buster: Provide TftpDiVersion Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 34/38] buster: grub, arm64: extend chainloading workaround Ian Jackson
2020-05-20 11:36   ` Julien Grall
2020-05-20 14:57     ` Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 35/38] buster: setupboot_grub2: Note what files exist in /boot Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 36/38] buster: setupboot_grub2: Handle missing policy file bug Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 37/38] buster: Extend workaround for dhcpd EROFS bug Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 38/38] buster: Switch to Debian buster as the default suite Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200519190230.29519-1-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xadimgnik@gmail.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.