freebsd-dev/sys/dev/hyperv
Dexuan Cui 96f105d11f hyperv: Fix boot-up after malloc() returns memory of NX by default now
FreeBSD VM can't boot up on Hyper-V after the recent malloc change in
r335068: Make UMA and malloc(9) return non-executable memory in most cases.

The hypercall page here must be executable.
Fix the boot-up issue by adding M_EXEC.

PR:		229167
Sponsored by:	Microsoft
2018-07-07 00:41:04 +00:00
..
include sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
input hyperv/input: Remove unnecessary inclusion. 2017-06-30 03:01:22 +00:00
netvsc if_hn: fix use of uninitialized variable 2018-05-26 14:14:56 +00:00
pcib hyperv: Update copyright for the files changed in 2017 2017-08-14 06:00:50 +00:00
storvsc hyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_TIMEOUT 2018-04-10 18:05:02 +00:00
utilities sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vmbus hyperv: Fix boot-up after malloc() returns memory of NX by default now 2018-07-07 00:41:04 +00:00