<?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: spurious interrupt 8259A in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040278#M65990</link>
    <description>Basically, it means: the CPU got an interrupt signal, so the kernel checked all the hardware devices that are known as capable of sending IRQ7 interrupt signals... but no device needed attention after all.&lt;BR /&gt;&lt;BR /&gt;When a device sends any IRQ signal, the interrupt controller receives it first. It sends first a generic interrupt signal to the CPU, and the CPU acknowledges it. The next step would be that the CPU reads the IRQ number from the interrupt controller.&lt;BR /&gt;&lt;BR /&gt;If the interrupt signal from the device vanishes after the CPU has acknowledged the interrupt but before the IRQ number has been reported to the CPU, the interrupt controller must report *some* IRQ number anyway. According to the hardware documentation, the interrupt controller reports IRQ 7 at that point.&lt;BR /&gt;&lt;BR /&gt;See this FAQ:&lt;BR /&gt;&lt;A href="http://www.linuxfromscratch.org/lfs/faq.html#spurious-8259A-interrupt" target="_blank"&gt;http://www.linuxfromscratch.org/lfs/faq.html#spurious-8259A-interrupt&lt;/A&gt;&lt;BR /&gt;It refers to a Google Groups thread in linux.kernel, which mentions (apparently from old Intel 8259 chip documentation):&lt;BR /&gt;-------------------------&lt;BR /&gt;* A spurious IRQ7 occurs, in the 8259, if any interrupt request duration is too short or hasn't met the setup time required by the 8259A. &lt;BR /&gt;&lt;BR /&gt;* This is a standard 8259 behavior under specific conditions. IRQ7&lt;BR /&gt;is triggered &lt;BR /&gt;- when IRQ7 is enabled and is requested&lt;BR /&gt;OR&lt;BR /&gt;- when an interrupt request clears (by itself) before the CPU services the request. &lt;BR /&gt;&lt;BR /&gt;A software solution would be to write an IRQ7&lt;BR /&gt;handler that checks the various possible requesters and to handle any "missed" interrupts from any of those requesters. &lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;In the Google Groups thread, there is a long technical discussion about this. &lt;BR /&gt;&lt;BR /&gt;The consensus seems to be: if it happens rarely, it is not a problem. &lt;BR /&gt;&lt;BR /&gt;Unless you can modify the hardware, there is not much you can do for an actual fix. &lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 16 Apr 2007 08:51:50 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2007-04-16T08:51:50Z</dc:date>
    <item>
      <title>spurious interrupt 8259A</title>
      <link>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040277#M65989</link>
      <description>We have ML350 G4's we are loading with Redhat Advanced Server 2.1  (note we've had this configuration on ML350 G4p's for years, but we were unable to get G4p's anymore so ended up with a few G4's).&lt;BR /&gt;&lt;BR /&gt;Our kernel is:&lt;BR /&gt;&lt;BR /&gt;2.4.9-e.62 #1 Fri Apr 8 19:02:11 EDT 2005 i686 unknown  &lt;BR /&gt;&lt;BR /&gt;Everything seems to be running fine, except once in awhile (maybe every few days) we get the following message:&lt;BR /&gt;&lt;BR /&gt;spurious 8259A interrupt: IRQ7&lt;BR /&gt;&lt;BR /&gt;Our /proc/interrupt shows this for IRQ7:&lt;BR /&gt;&lt;BR /&gt;7:     568515          XT-PIC  ioc0, ioc1&lt;BR /&gt;&lt;BR /&gt;Googling shows this error is fairly common, but real answers on what it is and what to do about are not common.&lt;BR /&gt;&lt;BR /&gt;Note we've loaded SUSE Enterprise 10 (a much newer Linux) on two of the G4's and don't have the same messages show up, but for our environment we must use this Redhat 2.1 on these G4's.&lt;BR /&gt;&lt;BR /&gt;If anyone has some real answers on what this means and what, if anything, we should do about it, we would appreciate it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040277#M65989</guid>
      <dc:creator>Anthony_141</dc:creator>
      <dc:date>2007-04-16T07:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: spurious interrupt 8259A</title>
      <link>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040278#M65990</link>
      <description>Basically, it means: the CPU got an interrupt signal, so the kernel checked all the hardware devices that are known as capable of sending IRQ7 interrupt signals... but no device needed attention after all.&lt;BR /&gt;&lt;BR /&gt;When a device sends any IRQ signal, the interrupt controller receives it first. It sends first a generic interrupt signal to the CPU, and the CPU acknowledges it. The next step would be that the CPU reads the IRQ number from the interrupt controller.&lt;BR /&gt;&lt;BR /&gt;If the interrupt signal from the device vanishes after the CPU has acknowledged the interrupt but before the IRQ number has been reported to the CPU, the interrupt controller must report *some* IRQ number anyway. According to the hardware documentation, the interrupt controller reports IRQ 7 at that point.&lt;BR /&gt;&lt;BR /&gt;See this FAQ:&lt;BR /&gt;&lt;A href="http://www.linuxfromscratch.org/lfs/faq.html#spurious-8259A-interrupt" target="_blank"&gt;http://www.linuxfromscratch.org/lfs/faq.html#spurious-8259A-interrupt&lt;/A&gt;&lt;BR /&gt;It refers to a Google Groups thread in linux.kernel, which mentions (apparently from old Intel 8259 chip documentation):&lt;BR /&gt;-------------------------&lt;BR /&gt;* A spurious IRQ7 occurs, in the 8259, if any interrupt request duration is too short or hasn't met the setup time required by the 8259A. &lt;BR /&gt;&lt;BR /&gt;* This is a standard 8259 behavior under specific conditions. IRQ7&lt;BR /&gt;is triggered &lt;BR /&gt;- when IRQ7 is enabled and is requested&lt;BR /&gt;OR&lt;BR /&gt;- when an interrupt request clears (by itself) before the CPU services the request. &lt;BR /&gt;&lt;BR /&gt;A software solution would be to write an IRQ7&lt;BR /&gt;handler that checks the various possible requesters and to handle any "missed" interrupts from any of those requesters. &lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;In the Google Groups thread, there is a long technical discussion about this. &lt;BR /&gt;&lt;BR /&gt;The consensus seems to be: if it happens rarely, it is not a problem. &lt;BR /&gt;&lt;BR /&gt;Unless you can modify the hardware, there is not much you can do for an actual fix. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 16 Apr 2007 08:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040278#M65990</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-16T08:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: spurious interrupt 8259A</title>
      <link>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040279#M65991</link>
      <description>Thank you for the information.</description>
      <pubDate>Tue, 17 Apr 2007 08:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/spurious-interrupt-8259a/m-p/5040279#M65991</guid>
      <dc:creator>Anthony_141</dc:creator>
      <dc:date>2007-04-17T08:11:13Z</dc:date>
    </item>
  </channel>
</rss>

