summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-01-29 03:05:10 +0000
committerShuah Khan <skhan@linuxfoundation.org>2021-02-08 16:25:15 -0700
commit64ba3d591c9d2be2a9c09e99b00732afe002ad0d (patch)
tree150eac1271b00590f6774df5944b56089b42da00 /tools/perf/scripts/python/bin/stackcollapse-record
parent92bf22614b21a2706f4993b278017e437f7785b3 (diff)
downloadkernel-64ba3d591c9d2be2a9c09e99b00732afe002ad0d.tar.gz
kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/include dir
Copied in from somewhere else, the makefile was including the kerne's usr/include dir, which caused the asm/ioctl.h file to be used. Unfortunately, that file has different values for _IOC_SIZEBITS and _IOC_WRITE than include/uapi/asm-generic/ioctl.h which then causes the _IOCW macros to give the wrong ioctl numbers, specifically for DMA_BUF_IOCTL_SYNC. This patch simply removes the extra include from the Makefile Cc: Shuah Khan <shuah@kernel.org> Cc: Brian Starkey <brian.starkey@arm.com> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Laura Abbott <labbott@kernel.org> Cc: Hridya Valsaraju <hridya@google.com> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Sandeep Patil <sspatil@google.com> Cc: Daniel Mentz <danielmentz@google.com> Cc: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linux-kselftest@vger.kernel.org Fixes: a8779927fd86c ("kselftests: Add dma-heap test") Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
b340f'>staging: rtl8723au: Remove HAL wrappers about USB init/deinitJes Sorensen 2014-05-16staging: rtl8723au: Remove HAL wrappers around read_chip_versionJes Sorensen 2014-05-16staging: rtl8723au: Remove unused HAL wrappers around PHY register read/write...Jes Sorensen 2014-05-16staging: rtl8723au: Remove HAL notch_filter wrappersJes Sorensen 2014-05-16staging: rtl8723au: Remove unused hal_reset_security_engine codeJes Sorensen 2014-05-16staging: rtl8723au: Get rid of sreset related HAL clutterJes Sorensen 2014-05-16staging: rtl8723au: Get rid of rtw_hal_dm_* clutterJes Sorensen 2014-05-16staging: rtl8723au: Remove some more HAL clutterJes Sorensen 2014-05-16staging: rtl8723au: Call rtl8723a_init_default_value_directly()Jes Sorensen 2014-05-15staging: rtl8723au: Remove empty *_free_xmit_priv() and friendsJes Sorensen 2014-05-15staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...Jes Sorensen 2014-05-15staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen 2014-04-26staging: rtl8723au: Remove unused hal interface for accessing bb regsJes Sorensen 2014-04-26staging: rtl8723au: from hal_ops 'interface_ps_func'Jes Sorensen 2014-04-26staging: rtl8723au: Remove obsolete hal thread handling codeJes Sorensen 2014-04-14staging: rtl8723au: Kill off ugly GetHwReg*() interfaceJes Sorensen 2014-04-14staging: rtl8723au: Remove SetHwReg*() related codeJes Sorensen 2014-04-05staging: r8723au: Additional source patchesLarry Finger 2014-04-05staging: r8723au: Add source files for new driver - part 2Larry Finger