Skip to content

Commit

Permalink
sync with Linux v6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 739f32c commit aeb0fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.6.6/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.6.7/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.6.6/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.6.7/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.6.6 using <a target="_blank" href="http://ctags.sourceforge.net/">Exuberant Ctags</a>,
Generated from Linux kernel v6.6.7 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
10 changes: 5 additions & 5 deletions syscall.json
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,7 @@
{},
{},
"arch/x86/entry/common.c",
250
345
],
[
157,
Expand Down Expand Up @@ -6114,7 +6114,7 @@
},
{},
"kernel/events/core.c",
12361
12376
],
[
299,
Expand Down Expand Up @@ -7034,7 +7034,7 @@
{},
{},
"io_uring/io_uring.c",
4113
4110
],
[
426,
Expand Down Expand Up @@ -7065,7 +7065,7 @@
"type": "size_t argsz"
},
"io_uring/io_uring.c",
3608
3605
],
[
427,
Expand All @@ -7090,7 +7090,7 @@
{},
{},
"io_uring/io_uring.c",
4574
4571
],
[
428,
Expand Down

0 comments on commit aeb0fc2

Please sign in to comment.