Home
last modified time | relevance | path

Searched +full:commit +full:- +full:filter (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/external/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …ho "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CHEC…
7 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOI…
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]
/external/iptables/iptables/tests/shell/testcases/firewalld-restore/
D0001-firewalld_03 $XT_MULTI iptables -w -L -n > /dev/null || exit 1
4 $XT_MULTI iptables -w2 -L -n > /dev/null || exit 1
6 echo -n '#foo' | $XT_MULTI iptables-restore -w || exit 1
9 for table in security raw mangle nat filter;do
10 $XT_MULTI iptables -w2 -t $table -L -n > /dev/null
13 $XT_MULTI iptables -w2 -p icmp --help | grep -q 'Valid ICMP Types' || exit 1
15 cat <<EOF | $XT_MULTI iptables-restore -w -n
17 -F
18 -X
19 -Z
[all …]
/external/bpftool/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>"
8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b…
9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit."
10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit."
11 echo " - Create a new commit with the updated version and checkpoints."
12 echo " - Check consistency."
14 …ho "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/CHE…
15 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPO…
16 …PF_NEXT_TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/lib…
17 …F_TIP_COMMIT to override bpf tree target commit, otherwise read from <bpftool-repo>/libbpf/BPF-CHE…
[all …]
/external/google-cloud-java/generation/
Dmerge_repository.sh3 # Merging repository to google-cloud-java using git-filter-repo.
4 # https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories
7 # cd google-cloud-java
15 # cd generation/monorepo/google-cloud-java-merged
16 # git checkout -b merge_repositories
17 # gh pr create --title 'chore: merge new repository into google-cloud-java' --body ''
19 set -xe
21 [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"
22 [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script}"
26 rm -rf monorepo
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/iptables/iptables/tests/shell/testcases/ipt-restore/
D0003-restore-ordering_03 # Make sure iptables-restore does the right thing
6 set -e
10 $XT_MULTI iptables -S | grep -v '^-P'
15 $XT_MULTI iptables-restore <<EOF
16 *filter
17 -A FORWARD -m comment --comment "rule 4" -j ACCEPT
18 -I FORWARD 1 -m comment --comment "rule 1" -j ACCEPT
19 -I FORWARD 2 -m comment --comment "rule 2" -j ACCEPT
20 -I FORWARD 3 -m comment --comment "rule 3" -j ACCEPT
21 COMMIT
[all …]
D0007-flush-noflush_03 # Make sure iptables-restore without --noflush does not flush tables other than
6 set -e
8 $XT_MULTI iptables-restore <<EOF
10 -A POSTROUTING -j ACCEPT
11 COMMIT
19 -A POSTROUTING -j ACCEPT
20 COMMIT"
21 diff -u -Z <(echo -e "$EXPECT") <($XT_MULTI iptables-save | grep -v '^#')
23 $XT_MULTI iptables-restore <<EOF
24 *filter
[all …]
D0014-verbose-restore_03 set -e
5 DUMP="*filter
6 :foo - [0:0]
7 :bar - [0:0]
8 -A foo -j ACCEPT
9 COMMIT
11 :natfoo - [0:0]
12 :natbar - [0:0]
13 -A natfoo -j ACCEPT
14 COMMIT
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml11 - master
12 - develop
17 ubuntu-focal:
18 runs-on: ubuntu-20.04
20 fail-fast: false
22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
25 - uses: actions/checkout@v2
27 fetch-depth: '0'
28 - uses: mstachniuk/ci-skip@v1
30commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
[all …]
/external/trusty/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js2 * Copyright (c) 2021-2023, Arm Limited. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
[all …]
/external/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
42 Handlebars.registerHelper("tf-a-concat", function () {
[all …]
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/rust/crates/miette/
Dcliff.toml1 # configuration file for git-cliff (0.1.0)
15 ## {{ version | replace(from="v", to="") }} ({{ timestamp | date(format="%Y-%m-%d") }})
19 {% for group, commits in commits | filter(attribute="scope") | group_by(attribute="group") %}
21 {% for commit in commits %}
22 {% if commit.scope %}\
23 * **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](http…
24 {%- if commit.breaking %}
25 * **BREAKING CHANGE**: {{ commit.breaking_description }}
26 {%- endif %}\
37 # <!-- generated by git-cliff -->
[all …]
/external/pigweed/docs/_static/js/
Dchangelog.js7 // https://www.apache.org/licenses/LICENSE-2.0
16 // We use this tool to speed up the generation of bi-weekly changelog
17 // updates. It fetches the commits over a user-specified timeframe, derives
18 // a little metadata about each commit, organizes the commits, and renders
23 // Get the commits from the user-specified timeframe.
27 document.querySelector('#status').textContent = `Getting commit data...`;
41 'X-GitHub-Api-Version': '2022-11-28',
46 'An error occurred while fetching the commit data.';
62 // Also, parse the "subject" of the commit, which is the first line
63 // of the commit message.
[all …]
/external/pigweed/pw_package/py/pw_package/
Dgit_repo.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Install and check status of Git repository-based packages."""
29 '-c',
36 ) -> str:
40 ['git'] + _GIT_CONFIG + ['-C', repo, *args],
52 ) -> subprocess.CompletedProcess:
55 ['git'] + _GIT_CONFIG + ['-C', repo, *args], check=True
60 """Install and check status of Git repository-based packages."""
63 self, url, *args, commit='', tag='', sparse_list=None, **kwargs argument
66 if not (commit or tag):
[all …]
/external/libtracefs/Documentation/
Dlibtracefs-function-filter.txt5 ----
7 - Functions to modify the the function trace filters
10 --------
12 --
18 --
21 -----------
23 Linux kernel functions that would be traced by the function and function-graph tracers.
29 _filter_, a string that represents a filter that should
31 _module_, to limit the filtering on a specific module (or NULL to filter on all functions),
54 useful to simply commit the previous filters. It may also be NULL
[all …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-124.md1 ## TFSA-2022-124: Floating point exception in `Conv2D`
4 CVE-2022-35996
7 …is given empty `input` and the `filter` and `padding` sizes are valid, the output is all-zeros. Th…
13 filter = np.ones([1, 1, 1, 1])
20 filter=filter,
29 …patched the issue in GitHub commit [611d80db29dd7b0cfb755772c69d60ae5bca05f9](https://github.com/t…
31 The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.…
Dtfsa-2021-015.md1 ## TFSA-2021-015: Division by 0 in `Conv2D`
4 CVE-2021-29526
13 filter = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.float32)
18 tf.raw_ops.Conv2D(input=input, filter=filter, strides=strides, padding=padding)
22 …7bd83f144af14087fe4fecee2d250d93737/tensorflow/core/kernels/conv_ops.cc#L261-L263) does a division…
25 const int64 patch_depth = filter.dim_size(2);
30 We have patched the issue in GitHub commit
31 [b12aa1d44352de21d1a6faaf04172d8c2508b42b](https://github.com/tensorflow/tensorflow/commit/b12aa1d4…
34 commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow
44 This vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.
Dtfsa-2022-121.md1 ## TFSA-2022-121: `CHECK` fail in `Conv2DBackpropInput`
4 CVE-2022-35999
12 filter = np.ones([1, 3, 2, 3])
19 filter = filter,
27 …patched the issue in GitHub commit [27a65a43cf763897fecfa5cdb5cc653fc5dd0346](https://github.com/t…
29 The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.…
Dtfsa-2022-101.md1 ## TFSA-2022-101: `CHECK` fail in `Conv2DBackpropInput`
4 CVE-2022-35969
7 The implementation of `Conv2DBackpropInput` requires `input_sizes` to be 4-dimensional. Otherwise, …
18 filter = tf.constant(0.159749106, shape=[3,3,2,2], dtype=tf.float32)
20 tf.raw_ops.Conv2DBackpropInput(input_sizes=input_sizes, filter=filter, out_backprop=out_backprop, s…
24 …patched the issue in GitHub commit [50156d547b9a1da0144d7babe665cf690305b33c](https://github.com/t…
26 The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.…
Dtfsa-2021-006.md1 ## TFSA-2021-006: Division by zero in `Conv3D`
4 CVE-2021-29517
15 tf.raw_ops.Conv3D(input=input_tensor, filter=filter_tensor, strides=[1, 56, 56, 56, 1], padding='VA…
18 …003965bffac51ae171b51801565e002d/tensorflow/core/kernels/conv_ops_3d.cc#L143-L145) does a modulo o…
21 const int64 out_depth = filter.dim_size(4);
25 Thus, when `filter` has a 0 as the fifth element, this results in a division by 0.
36 tf.raw_ops.Conv3D(input=input_tensor, filter=filter_tensor, strides=[1, 56, 39, 34, 1], padding='VA…
43 We have patched the issue in GitHub commit
44 [799f835a3dfa00a4d852defa29b15841eea9d64f](https://github.com/tensorflow/tensorflow/commit/799f835a…
47 commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow
[all …]
/external/angle/build/util/
Dlastchange.py3 # Use of this source code is governed by a BSD-style license that can be
7 lastchange.py -- Chromium revision fetching utility.
43 command = ['sh', '-c', ' '.join(command)]
70 command = ['sh', '-c', ' '.join(command)]
98 Return the merge-base of HEAD and ref.
104 The git commit SHA of the merge-base as a string.
108 command = ['merge-base', 'HEAD', ref]
114 Fetch the Git hash (and Cr-Commit-Position if any) for a given directory.
118 commit_filter: A filter to supply to grep to filter commits
119 start_commit: A commit identifier. The result of this function
[all …]
/external/cronet/build/util/
Dlastchange.py3 # Use of this source code is governed by a BSD-style license that can be
7 lastchange.py -- Chromium revision fetching utility.
43 command = ['sh', '-c', ' '.join(command)]
70 command = ['sh', '-c', ' '.join(command)]
98 Return the merge-base of HEAD and ref.
104 The git commit SHA of the merge-base as a string.
108 command = ['merge-base', 'HEAD', ref]
114 Fetch the Git hash (and Cr-Commit-Position if any) for a given directory.
118 commit_filter: A filter to supply to grep to filter commits
119 start_commit: A commit identifier. The result of this function
[all …]
/external/swiftshader/third_party/
Dupdate-marl.sh3 # update-marl merges the latest changes from the github.com/google/marl into
8 if [ ! -z "$REASON" ]; then
12 git subtree pull --prefix third_party/marl https://github.com/google/marl main --squash -m "Update …
14 ALL_CHANGES=`git log -n 1 HEAD^2 | egrep '^(\s{4}[0-9a-f]{9}\s*.*)$'`
15 HEAD_CHANGE=`echo "$ALL_CHANGES" | egrep '[0-9a-f]{9}' -o -m 1`
16 LOG_MSG=`echo -e "Update Marl to $HEAD_CHANGE\n${REASON}\nChanges:\n$ALL_CHANGES\n\nCommands:\n …
17 git commit --amend -m "$LOG_MSG"
19 # Use filter-branch to apply the Gerrit commit hook to both CLs
20 GIT_DIR=$(readlink -f "$(git rev-parse --git-dir)")
22 FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch -f --msg-filter \
[all …]
Dupdate-spirvheaders.sh3 # update-spirvheaderss merges the latest changes from
4 # the github.com/KhronosGroup/SPIRV-Headers into third_party/SPIRV-Headers.
9 if [ ! -z "$REASON" ]; then
13 git subtree pull --prefix third_party/SPIRV-Headers https://github.com/KhronosGroup/SPIRV-Headers m…
15 ALL_CHANGES=`git log -n 1 HEAD^2 | egrep '^(\s{4}[0-9a-f]{9}\s*.*)$'`
16 HEAD_CHANGE=`echo "$ALL_CHANGES" | egrep '[0-9a-f]{9}' -o -m 1`
17 LOG_MSG=`echo -e "Update SPIR-V Headers to $HEAD_CHANGE\n${REASON}\nChanges:\n$ALL_CHANGES\n\nComma…
18 git commit --no-verify --amend -m "$LOG_MSG"
20 # Use filter-branch to apply the Gerrit commit hook to both CLs
21 GIT_DIR=$(readlink -f "$(git rev-parse --git-dir)")
[all …]

12345678910>>...29