linux 5.15.0-30.31 source package in Ubuntu

Changelog

linux (5.15.0-30.31) jammy; urgency=medium

  * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685)

  * Packaging resync (LP: #1786013)
    - [Packaging] update variants
    - debian/dkms-versions -- update from kernel-versions (main/2022.04.18)

  * Intel: enable x86 AMX (LP: #1967750)
    - x86/extable: Tidy up redundant handler functions
    - x86/extable: Get rid of redundant macros
    - x86/mce: Deduplicate exception handling
    - x86/mce: Get rid of stray semicolons
    - x86/extable: Rework the exception table mechanics
    - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
    - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups
    - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
    - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
    - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
    - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
    - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
    - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
    - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to
      boolean
    - x86/signal: Change return type of restore_sigcontext() to boolean
    - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
    - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
    - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
    - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
    - x86/fpu/signal: Fix missed conversion to correct boolean retval in
      save_xstate_epilog()
    - x86/fpu: Remove pointless argument from switch_fpu_finish()
    - x86/fpu: Update stale comments
    - x86/pkru: Remove useless include
    - x86/fpu: Restrict xsaves()/xrstors() to independent states
    - x86/fpu: Cleanup the on_boot_cpu clutter
    - x86/fpu: Remove pointless memset in fpu_clone()
    - x86/process: Clone FPU in copy_thread()
    - x86/fpu: Do not inherit FPU context for kernel and IO worker threads
    - x86/fpu: Cleanup xstate xcomp_bv initialization
    - x86/fpu/xstate: Provide and use for_each_xfeature()
    - x86/fpu/xstate: Mark all init only functions __init
    - x86/fpu: Move KVMs FPU swapping to FPU core
    - x86/fpu: Replace KVMs home brewed FPU copy from user
    - x86/fpu: Rework copy_xstate_to_uabi_buf()
    - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
    - x86/fpu: Move context switch and exit to user inlines into sched.h
    - x86/fpu: Clean up CPU feature tests
    - x86/fpu: Make os_xrstor_booting() private
    - x86/fpu: Move os_xsave() and os_xrstor() to core
    - x86/fpu: Move legacy ASM wrappers to core
    - x86/fpu: Make WARN_ON_FPU() private
    - x86/fpu: Move fpregs_restore_userregs() to core
    - x86/fpu: Move mxcsr related code to core
    - x86/fpu: Move fpstate functions to api.h
    - x86/fpu: Remove internal.h dependency from fpu/signal.h
    - x86/sev: Include fpu/xcr.h
    - x86/fpu: Mop up the internal.h leftovers
    - x86/fpu: Replace the includes of fpu/internal.h
    - x86/fpu: Provide a proper function for ex_handler_fprestore()
    - x86/fpu: Replace KVMs home brewed FPU copy to user
    - x86/fpu: Provide struct fpstate
    - x86/fpu: Convert fpstate_init() to struct fpstate
    - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
    - x86/fpu: Replace KVMs xstate component clearing
    - x86/KVM: Convert to fpstate
    - x86/fpu: Convert tracing to fpstate
    - x86/fpu/regset: Convert to fpstate
    - x86/fpu/signal: Convert to fpstate
    - x86/fpu/core: Convert to fpstate
    - x86/math-emu: Convert to fpstate
    - x86/fpu: Remove fpu::state
    - x86/fpu: Do not leak fpstate pointer on fork
    - x86/process: Move arch_thread_struct_whitelist() out of line
    - x86/fpu: Add size and mask information to fpstate
    - x86/fpu: Use fpstate::size
    - x86/fpu/xstate: Use fpstate for os_xsave()
    - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
    - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
    - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
    - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
    - x86/fpu/signal: Use fpstate for size and features
    - x86/fpu: Provide struct fpu_config
    - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
    - x86/fpu/xstate: Cleanup size calculations
    - x86/fpu: Move xstate size to fpu_*_cfg
    - x86/fpu: Move xstate feature masks to fpu_*_cfg
    - x86/fpu: Mop up xfeatures_mask_uabi()
    - x86/fpu: Rework restore_regs_from_fpstate()
    - x86/fpu/xstate: Move remaining xfeature helpers to core
    - x86/fpu: Prepare for sanitizing KVM FPU code
    - x86/fpu: Provide infrastructure for KVM FPU cleanup
    - x86/kvm: Convert FPU handling to a single swap buffer
    - x86/fpu: Remove old KVM FPU interface
    - signal: Add an optional check for altstack size
    - x86/signal: Implement sigaltstack size validation
    - x86/fpu/xstate: Provide xstate_calculate_size()
    - x86/fpu: Add members to struct fpu to cache permission information
    - x86/fpu: Add fpu_state_config::legacy_features
    - x86/arch_prctl: Add controls for dynamic XSTATE components
    - x86/fpu: Add basic helpers for dynamically enabled features
    - x86/signal: Use fpu::__state_user_size for sigalt stack validation
    - x86/fpu/signal: Prepare for variable sigframe length
    - x86/fpu: Prepare fpu_clone() for dynamically enabled features
    - x86/fpu: Reset permission and fpstate on exec()
    - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
    - x86/msr-index: Add MSRs for XFD
    - x86/fpu: Add XFD state to fpstate
    - x86/fpu: Add sanity checks for XFD
    - x86/fpu: Update XFD state where required
    - x86/fpu/xstate: Add XFD #NM handler
    - x86/fpu/xstate: Add fpstate_realloc()/free()
    - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component
      numbers
    - x86/fpu/amx: Define AMX state components and have it used for boot-time
      checks
    - x86/fpu: Calculate the default sizes independently
    - x86/fpu: Add XFD handling for dynamic states
    - x86/fpu/amx: Enable the AMX feature in 64-bit mode
    - selftests/x86/amx: Add test cases for AMX state management
    - selftests/x86/amx: Add context switch test
    - Documentation/x86: Add documentation for using dynamic XSTATE features
    - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
    - signal: Skip the altstack update when not needed
    - x86/cpufeatures: Put the AMX macros in the word 18 block
    - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
    - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test
    - [Config] updateconfigs after AMX patchset

 -- Stefan Bader <email address hidden>  Thu, 05 May 2022 11:45:39 +0200

Upload details

Uploaded by:
Stefan Bader
Uploaded to:
Jammy
Original maintainer:
Ubuntu Kernel Team
Architectures:
all amd64 armhf arm64 ppc64el s390x i386 riscv64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
linux_5.15.0.orig.tar.gz 185.9 MiB 4d7908da75ad50a70a0141721e259c2589b7bdcc317f7bd885b80c2ffa689211
linux_5.15.0-30.31.diff.gz 5.6 MiB 50a756c30a1b82c63e9407de101e4d5d402174cecde7c2cb81bc267cc0db9893
linux_5.15.0-30.31.dsc 7.0 KiB 3857d4e8d877c8714072a5deb8f3eaaa093b6d915538522a846b92805c129f93

View changes file

Binary packages built by this source

linux-buildinfo-5.15.0-30-generic: No summary available for linux-buildinfo-5.15.0-30-generic in ubuntu jammy.

No description available for linux-buildinfo-5.15.0-30-generic in ubuntu jammy.

linux-buildinfo-5.15.0-30-generic-64k: No summary available for linux-buildinfo-5.15.0-30-generic-64k in ubuntu jammy.

No description available for linux-buildinfo-5.15.0-30-generic-64k in ubuntu jammy.

linux-buildinfo-5.15.0-30-generic-lpae: No summary available for linux-buildinfo-5.15.0-30-generic-lpae in ubuntu jammy.

No description available for linux-buildinfo-5.15.0-30-generic-lpae in ubuntu jammy.

linux-cloud-tools-5.15.0-30: No summary available for linux-cloud-tools-5.15.0-30 in ubuntu jammy.

No description available for linux-cloud-tools-5.15.0-30 in ubuntu jammy.

linux-cloud-tools-5.15.0-30-generic: No summary available for linux-cloud-tools-5.15.0-30-generic in ubuntu jammy.

No description available for linux-cloud-tools-5.15.0-30-generic in ubuntu jammy.

linux-cloud-tools-common: Linux kernel version specific cloud tools for version 5.15.0

 This package provides the architecture independent parts for kernel
 version locked tools for cloud tools for version 5.15.0.

linux-doc: Linux kernel specific documentation for version 5.15.0

 This package provides the various documents in the 5.15.0 kernel
 Documentation/ subdirectory. These document kernel subsystems, APIs, device
 drivers, and so on. See
 /usr/share/doc/linux-doc/00-INDEX for a list of what is
 contained in each file.

linux-headers-5.15.0-30: No summary available for linux-headers-5.15.0-30 in ubuntu jammy.

No description available for linux-headers-5.15.0-30 in ubuntu jammy.

linux-headers-5.15.0-30-generic: No summary available for linux-headers-5.15.0-30-generic in ubuntu jammy.

No description available for linux-headers-5.15.0-30-generic in ubuntu jammy.

linux-headers-5.15.0-30-generic-64k: No summary available for linux-headers-5.15.0-30-generic-64k in ubuntu jammy.

No description available for linux-headers-5.15.0-30-generic-64k in ubuntu jammy.

linux-headers-5.15.0-30-generic-lpae: No summary available for linux-headers-5.15.0-30-generic-lpae in ubuntu jammy.

No description available for linux-headers-5.15.0-30-generic-lpae in ubuntu jammy.

linux-image-5.15.0-30-generic: No summary available for linux-image-5.15.0-30-generic in ubuntu jammy.

No description available for linux-image-5.15.0-30-generic in ubuntu jammy.

linux-image-5.15.0-30-generic-dbgsym: No summary available for linux-image-5.15.0-30-generic-dbgsym in ubuntu jammy.

No description available for linux-image-5.15.0-30-generic-dbgsym in ubuntu jammy.

linux-image-5.15.0-30-generic-lpae: No summary available for linux-image-5.15.0-30-generic-lpae in ubuntu jammy.

No description available for linux-image-5.15.0-30-generic-lpae in ubuntu jammy.

linux-image-5.15.0-30-generic-lpae-dbgsym: No summary available for linux-image-5.15.0-30-generic-lpae-dbgsym in ubuntu jammy.

No description available for linux-image-5.15.0-30-generic-lpae-dbgsym in ubuntu jammy.

linux-image-unsigned-5.15.0-30-generic: No summary available for linux-image-unsigned-5.15.0-30-generic in ubuntu jammy.

No description available for linux-image-unsigned-5.15.0-30-generic in ubuntu jammy.

linux-image-unsigned-5.15.0-30-generic-64k: No summary available for linux-image-unsigned-5.15.0-30-generic-64k in ubuntu jammy.

No description available for linux-image-unsigned-5.15.0-30-generic-64k in ubuntu jammy.

linux-image-unsigned-5.15.0-30-generic-64k-dbgsym: No summary available for linux-image-unsigned-5.15.0-30-generic-64k-dbgsym in ubuntu jammy.

No description available for linux-image-unsigned-5.15.0-30-generic-64k-dbgsym in ubuntu jammy.

linux-image-unsigned-5.15.0-30-generic-dbgsym: No summary available for linux-image-unsigned-5.15.0-30-generic-dbgsym in ubuntu jammy.

No description available for linux-image-unsigned-5.15.0-30-generic-dbgsym in ubuntu jammy.

linux-libc-dev: Linux Kernel Headers for development

 This package provides headers from the Linux kernel. These headers
 are used by the installed headers for GNU glibc and other system
 libraries. They are NOT meant to be used to build third-party modules for
 your kernel. Use linux-headers-* packages for that.

linux-modules-5.15.0-30-generic: No summary available for linux-modules-5.15.0-30-generic in ubuntu jammy.

No description available for linux-modules-5.15.0-30-generic in ubuntu jammy.

linux-modules-5.15.0-30-generic-64k: No summary available for linux-modules-5.15.0-30-generic-64k in ubuntu jammy.

No description available for linux-modules-5.15.0-30-generic-64k in ubuntu jammy.

linux-modules-5.15.0-30-generic-lpae: No summary available for linux-modules-5.15.0-30-generic-lpae in ubuntu jammy.

No description available for linux-modules-5.15.0-30-generic-lpae in ubuntu jammy.

linux-modules-extra-5.15.0-30-generic: No summary available for linux-modules-extra-5.15.0-30-generic in ubuntu jammy.

No description available for linux-modules-extra-5.15.0-30-generic in ubuntu jammy.

linux-source-5.15.0: Linux kernel source for version 5.15.0 with Ubuntu patches

 This package provides the source code for the Linux kernel version
 5.15.0.
 .
 This package is mainly meant for other packages to use, in order to build
 custom flavours.
 .
 If you wish to use this package to create a custom Linux kernel, then it
 is suggested that you investigate the package kernel-package, which has
 been designed to ease the task of creating kernel image packages.
 .
 If you are simply trying to build third-party modules for your kernel,
 you do not want this package. Install the appropriate linux-headers
 package instead.

linux-tools-5.15.0-30: No summary available for linux-tools-5.15.0-30 in ubuntu jammy.

No description available for linux-tools-5.15.0-30 in ubuntu jammy.

linux-tools-5.15.0-30-generic: No summary available for linux-tools-5.15.0-30-generic in ubuntu jammy.

No description available for linux-tools-5.15.0-30-generic in ubuntu jammy.

linux-tools-5.15.0-30-generic-64k: No summary available for linux-tools-5.15.0-30-generic-64k in ubuntu jammy.

No description available for linux-tools-5.15.0-30-generic-64k in ubuntu jammy.

linux-tools-5.15.0-30-generic-lpae: No summary available for linux-tools-5.15.0-30-generic-lpae in ubuntu jammy.

No description available for linux-tools-5.15.0-30-generic-lpae in ubuntu jammy.

linux-tools-common: Linux kernel version specific tools for version 5.15.0

 This package provides the architecture independent parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 5.15.0.

linux-tools-host: Linux kernel VM host tools

 This package provides kernel tools useful for VM hosts.