WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#29: 
new file mode 100755

WARNING: line length of 90 exceeds 80 columns
#90: FILE: tools/testing/selftests/net/netfilter/conntrack_bridge.sh:57:
+		if ! ip netns exec "$nsclient1" ping -c 1 -s 962 -q "$ad" >/dev/null; then

WARNING: line length of 83 exceeds 80 columns
#91: FILE: tools/testing/selftests/net/netfilter/conntrack_bridge.sh:58:
+			echo "ERROR: netns routing/connectivity broken to $ad" 1>&2

WARNING: line length of 97 exceeds 80 columns
#104: FILE: tools/testing/selftests/net/netfilter/conntrack_bridge.sh:71:
+	if ! ip netns exec "$ns" nft list counter bridge filter "$name" | grep -q "$expect"; then

WARNING: line length of 95 exceeds 80 columns
#105: FILE: tools/testing/selftests/net/netfilter/conntrack_bridge.sh:72:
+		echo "ERROR: counter $name in $ns has unexpected value (expected $expect)" 1>&2

WARNING: line length of 90 exceeds 80 columns
#188: FILE: tools/testing/selftests/net/netfilter/conntrack_bridge.sh:155:
+	ip -net "$ns" link add link "$DEV" name "$DEV.10" type vlan id 10 protocol 802.1ad

total: 0 errors, 6 warnings, 0 checks, 183 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit a9251d2ecd65 ("selftests: netfilter: Add conntrack_bridge.sh") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 6 warnings, 0 checks, 183 lines checked