[Kernel-packages] [Bug 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
This bug was fixed in the package linux - 4.10.0-14.16 --- linux (4.10.0-14.16) zesty; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1673805 * msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567) - tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver - SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status() * C++ demangling support missing from perf (LP: #1396654) - [Config] added binutils-dev to Build-deps * dm-queue-length module is not included in installer/initramfs (LP: #1673350) - [Config] d-i: Also add dm-queue-length to multipath modules * move aufs.ko from -extra to linux-image package (LP: #1673498) - [config] aufs.ko moved to linux-image package * Using an NVMe drive causes huge power drain (LP: #1664602) - nvme: Add a quirk mechanism that uses identify_ctrl - nvme: Enable autonomous power state transitions * Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101) - Bluetooth: btbcm: Add a delay for module reset * Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113) - Bluetooth: btusb: Add support for 413c:8143 * Zesty update to v4.10.3 stable release (LP: #1673118) - serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards - KVM: s390: Disable dirty log retrieval for UCONTROL guests - KVM: VMX: use correct vmcs_read/write for guest segment selector/base - Bluetooth: Add another AR3012 04ca:3018 device - phy: qcom-ufs: Don't kfree devres resource - phy: qcom-ufs: Fix misplaced jump label - s390/qdio: clear DSCI prior to scanning multiple input queues - s390/dcssblk: fix device size calculation in dcssblk_direct_access() - s390/kdump: Use "LINUX" ELF note name instead of "CORE" - s390/chsc: Add exception handler for CHSC instruction - s390: TASK_SIZE for kernel threads - s390/topology: correct allocation of topology information - s390: make setup_randomness work - s390: use correct input data address for setup_randomness - net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put() - cxl: Prevent read/write to AFU config space while AFU not configured - cxl: fix nested locking hang during EEH hotplug - brcmfmac: fix incorrect event channel deduction - mnt: Tuck mounts under others instead of creating shadow/side mounts. - IB/ipoib: Fix deadlock between rmmod and set_mode - IB/IPoIB: Add destination address when re-queue packet - IB/mlx5: Fix out-of-bound access - IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS - IB/srp: Avoid that duplicate responses trigger a kernel bug - IB/srp: Fix race conditions related to task management - Btrfs: fix data loss after truncate when using the no-holes feature - orangefs: Use RCU for destroy_inode - memory/atmel-ebi: Fix ns <-> cycles conversions - tracing: Fix return value check in trace_benchmark_reg() - ktest: Fix child exit code processing - ceph: remove req from unsafe list when unregistering it - target: Fix NULL dereference during LUN lookup + active I/O shutdown - drivers/pci/hotplug: Handle presence detection change properly - drivers/pci/hotplug: Fix initial state for empty slot - nlm: Ensure callback code also checks that the files match - pwm: pca9685: Fix period change with same duty cycle - xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD - nfit, libnvdimm: fix interleave set cookie calculation - mac80211: flush delayed work when entering suspend - mac80211: don't reorder frames with SN smaller than SSN - mac80211: don't handle filtered frames within a BA session - mac80211: use driver-indicated transmitter STA only for data frames - drm/amdgpu: add more cases to DCE11 possible crtc mask setup - drm/amdgpu/pm: check for headless before calling compute_clocks - Revert "drm/amdgpu: update tile table for oland/hainan" - drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS - drm/radeon: handle vfct with multiple vbios images - drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058 - drm/ttm: Make sure BOs being swapped out are cacheable - drm/vmwgfx: Work around drm removal of control nodes - drm/imx: imx-tve: Do not set the regulator voltage - drm/atomic: fix an error code in mode_fixup() - drm/i915/gvt: Disable access to stolen memory as a guest - drm: Cancel drm_fb_helper_dirty_work on unload - drm: Cancel drm_fb_helper_resume_work on unload - drm/i915: Recreate internal objects with single page segments if dmar fails - drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code - drm/i915: Check for timeout completion when waiting for the rq to submitted - drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence() - drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT - libceph:
[Kernel-packages] [Bug 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
This is a simple patch for perf and a clean cherry pick from upstream. I'm going ahead and applying it. ** Changed in: linux (Ubuntu Zesty) 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: Fix Committed Status in linux source package in Zesty: Fix Committed Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
It looks like the amd64 version of the deb is there, but not the arm64 version. -- 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: In Progress Status in linux source package in Zesty: In Progress Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
Sorry about that. The tools .deb should be there now. -- 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: In Progress Status in linux source package in Zesty: In Progress Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
I don't see the linux-tools-4.10-11-13~lp1671917 in that directory. -- 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: In Progress Status in linux source package in Zesty: In Progress Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
I built a test kernel with a cherry pick of commit 1b29dfbba124be5077a24996a272205baec1c008. The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1671917/ Can you test this kernel and see if it resolves this bug? ** Changed in: linux (Ubuntu Zesty) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu Zesty) Status: Triaged => In Progress -- 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: In Progress Status in linux source package in Zesty: In Progress Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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 1671917] Re: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue
** Also affects: linux (Ubuntu Zesty) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Zesty) Status: New => Triaged ** Changed in: linux (Ubuntu Zesty) Importance: Undecided => Medium ** Tags added: kernel-da-key zesty -- 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/1671917 Title: perf probes on arm64 don't work with 4.10 kernel b/c of register name issue Status in linux package in Ubuntu: Triaged Status in linux source package in Zesty: Triaged Bug description: perf probe doesn't work because the register names in the perf tool are incorrect. This was fixed upstream by https://patchwork.kernel.org/patch/9534823/. perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Failed to write event: Invalid argument Error: Failed to add events. Rebuilding perf with the above mentioned change results in: ubuntu:/usr/src/linux-source-4.10.0/tools/perf# ./perf probe -x /lib/aarch64-linux-gnu/libc.so.6 -a 'malloc bytes' Added new event: probe_libc:malloc(on malloc in /lib/aarch64-linux-gnu/libc-2.24.so with bytes) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671917/+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