Description of problem: In the release notes for RHEL 6.4 at https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Technical_Notes/ch-device_drivers.html the lpfc driver version is shown as follows: "The lpfc driver for Emulex Fibre Channel Host Bus Adapters has been updated to version 8.3.5.82.1p". However if I install RH6u4 the lpfc driver version is different: [root@hpc7000-07-b7 Red_Hat_Enterprise_Linux-Release_Notes-6-en-US-4]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.4 (Santiago) [root@hpc7000-07-b7 Red_Hat_Enterprise_Linux-Release_Notes-6-en-US-4]# modinfo lpfc | grep -i des description: Emulex LightPulse Fibre Channel SCSI driver 8.3.5.86.1p Version-Release number of selected component (if applicable): n/a How reproducible: Reproducable on install of RHEL6u4.GA. Steps to Reproduce: 1. Install RHEL6u4.GA. 2. modinfo lpfc | grep -i des 3. Refer to https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Technical_Notes/ch-device_drivers.html Actual results: Driver version between steps 2 and 3 will differ. Expected results: Driver version between steps 2 and 3 should correspond. Additional info:
Fixed! I'm building the new version now and it should be live in about 2 hours. Thanks for reporting this error! Cheers, Martin