[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-09-02 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.19.0-15.15

---
linux (5.19.0-15.15) kinetic; urgency=medium

  * kinetic/linux: 5.19.0-15.15 -proposed tracker (LP: #1983335)

  * Miscellaneous Ubuntu changes
- [Config] update annotations to support both gcc-11 and gcc-12

 -- Andrea Righi   Tue, 02 Aug 2022 09:23:01
+0200

** Changed in: linux (Ubuntu Kinetic)
   Status: In Progress => Fix Released

-- 
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 Released
Status in kunpeng920 ubuntu-20.04 series:
  Fix Released
Status in kunpeng920 ubuntu-20.04-hwe series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
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:
  Fix Released

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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-06-07 Thread Ike Panhc
** Changed in: kunpeng920/ubuntu-20.04-hwe
   Status: Fix Committed => Fix Released

** Changed in: kunpeng920/ubuntu-20.04
   Status: Fix Committed => Fix Released

** Changed in: kunpeng920
   Status: Fix Committed => Fix Released

-- 
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 Released
Status in kunpeng920 ubuntu-20.04 series:
  Fix Released
Status in kunpeng920 ubuntu-20.04-hwe series:
  Fix Released
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-06-07 Thread Launchpad Bug Tracker
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   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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.15.0-35.36

---
linux (5.15.0-35.36) jammy; urgency=medium

  * CVE-2022-21499
- SAUCE: debug: Lock down kgdb

linux (5.15.0-34.35) jammy; urgency=medium

  * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322)

  * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134)
- drm/amdgpu: unify BO evicting method in amdgpu_ttm
- drm/amdgpu: explicitly check for s0ix when evicting resources

  * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x to IRQ, err -517
(LP: #1971597)
- gpio: Request interrupts after IRQ is initialized

  * config CONFIG_HISI_PMU for  kunpeng920 (LP: #1956086)
- [Config] CONFIG_HISI_PMU=m

  * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552)
- ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops

  * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29
(LP: #1971418)
- Revert "rfkill: make new event layout opt-in"

  * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms
(LP: #1942160)
- SAUCE: vmd: fixup bridge ASPM by driver name instead

  * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178)
- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on 
EliteBook
  845/865 G9

  * Enable headset mic on Lenovo P360 (LP: #1967069)
- ALSA: hda/realtek: Enable headset mic on Lenovo P360

  * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067)
- Bluetooth: btusb: Improve stability for QCA devices

  * Screen sometimes can't update [Failed to post KMS update: CRTC property
(GAMMA_LUT) not found] (LP: #1967274)
- drm/i915/xelpd: Enable Pipe color support for D13 platform
- drm/i915: Use unlocked register accesses for LUT loads
- drm/i915/xelpd: Enable Pipe Degamma
- drm/i915/xelpd: Add Pipe Color Lut caps to platform config

  * Jammy update: v5.15.35 upstream stable release (LP: #1969857)
- drm/amd/display: Add pstate verification and recovery for DCN31
- drm/amd/display: Fix p-state allow debug index on dcn31
- hamradio: defer 6pack kfree after unregister_netdev
- hamradio: remove needs_free_netdev to avoid UAF
- cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function
- ACPI: processor idle: Check for architectural support for LPI
- ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40
- btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
- btrfs: remove no longer used counter when reading data page
- btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
- soc: qcom: aoss: Expose send for generic usecase
- dt-bindings: net: qcom,ipa: add optional qcom,qmp property
- net: ipa: request IPA register values be retained
- btrfs: release correct delalloc amount in direct IO write path
- ALSA: core: Add snd_card_free_on_error() helper
- ALSA: sis7019: Fix the missing error handling
- ALSA: ali5451: Fix the missing snd_card_free() call at probe error
- ALSA: als300: Fix the missing snd_card_free() call at probe error
- ALSA: als4000: Fix the missing snd_card_free() call at probe error
- ALSA: atiixp: Fix the missing snd_card_free() call at probe error
- ALSA: au88x0: Fix the missing snd_card_free() call at probe error
- ALSA: aw2: Fix the missing snd_card_free() call at probe error
- ALSA: azt3328: Fix the missing snd_card_free() call at probe error
- ALSA: bt87x: Fix the missing snd_card_free() call at probe error
- ALSA: ca0106: Fix the missing snd_card_free() call at probe error
- ALSA: cmipci: Fix the missing snd_card_free() call at probe error
- ALSA: cs4281: Fix the missing snd_card_free() call at probe error
- ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error
- ALSA: echoaudio: Fix the missing snd_card_free() call at probe error
- ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error
- ALSA: ens137x: Fix the missing snd_card_free() call at probe error
- ALSA: es1938: Fix the missing snd_card_free() call at probe error
- ALSA: es1968: Fix the missing snd_card_free() call at probe error
- ALSA: fm801: Fix the missing snd_card_free() call at probe error
- ALSA: galaxy: Fix the missing snd_card_free() call at probe error
- ALSA: hdsp: Fix the missing snd_card_free() call at probe error
- ALSA: hdspm: Fix the missing snd_card_free() call at probe error
- ALSA: ice1724: Fix the missing snd_card_free() call at probe error
- ALSA: intel8x0: Fix the missing snd_card_free() call at probe error
- ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error
- ALSA: korg1212: Fix the missing snd_card_free() call at probe error
- ALSA: lola: Fix the missing snd_card_free() call at probe error
- ALSA: lx6464es: Fix the missing snd_card_free() call at probe error
- 

[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.13.0-46.51

---
linux (5.13.0-46.51) impish; urgency=medium

  * CVE-2022-21499
- SAUCE: debug: Lock down kgdb

linux (5.13.0-45.50) impish; urgency=medium

  * impish/linux: 5.13.0-45.50 -proposed tracker (LP: #1974347)

  * CVE-2022-1158
- KVM: x86/mmu: do compare-and-exchange of gPTE via the user address

  * config CONFIG_HISI_PMU for  kunpeng920 (LP: #1956086)
- [Config] CONFIG_HISI_PMU=m

  * re-apply missing overlayfs SAUCE patch (LP: #1967924)
- SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files

  * Impish update: upstream stable patchset 2022-04-20 (LP: #1969666)
- mac80211_hwsim: report NOACK frames in tx_status
- mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
- i2c: bcm2835: Avoid clock stretching timeouts
- ASoC: rt5668: do not block workqueue if card is unbound
- ASoC: rt5682: do not block workqueue if card is unbound
- regulator: core: fix false positive in regulator_late_cleanup()
- KVM: arm64: vgic: Read HW interrupt pending state from the HW
- tipc: fix a bit overflow in tipc_crypto_key_rcv()
- cifs: fix double free race when mount fails in cifs_get_root()
- selftests/seccomp: Fix seccomp failure by adding missing headers
- i2c: cadence: allow COMPILE_TEST
- i2c: qup: allow COMPILE_TEST
- net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
- usb: gadget: don't release an existing dev->buf
- usb: gadget: clear related members when goto fail
- exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
- exfat: fix i_blocks for files truncated over 4 GiB
- tracing: Add test for user space strings when filtering on string pointers
- serial: stm32: prevent TDR register overwrite when sending x_char
- ata: pata_hpt37x: fix PCI clock detection
- drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
- tracing: Add ustring operation to filtering string pointers
- ALSA: intel_hdmi: Fix reference to PCM buffer address
- riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
- riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
- riscv: Fix config KASAN && DEBUG_VIRTUAL
- ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
- iommu/amd: Recover from event log overflow
- drm/i915: s/JSP2/ICP2/ PCH
- xen/netfront: destroy queues before real_num_tx_queues is zeroed
- thermal: core: Fix TZ_GET_TRIP NULL pointer dereference
- ntb: intel: fix port config status offset for SPR
- mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
- xfrm: fix MTU regression
- netfilter: fix use-after-free in __nf_register_net_hook()
- bpf, sockmap: Do not ignore orig_len parameter
- xfrm: enforce validity of offload input flags
- e1000e: Correct NVM checksum verification flow
- net: fix up skbs delta_truesize in UDP GRO frag_list
- netfilter: nf_queue: don't assume sk is full socket
- netfilter: nf_queue: fix possible use-after-free
- netfilter: nf_queue: handle socket prefetch
- batman-adv: Request iflink once in batadv-on-batadv check
- batman-adv: Request iflink once in batadv_get_real_netdevice
- batman-adv: Don't expect inter-netns unique iflink indices
- net: ipv6: ensure we call ipv6_mc_down() at most once
- net: dcb: flush lingering app table entries for unregistered devices
- net/smc: fix connection leak
- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
- mac80211: fix forwarded mesh frames AC & queue selection
- net: stmmac: fix return value of __setup handler
- mac80211: treat some SAE auth steps as final
- iavf: Fix missing check for running netdev
- net: sxgbe: fix return value of __setup handler
- ibmvnic: register netdev after init of adapter
- net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
- ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
- efivars: Respect "block" flag in efivar_entry_set_safe()
- firmware: arm_scmi: Remove space in MODULE_ALIAS name
- ASoC: cs4265: Fix the duplicated control name
- can: gs_usb: change active_channels's type from atomic_t to u8
- arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
- igc: igc_read_phy_reg_gpy: drop premature return
- ARM: Fix kgdb breakpoint for Thumb2
- ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
- selftests: mlxsw: tc_police_scale: Make test more robust
- pinctrl: sunxi: Use unique lockdep classes for IRQs
- igc: igc_write_phy_reg_gpy: drop premature return
- ibmvnic: free reset-work-item when flushing
- memfd: fix F_SEAL_WRITE after shmem huge page allocated
- s390/extable: fix exception table sorting
- ARM: dts: switch timer config to common 

[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-18 Thread Ike Panhc
Thanks. 5.15.0-32.33 works for me.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-17 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-32.33 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-jammy' to 'verification-done-jammy'. If the problem
still exists, change the tag 'verification-needed-jammy' to
'verification-failed-jammy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-jammy

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-12 Thread Ike Panhc
Thanks. 5.4.0-112.126 works for me.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-11 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.4.0-112.126 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-focal' to 'verification-done-focal'. If the problem
still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-10 Thread Ike Panhc
5.13.0-42.47 works for me. Thanks.

** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.13.0-42.47 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-impish' to 'verification-done-impish'. If the
problem still exists, change the tag 'verification-needed-impish' to
'verification-failed-impish'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-impish

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-05 Thread Ike Panhc
** Changed in: kunpeng920/ubuntu-20.04-hwe
   Status: In Progress => Fix Committed

** Changed in: kunpeng920/ubuntu-20.04
   Status: In Progress => Fix Committed

** Changed in: kunpeng920
   Status: In Progress => Fix Committed

-- 
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 Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-05 Thread dann frazier
** Description changed:

  [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.
+ 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

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-05 Thread Stefan Bader
** Changed in: linux (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Impish)
   Status: In Progress => Fix Committed

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Committed
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-05 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Impish:
  In Progress
Status in linux source package in Jammy:
  In Progress
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-05-05 Thread Stefan Bader
** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Impish)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux source package in Jammy:
  In Progress
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-04-29 Thread Ike Panhc
Patch sent. https://lists.ubuntu.com/archives/kernel-
team/2022-April/129828.html

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux source package in Jammy:
  In Progress
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-04-28 Thread Ike Panhc
** Also affects: kunpeng920/ubuntu-21.10
   Importance: Undecided
   Status: New

** No longer affects: kunpeng920/ubuntu-21.10

** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Impish)
   Status: New => In Progress

** Changed in: linux (Ubuntu Impish)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux source package in Jammy:
  In Progress
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1956086] Re: config CONFIG_HISI_PMU for kunpeng920

2022-04-28 Thread Ike Panhc
** Description changed:

+ [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.
+ 
+ [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

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

** Changed in: linux (Ubuntu)
   Status: New => In Progress

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Kinetic)
   Importance: Undecided
 Assignee: Ike Panhc (ikepanhc)
   Status: In Progress

** Changed in: linux (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

-- 
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:
  In Progress
Status in kunpeng920 ubuntu-20.04 series:
  In Progress
Status in kunpeng920 ubuntu-20.04-hwe series:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Jammy:
  In Progress
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.

  [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 : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp