Update arm64 GKI 5.4 kernel test module
2 symbols (get_net_ns and prepare_to_wait_exclusive) not supported
by the arm64 GKI KMI, were accidentally included in the related
kernel test module. This change removes those symbols
Bug: 205515339
Test: On a device booted with the recently released arm64 GKI 5.4:
$ adb shell uname -a
Linux localhost 5.4.147-android12-9-00038-g7eb444cc279e-ab7855344 #1 SMP PREEMPT Fri Oct 22 01:45:28 UTC 2021 aarch64
$ atest kmi_comp_test
...
Running Tests...
arm64-v8a kmi_comp_test
-----------------------
kmi_comp_test (1 Test)
[1/1] kmi_comp_test#kmi_comp_test: PASSED (136ms)
Summary
-------
arm64-v8a kmi_comp_test: Passed: 1, Failed: 0, Ignored: 0, Assumption Failed: 0,
All tests passed!
Change-Id: I79808936b389d7eae7b400f8d8d09626baa4d9bc
1 file changed