1.0 ROLLING CUMULATIVE PATCH LAYER OVERVIEW This is a Rolling Cumulative Patch Layer for the base Wind River Linux 6.0 release. This RCPL provides fixes for known problems found in this base release. You can control which RCPL layer to use for a specific build via the "--with-rcpl-version" option of the configure command. The default value for "--with-rcpl-version" is "auto" which will automatically select the newest RCPL installed on the host machine. You can also specifically select an RCPL by setting the "--with-rcpl-version" value to the RCPL number that you wish to use. So, if you wanted to select RCPL 0003 for the project build you could specify that at configure time using "--with-rcpl-version=0003". $ /wrlinux-6/wrlinux/configure --enable-board=qemux86 \ --enable-kernel=standard --enable-rootfs=glibc_std \ --with-rcpl-version=0003 This will force this project build to use RCPL 0003 even if an RCPL 0004 or RCPL 0005 has been installed on the host machine. If you wanted to build a project that doesn't use any RCPL's, but just uses the base installation layers, you can set "--with-rcpl-version=0". Once a newer RCPL has been added to the installation, existing projects that have been using the default "--with-rcpl-version=auto" can pick up the new fixes by doing a "make upgrade". This will bring the project up to the newest RCPL on the host: $ make upgrade Any project that had specifically specified an RCPL, say with "--with-rcpl-version=0003", will be unaffected by the installation of a newer RCPL. It will continue to use the one previously specified. This allows a particular project to remain on a specific RCPL. It is also possible to override the "--with-rcpl-version" setting when you do a reconfig by setting the environment variable ENV_RCPL_VERSION . This will override any previous setting from the "--with-rcpl-version" configure option. 2.0 RCPL Update Implementation The distribution is a set of git repositories that are used to generate project directories at configure time. An RCPL appends new fixes to these repositories and so the git repositories can grow with each new RCPL. The original distribution for any of the git repositories is identified by the branch name LB28_6.0. That is the branch name that corresponds to the original distribution. As fixes are added to a git repository via an RCPL the git repository tree grows and is marked with a branch name of the form LB28_6.0_RCPL000X, wheere X is the RCPL number. If there were no fixes in a particular repository for a particular RCPL then the new branch would coincide with the previous RCPL branch name. 3.0 TOOLS The product is comprised of various git repositories that get checked out during the configure step of the build. These repositories contain a complete history of what has changed since the base product was shipped. 3.1 A command line tool - rcpl-rcl.sh This command line tool has been provided to help correlate the various patches to the defects they fixed. It is located here: /wrlinux-6/scripts/rcpl/rcpl-cl.sh You can run this script and provide the defect id to see the patch file, package and files affected by the change to fix the defect. Run the tool's help option for more information. Here is a quick guide: Help : 'rcpl-cl.sh --help' All patches : 'rcpl-cl.sh all' All Linux patches : 'rcpl-cl.sh -r linux' All Toolchain patches : 'rcpl-cl.sh -r toolchain' All CVE patches : 'rcpl-cl.sh -c all' Single Defect : 'rcpl-cl.sh WIND00234376' Just show the Defect #: 'rcpl-cl.sh all -D' 3.2 A gui tool - rcpl-gui.sh This GUI line tool has been provided to help provide advanced functions om addition to the features of the command line tool, including: * Explore the content of an RCPL * Compare one RCPL with another * Compare an existing wrlinux project against an RCPL * Export the data to a Text, CSV, or HTML file. The GUI tool is located here: /wrlinux-6/scripts/rcpl/rcpl-gui.(sh|bat) * On Linux, start the tool with: $ cd $ ./wrlinux-6/scripts/rcpl/rcpl-gui.sh * On Windows, start the tool with: > cd > wrlinux-6\scripts\rcpl\rcpl-gui.bat You can open "Help > Help" for detailed information and examples. 4.0 List of defects fixed since initial distribution Beginning in Jan 2014 Wind River is using a new tracking tool that uses different defect naming conventions. The defect ID's in the new system will have the form LINX-???? as opposed to the older WIND00????? format. For defects that were originally reported in the old system both the new and the old format are indicated in the Defect list. The form is: LINX-????|WIND00?????: Summary Defect List: LIN3-22025|WIND00320850: Miscellaneous Kernel Fixes LIN3-28266|WIND00318241: Miscellaneous Fixes LIN6-6905: CLONE - Build fails when a project is configured with options --enable-jobs=2 and --enable-parallel-pkgbuilds=2 LIN6-6906: ti-am335x is missing after install WRL6004 LX03 LIN6-6918: crash fails to install correctly in multilib environment LIN6-6919: python-gst fails to do configure on all arches LIN6-6920|WIND00437005: CLONE - UID / GID : static configuration requested LIN6-6936|WIND00416669: WRL5.X ISO auto installation fail on vm with 50G disksize LIN6-6940: internal compiler error: in gen_movsi, at config/arm/arm.md:5539 LIN6-6943: Some libraries not using symbolic links LIN6-6945: build error occurred after adding ndisc6 package LIN6-6952|WIND00393657: Using 'isolcpus=' in bootargs and use 'sched_setaffinity' in pthread, the pthread stops and the kernel prints out BUG_ON LIN6-6954|WIND00440815: TIPC on Freescale B4xxx boards with preempt-rt kill network (WRL5 RCPL8) LIN6-6956: CLONE - Busybox overwriting /bin/sh link to bash LIN6-6959: Security Advisory - linux - CVE-2014-0049 LIN6-6962: Security Advisory - gnutls - CVE-2014-1959 LIN6-6964: Security Advisory - ffmpeg - CVE-2014-2099 LIN6-6965: Security Advisory - gnutls - CVE-2014-0092 LIN6-6966: Security Advisory - python - CVE-2014-1912 LIN6-6968: Security Advisory - linux - CVE-2014-2309 LIN6-6969: Security Advisory - linux - CVE-2014-0101 LIN6-6970: Security Advisory - ffmpeg - CVE-2014-2263 LIN6-6971: The intel-x86 BSP README missed the Advantech UTX-3110 supported info LIN6-6976: fsl-e500mc: sra can't work LIN6-6977: No recipes available for libxml2_2.9.0.bbappend LIN6-6980: CLONE - nightly: oe-core/meta/recipes-extended/man/man_1.6f.bb do_compile fail for quark LIN6-6985: freescale_qoriq_dpaa: replace offload_demo with ipsec_offload in README LIN6-6987: some tclap packages are missing. LIN6-6994: WRL6: Memory Leak in syslog-ng 3.4.2 LIN6-6995: WRL6 - syslog-ng has still memory leaks LIN6-6996|WIND00438775: On p2020 board, sometimes, kernel will hang when do `ifconfig down` in init script LIN6-6999: freeDiameter ptest case 1 and 10 failed on b4xxx and x86-64 lib32 LIN6-7002: OpenSSL-FIPS updated to better support cross-compilation of applications LIN6-7003: usleep binary should be installed in the filesystem LIN6-7004: gstreamer1.0_1.0.9 failed (do_compile) 0f qemux86_world_oe_bd. LIN6-7005: Unexpected match in sstate checksums after include file change LIN6-7006: openssh build fails because bsd/libutil.h does not exist LIN6-7009: [Build Blocker]configure failed for all bsps which have linux-windriver_3.4.bbappend LIN6-7011: WRL6 and WRL 5 : long content in the environment variable PS1 causes bitbake commands to fail LIN6-7016: The desktop-file-utils_0.21.bb file line 14 is incorrect LIN6-7017: Security Advisory - net-snmp - CVE-2014-2284 LIN6-7020: Security Advisory - linux - CVE-2014-2523 LIN6-7023: Security Advisory - apache - CVE-2013-6438 LIN6-7024: Security Advisory - freetype - CVE-2014-2240 LIN6-7025: Security Advisory - lighttpd - CVE-2014-2323 LIN6-7027: Security Advisory - apache - CVE-2014-0098 LIN6-7028: Security Advisory - openssh - CVE-2014-2653 LIN6-7029: Security Advisory - freetype - CVE-2014-2241 LIN6-7031: Security Advisory - openssh - CVE-2014-2532 LIN6-7032: Security Advisory - samba - CVE-2013-4496 LIN6-7033: Security Advisory - linux - CVE-2014-2568 LIN6-7034: Security Advisory - linux - CVE-2014-0131 LIN6-7035: Security Advisory - lighttpd - CVE-2014-2324 LIN6-7038: Security Advisory - openssl - CVE-2014-0076 LIN6-7040: Error message should be more specific about the host environment issues LIN6-7043: Generate segmentation fault during do_rootfs. LIN6-7048: openssl.cnf was not installed into rootfs with openssl-fips LIN6-7051: Build failure with feature/openssl-fips due to ocf-linux invalid LIN6-7052: feature/build_target_toolchain should be mentioned for non IA32 target in openssl-fips README LIN6-7054: ltp requires gzip which is missing in RDEPENDS LIN6-7061: Kernel oops when leaving S3 (Haswell) LIN6-7064: desktop-file-utils compile fails for mips oe-core toolchain LIN6-7078: Importing SRPM package documentation example typos LIN6-7082: rootfs buld error: "tar: .: file changed as we read it LIN6-7088: Security Advisory - openssl - CVE-2014-0160 LIN6-7091: CLONE - CLONE - wrl43 / syslog-342 (RCPL23+) : syslog-ng process memory leak with big messsages and different rules LIN6-7092: CLONE - Missing dependency in cmake and ccache LIN6-7097: IBM 476 workaround for Errata 46 kernel module loading LIN6-7101|WIND00163851: Security Advisory - screen - CVE-2009-1214 LIN6-7102|WIND00163853: Security Advisory - screen - CVE-2009-1215 LIN6-7103: CLONE - kernel compile warning happens in TIPC module LIN6-7110|WIND00448750: Security Advisory - apache subversion - CVE-2013-4505 LIN6-7112: CLONE - KARCH need to be set within the bsps that supporting multilib LIN6-7115: Cannot use RCPL 2 with RCPL 5 LIN6-7116: p2041rdb.dtb: Ability to specify /memreserve/ should be at board level LIN6-7117: Failed to login after boot with library errors on fsl_imx6_sabresd LIN6-7118: Security Advisory - openssl - CVE-2010-5298 LIN6-7119: Security Advisory - pam - CVE-2014-2583 LIN6-7122: Security Advisory - postgresql - CVE-2014-2669 LIN6-7123: Security Advisory - postgresql - CVE-2014-0062 LIN6-7125: Security Advisory - postgresql - CVE-2014-0063 LIN6-7126: Security Advisory - linux - CVE-2014-2673 LIN6-7127: Security Advisory - postgresql - CVE-2014-0067 LIN6-7128: Security Advisory - postgresql - CVE-2014-0060 LIN6-7129: Security Advisory - postgresql - CVE-2014-0064 LIN6-7130: Security Advisory - postgresql - CVE-2014-0061 LIN6-7131: Security Advisory - libyaml - CVE-2014-2525 LIN6-7132: Security Advisory - linux - CVE-2014-2672 LIN6-7133: Security Advisory - postgresql - CVE-2014-0065 LIN6-7134: Security Advisory - postgresql - CVE-2014-0066 LIN6-7135: SSH service is not started after boot up on fsl_imx6_sabresd LIN6-7136: [WRL6] wr-runltp should be updated: do not mount loop device on /tmp for NFS rootfs LIN6-7137: kernel compile failed on bcm_xlp fsl_e500mc fsl_t4xxx lsi_axm55xx with LX01 LIN6-7140: CLONE - Documentation doesn't explain how to patch and build glibc LIN6-7141: valgrind do_compile_ptest_base failed on lsi_acp34xx LIN6-7142: Warnings when using the --with-template=feature/build_libc configure argument LIN6-7144: Security Advisory - curl - CVE-2014-0138 LIN6-7145: Security Advisory - curl - CVE-2014-0139 LIN6-7146: Build fails when net-snmp-client is added and /usr/local/bin/perl exists LIN6-7148: wr-installer: configure --help miss the valid rootfs type 'wr-installer' LIN6-7153: usermode do_install failed: desktop-file-install: command not found LIN6-7154: lib32-gnome-themes do_configure failed: error: icon-naming-utils >= 0.8.7 is required to build and install gnome-themes LIN6-7155: apr build can fail if sctp.h is found by configure LIN6-7158: Build failure on gtk+ on DVD LIN6-7163: lvm2 do_compile failed with systemd enable: undefined reference to `udev_get_dev_path' LIN6-7169: CLONE - running memory analysis mptrol on some apps causes crash LIN6-7171: wr-common Security Advisory - openssl - CVE-2014-0160 LIN6-7173|WIND00448723: Security Advisory - samba - CVE-2012-6150 LIN6-7174|WIND00448727: Security Advisory - samba. - CVE-2013-4408 LIN6-7188: With gcc 4.8 stdc-predef.h is included automatically and linemarker for the file has extended flags that PIDL couldn't parse LIN6-7205: CLONE - wrl 4,5,6 : syslog-ng 3.4.2 crashes every few hours with TCP/TLS enabled LIN6-7206: The testcase SATA/ETHERNET often timeout on BSP cav-octeon3 LIN6-7208: CLONE - icache causes execution of stale instructions when control falls through from one page to the next (Updated 4/23 with new errata app note) LIN6-7209: [ovp6.0] Lttng2 build failed LIN6-7218|WIND00448717: Security Advisory - ffmpeg - CVE-2013-0845 LIN6-7220|WIND00448720: Security Advisory - ffmpeg - CVE-2013-0852 LIN6-7224|WIND00448741: Security Advisory - ffmpeg - CVE-2013-0858 LIN6-7226|WIND00448745: Security Advisory - ffmpeg - CVE-2013-0851 LIN6-7228|WIND00448746: Security Advisory - ffmpeg - CVE-2013-0854 LIN6-7230|WIND00448747: Security Advisory - ffmpeg - CVE-2013-0856 LIN6-7232|WIND00448753: Security Advisory - ffmpeg - CVE-2013-0850 LIN6-7234|WIND00448755: Security Advisory - ffmpeg - CVE-2013-0849 LIN6-7236: CLONE - After updates to RCPL12 from RCPL3, the read system call's behaviour was changed, and cause customer's application error. LIN6-7242: Compile grub-efi with atom64 toolchain failed LIN6-7250: [wrinstaller6]Documentation issue of wr-installer README LIN6-7251: [wrinstaller6]wrinstaller banner : Wind River Linux 5(should be 6) LIN6-7252: [wrinstaller6]Exception occurs when using wr-installer to install iso image to vdisk LIN6-7253: [wrinstaller6]wr-installer feature: custom installer.conf is not available LIN6-7255: libvirt needs explicit PACKAGECONFIG[numa] LIN6-7257: No copyright section under wrlinux-6/layers/wr-bsps/fsl-imx6/wr-imx6-graphic/README file LIN6-7267: Security Advisory - linux - CVE-2014-2851 LIN6-7270: Security Advisory - linux - CVE-2014-0181 LIN6-7271: Security Advisory - linux - CVE-2014-0155 LIN6-7280: Security Advisory - cups - CVE-2014-2856 LIN6-7285: Security Advisory - qemu - CVE-2014-0150 LIN6-7288: Security Advisory - libvirt - CVE-2013-6456 LIN6-7289: Security Advisory - strongswan - CVE-2014-2338 LIN6-7292: Security Advisory - qemu - CVE-2014-2894 LIN6-7294: [wrinstaller6]Can not disable Smart Repository during installation LIN6-7295: [wrinstaller6]Smart Repository is not available LIN6-7296: [wrinstaller6]network is not available during installation LIN6-7297: The perf KTS test case failed, as no PMU on the fsl-imx6 (SABRE SD) target LIN6-7300: [wrinstaller6]Failed to start sshd service after installing iso image LIN6-7301: [wrinstaller6]Failed to boot real target after installing iso image LIN6-7306: svn fetch uses last changed revision instead of revision on a svn branch LIN6-7307: libvirt needs explicit PACKAGECONFIG[ssh2] LIN6-7308: Fails to build sato with rcpl5 due to undefined ref to `png_longjmp' in matchbox-wm LIN6-7311: vala 0.16.0 fail to do compile with error "version `LIBXML2_2.9.0' not found" LIN6-7312: gnome-python_2.28.1 failed (do_compile) of qemux86-64_wrinstaller_world LIN6-7313: installer: work with no X board LIN6-7316: Segmentation fault found in spinlock_with_irq_disabled program on fsl-imx6 BSP preempt-rt profile LIN6-7318: [wrinstaller6]wr-installer project should support glibc-std in "Use Case 3" of installer.md LIN6-7320: CLONE - WRL5 RCPL12 : SCTP packet routed to wrong vlan LIN6-7322: [wrinstaller6]X server always lost connection first when using wr-installer to install ISO image LIN6-7323: CLONE - FILESEXTRAPATHS-variable, must always use _prepend (or _append) type of assignment. LIN6-7324: installer: remove locales and themes from RDEPENDS LIN6-7325: [wrinstaller6]Exception occurs when format hard disk on emerson_evoc_qm67 LIN6-7329: wrlinux 6 - installing wrlinux on a HDD fails LIN6-7331: [wrinstaller6]An unhandled exception has occurred when installing bootloader LIN6-7332: wr-bsps/intel-x86.inc: don't hardcode xserver-nodm-init or x11-common LIN6-7333: [wrinstaller6]do_bootimg() failed on RHEL-6.4-32bit LIN6-7334: [wrinstaller6]system-config-date do_compile failed with msgcmp: not found LIN6-7335: [wrinstaller6]There is no kernel module after installing iso image LIN6-7341: bcm-xlp-glibc-std-sato configure ERROR: Nothing RPROVIDES 'packagegroup-wr-core-lsb-graphics-plus' LIN6-7343|WIND00429197: CLONE - drivers/dma/lsi-dma32.c does not support loading transfers from descriptors LIN6-7345|WIND00430696: CLONE - drivers/dma/lsi-dma32.c, misscalculation of the mod field LIN6-7347: IMX Host Cap wiped out when MMC marked non-removable, Performance Impact LIN6-7351: spin_dump call trace shows when add KTS/BTS layer to IDP LIN6-7352: wrl 5 : B4860 BSP : Rev2 board does not boot if Erratas for rev1 are removed LIN6-7353: B4860 without PCI does not compile kernel LIN6-7354: Failed to build cav-octeon3 multilib BSP LIN6-7355: The 64bits filesystem "ifconfig del" command would not work on the WRL5.0.1 and WRL6.0. LIN6-7362: make usb-image-loop failing unless mtools is present on host LIN6-7363: Permission denied: building openssl-fips on target under selinux enforcing mode LIN6-7364: CLONE - syslog-ng crashes 30 mins after start when remote connections are used (Segfault) LIN6-7365: WRL-6.0 usb driver with broadcom XLP2xx CPU has a problem, it doesn't detect the U disk. LIN6-7370: ANATOP-THERMAL value is abnormal and critical temperature setting failed to make system reboot LIN6-7371: prebuiltck.sh should return non-zero if prebuilt binaries checksum error LIN6-7374: Enable keyboard driver for GPIO buttons LIN6-7377: rpm -V does not verify file contents LIN6-7381: Boot the new installed WRLinux, network is unreachable LIN6-7382: anacodna: don't distroy all devices by default LIN6-7384: Link problem with boost on mips64 LIN6-7385: [wrinstaller6]Exception when installing bootloader : efibootmgr : No such file or directory LIN6-7386: license-flags-blacklist option prevents export of toolchain libs in multilib SDK context LIN6-7387: qemu needs PACKAGECONFIG[] for libssh2 LIN6-7388: lttng2: kernel build fails with trace_rcu_utilization error LIN6-7392: DESCRIPTION error in default-image.bb LIN6-7393: installer fstab does not mount /run or /var/volatile as tmpfs LIN6-7396: [wrinstaller6]wrlinux-image-installer do_rootfs failed with Can't install usermode on x86-64-kvm-guest LIN6-7398: [wrinstaller6]wr-installer require at least 2G memory to run LIN6-7399: [wrinstaller6]Failed to install bootloader : dracut: command not found LIN6-7403: Add support for DMA CMA on x86_64 BSP LIN6-7404: anaconda hangs when click back and continue in the packages and repos select page LIN6-7405: When boot installer on an intel-x86-64 board, network is down LIN6-7409: [wrinstaller6]Failed to start service : bind LIN6-7410: [wrinstaller6]Failed to start service : dbus LIN6-7411: log_begin_message and log_end_message doesn't print anything LIN6-7413: Security Advisory - linux - CVE-2014-0196 LIN6-7415: Security Advisory - qemu - CVE-2013-4544 LIN6-7416: Security Advisory - qt - CVE-2014-0190 LIN6-7417: Security Advisory - dpkg - CVE-2014-3127 LIN6-7418: Security Advisory - php - CVE-2014-0185 LIN6-7419: Security Advisory - linux - CVE-2014-1737 LIN6-7422: Security Advisory - linux - CVE-2014-3144 LIN6-7424: Security Advisory - strongswan - CVE-2014-2891 LIN6-7425: Security Advisory - dpkg - CVE-2014-0471 LIN6-7427: Security Advisory - linux - CVE-2014-3122 LIN6-7429: Security Advisory - openssl - CVE-2014-0198 LIN6-7432: Security Advisory - policycoreutils - CVE-2014-3215 LIN6-7433: Security Advisory - libvirt - CVE-2013-7336 LIN6-7435: Security Advisory - linux - CVE-2014-1738 LIN6-7437: [wrinstaller6]Failed to start service : postfix LIN6-7438: [wrinstaller6]Failed to start service : avahi-daemon LIN6-7439: [wrinstaller6]Kickstart installation stop at partition a new hard disk. LIN6-7442: installer: can't manually create the EFI partition LIN6-7449: conntrack-tools_1.4.0 fai1ed (do_configure) of qemux86_wrinstaller_world. LIN6-7457: Update microcode version 20140430 LIN6-7458: SHA1 AVX2 optimization support LIN6-7459: turbostat support for Haswell server LIN6-7460: Add EFI framebuffer earlyprintk support LIN6-7461: installer: save logs to /root/anaconda_log LIN6-7462: [wrinstaller6]kernel modules were missing after installing an ISO image LIN6-7471: Including kernel-dev layer does not create the kernel scripts as expected. LIN6-7472: lttng fails to compile on arm if CONFIG_UID16 is not set LIN6-7475: grub-efi: need a startup.nsh for autoboot LIN6-7478: installer: remove unwanted options LIN6-7479: [wrinstaller6]"No Usable disks have been found" after running wr-installer LIN6-7481: WRlinux6 xlp-bcm: interlaken-la is not supported LIN6-7482: [wrinstaller6]LVM and RAID are still available as FS type after disable LVM and RAID partition method LIN6-7485: ACPICA support for DeRefOf Operator LIN6-7489: Documentation issue of installer.conf LIN6-7490: [wrinstaller6]SELinux is in permissive mode after installing CGP ISO LIN6-7491: [wrinstaller6] /boot partition is not mounted after installing from an ISO image LIN6-7492: Exception : kernel-image matches no packages on intel-x86-32 LIN6-7494: [wrinstaller6]Exception has occurred during installing a cgp iso LIN6-7496: [wrinstaller6]Customer partition Exception : No such directory : /mnt/sysimage//tmp LIN6-7503: [wrinstaller6]Exception has occurred when partition disk with EFI boot LIN6-7504: unixODBC contains a bug, its not thread safe during initialization LIN6-7505|WIND00445693: CLONE - WIND00428634 patch for 6.0 is needed. LIN6-7507: ppc64e5500 tune can't work in wrl 6.0 toolchain LIN6-7508: Don't support multilib for e5500 in wrl 6.0 toolchain LIN6-7513: [wrinstaller6]Customer partitions are not mounted on glibc-small LIN6-7515: [wrinstaller6]udev was not started if customer partition disk LIN6-7519|WIND00421690: wrlinux 5 - createrepo details. LIN6-7521: [wrinstaller6]ssh passwowd is incorrect after installing ISO image LIN6-7523: Exception has occurred when resize disk LIN6-7528: configure a project failed with enable layer wr-qat LIN6-7529: lttng2 kernel module building failed LIN6-7531: Audio simple controls are failed be found on fls-im6 sabreai target LIN6-7539: perf build dependency broken LIN6-7542: [handoff_check]No README for layer: wrlinux-6/layers/wr-bsps/cav-octeon3/wr-cavium-simple-exec/ LIN6-7550|WIND00315838: CLONE - tipc deadlock problem when tipc link retransmit failed. LIN6-7554: qemuarma9+standard fails to boot with disk image LIN6-7557: eglibc-sourcery-binary displays MIT license, incorrect LIN6-7558: Both busybox and util-linux provide sulogin, but at different locations on the disk. LIN6-7561: bcm-563xx BSP build failed (lttng2 related) on lx03_13fa DVD LIN6-7563: netcat-openbsd-1.89-r2 "readpassphrase.c" patch failed on OVP Host Network Platform Project build LIN6-7564: ruby: non -native ruby builds affect ruby-native files in host sysroot LIN6-7566: unable to open rtc device (rtc0) when boot the lsi-axm55xx target LIN6-7570: microcode-ctl_git failes on do_populate_sysroot when building from sstate LIN6-7572: libGL files missing from filesystem and not exported in the SDK LIN6-7575: groupdel segfaults processing "groupdel GROUP" LIN6-7579: Security Advisory - libxfont - CVE-2014-0210 LIN6-7583: Security Advisory - libxfont - CVE-2014-0211 LIN6-7584: Security Advisory - libxfont - CVE-2014-0209 LIN6-7585: bcm-563xx BSP does not support cgl currently LIN6-7586: A call trace found when bcm-563xx board boot up (preempt-rt) LIN6-7589: lsi-axm55xx CGL kernel build failed based on the GIT tree (20140603) LIN6-7590: bcm-563xx BSP: there is a GPIO call trace LIN6-7591: bcm-563xx BSP: fail to access SPI flash LIN6-7599: lsi-axm55xx: sp804_timer_interrupt generate a calltrace LIN6-7600: kernel version string is wrong in the wrlinux 6 user guide docs LIN6-7602: gpio: pl061: fail to initial the irq domain LIN6-7603: WRlinux6.0 XLP104 board support request LIN6-7607: bcm-563xx BSP: can't mount spi nor flash partitions in RT LIN6-7608: bcm-563xx BSP: JFFS2_FS_WRITEBUFFER cause a call trace on SPI nor flash LIN6-7610: wr-installer always partition biosboot even on a Non-EFI harddrive LIN6-7611: lsi-axm55xx target hung up when run the KTS of "ftrace" LIN6-7612: Touch screen calibrate apps can't be used very well in all platform, especiall on arm. LIN6-7614: Fix for broken vmdk image builds LIN6-7627: Security Advisory - openssl - CVE-2014-0195 LIN6-7628: Security Advisory - openssl - CVE-2014-3470 LIN6-7629: Security Advisory - openssl - CVE-2014-0221 LIN6-7632: Security Advisory - openssl - CVE-2014-0224 LIN6-7633: qemuarma9+standard hangs during make start-target LIN6-7635: A call trace found when start kprobe KTS test case on bcm-563xx board (preempt-rt) LIN6-7636: Failed to reboot bcm-563xx board LIN6-7638: "unzip01" LTP test case failed on bcm-563xx board with CGL kernel and rootfs LIN6-7641: CLONE - CLONE - tftp-hpa-5.0-fix-NOSAPCE-ACK.patch only partial fix LIN6-7643: A call trace found when start "cpu_hotplug" KTS test case on bcm-563xx board (cgl) LIN6-7646: Security Advisory - libtasn1 - CVE-2014-3467 LIN6-7647: Security Advisory - libtasn1 - CVE-2014-3468 LIN6-7648: Security Advisory - libtasn1 - CVE-2014-3469 LIN6-7651: [WRLinux60 BSP ti-66ak2hxx] There is no any output after booting kernel in uboot on target ti-66ak2hxx LIN6-7652: CLONE - Header files changing during build LIN6-7653: Some LTP sub cases failed on BSP cav-octeon3 LIN6-7657: whatsnew shows wrong location for wr-installer README LIN6-7658: Add a section to describe the new wr-installer feature to User Guide LIN6-7660: apr-util do_compile() failed on Ubuntu-12.04 LIN6-7661: smart can retrieve package info LIN6-7665: Security Advisory - php - CVE-2014-0237 LIN6-7666: Security Advisory - linux - CVE-2014-3153 LIN6-7667: Security Advisory - znc - CVE-2013-2130 LIN6-7669: Security Advisory - php - CVE-2014-3981 LIN6-7671: Security Advisory - nspr - CVE-2014-1545 LIN6-7672: Security Advisory - pulseaudio - CVE-2014-3970 LIN6-7673: Security Advisory - gnutls - CVE-2014-3466 LIN6-7676: Security Advisory - php - CVE-2014-0238 LIN6-7678: Security Advisory - linux - CVE-2014-3917 LIN6-7684: CLONE - kernel-dev layer is doing a machine specific set of the SRCREV to AUTOREV LIN6-7685: linux-windriver should no depend on grub-efi, it will lead us into circular dependency risk in that way LIN6-7691: fsl_t4xxx: Mismatch in compatible strings of clock LIN6-7692: Missing support for cortexa15hf-neon LIN6-7694: When using --checkout-all-layers not all the README files for the layers get copied into the READMES dir LIN6-7698: CLONE - LSI ACP Elpaso support 476fpe errata by default. LIN6-7699: Create multilib for WRlinux6 for ppc476 bsp LIN6-7700: PowerTOP is not working on Brickland-EX/Haswell-EX system LIN6-7701: intel_pstate support for Broadwell Client LIN6-7702: update timezone 2014e LIN6-7703: Fix for entropy counting LIN6-7704: Broadwell-U (formerly Wildcat Point-LP) SATA, HD Audio, TCO Watchdog, and I2C (SMBus) driver updates LIN6-7705: Adapt O.S. variant reporting to make ACPI enumeration work with Broadwell's BIOS LIN6-7706: Include support for Broadwell PCH: ACPI ids for GPIO, I2C, SPI, HS-UART and SDIO LIN6-7707: Some initramfs bundled code exist in wr-kernel but not compatible with upstream LIN6-7712: "Copyright (C) 2013" need be updated to "2014" in the lsi-axm55xx BSP README LIN6-7713: zisofs-tools-native_1.0.8 failed (do_compi1e) of intel-x86-64_core. LIN6-7717: "Simple Executive" test fail on cavium-octeon3 BSP LIN6-7719: configure with previous RCPL version failed when install SCP DVD on 6008 base DVD LIN6-7721: [wrinstaller6]Error message shows if customer partition disk LIN6-7725: package dracut is missing in product LIN6-7726: MLPREFIX is needed for several recipes LIN6-7729: In WRL-6.0, the /etc/init.d/bootlogd script refers to savelog, but the savelog command cannot be found. LIN6-7730: IP report scripts fail to fetch some sources LIN6-7733: User's Guide mentions deprecated 'make boot-image' LIN6-7735: CLONE - wrl 4 : syslog-ng 3.4.2 memory leak after 16 hours when remote connections are used LIN6-7737: CLONE - malformed SCTP-AUTH chunk causes reboot LIN6-7739: CLONE - pfkey UPDATE failed: Interrupted system call LIN6-7741: CLONE SDK missing header file in usr/include, alsa-lib LIN6-7743: make usb-image fails if image file location is not an absolute path LIN6-7747: CLONE - xilinx_zynq BSP hangups LIN6-7749: configure: front spaces in image.inc doesn't work LIN6-7754: Update the document for PR Server LIN6-7755: [wrLinux60 Async BSP intel-x86-64 ] There is build error when configure project with option --with-template=feature/backports LIN6-7762: kernel.bbclass: A internal dependency is required between do_bundle_initramfs and do_package LIN6-7768: CLONE - socket ack_backlog counter wrap-around LIN6-7771: [HP]"smart channel --remove-all" does not work LIN6-7774: libvirt_1.1.2 fai1ed (do_patch) of ti-66ak2hxx_world. LIN6-7783: [bcm-xlp] it's hang while run 'fdisk -l' to detect block devices LIN6-7785: u-boot-xilinx_git.bb, do_fetch failed on xilinx_zynq LIN6-7789: Security Advisory - linux - CVE-2014-1739 LIN6-7791: Security Advisory - linux - CVE-2014-0206 LIN6-7793: Security Advisory - apt - CVE-2014-0478 LIN6-7794: Security Advisory - php - CVE-2014-4049 LIN6-7795: Security Advisory - samba - CVE-2014-0244 LIN6-7796: Security Advisory - linux - CVE-2014-4014 LIN6-7797: Security Advisory - gnupg - CVE-2014-4617 LIN6-7798: Security Advisory - samba - CVE-2014-3493 LIN6-7799: Security Advisory - linux - CVE-2014-4508 LIN6-7800: Security Advisory - linux - CVE-2014-4027 LIN6-7801: Security Advisory - linux - CVE-2014-4171 LIN6-7806: [bcm-xlp] rtc/hctosys.c: unable to open rtc device (rtc0) LIN6-7807: some bbclasses register for all events causing inefficiencies and problems with toaster event handler LIN6-7818: [bcm-xlp] do_compile_kernelmodules failed with '--enable-test=yes' and with ltp test layer on preempt-rt LIN6-7820: [bcm-xlp] preempt-rt caught calltrace, sleeping function called from invalid context at kernel/rtmutex.c:1189 LIN6-7824: [KTS] "cpu_hotplug" test failed on bcm-563xx board (cgl) LIN6-7835: [bcm-xlp] oprofile test caught calltrace LIN6-7838: multilib toolchain libraries not exported in the sdk LIN6-7839: Cannot add package to initramfs LIN6-7843: EXTRA_KERNEL_SRC_URI need to be set with a default value LIN6-7856: wrlinux 5.0.1.net-snmp Setscene warnings at build time LIN6-7876: CLONE - Errata A-005697 for B4860 BSP LIN6-7879|WIND00448719: Security Advisory - ffmpeg - CVE-2011-3934 LIN6-7880|WIND00448725: Security Advisory - ffmpeg - CVE-2011-3946 LIN6-7881|WIND00448728: Security Advisory - ffmpeg - CVE-2013-7023 LIN6-7882: [WRlinux6.0 Async] kgdboc failed due to vmlinux-symbols stripped as vmlinux-*.bin LIN6-7883|WIND00448731: Security Advisory - ffmpeg - CVE-2013-7009 LIN6-7887: [wrLinux60 Async BSP cav-octeon3 ] kernel panic when booting up kernel on target OCTEON CN6880-AAP pass 2.2 LIN6-7889|WIND00448733: Security Advisory - ffmpeg - CVE-2013-0855 LIN6-7890|WIND00448738: Security Advisory - ffmpeg - CVE-2011-4351 LIN6-7892|WIND00448739: Security Advisory - ffmpeg - CVE-2013-0848 LIN6-7893|WIND00448756: Security Advisory - ffmpeg - CVE-2011-3944 LIN6-7894|WIND00448757: Security Advisory - ffmpeg - CVE-2013-7010 LIN6-7895|WIND00448763: Security Advisory - ffmpeg - CVE-2011-3941 LIN6-7896|WIND00448774: Security Advisory - ffmpeg - CVE-2013-0846 LIN6-7897: [bcm-xlp] XLP832's two on-board GE ports can't work well LIN6-7904: linux-firmware warnings LIN6-7908: [bcm-xlp] kexec load vmlinux failed due to 'Could not find a free area of memory of 10000 bytes' LIN6-7910: Documentation does not show how to add modules into an initramfs image LIN6-7911: grub: tftp stall due to endian issue LIN6-7918: Multiple usleep exist in different folders LIN6-7928: wrlinux 6 - stdbuf (libstdbuf.so not found) LIN6-7929: dpdk_git failed (do_c0mpile_examp1es) of intel-x86-32_dpdk. LIN6-7931: adding package 'kernel-dev' failed LIN6-7933: CLONE - WRL5: A fix is available in many WR-Layers, including se-linux. Sanitation? LIN6-7934: CLONE - Default target OS "linux-gnun32" causes compilation errors of customer *.ko as layer LIN6-7936: CLONE - wrl 4.3 : sctp: Don't lookup dst if transport dst is still valid LIN6-7937: update latest microcode version 20140624 LIN6-7940: --enable_buildstats instead of --enable-buildstats typo in documentation LIN6-7942: Crash when booting on octeon 3 board LIN6-7946: Security Advisory - php - CVE-2014-3515 LIN6-7947: Security Advisory - linux - CVE-2014-4656 LIN6-7948: Security Advisory - linux - CVE-2014-4653 LIN6-7949: Security Advisory - php - CVE-2014-4670 LIN6-7950: Security Advisory - php - CVE-2014-0207 LIN6-7951: Security Advisory - php - CVE-2014-4698 LIN6-7952: Security Advisory - linux - CVE-2014-4608 LIN6-7953: Security Advisory - linux - CVE-2014-4654 LIN6-7954: Security Advisory - php - CVE-2014-3478 LIN6-7955: Security Advisory - php - CVE-2014-3479 LIN6-7956: Security Advisory - php - CVE-2014-3487 LIN6-7957: Security Advisory - linux - CVE-2014-4652 LIN6-7958: Security Advisory - php - CVE-2014-4721 LIN6-7959: Security Advisory - php - CVE-2014-3480 LIN6-7962: Security Advisory - linux - CVE-2014-4699 LIN6-7963: Security Advisory - linux - CVE-2014-4655 LIN6-7964: Add support for grub net_default_mac and net_default_ip variables LIN6-7966: CLONE - Twin projects have source file differences after freshly created/built on the same host LIN6-7972: [bcm-xlp] Kconfig NLM_XLP_BOARD need select SYS_SUPPORTS_NUMA LIN6-7979: [bcm-xlp] no sensors found on xlp8xx LIN6-7988: groff.texinfo fails to build with Texinfo 5.1 LIN6-7990: "flex: fatal internal error" when invoked in a self-hosted environment, chroot LIN6-7991: non-graphic installer failed LIN6-7992|WIND00439767: CLONE - WRL5: ARM kernel is limited to only 14 cores. LIN6-8001: wrlinux 6.0.1. - rpcbind listening on random ports LIN6-8006: CLONE - Project configuration fails on RCPL0016 LIN6-8007: when link mips program, ld print 'not enough GOT space for local GOT entries' LIN6-8009: SCP prevents even non-SCP projects using RCPL < 8 LIN6-8012: modphp: some codes don't support cross compiling LIN6-8013: [bcm-xlp] XLP_NAE_SUPPORT can't be selected as kernel module LIN6-8019: Release notes do not document that /bin/sh must refer to bash LIN6-8020: wr1inux-image-installer failed: do_rootfs failed LIN6-8027: wrlinux 6 - archiver, symlinks pointing to readonly sources LIN6-8037: [bcm-xlp] 10G net card can't detect on xlp8xx board LIN6-8041: Wrong nfsroot= suggestion in scripts/user-nfs.sh standard output LIN6-8042: [bcm-xlp] rtc-ds1374: probe of 1-0068 failed with error -145 LIN6-8045: [bcm-xlp] It's hang while write jffs2 image to spi nor flash LIN6-8047: WR-Installer exception occur if boot from EFI image LIN6-8048: lsi-axm55xx: Unable to handle kernel paging request at virtual address ffc00026 LIN6-8050: anaconda can't modify existing local repo LIN6-8052: IPv6 forwarding is not being enabled to all the network namespaces even after setting the default value in /proc. LIN6-8053: ipv6: add support of peer address LIN6-8054: wdbagent-ptrace do_compile failed LIN6-8056: lsi-axm55xx fails to load u-boot ramdisk image: ramdisk - allocation error LIN6-8061: Target toolchain broken on guest - waffles between 32 and 64 bit versions LIN6-8063: Security Advisory - apache - CVE-2014-0118 LIN6-8065: Security Advisory - apache - CVE-2013-4352 LIN6-8066: Security Advisory - dbus - CVE-2014-3532 LIN6-8067: Security Advisory - apache - CVE-2014-0226 LIN6-8068: Security Advisory - phpmyadmin - CVE-2014-4986 LIN6-8069: Security Advisory - cups - CVE-2014-3537 LIN6-8072: Security Advisory - linux - CVE-2014-4943 LIN6-8074: Security Advisory - phpmyadmin - CVE-2014-4955 LIN6-8081: Security Advisory - glibc - CVE-2014-0475 LIN6-8082: Security Advisory - apache - CVE-2014-0231 LIN6-8083: Security Advisory - linux - CVE-2014-5077 LIN6-8084: Security Advisory - krb5 - CVE-2014-4342 LIN6-8087: Security Advisory - nss - CVE-2014-1544 LIN6-8092: Security Advisory - krb5 - CVE-2014-4341 LIN6-8093: Security Advisory - apache - CVE-2014-0117 LIN6-8098: "make -C build-tools bzip2-native" should do nothing because bzip-native belongs to ASSUME_PROVIDED list LIN6-8101: CLONE - WRL5: iptables is missing dependency on pkg-config LIN6-8102: [WRL6 Async BSP fsl_b4xxx] There are "QA Issue WARNING" message when building project LIN6-8106: [WRL6 Async BSP fsl_b4xxx] Fail to initialize RTC device LIN6-8107|WIND00437541: WRL 5 : wrl5 with RCPL8 does not build glibc_cgl LIN6-8112: [WRL6 Async BSP fsl_b4xxx] The multilib section of BSP README need updating LIN6-8113: [WRL6 Async BSP fsl_b4xxx] There is build WARNING: QA Issue on lib64-libpam LIN6-8114: [WRL6 Async BSP fsl_b4xxx] There is build WARNING: QA Issue on lib64-glib-2.0 LIN6-8117|WIND00425262: make: *** No rule to make target `ovpmgr'. LIN6-8119|WIND00421901: Can't add some configure options in workbench, such as "--enable-rootfs=ovp-kvm". LIN6-8121|WIND00428273: Bdp does not scan DVD bare git clones BDP extensions (OVP), plus templates structure was changed LIN6-8123|WIND00427757: mgr_pkgrpmlist.sh does not check 'tmp/deploy/rpm' existance LIN6-8126: Workbench 3.3.5 wrqt_string debug functions not available. LIN6-8132: [WRL6 Async BSP fsl_b4xxx] There are "WARNING" message when building project with DPAA layer LIN6-8136: u-boot-fw-utils_2013.07 failed (d0_compile) of xilinx-zynq_world_bp LIN6-8137: u-bo0t-fw-utils_2013.07 failed (do_compile) of lsi-acp34xx_world_bd LIN6-8141: PCD header manipulation failure when next action is a table LIN6-8142: PCD : reassembly issue about the number of CC tree LIN6-8143: dpa_stats_create_counter is failed on sdk_1.5for counters with a key_mask diferent of 0xFFF.. LIN6-8144|WIND00424888: mcopy: command not found when make usb-image on Fedora18 LIN6-8146: Security Advisory - openssl - CVE-2014-5139 LIN6-8148: RO SState Mirror does not reduce build time LIN6-8149: fsl-e500mc BSP Build WARNING: QA Issue on desktop-file-utils LIN6-8150: Security Advisory - openssl - CVE-2014-3508 LIN6-8153: Smart package manager doesn't include other package if one package is missing depency LIN6-8156: Security Advisory - openssl - CVE-2014-3509 LIN6-8157: /etc/rcS.d/S07bootlogd - syntax error LIN6-8158: [WRL6 Async BSP ti-am43xx] memory leaks reported by kmemleas when running BOOTCHECK LIN6-8160: Security Advisory - openssl - CVE-2014-3505 LIN6-8162: Security Advisory - openssl - CVE-2014-3506 LIN6-8163: Security Advisory - openssl - CVE-2014-3507 LIN6-8166: Using IMGARGS it is possible to automate the make usb-image, but currently there is no way for the script to continue with the default values when using IMGARGS. LIN6-8167: Security Advisory - openssl - CVE-2014-3510 LIN6-8169: Call trace found when "modprobe bman_tester" is run on fsl-e500mc (CGL) LIN6-8172: Security Advisory - openssl - CVE-2014-3511 LIN6-8173: rcpl-gui.sh shows "Not a git repository" LIN6-8175: Typo in --enable-rootfs=glibc-std+installer support LIN6-8176: glibc must be installed on the host in order to use the SDK- development needs this information in the README notes of the SDK LIN6-8177: No image for HDMI display on ti-am57xx due to the related kernel configs missed LIN6-8178: Security Advisory - openssl - CVE-2014-3512 LIN6-8182: Security Advisory - krb5 - CVE-2014-4345 LIN6-8183: Security Advisory - libvirt - CVE-2014-0179 LIN6-8184: Security Advisory - krb5 - CVE-2014-4343 LIN6-8187: Security Advisory - krb5 - CVE-2014-4344 LIN6-8192: The fixmap PTEs must be allocated unconditionally LIN6-8193: ping failed with large package(>1500) via vlan inerface LIN6-8194: IBM ppc errata#47 LIN6-8202: Alignment trap error triggered by NEON instructions on Xilinx LIN6-8204: Building inetutils failed on CentOS release 6.3 LIN6-8205: WRL5: Project build directory paths referenced in scripts/binaries/etc in target rootfs LIN6-8206: SysLogHandler sends invalid messages when using unicode LIN6-8211: fsl-imx6 build error when enable CAMERA_DBG in source file LIN6-8213: [WRL6 Async BSP ti-am43xx] call trace on std kernel boot LIN6-8223: [WRL6 Async BSP ti-am437x] there is a call trace when running kgdboe test LIN6-8228: [WRL6 Async BSP fsl_t4xxx] Fail to load usdpaa offload kernel module LIN6-8232: u-boot-lsi_git failed (d0_compi1e) of lsi-axm55xx_cgl. LIN6-8233: YAFFS2file permissions not being retained during file copy operations on yaffs LIN6-8234: YAFFS2 build warning on fs/yaffs2/yaffs_vfs.c LIN6-8235: wrl 4.3 : SCTP_PEER_ADDR_CHANGE Notification over UNCONFIRMED path LIN6-8238: Host's /dev/dsp device can change the build of the beecrypt package LIN6-8242: No simple way to re-execute fs_final.sh scripts when developing custom layers LIN6-8245: guile 2.0.11 failed to do compile of qemuarma9_world_bd LIN6-8250: grub2 error: the initrd is too big, size of 483MB or larger LIN6-8257: CONFIG_INTEL_IOMMU is disabled by default. LIN6-8258: gdb can't work: BUG: using smp_processor_id() in preemptible LIN6-8259: update-alternatives fails for "[" and "[[" in busybox LIN6-8260: Incomplete SDK but no build failure LIN6-8261: can not add libo32 version of libgcc LIN6-8266: RCPL 2 project toolchain is using RCPL 10 install toolchain LIN6-8267: Upgrade timezone 2014g LIN6-8268: CLONE - WRL-5.0.1: the linux-windriver dummy recipe needs to be backported LIN6-8271: Security Advisory - glibc - CVE-2014-5119 LIN6-8272: Security Advisory - php - CVE-2014-3597 LIN6-8273: Security Advisory - linux - CVE-2014-5206 LIN6-8276: Security Advisory - phpmyadmin - CVE-2014-5273 LIN6-8277: Security Advisory - subversion - CVE-2014-3522 LIN6-8278: Security Advisory - php - CVE-2014-3587 LIN6-8279: Security Advisory - php - CVE-2014-5120 LIN6-8281: Security Advisory - readline - CVE-2014-2524 LIN6-8282: Security Advisory - subversion - CVE-2014-3528 LIN6-8283: Security Advisory - linux - CVE-2014-5207 LIN6-8285: wrlinux 5 - Fixed redefinition of standard Linux IPPROTO (DPDK) LIN6-8286: wrlinux 5 - Fixed way to set MAC address in KNI (DPDK) LIN6-8287: wrlinux 5 - rte_memzone does not support 64 char names, only 32 char (DPDK) LIN6-8288: wrlinux 5 - Added rte hash keys (DPDK) LIN6-8289: wrlinux 5 - Added rte hash clear (DPDK) LIN6-8290: wrlinux 5 - Lpm: rte lpm iterate() - iterate through the routes (DPDK) LIN6-8291: wrlinux 5 - Lpm: rte lpm6iterate() - iterate through the routes (DPDK) LIN6-8292: CLONE - wrlinux 5 - kernel panics when using the KNI interface (DPDK) LIN6-8293: Wind River Linux 6 document missing with referrence to wr-installer LIN6-8294: meta-selinux / refpolicy-minimum can't be built LIN6-8295: ubi issue when format nand flash on xlp8 target LIN6-8296: [bcm-xlp] README.hardware should updated with latest contents LIN6-8298: Wind River Linux 6 Installed WRLinux target does not start on QEMU LIN6-8300: Add FSL SDK 1.6 optimizations to 4.8 (and later) toolchains LIN6-8302: Compiler bug - produces wrong assembly code LIN6-8306: OpenSSL CVEs for wrlinux4.3 LIN6-8307: CLONE - mtools-3.9.9 adds non-functional symlink /usr/bin/lz LIN6-8313: CLONE - setns() takes 5ms LIN6-8319: CLONE - with-template=feature/lttng2 cause project build failed LIN6-8321: xilinx-zynq: Update README for the hdmi audio section LIN6-8323: qemu-native do_install failed LIN6-8325: CLONE - [RCPL] tftp prints 'Disk full or allocation exceeded' when to put empty file LIN6-8347: CLONE - WARNING: No bb files matched BBFILE_PATTERN_kvm-copy-image LIN6-8362: CLONE - WRL5: /etc/init.d/ntpd status check checks pppd instead of ntpd LIN6-8371: CLONE - wrlinux 5.0.1. - modify nfscommon configuration script behaviour LIN6-8372: CLONE - wrlinux 5.0.1. - broken link to kernel image, included in rootfs LIN6-8388: WR6 gcc (4.8.1), compiler warning missing LIN6-8390: CLONE - lsof package pulls info from build machine LIN6-8394: [WRL6] intel_idle driver support for Broadwell LIN6-8396: efitools.git not found causes build failure when building from DVD LIN6-8398: when access nand flash and mmc card at the same time on xlp board, there will be many io errors and system will hung LIN6-8399: When executing bootm for QSPI flash boot in uboot, show "can't get kernel image" LIN6-8400: When executing kgdboc, pressing 'ctrl+c' in console can not stop 'continue' in gdb LIN6-8401: Generate call trace after executing audio playback test LIN6-8407: wrlinux6 cannot run up on freesace i.mx6 CRB LIN6-8408: CLONE - chpasswd: PAM authentication failed LIN6-8409: CLONE - newusers: PAM authentication failed LIN6-8412: Update readme for xilinx-zynq LIN6-8413: CLONE - Broadcast address is not assigned when invoking udhcpc along with ip command LIN6-8415: Security Advisory - lua - CVE-2014-5461 LIN6-8416: Security Advisory - linux - CVE-2014-3601 LIN6-8422: sstate: a incorrect return value handling should be fixed LIN6-8423: Add turbostat support for Broadwell LIN6-8424: Cannot find /sys/class/rtc/rtc0/device/power/wakeup LIN6-8425: Generate Warning when enable E1000E LIN6-8429: Broken link: WRL 6 UG: Run-time Software Configuration and Deployment Workflow LIN6-8433: When running lttng2 on arm target, appear to DEADLOCK LIN6-8434: WARNING: The recipe tcl is trying to install files into a shared area when those files already exist. LIN6-8436: CLONE - wrlinux 5 - hdparm man pages LIN6-8442: The CGP "spmd" service boot failure. LIN6-8452: rpm --root option creates an invalid database. LIN6-8453: compile expect faill, because the crossscript of tcl error LIN6-8454: [wrlinux6.0Async] expect_5.45 do_configure failed with exit code '1' LIN6-8456: There is a empty dirbinary-toolchain-4.8-27.orig under project layer path LIN6-8457: [wr-installer]QA Issue: audit: configure was passed unrecognised options: --disable-ldap [unknown-configure-option] LIN6-8459: Incorrect parameter in Recommended Hosts List 6.0 LIN6-8460: can not invoke .addpkg more than once at make command line LIN6-8463: The corosync service would start failure because of missing configure file. LIN6-8464: [cav-octeon3] do_compile octeon-kexec-net.o Error LIN6-8465: [cav-octeon3] do_patch failed ERROR. Could not locate meta series for cav-octeon3 (cgl kernel) LIN6-8467: backtrace with call from raise or abort does not give a valid backtrace on ARM LIN6-8472: [cav-octeon3] No network after exception trigged board reboot LIN6-8473: The postgresql service would start failure by default. LIN6-8482: [cav-octeon3] syscall_select caught error: read: invalid data and timeout LIN6-8487: [cav-octeon3] WARNING: QA Issue: lib32-sourcery-tc-prebuilt: Files/directories were installed but not shipped LIN6-8488: wrlinux 6 - /etc/ld.so.cache is empty for 64bit targets LIN6-8489: rrdtool perl libs do not get installled LIN6-8490: LDAT variables used in doc LIN6-8491: IGB device driver does not recognize SFP-T fiber adapter module LIN6-8493: OVP6 DVD lv10.14sp-60013 is broken due to WRL6 DVD lx01.13fa-60013 missing branch in meta-java LIN6-8494: linuxdoc-tools-native fails if host /tmp is mounted noexec LIN6-8497: Cavium 3 SDK export to Windows reports error on application build LIN6-8499: Wrong kernel source code path in doc LIN6-8501: lib64 build spec from cav_octeon3 multilib project doesn't work LIN6-8502: Windows lib64 SDK exported from cav_octeon3 platform project built with --multilib-enable=lib64 fails LIN6-8503: projectDir/layers/local/conf/layers.conf typo in doc LIN6-8504: Security Advisory - bash - CVE-2014-6271 LIN6-8505: Security Advisory - bash - CVE-2014-7169 LIN6-8506: Security Advisory - bash - CVE-2014-7186 LIN6-8507: Security Advisory - bash - CVE-2014-7187 LIN6-8508: Security Advisory - bash - CVE-2014-6277 LIN6-8510: Security Advisory - bash - CVE-2014-6278 LIN6-8511: Doc: wrong statement about exporting the SDK and rebuilding the file system. LIN6-8513: Freetype header files location not in sysroot exported environment LIN6-8518: lighttpd does not build with openssl option LIN6-8522: Configure fails with --enable-bootimage=hdd,iso LIN6-8523: The dnsmasq service would start failure by default. LIN6-8526: Update timezone to 2014h LIN6-8527: [cav-octeon3] README confused on kexec kdump parts LIN6-8528: [cav-octeon3] kexec kdump boot first kernel the system can't got smp LIN6-8532: openssl-fips not listed in any release notes LIN6-8534: [cav-octeon3] WARNING: QA Issue: lib32-sourcery-tc-prebuilt: Files/directories were installed but not shipped LIN6-8538: Security Advisory - dbus - CVE-2014-3637 LIN6-8539: Security Advisory - libvirt - CVE-2014-3633 LIN6-8542: Security Advisory - linux - CVE-2014-6410 LIN6-8543: Security Advisory - krb5 - CVE-2014-5351 LIN6-8544: Security Advisory - libgcrypt - CVE-2014-5270 LIN6-8545: Security Advisory - dbus - CVE-2014-3635 LIN6-8547: Security Advisory - net-snmp - CVE-2014-3565 LIN6-8549: Security Advisory - apache - CVE-2014-3581 LIN6-8551: Security Advisory - perl - CVE-2014-4330 LIN6-8554: Security Advisory - dbus - CVE-2014-3638 LIN6-8555: Security Advisory - python - CVE-2014-7185 LIN6-8556: Security Advisory - libvirt - CVE-2014-3657 LIN6-8558: Security Advisory - phpmyadmin - CVE-2014-7217 LIN6-8559: Security Advisory - linux - CVE-2014-7145 LIN6-8563: Security Advisory - linux - CVE-2014-3181 LIN6-8564: Security Advisory - nss - CVE-2014-1568 LIN6-8566: multilib rootfs fail to build due to missing 'lib32-libfftw' LIN6-8567: IA32 Shared libs missing in exported multilib toolchain LIN6-8569: toolchain 4.8-38 uses a more aggressive analysis for the number of iterations of loops LIN6-8570: [cav-octeon3] xaui up failed with libphy: No driver for phy 0'' LIN6-8571: rcpl-cl.sh can't print all patches in RCPL LIN6-8573: CLONE - Some configure files and scripts in file system may be over written when updating some rpms LIN6-8575: Cannot attach to an existing process when connecting through GDB server running on Freescale e6500 LIN6-8576: Resulted libtool contains references about paths from the build host LIN6-8577: kexec'ed kernel crashes at boot when CONFIG_INTEL_IOMMU=y LIN6-8579: Security Advisory - openssl - CVE-2014-3566 LIN6-8580: Many packages contain references about paths from the build host LIN6-8581: Security Advisory - openssl - CVE-2014-3568 LIN6-8582: Security Advisory - openssl - CVE-2014-3513 LIN6-8587: CLONE - gcc : RCPl 26 : wrl 4.3 : memory leak when loading shared objects LIN6-8590: gcc-cross-initial-4.8.1-r1 do_patch failed with RCPL12 LIN6-8593|WIND00297618: 'makedumpfile' package does not support PPC32 architecture LIN6-8594: Error: kernel-image-3.10.55-ltsi-wr6.0.0.13-standard not found in the base feeds LIN6-8601: Security Advisory - openssl - CVE-2014-3567 LIN6-8603: Security Advisory - curl - CVE-2014-3613 LIN6-8604|WIND00431088: CLONE - Missing quotes in if-case in oe-core/meta/classes/kernel-yocto.bbclass LIN6-8611: [cav-octeon3] build issue at arch/mips/cavium-octeon/setup.c:979:30 LIN6-8612: grub fails do_compile -- error: statement may be undefined in the final loop iteration. LIN6-8615: CLONE - In WRL-4.3 telnetd remains waiting on futex even after all the clients have exited. LIN6-8616: Failed to build x264 on 6.0.0.13. LIN6-8617: System Viewer error on WRLinux6 RCPL12 LIN6-8618: rootfs fails to build due gnu-efi base feeds mismatch LIN6-8620: /usr/src/kernel/vmlinux is not provided, but is required LIN6-8621: kernel-dev-3.10-r0.1.qemux86_64.rpm does not create /lib/modules/3.10.38-ltsi-WR6.0.0.8_standard/build LIN6-8626: wrl 6 : fsl_t4xxx may not boot properly in SMP LIN6-8628: crash build failure in RCPL13 with gcc4.8.39 LIN6-8632: WRL6 ip xfrm state with esn (Extended Sequence Numbers) LIN6-8634: openjdk/openjre support should be added to the release note LIN6-8635: Missing information on SDK Environment LIN6-8637: SDK python: ImportError: No module named site LIN6-8638: Non-backward compatible update of axm55xx.dts in WR6 LIN6-8641: udev rule generator functionality missing LIN6-8644: CLONE - vsftpd: OOPS: priv_sock_get_cmd LIN6-8645: Security Advisory - curl - CVE-2014-3620 LIN6-8647: Security Advisory - linux - CVE-2014-8086 LIN6-8654: Security Advisory - hostapd - CVE-2014-3686 LIN6-8656: Security Advisory - gpgme - CVE-2014-3564 LIN6-8661: Security Advisory - linux - CVE-2014-7970 LIN6-8673: Security Advisory - linux - CVE-2014-7975 LIN6-8676: Security Advisory - dbus - CVE-2014-3636 LIN6-8685: wr-features is not a valid layer to build kexec/kdump image, fsl-e500mc/README LIN6-8687: building x86 kernel of RCPL 13 failed LIN6-8688: [tz-announce] 2014i release of tz code and data available LIN6-8689: No README for layer:binary-toolchain-4.8-39/wr-pro-toolchain LIN6-8692: User Guide custom kernel steps do not work LIN6-8693: ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB LIN6-8709: CLONE - Racoon Using 100% CPU LIN6-8710: CLONE - wrl5 / Multicore / yaffs : corruption in linked lists when parallel access is done on filesystem LIN6-8716: CLONE - wrl 4.3 / Racoon IPsec overlapping rules with different port LIN6-8721: [bcm-xlp] preempt-rt caught calltrace, sleeping function called from invalid context at kernel/rtmutex.c:1189 LIN6-8722: PPC: ld assertion fail 4.8-39-powerpc-wrs-linux-gnu-i686-pc-linux-gnu/bfd/elf32-ppc.c:9277 LIN6-8725|WIND00438141: CLONE - License manifest information for prebuilt toolchain is incorrect LIN6-8736: Security Advisory - ffmpeg - CVE-2014-8548 LIN6-8737: Security Advisory - linux - CVE-2014-8369 LIN6-8738: Security Advisory - linux - CVE-2014-3690 LIN6-8739: Security Advisory - qemu - CVE-2013-4527 LIN6-8740: Security Advisory - qemu - CVE-2013-4150 LIN6-8741: Security Advisory - qemu - CVE-2013-4534 LIN6-8742: Security Advisory - qemu - CVE-2013-4538 LIN6-8743: Security Advisory - libxml2 - CVE-2014-3660 LIN6-8744: Security Advisory - qemu - CVE-2013-4149 LIN6-8745: Security Advisory - qemu - CVE-2013-4529 LIN6-8746: Security Advisory - qemu - CVE-2013-4540 LIN6-8747: Security Advisory - qemu - CVE-2013-4530 LIN6-8748: Security Advisory - curl - CVE-2014-3707 LIN6-8749: Security Advisory - qemu - CVE-2013-4526 LIN6-8750: Security Advisory - qemu - CVE-2013-4533 LIN6-8751: Security Advisory - qemu - CVE-2013-4537 LIN6-8752: Security Advisory - ffmpeg - CVE-2014-8541 LIN6-8753: Security Advisory - qemu - CVE-2013-4531 LIN6-8754: Security Advisory - qemu - CVE-2013-4542 LIN6-8756: Security Advisory - qemu - CVE-2014-3640 LIN6-8757: Security Advisory - qemu - CVE-2013-4541 LIN6-8758: Security Advisory - qemu - CVE-2013-4539 LIN6-8759: Security Advisory - qemu - CVE-2013-4151 LIN6-8760: Security Advisory - qemu - CVE-2013-6399 LIN6-8761: Security Advisory - qemu - CVE-2013-4148 LIN6-8766: intel-x86:cpu_hotplug_offline print call trace LIN6-8767: There is a warning when compiling wrlinux5.0.1 preempt-rt LIN6-8768: Package list has some MIPS specific package name LIN6-8770: CLONE - setup bridge failed when config in /etc/networking/interface LIN6-8772: ERROR: Failed to checkout LB28_6.0_RCPL0014-wr-ovp in /data/fast_build/24948/layers/meta-java LIN6-8776: CLONE - aiot-x1000: lttng print call trace LIN6-8777: [tz-announce] 2014j release of tz code and data available LIN6-8778: implicit declaration of function 'kzalloc' Breaks Kernel Build with defconfig LIN6-8780: early_printk.c: undefined reference to `get_default_font' in Kernel Build LIN6-8781: WARNING: at /linux/fs/aio.c:350 LIN6-8782: XMU03: Unable to clone github.com.Xilinx.u-boot-xlnx.git LIN6-8783: XMU03: feature/archiver in patched mode fails LIN6-8787: WRL6: can not work fs_final.sh LIN6-8788: CLONE - wrlinux 5 - Non-deterministic build result LIN6-8794: cav-octeon3 boot with usb caught calltrace. LIN6-8795|WIND00439189: Security Advisory - libvirt - CVE-2013-4297 LIN6-8803: SDK with Win32 toolchains is not a supported feature from a Linux Host LIN6-8806|WIND00448765: Security Advisory - libvirt - CVE-2013-4400 LIN6-8809|WIND00444031: Security Advisory - libvirt - CVE-2013-4401 LIN6-8816: wrl6 wr-installer layer do not managed GPT LIN6-8817: CLONE - Can not setup KGDBOE connection in Workbench by IDP on baytrail target LIN6-8820: No README for layer: wrlinux-6/layers/wr-intel-igb/ LIN6-8823: WRL 6: export-sdk incomplete when conflict error LIN6-8831: cav-octeon3 kexec/kdump should build as template feature LIN6-8844: build directories are group and world writable. LIN6-8847: cav-octeon3 kdump boot second kernel failed with calltrace LIN6-8848: CN6800-PASS2.1 after pow0 up have kernel call trace and Kernel panic. LIN6-8856: CLONE - WRL5: gdbserver doesn't work when stepping in shared libraries LIN6-8858: Checkout all layers fails since RCPL 14 LIN6-8862: Security Advisory - phpMyAdmin - CVE-2014-8326 LIN6-8863: Security Advisory - rsyslog - CVE-2014-3683 LIN6-8864: Security Advisory - qemu - CVE-2014-3615 LIN6-8866: Security Advisory - apt - CVE-2014-0489 LIN6-8867: Security Advisory - dbus - CVE-2014-7824 LIN6-8868: Security Advisory - ffmpeg - CVE-2014-8547 LIN6-8869: Security Advisory - linux - CVE-2014-3610 LIN6-8871: Security Advisory - linux - CVE-2014-3673 LIN6-8872: Security Advisory - sysklogd & rsyslog - CVE-2014-3634 LIN6-8873: Security Advisory - ffmpeg - CVE-2014-8545 LIN6-8876: Security Advisory - linux - CVE-2014-8989 LIN6-8878: Security Advisory - php - CVE-2014-3710 LIN6-8879: Security Advisory - linux - CVE-2014-7826 LIN6-8880: Security Advisory - linux - CVE-2014-8481 LIN6-8881: Security Advisory - phpMyAdmin - CVE-2014-6300 LIN6-8882: Security Advisory - ruby - CVE-2014-8080 LIN6-8883: Security Advisory - qemu - CVE-2014-0223 LIN6-8885: Security Advisory - qemu - CVE-2014-7815 LIN6-8887: Security Advisory - linux - CVE-2014-3688 LIN6-8888: Security Advisory - phpMyAdmin - CVE-2014-8958 LIN6-8890: Security Advisory - php - CVE-2014-3669 LIN6-8891: Security Advisory - ffmpeg - CVE-2014-8543 LIN6-8893: Security Advisory - ppp - CVE-2014-3158 LIN6-8894: Security Advisory - linux - CVE-2014-3646 LIN6-8895: Security Advisory - php - CVE-2014-3670 LIN6-8896: Security Advisory - qemu - CVE-2014-0182 LIN6-8897: Security Advisory - apt - CVE-2014-0488 LIN6-8898: Security Advisory - ffmpeg - CVE-2014-8546 LIN6-8899: Security Advisory - linux - CVE-2014-3611 LIN6-8900: Security Advisory - wget - CVE-2014-4877 LIN6-8904: Security Advisory - ffmpeg - CVE-2014-8544 LIN6-8905: Security Advisory - tcpdump - CVE-2014-8767 LIN6-8906: Security Advisory - ruby - CVE-2014-8090 LIN6-8907: Security Advisory - glibc - CVE-2014-7817 LIN6-8908: Security Advisory - linux - CVE-2014-7843 LIN6-8909: Security Advisory - linux - CVE-2014-3687 LIN6-8910: Security Advisory - linux - CVE-2014-7842 LIN6-8911: Security Advisory - libvirt - CVE-2014-7823 LIN6-8913: Security Advisory - qemu - CVE-2014-3689 LIN6-8914: Security Advisory - phpMyAdmin - CVE-2014-8959 LIN6-8915: Security Advisory - php - CVE-2014-3668 LIN6-8916: Security Advisory - linux - CVE-2014-7841 LIN6-8917: Security Advisory - qemu - CVE-2014-3461 LIN6-8918: Security Advisory - tcpdump - CVE-2014-8769 LIN6-8919: Security Advisory - ffmpeg - CVE-2014-8542 LIN6-8920: Security Advisory - linux - CVE-2014-3647 LIN6-8921: Security Advisory - apt - CVE-2014-0487 LIN6-8923: Security Advisory - apt - CVE-2014-0490 LIN6-8926: Security Advisory - linux - CVE-2014-8480 LIN6-8927: Security Advisory - linux - CVE-2014-7825 LIN6-8928: Security Advisory - qemu - CVE-2014-0222 LIN6-8952: CN68XX simple-exec with multilib n32 after exec linux-filter SGMII ethernet port not work. LIN6-8953: Cav-octeon3: cpuinfo machine display Unknown. LIN6-8979: XMU03: xilinx-zync BSP zynq-edac reports error LIN6-8984: CLONE - rsync may hung if time jumps backwards LIN6-8985: CLONE - there is strange character when logging in by telnet LIN6-8986: cav-octeon3 README should regulate features LIN6-9015: kernel panic after mounting ubi in preempt rt kernel LIN6-9025: CPU at 100% with one process running in user space at full speed only shows cpu load at 76% LIN6-9026: Security Advisory - xorg-server - CVE-2014-8100 LIN6-9029: Security Advisory - tcpdump - CVE-2014-9140 LIN6-9030: Security Advisory - libyaml - CVE-2014-9130 LIN6-9031: Security Advisory - cpio - CVE-2014-9112 LIN6-9034: Security Advisory - phpmyadmin - CVE-2014-9218 LIN6-9035: Security Advisory - gst-ffmpeg - CVE-2014-9316 LIN6-9036: Security Advisory - bind - CVE-2014-8500 LIN6-9039: Security Advisory - gst-ffmpeg - CVE-2014-9317 LIN6-9040: Security Advisory - qemu - CVE-2014-7840 LIN6-9041: Security Advisory - openvpn - CVE-2014-8104 LIN6-9045: Security Advisory - xorg-server - CVE-2014-8101 LIN6-9047: Security Advisory - binutils - CVE-2014-8484 LIN6-9053: Security Advisory - gst-ffmpeg - CVE-2014-9318 LIN6-9054: Security Advisory - linux - CVE-2014-8134 LIN6-9055: Security Advisory - binutils - CVE-2014-8504 LIN6-9056: Security Advisory - qemu - CVE-2014-8106 LIN6-9057: Security Advisory - libvirt - CVE-2013-4399 LIN6-9059: Security Advisory - binutils - CVE-2014-8737 LIN6-9060: Security Advisory - binutils - CVE-2014-8485 LIN6-9067: cav-octeon3 copy vmlinux to target caught calltace and system hang LIN6-9071: ENABLE_ROOTFS_FSCK broken in /etc/default/rcS LIN6-9075: WRL 6 release notes contains incorrect information about glibc debuginfo packag LIN6-9081|WIND00424861: qemu make start-target breaks with localized linux (discovered in french localization) LIN6-9084: Non-existent folder referenced in a custom layer causes configuration failure LIN6-9088: Security Advisory - ntp - CVE-2014-9293 LIN6-9089: Security Advisory - ntp - CVE-2014-9294 LIN6-9090: Security Advisory - ntp - CVE-2014-9295 LIN6-9091: Security Advisory - ntp - CVE-2014-9296 LIN6-9094: amd-steppeeagle: boot print call trace LIN6-9098: amd-steppeeagle: audio test sometimes has kernel memeory leak LIN6-9100: Can't build Platform Project with cloned BSP LIN6-9101: Add Grantley EP support LIN6-9102: kernel NULL pointer dereference in cpufreq_governor_dbs LIN6-9107: amd-steppeeagle: can't open the xserver LIN6-9111: CLONE - wrlinux 5 - ping returns "No buffer space available" LIN6-9112: CLONE - Build fails if "./" is in the PATH LIN6-9115: The /usr/lib/tclConfig.sh contains build path after installl to target LIN6-9124: Outdated intel-xeon-core mentioned multiple time in doc LIN6-9127: amd-steppeeagle: WARNING: QA Issue: eglibc-locale: Files/directories were installed but not shipped LIN6-9128: fsl-p10xx default Encryption Engine kernel configure not enabled. LIN6-9129: fsl-p10xx after Suspend/Resume have kernel call trace. LIN6-9130: Fix aggressive-loop-optimizations warning in samhain LIN6-9138: Security Advisory - linux - CVE-2014-8133 LIN6-9139: Security Advisory - libvirt - CVE-2014-8136 LIN6-9140: Security Advisory - file - CVE-2014-8117 LIN6-9141: Security Advisory - file - CVE-2014-8116 LIN6-9144: Security Advisory - php - CVE-2014-8142 LIN6-9145: Security Advisory - krb5 - CVE-2014-5353 LIN6-9146: Security Advisory - linux - CVE-2014-9420 LIN6-9147: Security Advisory - linux - CVE-2014-9419 LIN6-9148: Security Advisory - apache - CVE-2014-3583 LIN6-9151: Security Advisory - znc - CVE-2014-9403 LIN6-9152: Security Advisory - nss - CVE-2014-1569 LIN6-9154: Security Advisory - openssl - CVE-2014-3569 LIN6-9155: Security Advisory - subversion - CVE-2014-3580 LIN6-9157: Security Advisory - apache - CVE-2014-8109 LIN6-9160: Security Advisory - subversion - CVE-2014-8108 LIN6-9163: typo in documentation: 'telnet localhost 2223' instead of 'cat /proc/cmdline' LIN6-9164: fsl-p10xx kernel boot have call trace. LIN6-9166: CLONE - Add -momit-lock-prefix option for quark bsp LIN6-9172: lttng2 can't work on fsl-b4xxx LIN6-9174: wrlinux 4.3 udevd (workers bug) LIN6-9177: intel-quark: no "wr-intel-support" layer and IDP dependency LIN6-9178: intel-quark:manufacture-tools: some important file is not in the right place LIN6-9180: intel-quark:manufacture-tools build failed at spi-layout-tools pkg LIN6-9181: makedumpfile: missing KVBASE definition LIN6-9182: intel-quark: one wrong binary name( I can't find it) and two wrong location in README? LIN6-9184: fsl-p10xx README have some error information. LIN6-9185: intel-quark: boot failed with manufacture-tools LIN6-9187: intel-quark: grub-efi: add this pkg into fs failed LIN6-9196: intel-quark: Failed to boot target in manufacture boot mode LIN6-9198: intel-quark: address all readme bugs LIN6-9200: screen: build fails "arm-wrs-linux-gnueabi/bin/ld: cannot find -lelf" LIN6-9204: intel-quark: spi-layout-tools build failed in the second time if change the configure line LIN6-9205: intel-quark: boot print call trace with CONFIG_DMA_API_DEBUG=y LIN6-9208: wr-intel-igb README does not document initramfs integration LIN6-9209: Security Advisory - ntp - CVE-2014-9297 LIN6-9211: Security Advisory - ntp - CVE-2014-9298 LIN6-9218: intel-quark: Failed to load module iwlmvm for intel dual band wireless-AC 7260 LIN6-9221: ncurses build fails when project is on NFS LIN6-9223: fsl-p50xx boot have kernel call trace. LIN6-9224: fsl-p50xx boot have warning. LIN6-9227: fsl-p50xx nand oobtest failed. LIN6-9233: Security Advisory - openssl - CVE-2014-3571 LIN6-9234: Security Advisory - openssl - CVE-2014-8275 LIN6-9237: Security Advisory - openssl - CVE-2015-0205 LIN6-9238: Security Advisory - php - CVE-2014-9427 LIN6-9240: Security Advisory - linux - CVE-2014-9584 LIN6-9241: Security Advisory - openssl - CVE-2015-0204 LIN6-9243: Security Advisory - openssl - CVE-2014-3572 LIN6-9244: Security Advisory - openssl - CVE-2014-3570 LIN6-9246: Security Advisory - php - CVE-2014-9425 LIN6-9247: Security Advisory - openssl - CVE-2015-0206 LIN6-9248: Security Advisory - strongswan - CVE-2014-9221 LIN6-9249: Security Advisory - libpng - CVE-2014-9495 LIN6-9250: Security Advisory - linux - CVE-2014-9529 LIN6-9256: intel-quark: Failed to build with scp LIN6-9257: wrlinux 6 - groupadd does not allow uppercase chars LIN6-9261: /etc/os-release missing in wrl6 LIN6-9266: fsl-p50xx qman_kern_selftest have kernel call trace. LIN6-9268: intel-x86-64:dpdk: build failed (--with-layer=wr-dpdk) LIN6-9270: intel-quark: Failed to build due to efitools with scp LIN6-9278: fsl-p50xx kexec boot failed. LIN6-9282: cp: cannot stat `${PREBUILT_GUEST_KERNEL}': No such file or directory LIN6-9284: fsl-p50xx build with multilib64 failed. LIN6-9285: intel-quark: module spi-pxa2xx not found LIN6-9286: fsl-p50xx 32b kernel total memory is incorrect. LIN6-9291: fsl-p50xx-32b : binutils build failed LIN6-9298: qemu happens SIGSEGV for -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0xb LIN6-9300: CLONE - Add dependence between eglibc and make-native LIN6-9302: CLONE - error: right-hand operand of comma expression has no effect [-Werror=unused-value] LIN6-9303: XMU03: Flash write/erase commands completes before they are actually finished LIN6-9307: fsl-p10xx cgl kernel crypto dev test have kernel call trace. LIN6-9309: fsl-p50xx-32b cgl kernel SRIO test failed. LIN6-9310: fsl-p10xx flash boot have kernel call trace when bootargs not set ip. LIN6-9311: CLONE - i.MX6 SDB: Ethernet packet loss LIN6-9312: Security Advisory - libxml2 - CVE-2014-0191 LIN6-9317: CLONE - systemtap: build fails "_BSD_SOURCE and _SVID_SOURCE are deprecated" LIN6-9318: fsl-p50xx README.hardware SW for SRIO incorrect. LIN6-9322: Add note about Cavium OCTEON SDK in cav-octeon3 README LIN6-9329: Disabling LDCONFIG does not work LIN6-9332: fsl-p50xx miss feature/jffs2_128k for flash boot. LIN6-9336: make depexp and make hob not functional on CentOS / RHEL 6 LIN6-9340: toolchain-wrappers don't support multilib LIN6-9342: Security Advisory - glibc - CVE-2015-0235 LIN6-9343: regression boot for the new version boards of zc706 LIN6-9348: intel-quark: pthread_create_3-2 in POSIX failed scp kernel LIN6-9349: can't build image with integrated initramfs LIN6-9358: Security Advisory - gst-ffmpeg - CVE-2014-7933 LIN6-9368: Security Advisory - libpng - CVE-2015-0973 LIN6-9374: Security Advisory - libcurl - CVE-2014-8151 LIN6-9375: Security Advisory - php - CVE-2015-0231 LIN6-9377: Security Advisory - gst-ffmpeg - CVE-2014-7937 LIN6-9381: Security Advisory - coreutils - CVE-2014-9471 LIN6-9384: Security Advisory - libsndfile - CVE-2014-9496 LIN6-9387: Security Advisory - libcurl - CVE-2014-8150 LIN6-9392: Upgrade timezone to 2015a LIN6-9399: fsl-p50xx boot have kernel call trace when enable crypto kernel test module. LIN6-9401: Install target via RPM repo using a kernel with initramfs downloaded from tftp server LIN6-9420: wrlinux 6 - openssh pam support LIN6-9424: wrl6 : - uname -p doesn't report the correct architecture LIN6-9426: phpadmin patch files were installed to the image LIN6-9429: fsl-p50xx scp vmcore after kdump test have kernel call trace. LIN6-9436: meta-java: DVD missed new content LIN6-9441: wrl 6 : bind-utils package misses man-pages LIN6-9442: wrl 6 : runuser cmd doesn't work (missing pam.d condig files) LIN6-9443: wrl6 : makewhat is seems broken LIN6-9444: wrl6 : man pages for coreutils binaries are missing LIN6-9449: wrlinux 6 - libtool recipe puts libltdl.la in wrong package. LIN6-9455: wr-installer is not working with HP Gen9 LIN6-9466: Security Advisory - krb5 - CVE-2014-9421 LIN6-9467: Security Advisory - samba - CVE-2015-0240 LIN6-9469: Security Advisory - bind - CVE-2015-1349 LIN6-9502: wrlinux 6 - ypbind missing status property LIN6-9505: build error in intel-x86-32/intel-x86-64 UP platform project LIN6-9506: build error in intel-x86-32/intel-x86-32 UP platform project LIN6-9541: User guide has incorrect command to build filesystem with debug symbols