Skip to content

Commit

Permalink
sync with Linux v6.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2023
1 parent 67cb40b commit 735d0ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var renderReg = function (obj) {
if(obj.aData[obj.iDataColumn].type != null)
if(obj.aData[obj.iDataColumn].def != null && obj.aData[obj.iDataColumn].file != "")
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.7/source/"+obj.aData[obj.iDataColumn].def.file+"#L"+obj.aData[obj.iDataColumn].def.line+"'>"+obj.aData[obj.iDataColumn].type+"</a>";
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.8/source/"+obj.aData[obj.iDataColumn].def.file+"#L"+obj.aData[obj.iDataColumn].def.line+"'>"+obj.aData[obj.iDataColumn].type+"</a>";
else
return obj.aData[obj.iDataColumn].type;
else
Expand Down Expand Up @@ -55,7 +55,7 @@
/* r9 */ { "sType": "html", "fnRender": renderReg, "bSearchable": false },
/* URL */ { "sType": "html", "bSearchable": false, "fnRender": function (oObj) {
if(oObj.aData[9])
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.7/source/"+oObj.aData[9]+"#L"+oObj.aData[10]+"'>"+oObj.aData[9]+":"+oObj.aData[10]+"</a>";
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.8/source/"+oObj.aData[9]+"#L"+oObj.aData[10]+"'>"+oObj.aData[9]+":"+oObj.aData[10]+"</a>";
else
return "not implemented";
}
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2 class="chunk">Linux Syscall Reference</h2>
</div>
<div id="footer" class="site">
<h4 class="chunk" style="text-align: right; color: #fdc57b;">
Generated from Linux kernel v6.5.7 using <a target="_blank" href="http://ctags.sourceforge.net/">Exuberant Ctags</a>,
Generated from Linux kernel v6.5.8 using <a target="_blank" href="http://ctags.sourceforge.net/">Exuberant Ctags</a>,
<a target="_blank" href="http://www.python.org/">Python</a>, and
<a target="_blank" href="http://www.datatables.net/">DataTables</a>.
<br>
Expand Down
38 changes: 19 additions & 19 deletions syscall.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
{},
{},
"fs/ioctl.c",
856
857
],
[
17,
Expand Down Expand Up @@ -700,7 +700,7 @@
{},
{},
"fs/file.c",
1284
1285
],
[
33,
Expand All @@ -719,7 +719,7 @@
{},
{},
"fs/file.c",
1269
1270
],
[
34,
Expand Down Expand Up @@ -1737,7 +1737,7 @@
{},
{},
"fs/namei.c",
5053
5056
],
[
83,
Expand All @@ -1756,7 +1756,7 @@
{},
{},
"fs/namei.c",
4158
4161
],
[
84,
Expand All @@ -1772,7 +1772,7 @@
{},
{},
"fs/namei.c",
4276
4279
],
[
85,
Expand Down Expand Up @@ -1810,7 +1810,7 @@
{},
{},
"fs/namei.c",
4704
4707
],
[
87,
Expand All @@ -1826,7 +1826,7 @@
{},
{},
"fs/namei.c",
4441
4444
],
[
88,
Expand All @@ -1845,7 +1845,7 @@
{},
{},
"fs/namei.c",
4522
4525
],
[
89,
Expand Down Expand Up @@ -2676,7 +2676,7 @@
{},
{},
"fs/namei.c",
4076
4079
],
[
134,
Expand Down Expand Up @@ -5162,7 +5162,7 @@
{},
{},
"fs/namei.c",
4153
4156
],
[
259,
Expand All @@ -5187,7 +5187,7 @@
{},
{},
"fs/namei.c",
4070
4073
],
[
260,
Expand Down Expand Up @@ -5284,7 +5284,7 @@
{},
{},
"fs/namei.c",
4431
4434
],
[
264,
Expand All @@ -5309,7 +5309,7 @@
{},
{},
"fs/namei.c",
5046
5049
],
[
265,
Expand Down Expand Up @@ -5337,7 +5337,7 @@
},
{},
"fs/namei.c",
4697
4700
],
[
266,
Expand All @@ -5359,7 +5359,7 @@
{},
{},
"fs/namei.c",
4516
4519
],
[
267,
Expand Down Expand Up @@ -5970,7 +5970,7 @@
{},
{},
"fs/file.c",
1264
1265
],
[
293,
Expand Down Expand Up @@ -6552,7 +6552,7 @@
},
{},
"fs/namei.c",
5039
5042
],
[
317,
Expand Down Expand Up @@ -7714,7 +7714,7 @@
{},
{},
"fs/ioctl.c",
856
857
],
[
515,
Expand Down

0 comments on commit 735d0ad

Please sign in to comment.