linux-brain/include
Jason Liu 92aae18620 MLK-24874-5: include: uapi: ipu: fix the UAPI_HEADER_TEST failure
Enable CONFIG_UAPI_HEADER_TEST turns on the following build issue
./usr/include/linux/ipu.h:167:2: error: unknown type name ‘u32’
  u32 x;
  ^~~
./usr/include/linux/ipu.h:168:2: error: unknown type name ‘u32’
  u32 y;
  ^~~
./usr/include/linux/ipu.h:173:2: error: unknown type name ‘u32’
  u32 w;
  ^~~
./usr/include/linux/ipu.h:174:2: error: unknown type name ‘u32’
  u32 h;
  ^~~
./usr/include/linux/ipu.h:179:2: error: unknown type name ‘u8’
  u8 motion; /*see ipu_motion_sel*/

The fix is to use the __u32/__u8 instead and remove the internal definiton

But it finally will result in another failure as the followings:

HDRTEST usr/include/linux/ipu.h
In file included from ./usr/include/linux/ipu.h:29:0,
                 from <command-line>:32:
./usr/include/linux/videodev2.h:2353:20: error: field ‘timestamp’ has incomplete type
  struct timespec   timestamp;

This is kernel known issue. The fix is as others by adding the ipu.h to skip-list:
header-test- += linux/v4l2-mediabus.h
header-test- += linux/v4l2-subdev.h
header-test- += linux/videodev2.h

Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
(cherry picked from commit 24c36527086fff43595bde2822f8277138ebcb55)
2020-11-17 15:09:21 +08:00
..
acpi x86: ACPI: fix CPU hotplug deadlock 2020-04-23 10:36:38 +02:00
asm-generic mm/gup: fix gup_fast with dynamic page table folding 2020-10-01 13:18:24 +02:00
clocksource
crypto crypto: algif_aead - Only wake up when ctx->more is zero 2020-08-21 13:05:30 +02:00
drm MLK-24916-3: drm: bridge: synopsys: Add HBR support for gp audio 2020-10-26 10:19:15 +08:00
dt-bindings MLK-23674-1 imx: scu-pd: add V2X MU resources 2020-04-22 15:56:40 +02:00
keys Merge tag 'v5.4.47' into imx_5.4.y 2020-06-19 17:32:49 +08:00
kvm
linux MLK-25006: mfd: pca9450: correct LDO3/4OUT_MASK for pca9450 2020-11-16 18:51:39 +08:00
math-emu
media Merge tag 'v5.4.47' into imx_5.4.y 2020-06-19 17:32:49 +08:00
misc
net Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel 2020-11-05 17:07:46 +08:00
pcmcia
ras
rdma IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE 2020-08-05 09:59:42 +02:00
scsi scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session" 2020-02-28 17:22:25 +01:00
soc Merge tag 'v5.4.70' into imx_5.4.y 2020-10-08 17:46:51 +08:00
sound Merge tag 'v5.4.70' into imx_5.4.y 2020-10-08 17:46:51 +08:00
target scsi: target: fix hang when multiple threads try to destroy the same iscsi session 2020-04-21 09:05:04 +02:00
trace sctp: move trace_sctp_probe_path into sctp_outq_sack 2020-10-01 13:17:27 +02:00
uapi MLK-24874-5: include: uapi: ipu: fix the UAPI_HEADER_TEST failure 2020-11-17 15:09:21 +08:00
vdso
video MLK-21509-4 drm/imx: dpu: crc: Add user-configurable CRC region(ROI) support 2020-07-09 09:42:39 +08:00
xen LF-191-2 i2c: introduce xen i2c paravirtualization driver 2019-11-28 16:27:52 +08:00