<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1260836#M20103</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/152274"&gt;@Kirin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We are observing the same problem with kernel 5.11. Do you have a workaround patch to build the SEP kernel drivers for 5.11?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 00:34:38 GMT</pubDate>
    <dc:creator>Nico_G</dc:creator>
    <dc:date>2021-03-03T00:34:38Z</dc:date>
    <item>
      <title>Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1258767#M20068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to build the sampling driver provided in VTune 2021.1.1 running on Ubuntu 20.04 with kernel 5.11. However, I encounter errors while building it:&lt;/P&gt;
&lt;PRE&gt;------------------- Building sep driver --------------------&lt;BR /&gt;/bin/make -C /lib/modules/5.11.0-051100rc7-generic/build M=/opt/intel/oneapi/vtune/2021.1.1/sepdk/src LDDINCDIR=/opt/intel/oneapi/vtune/2021.1.1/sepdk/src/../include LDDINCDIR1=/opt/intel/oneapi/vtune/2021.1.1/sepdk/src/inc modules PWD=/opt/intel/oneapi/vtune/2021.1.1/sepdk/src -j4&lt;BR /&gt;make[1]: Entering directory '/usr/src/linux-headers-5.11.0-051100rc7-generic'&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/lwpmudrv.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/control.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/cpumon.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/eventmux.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/linuxos.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/output.o&lt;BR /&gt;CC [M] /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/pmi.o&lt;BR /&gt;/opt/intel/oneapi/vtune/2021.1.1/sepdk/src/linuxos.c: In function ‘linuxos_Get_Exec_Mode’:&lt;BR /&gt;/opt/intel/oneapi/vtune/2021.1.1/sepdk/src/linuxos.c:129:32: error: ‘TIF_IA32’ undeclared (first use in this function)&lt;BR /&gt;129 | if (test_tsk_thread_flag(p,TIF_IA32)) {&lt;BR /&gt;| ^~~~~~~~&lt;BR /&gt;/opt/intel/oneapi/vtune/2021.1.1/sepdk/src/linuxos.c:129:32: note: each undeclared identifier is reported only once for each function it appears in&lt;BR /&gt;make[2]: *** [scripts/Makefile.build:279: /opt/intel/oneapi/vtune/2021.1.1/sepdk/src/linuxos.o] Error 1&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;BR /&gt;make[1]: *** [Makefile:1806: /opt/intel/oneapi/vtune/2021.1.1/sepdk/src] Error 2&lt;BR /&gt;make[1]: Leaving directory '/usr/src/linux-headers-5.11.0-051100rc7-generic'&lt;BR /&gt;make: *** [Makefile:204: default] Error 2&lt;BR /&gt;failed&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I came across the&amp;nbsp;&lt;A href="https://community.intel.com/t5/Analyzers/Failed-to-Build-Sampling-Driver-with-5-10-3-kernel-on-Ubuntu-20/td-p/1256747" target="_blank"&gt;https://community.intel.com/t5/Analyzers/Failed-to-Build-Sampling-Driver-with-5-10-3-kernel-on-Ubuntu-20/td-p/1256747&lt;/A&gt;&amp;nbsp;post and it seems we have different errors with the 5.11 kernel. Is there any workaround to build and install the sampling driver?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 09:06:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1258767#M20068</guid>
      <dc:creator>jwongx</dc:creator>
      <dc:date>2021-02-24T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1259235#M20074</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Did you have 5.11 rc7? Could you try to upgrade on v5.11? will it fail again?&lt;/P&gt;
&lt;P&gt;I could not reproduce the same issue on my side?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;uname -a
Linux nnltcar128-141 5.11.0 #1 SMP Wed Feb 17 13:55:17 MSK 2021 x86_64 x86_64 x86_64 GNU/Linux
&lt;/LI-CODE&gt;
&lt;P&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:12:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1259235#M20074</guid>
      <dc:creator>Kirill_U_Intel</dc:creator>
      <dc:date>2021-02-25T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1259372#M20079</link>
      <description>&lt;P&gt;Hi Kirill,&lt;/P&gt;
&lt;P&gt;Yes I was using 5.11 rc7. I upgraded to the 5.11 non rc version and still getting the same error previously.&lt;/P&gt;
&lt;PRE&gt;Linux ubuntu 5.11.0-051100-generic #202102142330 SMP Sun Feb 14 23:33:21 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Thanks,&amp;nbsp;&lt;BR /&gt;Janan&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:45:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1259372#M20079</guid>
      <dc:creator>jwongx</dc:creator>
      <dc:date>2021-02-25T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1260836#M20103</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/152274"&gt;@Kirin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We are observing the same problem with kernel 5.11. Do you have a workaround patch to build the SEP kernel drivers for 5.11?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 00:34:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1260836#M20103</guid>
      <dc:creator>Nico_G</dc:creator>
      <dc:date>2021-03-03T00:34:38Z</dc:date>
    </item>
    <item>
      <title>Re:Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1261388#M20110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are forwarding your case to subject matter experts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2021 11:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1261388#M20110</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-03-04T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Build Sampling Driver for VTune Running in Linux 5.11 Kernel</title>
      <link>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1261874#M20117</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Linux kernels version 5.11 and later will be supported by VTune 2021.2.0.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 18:35:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Need-Help-to-Build-Sampling-Driver-for-VTune-Running-in-Linux-5/m-p/1261874#M20117</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2021-03-05T18:35:30Z</dc:date>
    </item>
  </channel>
</rss>

