Device map with MAP_PRIVATE is copied when forking using copy_user_pte. So the map isn't copied by those statements. Futjitsu: POSTK_TEMP_FIX_14 Refs: #1039 Change-Id: I1a697ed2e003055d66a8eebd3e8d5e9e49d094ad
11 lines
95 B
Makefile
11 lines
95 B
Makefile
CC=gcc
|
|
TARGET=
|
|
|
|
all:: $(TARGET)
|
|
|
|
test:: $(TARGET)
|
|
sh ./C1039.sh
|
|
|
|
clean::
|
|
rm -f *.o $(TARGET)
|