summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2020-04-13 13:04:53 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2020-04-13 13:04:53 +0200
commit341ba4f053a10d1e2fef60fd3782ce79bddd5091 (patch)
tree63b4540bbfe784244c7fac14f7bdfb6938dd4bf8 /include/uapi
parent54d0217f4f3c0a9e8956fa3ab99ce647429b9a50 (diff)
parentc10b57a567e4333b9fdf60b5ec36de9859263ca2 (diff)
Merge 4.14.176 into android-4.14-stable
Changes in 4.14.176 ipv4: fix a RCU-list lock in fib_triestat_seq_show net, ip_tunnel: fix interface lookup with no key sctp: fix refcount bug in sctp_wfree sctp: fix possibly using a bad saddr with a given dst drm/bochs: downgrade pci_request_region failure from error to warning initramfs: restore default compression behavior tools/power turbostat: Fix gcc build warnings drm/etnaviv: replace MMU flush marker with flush sequence blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter blk-mq: Allow blocking queue tag iter callbacks misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices coresight: do not use the BIT() macro in the UAPI header padata: always acquire cpu_hotplug_lock before pinst->lock mm: mempolicy: require at least one nodeid for MPOL_PREFERRED ipv6: don't auto-add link-local address to lag ports net: dsa: bcm_sf2: Ensure correct sub-node is parsed net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registers net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting slcan: Don't transmit uninitialized stack data in padding mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE random: always use batched entropy for get_random_u{32,64} tools/accounting/getdelays.c: fix netlink attribute length hwrng: imx-rngc - fix an error path ASoC: jz4740-i2s: Fix divider written at incorrect offset in register IB/hfi1: Call kobject_put() when kobject_init_and_add() fails IB/hfi1: Fix memory leaks in sysfs registration and unregistration ceph: remove the extra slashes in the server path ceph: canonicalize server path in place Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow fbcon: fix null-ptr-deref in fbcon_switch acpi/nfit: Fix bus command validation clk: qcom: rcg: Return failure for RCG update drm/msm: stop abusing dma_map/unmap for cache arm64: Fix size of __early_cpu_boot_status rpmsg: glink: Remove chunk size word align warning usb: dwc3: don't set gadget->is_otg flag drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read() rpmsg: glink: smem: Support rx peak for size less than 4 bytes drm/msm: Use the correct dma_sync calls in msm_gem Linux 4.14.176 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I15dbb5a2b6b015683408249990a95894658f611a
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/coresight-stm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/coresight-stm.h b/include/uapi/linux/coresight-stm.h
index aac550a52f80..8847dbf24151 100644
--- a/include/uapi/linux/coresight-stm.h
+++ b/include/uapi/linux/coresight-stm.h
@@ -2,8 +2,10 @@
#ifndef __UAPI_CORESIGHT_STM_H_
#define __UAPI_CORESIGHT_STM_H_
-#define STM_FLAG_TIMESTAMPED BIT(3)
-#define STM_FLAG_GUARANTEED BIT(7)
+#include <linux/const.h>
+
+#define STM_FLAG_TIMESTAMPED _BITUL(3)
+#define STM_FLAG_GUARANTEED _BITUL(7)
/*
* The CoreSight STM supports guaranteed and invariant timing