platform_bionic/libc/kernel/uapi
Christopher Ferris 86a4837a8e Update to v4.20.1 kernel headers.
This includes one manual change:

In the file bionic/libc/kernel/uapi/linux/in.h, the macro IN_BADCLASS
was not definied correctly. Change the macro from:

  #define IN_BADCLASS(a) ((((long int) (a)) == 0xffffffff)

to:

  #define IN_BADCLASS(a) (((long int) (a)) == (long int)0xffffffff)

This change is being pushed to the upstream kernels.

Test: Builds and boots.
Change-Id: Ia304773a9dc6789b34d9769d73742384d6afb571
Merged-In: Ia304773a9dc6789b34d9769d73742384d6afb571
(cherry picked from commit 967fb01cce)
2019-01-15 07:33:14 -08:00
..
asm-arm/asm Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
asm-arm64/asm Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
asm-generic Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
asm-mips/asm Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
asm-x86/asm Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
drm Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
linux Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
misc Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
mtd Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
rdma Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
scsi Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
sound Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
video Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
xen Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00