Systemd/src/shared/linux
Yu Watanabe 89836c304b shared/kernel: update kernel headers
From kernel commit 34816d20f173a90389c8a7e641166d8ea9dce70a.
2020-12-03 11:21:13 +09:00
..
README linux: make UBSAN quiet 2019-06-25 11:44:08 +09:00
auto_dev-ioctl.h shared/kernel: update kernel headers 2020-12-03 11:21:13 +09:00
bpf.h shared/kernel: update kernel headers 2020-12-03 11:21:13 +09:00
bpf_common.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
bpf_insn.h linux: update kernel headers 2019-06-25 11:29:13 +09:00
dm-ioctl.h shared/kernel: update kernel headers 2020-12-03 11:21:13 +09:00
ethtool.h shared/kernel: update kernel headers 2020-12-03 11:21:13 +09:00
nl80211.h shared/kernel: update kernel headers 2020-12-03 11:21:13 +09:00

README

The files in this directory are copied from kernel-5.2, and the following modifications are applied:
- auto_dev-ioctl.h: set AUTOFS_DEV_IOCTL_VERSION_MINOR to 0
- auto_dev-ioctl.h: define AUTOFS_IOCTL if not defined
- bpf_insn.h: This is imported from samples/bpf/bpf_insn.h
- bpf_insn.h: BPF_JMP_A() macro is also imported from include/linux/filter.h
- dm-ioctl.h: set DM_VERSION_MINOR to 27
- ethtool.h: define __KERNEL_DIV_ROUND_UP if not defined
- ethtool.h: add casts in ethtool_cmd_speed()