You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 17de1e5 ("selftests: clarify common error when running
gup_test") had most of its hunks dropped due to a conflict with another
patch accepted into Linux around the same time that implemented the same
behavior as a subset of other changes.
However, the remaining hunk defines the GUP_TEST_FILE macro without
making use of it. This patch makes use of the macro in the two relevant
places.
Furthermore, the above mentioned commit's log message erroneously describes
the changes that were dropped from the patch.
This patch corrects the record.
Fixes: 17de1e5 ("selftests: clarify common error when running gup_test")
Signed-off-by: Joel Savitz <[email protected]>
Reviewed-by: Shuah Khan <[email protected]>
Acked-by: Nico Pache <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
0 commit comments