[pve-devel] [RFC pve-kernel 0/2] disable UBSAN in kernel config

Stoiko Ivanov s.ivanov at proxmox.com
Mon May 30 20:38:45 CEST 2022


the ubuntu-jammy sources reenabled UBSAN checking a while ago, which is
now hitting a few of our users with warnings (the kernel config does not
set CONFIG_UBSAN_TRAP so at least the system should not crash)

I checked an neither Fedora 36, Centos-Stream or Debian stable have UBSAN
enabled and I'm inclined to agree with them.

rationale in patch 1/2
patch 2/2 contains the changes for the abi-change

Stoiko Ivanov (2):
  d/rules: kconfig: disable CONFIG_UBSAN
  update ABI file for 5.15.35-2-pve

 abi-prev-5.15.35-1-pve | 26217 ---------------------------------------
 abi-prev-5.15.35-2-pve | 26209 ++++++++++++++++++++++++++++++++++++++
 debian/rules           |     3 +-
 3 files changed, 26211 insertions(+), 26218 deletions(-)
 delete mode 100644 abi-prev-5.15.35-1-pve
 create mode 100644 abi-prev-5.15.35-2-pve

-- 
2.30.2






More information about the pve-devel mailing list