Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Two AF_* families adding entries to the lockdep tables at the same time. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -655,7 +655,6 @@ static const struct {
|
||||
{ "__GFP_RECLAIM", "R" },
|
||||
{ "__GFP_DIRECT_RECLAIM", "DR" },
|
||||
{ "__GFP_KSWAPD_RECLAIM", "KR" },
|
||||
{ "__GFP_OTHER_NODE", "ON" },
|
||||
};
|
||||
|
||||
static size_t max_gfp_len;
|
||||
|
||||
@@ -90,7 +90,7 @@ ifdef INSTALL_PATH
|
||||
done;
|
||||
|
||||
@# Ask all targets to emit their test scripts
|
||||
echo "#!/bin/bash" > $(ALL_SCRIPT)
|
||||
echo "#!/bin/sh" > $(ALL_SCRIPT)
|
||||
echo "cd \$$(dirname \$$0)" >> $(ALL_SCRIPT)
|
||||
echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
SRC_TREE=../../../../
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
echo "--------------------"
|
||||
echo "running socket test"
|
||||
|
||||
@@ -1367,7 +1367,7 @@ void run_tests_once(void)
|
||||
tracing_off();
|
||||
close_test_fds();
|
||||
|
||||
printf("test %2d PASSED (itertation %d)\n", test_nr, iteration_nr);
|
||||
printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr);
|
||||
dprintf1("======================\n\n");
|
||||
}
|
||||
iteration_nr++;
|
||||
|
||||
Reference in New Issue
Block a user