On 2018-09-03, Nicolas Braud-Santoni wrote:
> Hi Natanael !
>
> Thanks for providing the patch.
>
> Did you forward this patch upstream, and do you know whether it was
> included in the latest upstream release?
>
>
> Hi Vagrant !
>
> Could you confirm whether the patch solves the bug on your hardware?

I'd be happy to try it out! Unfortunately, the patch sent to the debian
BTS is some xml representation of a patch; I'm not sure how to apply
it. Would it be possible to resend the patch in a more conventional
patch format?

It looks like there's a diff somewhere in here:

diff --git a/src/havegetune.c b/src/havegetune.c
index f1a99f2..de39c53 100644
<span style="color:#0057ae">--- a/src/havegetune.c</span>
<span style="color:#000000; font-weight:bold">+++
b/src/havegetune.c</span>
&#64;&#64; -795,6 +795,8 &#64;&#64; static int vfs_configInfoCache(
          ctype = vfs_configFile(pAnchor, path, vfs_configType);
          strcpy(path+plen, &quot;size&quot;);
          size  = vfs_configFile(pAnchor, path, vfs_configInt);
<span style="color:#000000; font-weight:bold">+  if (size == -1)</span>
<span style="color:#000000; font-weight:bold">+      size = ctype ==
&apos;I&apos; ? GENERIC_ICACHE : GENERIC_DCACHE;</span>
          cfg_cacheAdd(pAnchor, SRC_VFS_INDEX,  pArgs[1], level, ctype,
          size);
          }
      }


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to