------------------------------------ Wind River Linux 2.0 Update Pack 4 ------------------------------------ The Wind River Linux 2.0 Update Pack 4 (UP4) contains many fixes for the base Wind River Linux 2.0 and Service Pack 1, 2 and 3 (SP1, SP2, and SP3) installations. This update pack is cumulative, and fixes released with Wind River Linux 2.0 SP1, SP2, and SP3 are included. The update pack is a source-only modification and does not include any prebuilt binary RPMs. Prebuilt RPMs are available for download at Wind River's On-Line Support web site. See the discussion on prebuilt binary RPMs below. Along with many defect fixes Wind River Linux 2.0 UP4 provides support for 64-bit analysis tools using mpatrol and oprofile with a new analysis layer. This feature is only available for common_pc_64, sun_cp3020, cavium_octeon_cn38xx_evb_nic4, and cavium_octeon_cn58xx_evb_nic4 BSP's. To use this feature you must add the wrll-analysis-1.0 layer to your configuration line at configuration time. Support for MIPS High Resolution Timers is included, but note that you must configure with the CGL kernel option, and only limited CGL functionality is supported for Cavium and Raza BSPs). MIPS architecture is not CGL-registered. When converting existing projects from Wind River Linux 2.0 or its earlier service packs to Wind River Linux 2.0 UP4, Wind River recommends that you create a new project directory and run the same configure command from the previous project directory in the new directory. Any local modifications should be moved into the new project directory. This will prevent a possible misconfiguration between build system and project environments. The export-layer feature described in section 5.6.1 of the Wind River Linux Platforms User's Guide can be very helpful in identifying local changes during this conversion procedure. Wind River recommends that you review the README's of any BSP of interest to see if there have been any changes for the BSP that might impact your project. --------------------------------------- Wind River Workbench Versions --------------------------------------- The Wind River Linux 2.0 UP4 distribution includes Workbench 3.0 SP2 as the Workbench version. Workbench 3.0 SP2 is a cumulative service pack that only contains defect fixes identified from previous versions of Workbench. Workbench 3.0 SP2 is the recommended version for most developers working with Wind River Linux 2.0 UP4. For customers who require the ability to perform memory analysis or hierarchical performance profiling on 64-bit Intel (x86_64) or 64-bit MIPS (MIPS64) platforms, this functionality is available in an optional, limited release of Wind River Workbench 3.1 for Wind River Linux 2.0 UP4. For further information on obtaining access to this limited release for 64 bit profiling capabilities, please contact your Wind River sales representative. --------------------------------- Special Installation Instructions --------------------------------- There are two different environments that the service pack may be installed into. The first is a brand new installation and the second is an already existing 2.0 service pack 1, service pack 2 or service pack 3 Wind River Linux installation. The only difference in the installation steps is that for a new installation you must first install the 2.0 Linux DVDs. You do not need to install the previous service pack 1, 2 or 3, just the 2.0 Linux DVDs prior to installing the 2.0 Linux UP4 DVD: Step 1. If your site already has Wind River Linux 2.0 with or without service pack 1, 2 or 3 installed, skip this step and go to step 2. Procedure: Install the three Wind River Linux 2.0 DVDs Results : After this step you will have Wind River Linux 2.0 and Workbench 3.0 installed on your system Step 2. Procedure: Install the Wind River Linux 2.0 UP4 DVD. Results : After this step you will have Wind River Linux 2.0 UP4 installed and Workbench will be upgraded to WorkBench 3.0 SP2. Step 3. (Optional) This is a completely optional step and is only intended for developers installing the limited release of Workbench 3.1 that is needed for MIPS64 and X86-64 64 bit profiling capabilities that do not already have Workbench 3.1 installed. Procedure: Install the WorkBench 3.1 DVD. Results : After this step you will have Wind River Linux 2.0 UP4, Workbench 3.0 SP2, and Workbench 3.1 installed. The user can choose to use Workbench 3.1 or Workbench 3.0. The startWorkbench.sh executable will default to starting Workbench 3.1. A user can choose to start either Workbench 3.0 or Workbench 3.1 with the startWorkbench.sh script by specifying the version desired on the command line. To specifically start Workbench 3.0 use the command "./startWorkbench.sh 3.0" To specifically start Workbench 3.1 use the command "./startWorkbench.sh 3.1" ----------------- Prebuilt Binaries ----------------- During the upgrade to update pack 4 the existing prebuilt binaries will all be moved to /wrlinux-2.0/wrlinux/RPMS_backup. One ramification of this is that any builds that previously used the prebuilt binary RPMs will now make new RPMs from source. For those interested in using prebuilt binaries for Update Pack 4, they can be downloaded from Wind River On-line Support. If you choose to install these prebuilts, the prebuilts must be installed after installation of Wind River Linux 2.0 UP4, but before doing a build that will use the prebuilt binary RPMs. Your existing prebuilt binaries are moved during installation of the update pack. For those that need to reference the old prebuilt binaries, they can be found in the following locations: RPM prebuilt binaries are moved to: * /wrlinux-2.0/wrlinux/RPMS_backup/ Kernel prebuilt binaries are moved to * /wrlinux-2.0/wrlinux/boards_backup/ It is safe to delete the *_backup directories above if you need to save hard drive space or do not have any plans to utilize the old prebuilt binaries. The new versions from Wind River On-line support will be downloaded into the wrlinux-2.0/wrlinux/RPMS and wrlinux-2.0/wrlinux/boards directories and will then be available for all projects. ------------- New Packages ------------- The following user space packages have been added to Wind River Linux 2.0 when installing Update Pack 4: libssh2 m4 passwd perl-Convert-ASN1 caching-nameserver These packages can by added to the package list by running: $ make -C build .addpkg or by creating a template and adding the names to the pkglist.add file and including that template in the configure line with the --with-template option. -------------------------------------------- New Feature - User space Package Patch Level -------------------------------------------- A new macro, _PKG_PATCH_LVL, has been added to user level packages. This macro gets appended to the target RPM's release field, which can be used to specify that a particular RPM is newer then a previous build of that RPM. This feature is optional and is controlled by a new configure option, --enable-package_patch_lvl=[yes|no]. If this configuration option is set to 'yes' then the _PKG_PATCH_LVL will be appended to the target RPM's release value. If the value is 'no' then it will be ignored. The default value is 'yes'. Beginning with Wind River Linux UP4, cumulative patches posted by Wind River will increment this value when there is a source code change to user level applications. If the --enable-package_patch_lvl is enabled then rebuilds of a package will create a new RPM that will appear newer then the previous RPM. The build system will not remove the old RPM. Over time some manual cleanup may be necessary, to reclaim disk space. You will need to remove any unneeded RPMs from the /export/RPMS directory to reclaim the disk space. ------------- Known Issues ------------- 1. Defect WIND00135656 - RTCore feature not available. * To use Workbench 3.1 with Wind River Real-Time Core 5.1, please retrieve and install the point patch with the On-Line Support Identifier of WIND00139811 from Wind River's On-Line Support site. This upgrades the Workbench plug-ins used for Real-Time Core development. Link: https://support.windriver.com/olsPortal/faces/maintenance/downloadDetails.jspx?docId=30705&contentId=wr_download_119744 2. Defect WIND00157026 - fail to connect the target via RTCore connection. * To use WorkBench 3.0.2 with Wind River Real-Time Core 5.1, please retrieve and install point patch with the On-Line Support Identifier of WIND00157233 from Wind River's On-Line Support site at this link: https://support.windriver.com/olsPortal/faces/maintenance/downloadDetails.jspx?docId=28757&contentId=019463 3. Note that when debugging with Real-Time Core and Workbench, the Workbench connection to the usermode agent must be made after an exception occurs in the real-time application on the target, not before. More detail is provided on this in the Real-Time Core Programmer's Guide, page 210. A method to instigate a fault by hand is provided on page 196. 4. When using the analysis layer for the supported BSP's, common_pc_64, sun_cp3020, cavium_octeon_cn38xx_evb_nic4, or cavium_octeon_cn58xx_evb_nic4 it will be necessary to pre-build an appropriate glibc RPM for use with the mpatrol and oprofile tools. A detailed description of these steps can be found in the */layers/wrll-analysis-1.0/README file. You must follow these steps to use the analysis-1.0 layer. 5. Note that to use RHEL 5.2 you must update the Firefox and xulrunner packages to their most recent versions. Red Hat Enterprise Linux 5.2 ships with a beta library as part of the Firefox 3.0 web browser. This beta library may cause the Eclipse environment provided with Workbench to crash on startup. The crash logs will generally show a segmentation fault in libxul. To avoid this problem, update the Firefox/xulrunner packages to the latest available version. Use the following steps: A. Login as root by entering the "su" command in your terminal and entering the root password. B. Enter the following command: yum update C. Exit root mode with the "exit" command. If you still encounter a crash on starting Workbench, you can start Workbench with an additional parameter that specifies the path of the xulrunner installation. To determine the location of the xulrunner library on your system, enter the following command: rpm -ql xulrunner Typically the start command would be: ./startWorkbench.sh -vmargs -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9 You can place this command with its arguments in a shell script for ease of use. 6. Defect WIND00171874 - Documentation Error: Executing gdb on the target is not supported in WRLinux 2.0. The Release notes for 2.0 erroneously implies that running gdb on the target machine is supported. The only supported combination for WRLinux 2.0 is: - gdb running on host - gdbserver running on the target 7. Defect WIND00173150 - Documentation Error: Section 4.2.4 subsection "File System Only" should be replaced with the following information: Partial Run-time Configurations There may be times when you only want to build part of the run-time system to use with another build. The following option combinations allow you to configure your projects to build just kernel or user space components. Kernel Only You may, for example, want to boot your target with a new kernel and kernel modules, but still use the file system it already has. You can save the time it would take to build a complete platform project by building just the kernel components. To configure to build only the kernel components. necessary options are: --enable-board --enable-kernel Then use "make" to provide kernel components from prebuilt binaries where available. Use make build-all to build the components from source. User Space RPMs Only You can configure a project to build only the user space RPMs. You might want to do this, for example, to distribute prebuilt RPMs with your latest changes to other developers so that they do not also have to rebuild packages from source. To configure to build only the user space packages, necessary options are: --enable-rootfs --enable-cpu Then use "make build-all" to build the RPMs from source. The resulting "make" command output does not produce an export/dist/* file system or an export/*dist.tar.bz2 file system archive -- all that is produced are the RPMs in export/RPMS/. Note that the "make fs" command does not apply to partial run-time builds because the file system (fs) is not built when building only the kernel or only the package RPMs. 8. WIND00185788 - In Wind River Linux SP3 the security capabilities feature was changed from built-in to a module. However, the module was not automatically loaded at boot time. Therefore, the OS calls provided by this module were not available at boot time and needed to be loaded manually. This defect adds the security capability module to the modlist file to get the module loaded at boot time. ------------- Linux Defect Fixes ------------- Fixes from Linux 2.0.4 WIND00092731 Loading large kernel modules causes soft lockup WIND00097149 su - swuser -c "printenv" doesn't load bash profile WIND00099297 proc entry mismatch w/ header definition WIND00099542 Cavium Octeon build fails when rb-pi-futex feature is enabled WIND00101065 The preemptive kernel for fsl_mpc8349e_mitx shows "scheduling while atomic" message. WIND00107489 in.telnetd deadlock condition exists WIND00109059 GDB on target (utilizing wrlinux 2.5) fails when debugging mthreads demo. Our docs list GDB 6.5 as an available package. WIND00110426 Q01780041 VMC: Initialization of fault sensors now broken in PNE-LE1.4 WIND00110467 login is missing support for PAM WIND00111810 pmem_get_* functions call kmalloc() WIND00112676 Regression test hang on intel_mpcbl0030_cgl rtcore5.1 source testing WIND00112683 Security Advisory - aide - CVE-2007-3849 WIND00115830 hpigetevents isn't reporting events as triggered through fhdd->vMC->openIPMI WIND00117320 ncurses fails to buld on multiple newer distros WIND00117704 PAM failures after passwd expiry reached. WIND00119931 kernel panic WIND00123031 pthreads not scheduled on multiple cores on cavium octeon cn38xx WIND00125052 After installing the raza_xlr_atx_64_be Wind River Linux 2.0 async BSP, make -C build linux fails WIND00125204 PNE-LE 1.4 Cavium per-core watchdog not working correctly WIND00127309 Builds can randomly fail due to fakeroot environment being set beyond the scope of the sysroot updates WIND00127721 wrlinux 2.0.1 : gdb for common_pc does not compile when glibc patch has been installed WIND00130316 Partners BSP when added as a layer ... it does not populate the "Kernel" field in the Configure options section in the "New Wind River Linux Platform Project" Window WIND00134304 Scripts in /etc/udev/scripts not executable WIND00134537 WR linux2.0 : Incomplete OTG USB drivers for iMX27ADS WIND00137640 wrlinux 2.0.1 : sudo does not work WIND00138765 Oprofile analysis back-end not returning any data for common_pc_64 if running in QEMU WIND00140413 oprofile package doesn't support e500v2 WIND00140746 Security Advisory - Xerces - CVE-2008-4482 WIND00140895 PCI IDs not updated on PNE LE 2.0 WIND00142237 configure no longer prints an error and exits when a template is not found WIND00142545 "shm interface with user-provided memorymmap" failed when running regression WIND00144353 Potential bug in ioctl.h of latest windriver linux kernel WIND00145776 Undefined Functions in the object file when code is compiled without -g option WIND00146924 Oprofile error message appears on console when performing Oprofile in workbench. WIND00147343 wrlinux-1.4/PNE-LE 1.4/MIPS/gcc : Bug caused by optimization/MIPS compiler fails to restore GP register after some function calls WIND00147478 Compiler skips double assignments in nested structs on stack. WIND00150454 Feature Testing: "samhain -t init" command failed on (raza_xlr_atx_64_be && cavium_octeon_cn58xx_evb_nic4)-cgl-glibc_cgl WIND00150459 Feature Testing:on raza_xlr_atx_64_be-cgl-glibc_cgl board can not boot successfully with hrt kernel WIND00150714 wrlinux 2.0.1 : logrotate configuration problem WIND00150863 wrlinux 2.0.1 : filesystem package : wrong rights for /var/spool/mail WIND00150889 wrlinux 2.0.1 : openssh without krb5 displays an ugly message WIND00150956 PNE-LE 2.0 IPSec link can't recovery after peer side reboot WIND00151014 Security Advisory -Linux kernel - CVE-2008-5701 WIND00151429 w3m package not cleaned properly via w3m.distclean WIND00151461 Feature Testing: "/etc/racoon/setkey-manual" command failed on raza_xlr_atx_64_be-cgl-glibc_cgl WIND00151559 user space packages in WR 2.0 do not properly specify location of perl WIND00151567 wrlinux 2.0.1 : nfs-utils. statd/lockd callbacks on nodes that have multiple interfaces and do NFS failover WIND00151707 problems with a serial protocol running over a CPM SCC serial port WIND00151710 Complete header files are not provided in sysroot WRLinux2.0 WIND00151854 bsp fsl_imx27ads README wrong on bsp otg supported. WIND00151894 wrlinux 2.0.1 : Kernel crash in skb_copy_and_csum_datagram_iovec during nmap when sunprc ports are active & listening WIND00151989 fsl_mpc5121e_ads BSP: linux kernel build fails if CONFIG_SOUND=m WIND00152157 ncurses fails to build after upgrade from wrlinux-2.0.1 to wrlinux-2.0.3 WIND00152612 lsof build error under WRLinux 2.0 SP1 WIND00153475 Unable to resolve valid watch expression WIND00153617 wrlinux 2.0.2 : vsftpd : users that start with underscore (_) cannot login WIND00153829 nfs-utils wr-integration patch fails to find an expected patch WIND00154834 inline/typecast problems with PNE-LE 1.4 3.4.4 gcc compiler (Cavium/MIPS) WIND00154890 rtcore-5.1 regression test fail with enable Real-Time Core Tracer support WIND00155124 prelink host tool build failure on RHEL52 64bit when using toolchain build option after installing SP2 service pack WIND00155731 Sleeping function called from invalid context WIND00155913 Error in sumversion.c when compiling kernel WIND00155996 fsl_mpc5121e_ads BSP: build linux fails if "PCI support" is deselected WIND00157026 fail to connect the target via RTCore connection WIND00157496 Gdb and backtrace not working correctly on RMI XLR732 WIND00157836 arm --enable-build-toolchain=yes get error WIND00157964 Kernel panic at bootup time on ATCA-7150 WIND00158127 wrlinux kernel : building any e500v2 BSP kernel (e.g. 8548) with the powerpc arch without CONFIG_MATH_EMULATION fails WIND00158193 PNE-LE 1.4/MIPS: build fails with the compiler option "-pg" WIND00158917 Security Advisory - libpng - CVE-2009-0040 WIND00158921 Security Advisory - vim - CVE-2008-3075 WIND00158922 Security Advisory - Linux Kernel - CVE-2009-0028 WIND00158923 Security Advisory - krb5 - CVE-2007-5972 WIND00158993 Security Advisory - sendmail - CVE-2006-7176 WIND00158997 Security Advisory - libpng - CVE-2008-6218 WIND00159068 Security Advisory - vim - CVE-2008-3074 WIND00159069 Security Advisory - krb5 - CVE-2007-5971 WIND00159070 Security Advisory - Apache - CVE-2006-7098 WIND00159071 Security Advisory - Apache - CVE-2007-5000 WIND00159073 Security Advisory - Linux - CVE-2006-7051 WIND00159140 Security Advisory - vim - CVE-2008-3076 WIND00159144 Security Advisory - e2fsprogs - CVE-2007-5497 WIND00159148 Security Advisory - Linux - CVE-2007-5966 WIND00159234 Security Advisory - krb5 - CVE-2007-5894 WIND00159236 Security Advisory - krb5 - CVE-2007-5901 WIND00159239 Security Advisory - OpenSSL - CVE-2007-5502 WIND00159243 Security Advisory - Linux - CVE-2007-6151 WIND00159631 mtd-utils binary is failing in PNE-LE 2.0 WIND00159683 NTP does not synchronize properly if date is before 1975 (LE 1.5) WIND00160082 Installing libidn rpm package with error:error: Failed dependencies :/usr/share/emacs is needed by libidn-0.6.5-1.1_WR2.0zz.x86_32 WIND00160586 Security Advisory - glib - CVE-2008-4316 WIND00160587 Security Advisory - curl - CVE-2009-0037 WIND00160589 Security Advisory - Linux - CVE-2009-0834 WIND00160590 Security Advisory - pam - CVE-2009-0887 WIND00160630 Security Advisory - Linux - CVE-2009-0835 WIND00160631 Security Advisory - Linux - CVE-2009-0859 WIND00160923 when JBD (ext3) debugging support option is turned on using menuconfig,kenrel does not logs related to JBD . This option simply does not work. WIND00161292 Cannot get backtrace for any threads in core dump except for the crashing thread. WIND00161341 Update emer_atca9301 README to fix the wrong document link and add bootloader and board version info WIND00161373 PNE LE 2.0.2 conflicts with fix for WIND00118050 (simple-exec toolchain+patches). WIND00161420 gdb on MIPS cavium_octeon_cn38xx core dumps if we issue gdb -c core WIND00161542 kernel oops after loading ltt-probe-kernel-generic on powerpc WIND00162031 failed to initialize hardware clock during linux boot WIND00162063 Pam Tally Broken in LE2.0.2 WIND00162088 Wind River Linux 2.0 DHCP server echoes back Option 61 WIND00163192 select call returning ERESTARTNOHAND(514) WIND00163739 Security Advisory - krb5 - CVE-2009-0846 WIND00163742 Security Advisory - krb5 - CVE-2009-0844 WIND00163743 Security Advisory - krb5 - CVE-2009-0845 WIND00163745 Security Advisory - linux - CVE-2009-1265 WIND00163851 Security Advisory - screen - CVE-2009-1214 WIND00163854 Security Advisory - krb5 - CVE-2009-0847 WIND00163855 Security Advisory - ntp - CVE-2009-0159 WIND00163950 Security Advisory - openssl - CVE-2009-0789 WIND00163952 Security Advisory - PostgreSQL - CVE-2009-0922 WIND00163953 Security Advisory - linux - CVE-2009-1242 WIND00163956 Security Advisory - multipath - CVE-2009-0115 WIND00164043 fsl_mpc5121e_ads BSP: PATA usage missing in README WIND00164131 wrlinux-2.0: Build error when rebuilding the library pam_cracklib WIND00164209 patch conflict for emer_atca9301 async bsp WIND00165023 IMX27: Compatibility between Redboot and linux mtd partition: WRLinux-2.0 does not recognize partition created with redboot WIND00165042 paxctl patching of grub fails WIND00165174 wrlinux 2.x : manpage of file package makes references to build directory on host build system WIND00165532 Security Advisory - acpid - CVE-2009-0798 WIND00165535 Security Advisory - linux - CVE-2009-1439 WIND00165615 Security Advisory - Linux - CVE-2009-1336 WIND00165617 Security Advisory - FreeType - CVE-2009-0946 WIND00165619 Security Advisory - Linux - CVE-2009-1192 WIND00165620 Security Advisory - Linux - CVE-2009-1337 WIND00165621 Security Advisory - linux - CVE-2009-1185 WIND00166505 Default kernel configuration for intel_mpcbl0050_64 (ACPI, SAS) WIND00166770 readlink's type int in unistd sometimes conflicts with ssize_t in libfakeroot.c WIND00167299 Security Advisory - Pango - CVE-2009-1194 WIND00167302 Security Advisory - cyrus-sasl - CVE-2009-0688 WIND00167304 Security Advisory - linux - CVE-2009-1630 WIND00167305 Security Advisory - ipsec-tools - CVE-2009-1574 WIND00167306 Security Advisory - Ipsec-tools - CVE-2009-1632 WIND00167943 Build Gdb failed with error 'no sdk/host/pci/octeon-pci.c' on mips 64 WIND00167948 oop for virtual-uart on RMI xlr732 WIND00168483 wrlinux 2.0 : gdb : gdb is not finding default symbol information of debug files of filesystem RPMS for multilib architectures WIND00169091 Security Advisory - Linux - CVE-2009-1633 WIND00169094 Security Advisory - NTP - CVE-2009-1252 WIND00169276 NFS client uses same transaction ID's on reboot -> hits old cache on fileserver WIND00169580 WRLinux Compiler sometimes doesn't find "sysroot" WIND00170198 e2fsck (e2fsprogs 1.39) keeps reporting incorrect i_size for inode (mostly inode 7) WIND00170553 Security Advisory - linux - CVE-2009-1961 WIND00170555 Security Advisory - linux - CVE-2009-1385 WIND00170560 Security Advisory - OpenSSL - CVE-2009-1386 WIND00170563 Security Advisory - libpng - CVE-2009-2042 WIND00170735 unused X11 headers in lndir cause configure failure WIND00170996 [LKSCTP] Initialization collision problem WIND00171000 Alternating writes to the same nfs file results in a corrupted file WIND00171087 Patching kernel fails for RTCore 5.1 fsl_lite5200 BSP WIND00171318 Linux : An IPv6 address stays tentative forever WIND00171746 imx31lite BSP creates wrong symbolic links in the /dev WIND00172115 gianfar driver fails to add VTAG to arp packet WIND00172287 wrlinux 2.0.x : configuring with --enable-cpu allows no make fs WIND00172308 Security Advisory - Linux - CVE-2009-1389 WIND00172519 templates/feature/gdb/README is incorrect WIND00173304 kernel error message when board is booting up/removal of error message due Intel 5000 MCH ERRATA WIND00173305 EDAC module is throwing warning about thermal errors WIND00173319 [LKSCTP] add Adaptation Layer Indication parameter only when it's set WIND00173952 Security Advisory - libtiff - CVE-2009-2347 WIND00173953 Security Advisory - MySQL - CVE-2009-2446 WIND00173958 Security Advisory - DHCP - CVE-2009-0692 WIND00173959 Security Advisory - libtiff - CVE-2009-2285 WIND00174421 Linux SCTP patches WIND00174541 POSIX Test Suite fails on PPC40x targets WIND00175225 wrlinux2.0.3/imx27: USB freezes when repeatedly connecting hub to J9 (OTG) port WIND00175288 Security Advisory - DHCP - CVE-2009-1892 WIND00175290 Security Advisory - bind - CVE-2009-0696 WIND00175291 Security Advisory - linux - CVE-2009-1895 WIND00175293 Security Advisory - Linux - CVE-2009-2407 WIND00175296 Security Advisory - Linux - CVE-2009-2406 WIND00176282 ipv6_run_pendind_DAD.patch should be removed from WRL_2_0_3-layer-wrll-linux-2.6.21-20090716's patch list WIND00176620 Configuring with relative path produces broken link to changelist.xml WIND00176869 oprofile does not work with cavium octeon (WRLinux2.0.2) WIND00177135 [LKCSTP]: Implement sac info field in SCTP_ASSOC_CHANGE notification. WIND00177193 -mcpu=e300c3 does not work WIND00177755 Security Advisory - Linux - CVE-2009-2768 WIND00177756 Security Advisory - Linux - CVE-2009-2767 WIND00177757 Security Advisory - libxml - CVE-2009-2414 WIND00177758 Security Advisory - cURL - CVE-2009-2417 WIND00177760 Security Advisory - Xerces - CVE-2009-1885 WIND00177764 Security Advisory - Linux - CVE-2009-2692 WIND00178021 Process with pending signal not scheduled to run by the Kernel WIND00178061 [lksctp-tools]: Implement sac info field in SCTP_ASSOC_CHANGE notification. WIND00178179 cavium mips hangs after loading the system. WIND00179991 .ascii directive produces byte-swapped data on ARM BE8 WIND00180022 Kernel crash in tasklet_action at shutdown time WIND00180262 Security Advisory - Linux - CVE-2009-2848 WIND00180263 Security Advisory - neon - CVE-2009-2474 WIND00180264 Security Advisory - Linux - CVE-2009-2849 WIND00180265 Security Advisory - Linux - CVE-2009-3001 WIND00180266 Security Advisory - Linux - CVE-2009-3002 WIND00180267 Security Advisory - neon - CVE-2009-2473 WIND00180268 Security Advisory - Linux - CVE-2009-2847 WIND00180455 [LKTCP]: advertise MSS requested by user WIND00182753 Failed to patch raza_lmo-fixes.patch for raza_xlr_atx_64_be cgl kernel WIND00182765 Security Advisory - FreeRADIUS - CVE-2009-3111 WIND00182766 Security Advisory - Linux - CVE-2009-2903 WIND00182767 Security Advisory - apache - CVE-2009-3095 WIND00182833 xylo build error on bsp cavium_octeon_cn56xx_evb_mb12 WIND00183427 Kernel panic after receiving SCTP Abort message WIND00183556 Target hangs when bootup on BSP mot_ppmc280-cgl-glibc_cgl. WIND00183559 Make util-linux fails for emer_atca9301-standard-glibc_cgl WIND00183564 named start fail on wrlinux-2.0 WIND00184016 Failed to patch cavium_octeon_lmo-fixes.patch on cavium_octeon_cn58xx_evb_nic4-cgl-glibc_cgl WIND00184305 wrlinux 3.0.1 : Net-snmp x86_32 conflicts with x86_64, so it is not buildable WIND00184388 [Sustaining 2.0.4]: target with bsp mti_malta32f_74k_le cannot boot up on fall07-2.0.4-lx02. WIND00184566 "Error: Application of patch failed:" display when do make build_all on wrs_powerquiccii_82xx-standard-glibc_std. WIND00185788 capabilties module should be loaded automatically loaded at boot time WIND00185835 Security Advisory - linux - CVE-2009-3238 WIND00185838 Security Advisory - newt - CVE-2009-2905 WIND00185839 Security Advisory - PostgreSQL - CVE-2009-3230 WIND00186135 The RTCore regression testing can not continue when running "Testing for silent failure in a non-FP task" . WIND00186497 [Sustaining]: make all failed for the missing pre-built kernel on common_pc-preempt_rt WIND00186582 wrlinux : package revision number update with point patches / cumulative patches / service packs WIND00186706 Failed to install toolchain due to incorrect overwrite link WIND00187230 Build the RTC failed on the combination of the ti_omap2430sdp-standard-glibc_std. WIND00187266 ltp test msgctl09 causes kernel bug WIND00187305 LTP-20070228 bug in runltp, permission problem WIND00187469 Host packages list corruption in configure WIND00187537 The ADS5121 board (fsl_mpc5121e_ads) cannot receive multicast messages WIND00187709 Security Advisory - OpenSSH - CVE-2009-2904 WIND00187710 Security Advisory - linux - CVE-2009-2908 WIND00187892 [SUSTAINING 2.0.4]:Failed to bootup when doing OneNAND Flash. WIND00187904 xylo build error on bsp broadcom_bcm91x80b WIND00187905 [Sustaining 2.0.4] Peripheral: Video capture failed on fsl_imx27ads on wrlinux-2.0.4 WIND00187941 wrlinux 2.0.x : shadow-utils is not buildable without libselinux WIND00188417 frequency calculation in lmbench is wrong on powerpc 8548 board WIND00188489 fix the derefernce to NULL pointer in dev_warn for evl version WIND00188516 [Sustaining 2.0.4] target hangs if resume "do_fork" when testing KGDBoE on sun_x4200-standard-glibc_std WIND00188535 gmp headerfiles can not be included by other packages. WIND00188617 wrlinux 2.0.x : cyrus-sasl does not build if krb5 is not present WIND00188798 The sctp module, which is linked to the kernel and, its proc file system does not work on Wind River Linux 1.4 WIND00188979 Optimize for size dysfunctional in wrl2.0sp1 + sp3 WIND00189329 PNE-LE 2.0.2 - binding a SCTP socket to a global IPv6 address returns an error WIND00189609 Security Advisory - linux - CVE-2009-3228 WIND00189610 Security Advisory - linux - CVE-2009-3612 WIND00189612 Security Advisory - linux - CVE-2009-3613 WIND00189615 Security Advisory - linux - CVE-2009-2909 WIND00189616 Security Advisory - linux - CVE-2009-2910 WIND00189677 Security Advisory - linux - CVE-2009-3620 WIND00189678 Security Advisory - iscsi - CVE-2009-1297 WIND00189681 Security Advisory - linux - CVE-2009-3621 WIND00189755 Target hang when make kgdb connection on mti_malta32_34k_be-small-glibc_small. WIND00189951 Missed a parameter of running NAND erase command when erasing NAND Flash according to the board README. WIND00189960 xylo build error on bsp fsl_hpcii WIND00189972 Can not bootup the target when doing NAND Flash because of the DHCP requset timeout. WIND00190029 Cannot create link, because the program with the link name was not removed WIND00190299 Failed to bootup target wrs_sbc85x0 with PCI peripheral installed WIND00190343 [Sustaining2.0.4] Message "eth0: spurious interrupt (mask = 0x33)" displays on target ti_omap2430sdp during the KGDBoE test. WIND00190365 Shared IRQ's on ppc 8548 second serial port disfunctional WIND00190505 Security Advisory - Apache OpenSSL GnuTLS - CVE-2009-3555 WIND00190675 LTP has bug in sysfs01 test, when disabling ext2 support in kernel WIND00190802 xylo build error on bsp broadcom_bcm98548xmc WIND00191375 Security Advisory - Expat - CVE-2009-3720 WIND00191376 Security Advisory - linux - CVE-2009-3726 WIND00191377 Security Advisory - linux - CVE-2009-3547 WIND00191705 fix failed compiling for pthread_cond_timedwait/2-5 and pthread_create/3-2 in posixtestsuite package WIND00192498 posix_fadvise() doesn't returns an error correctly. WIND00192720 build-all from the top level (and potentially other places we reinvoke make) don't exit on error WIND00192878 Core dump when a process is attached and continued with gdb. WIND00192886 drop the cgl support for mot_pramc6201-cgl-glibc_cgl WIND00192923 Target hangs when bootup on raza_xlr_atx_64_be-standard-glibc_std. WIND00193315 Linux tar files not named correctly when using --with-package-release WIND00193776 Security Advisory - linux - CVE-2009-4005 WIND00193778 Security Advisory - linux - CVE-2009-3080 WIND00193780 Security Advisory - linux - CVE-2009-3889 WIND00193781 Security Advisory - MySQL - CVE-2009-4028 WIND00193782 Security Advisory - MySQL - CVE-2009-4019 WIND00193784 Security Advisory - MySQL - CVE-2009-4030 WIND00193853 Security Advisory - linux - CVE-2009-4021 WIND00193963 x86_64 systems /proc issue WIND00194221 [Sustaining 2.0.4]: Fail to "make build-all" if run "make all" first for nec_emma3p-small-uclibc_small. WIND00194584 updated sysroots not installed with LX 2.0 SP4 (not included in handoff) WIND00194699 Have kernel tarball names include the linux_PKG_PATCH_LVL value to match RPM's WIND00195310 Patch applying error with raza_xlr_atx_64_be on 2.0.4 Fixes from Linux 2.0.3 WIND00112620 try to make acl optional for rsync package WIND00112633 try to make libselinux optional for psmisc package WIND00112649 Package "ipmi-test" and "saftest" are missed in mot_atca7221_64-cgl-glibc_cgl. WIND00112657 "Force" command for rpms from Workbench needs more power WIND00112670 ipv6 test cases contain invalid options in ltp-full WIND00112678 CVE reports for openldap WIND00113026 mthread demo app compiles with warnings using common_pc_64 BSP. WIND00115560 Security Advisory - jffs2 - CVE-2007-4849 WIND00115581 Security Advisory - linux kernel - CVE-2007-3731 WIND00115666 Security Advisory - qemu - CVE-2007-1366 WIND00115667 Security Advisory - qemu - CVE-2007-1320 WIND00115672 Security Advisory - tar - CVE-2007-4476 WIND00115677 Security Advisory - vim - CVE-2007-2438 WIND00115678 Security Advisory - vim - CVE-2007-2953 WIND00116971 unable to link to libs in sysroot/softp/lib WIND00117112 PPC OCD Kernel debugging requires additional patches WIND00117524 Syntax error in openhpi Makefile WIND00118012 libuser 0.54.8-1 : libuser_RPM_DEVEL missing from Makefile (build problem) WIND00118857 userdel: PAM authentication failed WIND00121162 kexec support needed for 32-bit powerpc architectures WIND00121299 cavium : mips64_octeon : ld.so.cache not working WIND00121517 Problem when rebuilding GDB WIND00121732 BCM95836CPCI 16KB default page size and mmap() causing issues due to 4KB alignment requirement WIND00123040 Dependencies problem between system libraries (i.e. librpm.so -sysroot) WIND00123535 Board i.MX31 : ETH driver smc911x needs to be updated- Timeout problems observed WIND00123985 rpm --force option does not appear to work WIND00125858 PNE LE 2.0.1 : strange log message when using stcp WIND00126259 changelist.xml is not picked up nor created WIND00127114 IMX27 Linux BSP is not initializing correctly the baud rate generator WIND00127930 fakephp kernel module in WR linux 2.0 is broken WIND00127931 tg3 driver failures in PNE-LE 2.0 WIND00128056 snmpd: truncating unsigned value to 32 bit (11) WIND00128136 Security Advisory - OpenLDAP - CVE-2008-2952 WIND00129619 device_bind_driver() error code WIND00129762 incorrect code generation when using -O2 flags to compile glibc e_pow.c WIND00129884 Security Advisory - Vim - CVE-2008-3294 WIND00130711 common_pc cgl kernel / kernel hacking configuration makes kernel build fail. (lock_debugging) WIND00130821 gtkdemo not running due to default mis-configuration of DirectFB package / missing font / missing library WIND00131253 Export-sysroot fails with custom toolchains in layers WIND00131290 Security Advisory - ipsec-tools - CVE-2008-3651 WIND00131300 Security Advisory - Linux kernel - CVE-2008-3272 WIND00131305 Security Advisory - ipsec-tools -CVE-2008-3652 WIND00131320 Security Advisory - Linux kernel - CVE-2008-3275 WIND00131355 Security Advisory - qemu - CVE-2008-1945 WIND00131356 Security Advisory - Python - CVE-2008-2315 WIND00131371 Security Advisory - Python - CVE-2008-3142 WIND00131373 Security Advisory - Python - CVE-2008-3144 WIND00131389 Security Advisory - Python - CVE-2008-3143 WIND00131482 Backport Linux patch for MIPS atomic functions to WR Linux 2.0 WIND00131663 U-Boot image for wr_sbc834x does not support MPC834x Rev 3.0 CPU. WIND00131779 Using yaffs with MPC8313 and large page NAND flash reports bad eraseblock WIND00131857 Wr Linux 2.0 + SP1: build RFS fails because openssh is wrongly build : complaining that libpam is missing. (Without SP1 rfs ok) WIND00132370 importPackages.tcl doesn't import the device-mapper package correctly. WIND00132475 nfs-utils has issues with init script WIND00132903 The /'link up/' operation fails. ESR_INTERNAL_SIGNALS_REG reports port 1 not ready. WIND00133054 Security Advisory - Linux kernel - CVE-2008-3276 WIND00133061 Security Advisory - LibTIFF - CVE-2008-2327 WIND00133384 perl pack template fails in case of n,N,V,v for ppc WIND00133922 Security Advisory -Net-snmp denial of service - CVE-2007-5846 WIND00134989 The windriver buildsystem explicitly removes perl scripts *without warning*! WIND00135332 Security Advisory - Linux kernel - CVE-2008-3525 WIND00135334 Security Advisory - MySQL - CVE-2008-3963 WIND00135341 Security Advisory - Linux kernel - CVE-2008-3915 WIND00135354 Security Advisory - grub - CVE-2008-3896 WIND00135361 Security Advisory - libpng - CVE-2008-3964 WIND00135383 Security Advisory - libxml2 - CVE-2008-3529 WIND00136780 Kernel compiling failure after changing cavium octeon BSP's watchdog to module type WIND00136840 Port redirection can be enabled for QEMU simulator instances > 0 and ScopeTools WIND00137311 usleep timing: wrong delay using multilib x86 target 32/64 bit WIND00137502 bc crashes on mips64_octeon WIND00138272 Security Advisory - MySQL - CVE-2008-4097 WIND00138274 Security Advisory - Python - CVE-2008-4108 WIND00138277 Security Advisory - vim - CVE-2008-4101 WIND00138291 Security Advisory - MySQL - CVE-2008-4098 WIND00138305 Security Advisory - Linux kernel - CVE-2008-4302 WIND00138327 Security Advisory - Linux kernel - CVE-2008-3528 WIND00138329 Security Advisory - Linux kernel - CVE-2008-4210 WIND00139180 --enable-scalable=libraryopt fails in the make fs stage for fsl_lite5200b WIND00139360 build system fails if SHELL=other than bash WIND00139759 openldap fails to build on a 64-bit Redhat development host WIND00140360 Drop of access perfomances on hard disk using BSP intel_mpcbl0001and PNE LE 2.0.x WIND00140677 Security Advisory - Linux kernel - CVE-2008-4576 WIND00140702 Security Advisory - Linux kernel - CVE-2008-4554 WIND00140745 Security Advisory - MySQL - CVE-2008-4456 WIND00140787 IPSEC-tools fix required (Patch for pfkey.c) WIND00140976 SSH and cracklib problems with read-only root file system WIND00141052 clean-staging-filesystem target in filesystem/Makefile is wrong WIND00141503 hardcoded dependencies from several packages to libselinux WIND00141567 Update README for fsl_mpc5121e_ads BSP per BSP update WIND00120305 WIND00141967 libuser has unnecessary dependency to cyrus-sasl WIND00142127 /proc/loadavg is broken - never changes WIND00142334 wrs.groupadd does not add group WIND00142354 mdadm package makefile doesn't declare sendmail dependency but fails without sendmail WIND00142455 tar package is not untaring device nodes on cavium boards WIND00142731 sun_cp3220 glibc_std + standard kernel build fails WIND00142931 Security Advisory - Python - CVE-2008-4864 WIND00142934 Security Advisory - net-snmp - CVE-2008-4309 WIND00143833 gc.distclean removes gc6.2 directory but doesn't remove host_gc .stamp files which causes build system instability WIND00144020 Feature Testing: CGL bsp build failed on the raza_xlr_atx_64_be-cgl-glibc_cgl WIND00144669 Unable to build agent-proxy on a 64 bit host WIND00144690 sysroot not usable on windows. WIND00144856 Security Advisory -Linux kernel - CVE-2008-4934 WIND00144857 Security Advisory -Linux kernel - CVE-2008-5029 WIND00144865 Security Advisory -Linux kernel - CVE-2008-4933 WIND00144880 Security Advisory - Linux kernel - CVE-2008-5033 WIND00144895 Security Advisory - Python - CVE-2008-5031 WIND00144947 mysql server can not be started on LE1.4 (Init script and default configuration file missing) WIND00145134 Issue about IRQ Mask of raza RMI 732 bsp in wrlinux-2.0 WIND00145908 gianfar driver in PNE_LE 2.0/3.0 doesn't clear BABR IEVENT! WIND00145918 iptables package / kernel interaction on cavium WIND00146232 openhpi fails to install due to improper %if_arch check for mips64 / n32 WIND00146831 Security Advisory -Linux kernel - CVE-2008-5182 WIND00146833 Security Advisory - libxml2 - CVE-2008-4225 WIND00146844 Security Advisory - libxml2 - CVE-2008-4226 WIND00146857 Security Advisory -Linux kernel - CVE-2008-5025 WIND00146880 Security Advisory - openssh - CVE-2008-5161 WIND00146957 Application crash with Illegal instruction (sync) on qemu_ppc32 BSP WIND00147078 BANNER for analysis layer is one long line WIND00147440 Incomplete IMX27 touchscreen configuration (Freescale IMX27 WR Linux) WIND00147662 Make build-all was interrupted by asking whether overwrite some exists files when compiling package openipmi on host Suse10.2 WIND00147731 tslib build failure when '--enable-build-libc=yes ' option is added WIND00148829 fsl_mpc5121e_ads BSP: linux kernel build fails if CONFIG_BLK_DEV_MPC512x_IDE=y WIND00148906 rpm installation Failure on PNE-LE 2.0 WIND00149254 ltmain.sh of file canonicalize the pathname ... error WIND00149277 Security Advisory - bash - CVE-2008-5374 WIND00149284 Security Advisory - shadow - CVE-2008-5394 WIND00149297 Security Advisory -Linux kernel - CVE-2008-5079 WIND00149299 Invalid board name "sun_cp2030" displays in README for layer "wrll-analysis-1.0" WIND00149867 Feature Testing: package gmp-4.1.4 build failed on fall07-2.0.2 WIND00150324 Adding --enable-build=profiling will lead to build error WIND00150428 Feature Testing: prf.4.2 Support of Gigabit Ethernet Jumbo MTU test failed on cavium_octeon_cn58xx_evb_nic4-cgl-glibc_cgl WIND00150654 Feature Testing: insmod bsdjail.ko failed on cavium_octeon_cn58xx_evb_nic4-cgl-glibc_cgl and raza_xlr_atx_64_be-cgl-glibc_cgl WIND00150967 Security Advisory - qemu - CVE-2008-4539 WIND00150968 Security Advisory -Linux kernel - CVE-2008-5713 WIND00150971 Security Advisory -Linux kernel - CVE-2008-5700 WIND00150987 Security Advisory - qemu - CVE-2008-2382 WIND00150998 Security Advisory -Linux kernel - CVE-2008-5702 WIND00151201 The Workbench can open ,but will pop-up wrong dialog box when WB launch, and there is no connection option about usermode and KGDB. WIND00151345 Fail to apply rsync-wr-integration-CVE.patch for rsync,while make fs WIND00151500 two mtd partitions for the same flash on board Cavium cn56xx WIND00151797 Security Advisory - Linux kernel - CVE-2009-0029 WIND00152191 make build-all failed on nec_emma3p-small-glibc_small by link error WIND00152245 running posix test suite can result in 3 kernel crashes in scheduler for SMP+CFS+preempt_irq WIND00152404 POSIX threads hang with creating/deleting posix timers. WIND00152428 there are some inexplicit info in README of mot_atcaf101 WIND00152429 Security Advisory - OpenSSL - CVE-2008-5077 WIND00152431 Security Advisory -Linux kernel - CVE-2008-4307 WIND00152432 Security Advisory -Linux kernel - CVE-2009-0065 WIND00152436 Security Advisory - BIND - CVE-2009-0025 WIND00152448 Security Advisory - libpng - CVE-2008-5907 WIND00152463 Security Advisory - ntp - CVE-2009-0021 WIND00152700 absolute symbolic links in