<?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: HP supplied QLogic FC driver taints kernel on RHEL5? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273450#M33879</link>
    <description>Forgot to say that there's no insurmountable reason why the kernel should be tainted.  Generally that's for binary modules, but this is delivered as source.  I assume it's just a coding oversight somewhere, but kernel module development isn't my thing!</description>
    <pubDate>Mon, 22 Sep 2008 10:01:31 GMT</pubDate>
    <dc:creator>Howard Palmer</dc:creator>
    <dc:date>2008-09-22T10:01:31Z</dc:date>
    <item>
      <title>HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273449#M33878</link>
      <description>Using the QLogic driver pack for RedHat supplied by HP, under RHEL5 the kernel is tainted.  This does not happen under RHEL4.  It seems to be something to do with "intermodule" which I guess is some sort of kernel module wrapper or something for RHEL5.&lt;BR /&gt;&lt;BR /&gt;Have tried the following versions: -&lt;BR /&gt;&lt;BR /&gt;hp_qla2x00src-8.01.07.25-1&lt;BR /&gt;hp_qla2x00src-8.02.11-1&lt;BR /&gt;&lt;BR /&gt;# cat /proc/sys/kernel/tainted&lt;BR /&gt;66&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep taint&lt;BR /&gt;qla2xxx_conf: no version for "inter_module_unregister" found: kernel tainted.&lt;BR /&gt;&lt;BR /&gt;Of course the driver works fine but could cause us issues if we have to log RedHat support call against these servers.&lt;BR /&gt;&lt;BR /&gt;Does anyone else have this/know of a fix?</description>
      <pubDate>Mon, 22 Sep 2008 09:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273449#M33878</guid>
      <dc:creator>Howard Palmer</dc:creator>
      <dc:date>2008-09-22T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273450#M33879</link>
      <description>Forgot to say that there's no insurmountable reason why the kernel should be tainted.  Generally that's for binary modules, but this is delivered as source.  I assume it's just a coding oversight somewhere, but kernel module development isn't my thing!</description>
      <pubDate>Mon, 22 Sep 2008 10:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273450#M33879</guid>
      <dc:creator>Howard Palmer</dc:creator>
      <dc:date>2008-09-22T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273451#M33880</link>
      <description>We also have a customer with the same problem:-&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep qla&lt;BR /&gt;hp_qla2x00src-8.01.07.25.02-1&lt;BR /&gt;# cat /proc/sys/kernel/tainted&lt;BR /&gt;66&lt;BR /&gt;# dmesg | grep taint&lt;BR /&gt;qla2xxx_conf: no version for "inter_module_unregister" found: kernel tainted.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any ideas for a fix</description>
      <pubDate>Tue, 13 Jan 2009 10:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273451#M33880</guid>
      <dc:creator>Nick Orant</dc:creator>
      <dc:date>2009-01-13T10:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273452#M33881</link>
      <description>This is normal behaviour. This is how the '66' value is decoded :&lt;BR /&gt;&lt;BR /&gt;# echo "obase=2;66" | bc&lt;BR /&gt;1000010&lt;BR /&gt;&lt;BR /&gt;Bits #1 and #6 are asserted. This mean that the flags TAINT_FORCED_MODULE and TAINT_UNSIGNED_MODULE are set.&lt;BR /&gt;&lt;BR /&gt;This is explained by the fact that the both modules qla2xxx and qla2xxx_conf are not GPG signed (TAINT_UNSIGNED_MODULE) and that the module qla2xxx_conf has no version field set.&lt;BR /&gt;&lt;BR /&gt;This is not a defect and should not pose a problem.</description>
      <pubDate>Fri, 23 Jan 2009 13:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273452#M33881</guid>
      <dc:creator>Louis Bouchard</dc:creator>
      <dc:date>2009-01-23T13:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273453#M33882</link>
      <description>Whilst I accept that this may not pose a problem with the running of the server, we have an issue with Oracle where we can't get support while the kernel is tainted.</description>
      <pubDate>Fri, 23 Jan 2009 13:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273453#M33882</guid>
      <dc:creator>Nick Orant</dc:creator>
      <dc:date>2009-01-23T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP supplied QLogic FC driver taints kernel on RHEL5?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273454#M33883</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Looks like I'm the L2 engineer who is assigned to your issue internally.&lt;BR /&gt;&lt;BR /&gt;My ITRC answer is part of the full answer I provided to the L1 engineer. The rest of the answer should get to you shortly.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;&lt;BR /&gt;...Louis</description>
      <pubDate>Fri, 23 Jan 2009 13:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-supplied-qlogic-fc-driver-taints-kernel-on-rhel5/m-p/4273454#M33883</guid>
      <dc:creator>Louis Bouchard</dc:creator>
      <dc:date>2009-01-23T13:20:14Z</dc:date>
    </item>
  </channel>
</rss>

