Skip to content

Commit

Permalink
src: update syscalls
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Apr 4, 2024
1 parent 4497bea commit bcb613a
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 446 deletions.
2 changes: 1 addition & 1 deletion src/syscall-versions/generate-all-syscalls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DESTDIR=$(mktemp -d)
trap 'rm -rf $DESTDIR' EXIT

cd "$1"
for i in $(git tag -l | grep -Ev "next|-rc|2.6.11" | sort -r); do
for i in $(git ls-remote --tags origin | awk '{print $2}' | grep -v '\^{}' | sed -e 's|refs/tags/||' | grep -Ev "next|-rc|2.6.11" | sort -r); do
if git show "$i:arch/x86/entry/syscalls/syscall_64.tbl" > /dev/null 2>&1 ||
git show "$i:arch/x86/syscalls/syscall_64.tbl" > /dev/null 2>&1; then
# Dump all the archs
Expand Down
Loading

0 comments on commit bcb613a

Please sign in to comment.