This bug was fixed in the package linux - 4.4.0-10.25 --------------- linux (4.4.0-10.25) xenial; urgency=low
[ Tim Gardner ] * Release Tracking Bug - LP: #1552247 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894) - security: let security modules use PTRACE_MODE_* with bitmasks * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330) - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454) - mmc: sdhci: 64-bit DMA actually has 4-byte alignment - mmc: sdhci: Fix DMA descriptor with zero data length * Miscellaneous Ubuntu changes - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns() -- Tim Gardner <tim.gard...@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700 ** Changed in: linux (Ubuntu Xenial) 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/1545330 Title: [wily][regression] systemtap script compilation broken by new kernels Status in linux package in Ubuntu: Fix Released Status in systemtap package in Ubuntu: Confirmed Status in linux source package in Wily: Fix Committed Status in systemtap source package in Wily: New Status in linux source package in Xenial: Fix Released Status in systemtap source package in Xenial: Confirmed Status in systemtap package in Fedora: Unknown Bug description: The following errors appear when compiling any systemtap script: In file included from include/linux/mutex.h:15:0, from /tmp/stapbdpxn3/stap_a0ec17f995e8f89d672d8c2eb7fe7c24_1693_src.c:25: include/linux/spinlock_types.h:55:14: error: ‘__ARCH_SPIN_LOCK_UNLOCKED’ undeclared here (not in a function) .raw_lock = __ARCH_SPIN_LOCK_UNLOCKED, \ ^ include/linux/spinlock_types.h:79:15: note: in expansion of macro ‘__RAW_SPIN_LOCK_INITIALIZER’ { { .rlock = __RAW_SPIN_LOCK_INITIALIZER(lockname) } } ^ include/linux/spinlock_types.h:82:16: note: in expansion of macro ‘__SPIN_LOCK_INITIALIZER’ (spinlock_t ) __SPIN_LOCK_INITIALIZER(lockname) ^ include/linux/mutex.h:111:18: note: in expansion of macro ‘__SPIN_LOCK_UNLOCKED’ , .wait_lock = __SPIN_LOCK_UNLOCKED(lockname.wait_lock) \ ^ include/linux/mutex.h:117:27: note: in expansion of macro ‘__MUTEX_INITIALIZER’ struct mutex mutexname = __MUTEX_INITIALIZER(mutexname) Upstream fix: https://www.sourceware.org/git/gitweb.cgi?p=systemtap.git;a=commitdiff;h=320e1ecb16427b5769f0f5a097d80823ee1fb765 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1545330/+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