<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 27/03/26 23:41, Andrew Morton wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20260327111104.b8bc18be45172639f5b9226f@linux-foundation.org">
<pre class="moz-quote-pre" wrap="">AI review asks many questions:
<a class="moz-txt-link-freetext"
href="https://sashiko.dev/#/patchset/cover.1774591179.git.sayalip@linux.ibm.com"
moz-do-not-send="true">https://sashiko.dev/#/patchset/cover.1774591179.git.sayalip@linux.ibm.com</a>
</pre>
</blockquote>
<font face="monospace">Thanks, Let me check them.</font>
<blockquote type="cite"
cite="mid:20260327111104.b8bc18be45172639f5b9226f@linux-foundation.org">
<pre class="moz-quote-pre" wrap="">
I never knew about that bash line continuation thing.
hp2:/home/akpm> cat t.sh
foo=\
bar
echo $foo
hp2:/home/akpm> bash t.sh
t.sh: line 3: bar: command not found
Huh. But it presumably passed your testing so confused.
I don't want to risk breaking selftests so I'll set v3 aside until
you're confident we should proceed.
Thanks.
</pre>
</blockquote>
<br>
<p data-start="115" data-end="358"><font face="monospace">This line
continuation pattern has been used in selftests for quite some
time. For example, a similar usage exists in <code
data-start="233" data-end="261">charge_reserved_hugetlb.sh</code>,
introduced here:<br>
</font> <font face="monospace"><a data-start="280" data-end="358"
rel="noopener" target="_new" class="decorated-link"
href="https://lore.kernel.org/all/20200211213128.73302-8-almasrymina@google.com/T/#u">https://lore.kernel.org/all/20200211213128.73302-8-almasrymina@google.com/T/#u<span
aria-hidden="true"
class="ms-0.5 inline-block align-middle leading-none"><svg
xmlns="http://www.w3.org/2000/svg" width="20" height="20"
aria-hidden="true" data-rtl-flip=""
class="block h-[0.75em] w-[0.75em] stroke-current stroke-[0.75]"><use
fill="currentColor"></use></svg><br>
</span></a></font></p>
<font face="monospace"> echo "$reservation_limit" > \<br>
$cgroup_path/$name/hugetlb.${MB}MB.$reservation_limit_file<br>
<br>
</font>
<p data-start="360" data-end="644" data-is-last-node=""
data-is-only-node=""><font face="monospace">In this case, it was
primarily used to keep line length within 100 characters. I’ve
tested the script and it behaved as expected.<br>
<br>
Thanks,<br>
Sayali</font></p>
</body>
</html>