<?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: Do I have to shutdown IO-APIC before Local APIC in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390911#M15639</link>
    <description>&lt;P&gt;Hello,  pandawei:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Are you developing something? How did you find out about the possible bug?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amy.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2016 13:59:17 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2016-06-30T13:59:17Z</dc:date>
    <item>
      <title>Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390910#M15638</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a bug of kernel that seems be related to the shutdown sequence  between io-apic and local-apic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had reported it at &lt;A href="https://lkml.org/lkml/2016/6/27/64"&gt;https://lkml.org/lkml/2016/6/27/64&lt;/A&gt; LKML: "Wei, Jiangang": Re: RFC: Fix kdump failed with 'notsc' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find any descriptions about the sequence of disable IO-APIC and Local APIC in "Intel 64 and IA-32 Architectures software developer's manual volume 3A". &lt;/P&gt;&lt;P&gt;Only erratum AVR31 for "Intel Atom Processor C2000 Product Family Specification Update".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVR31. Interrupts That Target an APIC That is Being Disabled May Result in a System Hang&lt;/P&gt;&lt;P&gt;Problem: Interrupts that target a Logical Processor whose Local APIC is either in the process of being hardware disabled by clearing by bit 11 in the IA32_APIC_BASE_MSR or software&lt;/P&gt;&lt;P&gt;disabled by clearing bit 8 In the Spurious-Interrupt Vector Register at offset 0F0H from the APIC base are neither delivered nor discarded.&lt;/P&gt;&lt;P&gt;Implication: When this erratum occurs, the processor may hang.&lt;/P&gt;&lt;P&gt;Workaround: None identified. Software must follow the recommendation that all interrupt sources that target an APIC must be masked or changed to no longer target the APIC before&lt;/P&gt;&lt;P&gt;the APIC is disabled.&lt;/P&gt;&lt;P&gt;Status: For the steppings affected, see Table 1, "Errata Summary Table" on page 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My machine is Lenovo's QiTianM4340, &lt;/P&gt;&lt;P&gt;and the CPU is Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz， 4Cores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Do I have to shutdown IO-APIC before Local APIC for Core(TM) series ?&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:09:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390910#M15638</guid>
      <dc:creator>wjian8</dc:creator>
      <dc:date>2016-06-28T07:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390911#M15639</link>
      <description>&lt;P&gt;Hello,  pandawei:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Are you developing something? How did you find out about the possible bug?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amy.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:59:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390911#M15639</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-06-30T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390912#M15640</link>
      <description>&lt;P&gt;I just want to fix the failure of kdump with notsc.&lt;/P&gt;&lt;P&gt;I found the bad commit by bisect in kernel upstream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I wan to know Other intel processor must disable I/O APIC firstly?&lt;/P&gt;&lt;P&gt;Can you give me a determinate answer to the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I have sent a patch to fix , but so far, no response.  &lt;I&gt;&lt;A href="https://lkml.org/lkml/2016/6/29/18"&gt;https://lkml.org/lkml/2016/6/29/18&lt;/A&gt; &lt;A href="https://lkml.org/lkml/2016/6/29/18"&gt;https://lkml.org/lkml/2016/6/29/18&lt;/A&gt; &lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 01:53:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390912#M15640</guid>
      <dc:creator>wjian8</dc:creator>
      <dc:date>2016-07-01T01:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390913#M15641</link>
      <description>&lt;P&gt;Ping ..., any feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 03:31:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390913#M15641</guid>
      <dc:creator>wjian8</dc:creator>
      <dc:date>2016-07-04T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390914#M15642</link>
      <description>&lt;P&gt;What would be the purpose of disabling I/O APIC? &lt;/P&gt;&lt;P&gt;Are you developing something based on this controller? Software? Hardware?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amy.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 20:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390914#M15642</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-07-04T20:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390915#M15643</link>
      <description>&lt;P&gt;When kernel encounter panic (crash),  it will disable APIC in the first kernel, and then start the capture kernel that not be interrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nope, I just want to fix a bug in kernel, which seems be related to the shutdown sequence between IO-APIC and Local APIC.&lt;/P&gt;&lt;P&gt;I cann't find any SPECs for it,  but only erratum AVR31 for "Intel Atom Processor C2000 Product Family Specification Update".My question is , Must we disable I/O APIC firstly for any other intel processor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bug I have show you in the above message.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 01:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390915#M15643</guid>
      <dc:creator>wjian8</dc:creator>
      <dc:date>2016-07-05T01:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390916#M15644</link>
      <description>&lt;P&gt;Thank you for the clarification.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Let me review your case, I will update this thread as soon as possible.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amy.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390916#M15644</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-07-06T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390917#M15645</link>
      <description>&lt;P&gt;Hi &lt;B&gt; pandawei,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you reporting this issue as a bug on the CPU or as a bug for the Kernel shutdown sequence between io-apic and local-apic?&lt;/P&gt;&lt;P&gt;If you already submitted a patch for the Kernel, I would assume this pointing out to the Kernel and not to the CPU, is this a correct assumption?&lt;/P&gt;&lt;P&gt;Or do you want to know if you have to shutdown IO-APIC before Local APIC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I am moving this community over to the Processors forum.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 05:28:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390917#M15645</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2016-07-08T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390918#M15646</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if I have to shutdown IO-APIC before Local APIC.&lt;/P&gt;&lt;P&gt;But It seems that there's no consensus on the shutdown sequence .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, I put forward a new solution,&lt;/P&gt;&lt;P&gt;which can fix the dump-capture kernel hang and avoid touching the shutdown sequence between io-apic and local-apic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;url:  &lt;A href="https://lkml.org/lkml/2016/7/11/220"&gt;https://lkml.org/lkml/2016/7/11/220&lt;/A&gt; LKML: "Wei, Jiangang": Re: [PATCH v2] kexec: Fix kdump failure with notsc &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 01:55:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390918#M15646</guid>
      <dc:creator>wjian8</dc:creator>
      <dc:date>2016-07-12T01:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to shutdown IO-APIC before Local APIC</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390919#M15647</link>
      <description>&lt;P&gt;Hi&lt;B&gt;  pandawei,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information. We appreciate that you share your findings on this community.&lt;/P&gt;&lt;P&gt;And yes, It seems that there is no consensus on the shutdown sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Do-I-have-to-shutdown-IO-APIC-before-Local-APIC/m-p/390919#M15647</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2016-07-21T20:28:26Z</dc:date>
    </item>
  </channel>
</rss>

