Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
af5e70a6
Commit
af5e70a6
authored
Dec 12, 2025
by
Jai Luthra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autopatch: linux: update find_bytecode.sh
parent
5f4e4064
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/autopatch/find_bytecode.sh
tools/autopatch/find_bytecode.sh
+2
-2
No files found.
tools/autopatch/find_bytecode.sh
View file @
af5e70a6
...
...
@@ -7,7 +7,7 @@ set -euo pipefail
exit
2
}
MATCH_STR
=
feff
85c04189c4
MATCH_STR
=
feff
4189c685c0
driver_version
=
$1
driver_url
=
$2
driver_file
=
NVIDIA-Linux-x86_64-
$driver_version
.run
...
...
@@ -34,7 +34,7 @@ search_bytecode() {
get_patch_str
()
{
bytecode
=
$1
fixed
=
${
bytecode
:0:10
}
29
${
bytecode
:
(-8)
:8
}
fixed
=
${
bytecode
:0:10
}
29
c0
${
bytecode
:
(-10)
:6
}
bytecode
=
$(
echo
"
$bytecode
"
|
sed
's/../\\x&/g'
)
fixed
=
$(
echo
"
$fixed
"
|
sed
's/../\\x&/g'
)
echo
"[
\"
$driver_version
\"
]='s/
$bytecode
/
$fixed
/g'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment