This bug was fixed in the package linux - 5.4.0-117.132
---------------
linux (5.4.0-117.132) focal; urgency=medium
* CVE-2022-1966
- netfilter: nf_tables: add nft_set_elem_expr_alloc()
- netfilter: nf_tables: disallow non-stateful expression in sets earlier
-- Thadeu Lima de Souza Cascardo <[email protected]> Wed, 01 Jun
2022 20:07:42 -0300
** Changed in: linux (Ubuntu Focal)
Status: Fix Committed => Fix Released
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-1966
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956086
Title:
config CONFIG_HISI_PMU for kunpeng920
Status in kunpeng920:
Fix Committed
Status in kunpeng920 ubuntu-20.04 series:
Fix Committed
Status in kunpeng920 ubuntu-20.04-hwe series:
Fix Committed
Status in linux package in Ubuntu:
In Progress
Status in linux source package in Focal:
Fix Released
Status in linux source package in Impish:
Fix Released
Status in linux source package in Jammy:
Fix Released
Status in linux source package in Kinetic:
In Progress
Bug description:
[Impact]
We have Hisilicon PMU modules built-in and they can not be unloaded. There is
no way to replace with a updated module unless we build it as module. It also
wastes memory on arm64 systems based on other SoCs.
[Test Plan]
`lsmod | grep hisi_uncore` shall see 4 modules loaded and they can be
unloaded.
[Regression Risk]
CONFIG_HISI_PMU shall be only affected Hisilicon platforms that HISI0213 is
found in ACPI tables. We shall have perf test run on these platforms and others
have lowest risk.
=================================
[Bug Description]
hisi pmu support x.ko module to use it for kunpeng920
[Steps to Reproduce]
1) cd /lib/modules/$(uname -r)/kernel/drivers/perf/hisilicon
2) check *.ko
3)
[Actual Results]
@ubuntu:~$ cat /boot/config-4.15.0-140-generic | grep -i CONFIG_HISI_PMU
CONFIG_HISI_PMU=y
[Expected Results]
@ubuntu:~$ cat /boot/config-4.15.0-140-generic | grep -i CONFIG_HISI_PMU
CONFIG_HISI_PMU=m
[Reproducibility]
100%
[Additional information]
(Firmware version, kernel version, affected hardware, etc. if required):
[Resolution]
drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers
To manage notifications about this bug go to:
https://bugs.launchpad.net/kunpeng920/+bug/1956086/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp