Home
last modified time | relevance | path

Searched full:untracked (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/phosphor-logging/gen/
H A Drun-ci6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [ -n "$untracked" ]; then
8 echo "Untracked files:" >&2
9 echo "$untracked" >&2
/openbmc/phosphor-networkd/gen/
H A Drun-ci6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [ -n "$untracked" ]; then
8 echo "Untracked files:" >&2
9 echo "$untracked" >&2
/openbmc/sdbusplus/test/gen/
H A Drun-ci6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [[ -n "${untracked}" ]]; then
8 echo "Untracked files:" >&2
9 echo "${untracked}" >&2
/openbmc/sdbusplus/example/gen/
H A Drun-ci6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [[ -n "${untracked}" ]]; then
8 echo "Untracked files:" >&2
9 echo "${untracked}" >&2
/openbmc/phosphor-dbus-interfaces/gen/
H A Drun-ci7 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
8 if [ -n "$untracked" ]; then
9 echo "Untracked files:" >&2
10 echo "$untracked" >&2
/openbmc/linux/scripts/package/
H A Dgen-diff-patch17 # it will go into ${diff_patch}. If untracked files are remaining, the resulting
28 # This script does not take care of untracked files because doing so would
30 # untracked files are found.
31 # If all untracked files are just garbage, you can ignore this warning.
33 echo >&2 "Your working tree has diff from HEAD, and also untracked file(s)."
/openbmc/linux/include/linux/
H A Dref_tracker.h15 refcount_t untracked; member
35 refcount_set(&dir->untracked, 1); in ref_tracker_dir_init()
/openbmc/linux/arch/s390/boot/
H A Dvmem.c82 * | vmalloc_size | / | (untracked) | in kasan_populate_shadow()
86 * | 1/8 addr space | | zero pg mapping| (untracked) in kasan_populate_shadow()
94 * | ... gap ... | / | kasan zero page| (untracked) in kasan_populate_shadow()
101 * | 1/8 addr space | | zero pg mapping| (untracked) in kasan_populate_shadow()
118 /* populate kasan shadow for untracked memory */ in kasan_populate_shadow()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dconntrack_vrf.sh167 oif tvrf ct state untracked counter
172 oif tvrf ct state untracked counter
191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]'
H A Dconntrack_icmp_related.sh159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
183 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
H A Dnft_synproxy.sh93 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
H A Dconntrack_sctp_collision.sh58 ip net exec $ROUTER_NS iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP
/openbmc/linux/lib/
H A Dref_tracker.c180 WARN_ON_ONCE(refcount_read(&dir->untracked) != 1); in ref_tracker_dir_exit()
206 refcount_inc(&dir->untracked); in ref_tracker_alloc()
236 refcount_dec(&dir->untracked); in ref_tracker_free()
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md43 Your new worktree doesn't know about any untracked files you have in your main
46 `run-unit-test-docker.sh`, you can't run the CI with untracked changes anyways,
47 so this isn't the worst thing in the world. (If you make untracked changes in
117 have untracked changes - which you're likely to have during active development.
/openbmc/linux/scripts/
H A Dremove-stale-files11 # Also, 'git status' shows such stale build artifacts as untracked files.
/openbmc/u-boot/doc/
H A DREADME.trace66 0 untracked function calls
74 0 untracked function calls
/openbmc/u-boot/lib/
H A Dtrace.c21 u64 untracked_count; /* Total number of untracked function calls */
252 puts(" untracked function calls\n"); in trace_print_stats()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
/openbmc/linux/mm/kmsan/
H A Dcore.c101 * @src is untracked: zero out destination shadow, ignore the in kmsan_internal_memmove_metadata()
340 * This page is untracked. If there were uninitialized in kmsan_internal_check_memory()
/openbmc/linux/drivers/misc/lkdtm/
H A Dstackleak.c104 " untracked: %lu bytes\n" in check_stackleak_irqoff()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c95 -i tmp1 -p tcp -m tcp --dport 8080 -m state --state INVALID,UNTRACKED \ in test_synproxy()
/openbmc/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml180 untracked: false
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst146 the object can be deactivated. Deactivating is not allowed for untracked
/openbmc/linux/net/ipv6/
H A Dndisc.c981 case 0: /* Don't accept untracked na (absent in neighbor cache) */ in accept_untracked_na()
983 case 1: /* Create new entries from na if currently untracked */ in accept_untracked_na()
985 case 2: /* Create new entries from untracked na only if saddr is in the in accept_untracked_na()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c528 nfp_warn(priv->app->cpp, "untracked bond got unregistered %s\n", in nfp_fl_lag_schedule_group_delete()

12