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-10001: Security Advisory - openssl - CVE-2015-1791 LIN6-10003: Security Advisory - php - CVE-2015-4022 LIN6-10004: Security Advisory - php - CVE-2015-4021 LIN6-10005: Security Advisory - lighttpd - CVE-2015-3200 LIN6-10006: Security Advisory - php - CVE-2015-4148 LIN6-10007: Security Advisory - linux - CVE-2015-4001 LIN6-10008: Security Advisory - php - CVE-2015-4147 LIN6-10009: Security Advisory - openssl - CVE-2015-1789 LIN6-10010: Security Advisory - qemu - CVE-2015-4106 LIN6-10011: Security Advisory - php - CVE-2015-4025 LIN6-10012: Security Advisory - php - CVE-2015-3307 LIN6-10013: Security Advisory - php - CVE-2015-3330 LIN6-10014: Security Advisory - php - CVE-2015-4024 LIN6-10015: Security Advisory - openssl - CVE-2014-8176 LIN6-10016: Security Advisory - linux - CVE-2015-4004 LIN6-10017: Security Advisory - php - CVE-2015-3329 LIN6-10018: Security Advisory - php - CVE-2015-4026 LIN6-10019: Security Advisory - openssl - CVE-2015-1788 LIN6-10020: Security Advisory - php - CVE-2015-2783 LIN6-10021: Security Advisory - openssl - CVE-2015-1792 LIN6-10022: Security Advisory - linux - CVE-2015-4002 LIN6-10023: Security Advisory - openssl - CVE-2015-1790 LIN6-10024: Security Advisory - unzip - CVE-2014-8140 LIN6-10025: Security Advisory - unzip - CVE-2014-8141 LIN6-10027: Verification of installed rpms fails LIN6-10030: CLONE - iMX6 board irqbalance has a memory leak LIN6-10032: install autofs-5.0.7-r11.0.x86_64.rpm failed LIN6-10033: CLONE - RPM locks up rpmdb: BDB2034 unable to allocate memory for mutex LIN6-10037: Security Advisory - kernel - CVE-2014-8171 LIN6-10040: CLONE - Multiple XML Parsing Vulnerabilities LIN6-10041: ntpd CVE-2014-9295 patch was disabled by accident LIN6-10047: Upgrade timezone to 2015e LIN6-10050: References to Linux 7 paths and examples in Getting Started, Migration, and User's guides LIN6-10059: LTP testcase wrongly assume sudo availability LIN6-10061: Missing /var/lib/nfs/statd/sm directory file LIN6-10063: fatal: unable to access https://github.com/path/to/repo.git/: Protocol https not supported or disabled in libcurl LIN6-10064: CLONE - The hrtimers[CLOCK_REALTIME] expires early at leap second insertion LIN6-10065: fsl-e500mc fsl-p4080ds preempt-rt kernel can't boot up. LIN6-10066: Security Advisory - xerces-c - CVE-2015-0252 LIN6-10069: compile error when build intel-x86 bsp LIN6-10072: intel-x86-64 Broadwell-DE boot ro 'reboot -f' with calltrace LIN6-10075: Security Advisory - wpa_supplicant - CVE-2015-4144 LIN6-10076: Security Advisory - qemu - CVE-2015-3209 LIN6-10077: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4146 LIN6-10078: Security Advisory - gst-ffmpeg & libav - CVE-2015-3395 LIN6-10079: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4143 LIN6-10081: Security Advisory - wpa_supplicant - CVE-2015-4145 LIN6-10082: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4141 LIN6-10083: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4142 LIN6-10084: compiler error when buid dpdk LIN6-10085: Security Advisory - ntp - CVE-2015-5146 LIN6-10086: CLONE - sanity.bbclass: check /bin/sh is dash or bash LIN6-10089: Build error using readonly-root with inetutils-ping6 LIN6-10090: Fix nscd build warning LIN6-10092: CLONE - Some patches of unzip miss the postfix '.patch' or '.diff' LIN6-10097: intel-x86-64 some warning in the kernel's comiple log LIN6-10098: intel-x86-64 WARNING: at linux/net/core/dev.c:4450 netdev_all_upper_get_next_dev_rcu+0x73/0xa0() LIN6-10099: CLONE - rpcbind missing the -p statement in usage LIN6-10101: Problems with files which have the strategy noreplace in an rpm LIN6-10104: Security Advisory - postgresql - CVE-2015-0243 LIN6-10107: Breaking off 1 RPM command gives bogus output for the next LIN6-10109: Security Advisory - postgresql - CVE-2015-0244 LIN6-10116: intel-x86-64 caught kmemleak at "edac_mc_alloc+" while run edac_service_test LIN6-10117: can't boot efi image LIN6-10119: makedumpfile: The kernel version is not supported. LIN6-10120: CLONE - CLONE - RCPL tools does not show information about LIN6-9174 LIN6-10121: WRL5: ixgbe driver was improved in case of ECC errors on NIC LIN6-10124: Security Advisory - Linux-Pam - CVE-2015-3238 LIN6-10125: Storage-0 node will not boot if Storage Sled is inserted LIN6-10129: CLONE - Oops: Kernel access of bad area with usdpaa_get_portal_config(Case#00040451) LIN6-10133: Security Advisory - nss - CVE-2015-2721 LIN6-10135: Security Advisory - nss - CVE-2015-2730 LIN6-10136: Security Advisory - bind - CVE-2015-4620 LIN6-10143: lack of define SAVEDIR to nis.sh and ntp.sh from dhclient(related with LIN6-9446) LIN6-10153: CLONE - fetch netperf 2.6 package failed due to its verstion updated to 2.7 LIN6-10159: tzdata does not mark config files as config files LIN6-10164: Using x86-wrs-server will not patch dhcp correctly with RCPL 21 LIN6-10165: Cannot recognize USB gadget when re-plugging the device during data transfer LIN6-10168: build breaks with USE_LDCONFIG="0" LIN6-10172: [wrlinux-6] RCPL 23 not installable: four artifacts damaged LIN6-10179: Security Advisory - apache - CVE-2015-3183 LIN6-10181: Security Advisory - apache - CVE-2015-0253 LIN6-10185: Security Advisory - bind - CVE-2015-5477 LIN6-10186: Security Advisory - apache - CVE-2015-3185 LIN6-10200: Two completely different mktemp binary is packaged with WRL7 LIN6-10205: [WRL6 WROE-231] BDX.EDAC driver for DE/EP/EX platforms LIN6-10212: handoff_check failed with 60024 LX01 LIN6-10214: Update timezone 2015f release of tz code and data available LIN6-10217: [WRL6][WROE-233] BDX.PowerClamp support on DE/EP/EX platforms LIN6-10219: [WRL6][WROE-150] Oprofile support for Broadwell LIN6-10221: ntp driftfile is created in the wrong directory LIN6-10223: bitbake issue when run from a specific folder LIN6-10226: Security Advisory - openssh - CVE-2015-5600 LIN6-10228: Security Advisory - ghostscript - CVE-2015-3228 LIN6-10230: Security Advisory - gdk-pixbuf - CVE-2015-4491 LIN6-10233: Security Advisory - qemu - CVE-2015-5165 LIN6-10234: Security Advisory - linux - CVE-2015-4167 LIN6-10237: Security Advisory - qemu - CVE-2015-5154 LIN6-10238: Security Advisory - qemu - CVE-2015-5166 LIN6-10241: Security Advisory - openssh - CVE-2015-5352 LIN6-10249: Should break configuration if the path of --with-installer-target-build does not exist LIN6-10252: rectify fsl-imx6 kernel boot parameter. LIN6-10255: configure does not generate correct correct cpu option LIN6-10271: Security Advisory - libunwind - CVE-2015-3239 LIN6-10276: Security Advisory - qemu - CVE-2015-4037 LIN6-10278: wrlinux4.3 P1020 board: hung task happens when using flash_erase to erase NOR flash LIN6-10279: handoff_check failed with 60024 LX04 LIN6-10288: xcb lib hangs at xcb_wait_for_reply () LIN6-10292: symlink provided by multiple rpms LIN6-10295: uid/gid's are dynamicly changed during the build process LIN6-10297: permissions/user/group of files in postfix package are not correct LIN6-10300: wrlinux 6 - QA warnings when using PACKAGE_DEBUG_SPLIT_STYLE = "debug-file-directory" LIN6-10308: PCIe can't assign mem (size 0x40000000), half of that size works (512MB) LIN6-10310: "wic" program does not work LIN6-10313: Security Advisory - bind - CVE-2015-5722 LIN6-10314: Security Advisory - linux - CVE-2015-6526 LIN6-10316: Security Advisory - linux - CVE-2015-3290 LIN6-10318: Security Advisory - linux - CVE-2015-4036 LIN6-10319: Security Advisory - linux - CVE-2014-9731 LIN6-10322: Security Advisory - gst-ffmpeg - CVE-2015-6823 LIN6-10324: Security Advisory - linux - CVE-2015-5157 LIN6-10328: Security Advisory - gst-ffmpeg - CVE-2015-6820 LIN6-10331: Security Advisory - linux - CVE-2015-4700 LIN6-10332: Security Advisory - linux - CVE-2015-3212 LIN6-10334: Security Advisory - gst-ffmpeg - CVE-2015-6824 LIN6-10340: Security Advisory - linux - CVE-2015-5697 LIN6-10348: wrl6 : need proper replacement to dtrace in wrlinux LIN6-10353: amd-steppeeagle: boot with call trace on rt kernel LIN6-10361: WRL6 bitbake svn fetch failure with AUTOREV and branches LIN6-10366: wrl6 : SystemTap cant probe C++ function. LIN6-10370: the thread of "amd_spi_thread" take about 94% CPU resource LIN6-10372: WR added MAX_PID_NUM defines are doing redefines LIN6-10375: alloc_contig_range errors printed to screen on Dell FX2 systems LIN6-10385: Security Advisory - python - CVE-2014-4616 LIN6-10386: Security Advisory - freetype - CVE-2014-9745 LIN6-10388: kernel: BUG: sleeping function called from invalid context: lock_timer_base LIN6-10389: RCPL 0024 build error - libc and toolchain versions go backwards LIN6-10391: chage: passwd: No such file or directory LIN6-10395: wr-intel-igb layer fails to build with sk_buff structure mismatch LIN6-10396: /etc/init.d/kdump feature needed in wrl6 LIN6-10397: Update Release notes with info about OOBE improvements LIN6-10404: Update timezone 2015g LIN6-10408: wrl6 : generated initrd does not work properly LIN6-10411: WR Linux 6, adding feature/wr-hp-support LIN6-10420: Security Advisory - rpcbind - CVE-2015-7236 LIN6-10422: Security Advisory - qemu - CVE-2015-5279 LIN6-10423: systemtap works better but has issues in application with DEBUG_ATOMIC_SLEEP LIN6-10426: CLONE - task-sdk-host-nativesdk version may change between build machines LIN6-10436: Security Advisory - ntp - CVE-2015-7871 LIN6-10438: Security Advisory - ntp - CVE-2015-7853 LIN6-10439: Security Advisory - ntp - CVE-2015-7852 LIN6-10440: Security Advisory - ntp - CVE-2015-7851 LIN6-10441: Security Advisory - ntp - CVE-2015-7850 LIN6-10446: Security Advisory - ntp - CVE-2015-7691 LIN6-10447: Security Advisory - ntp - CVE-2015-7692 LIN6-10448: Security Advisory - ntp - CVE-2015-7702 LIN6-10449: Security Advisory - ntp - CVE-2015-7703 LIN6-10450: Security Advisory - ntp - CVE-2015-7704 LIN6-10451: Security Advisory - ntp - CVE-2015-7705 LIN6-10452: Security Advisory - ntp - CVE-2015-7701 LIN6-10453: Security Advisory - ntp - CVE-2015-7855 LIN6-10454: serial8250: too much work for irq4 LIN6-10462: CLONE - wrlinux 4 - SCTP PMTU Discovery does not work if MTU is not multiple of 4 LIN6-10463: HU30115 Vlan interface refcount leak in Linux kernel LIN6-10469: Security Advisory - gdk-pixbuf - CVE-2015-7673 LIN6-10472: Security Advisory - linux - CVE-2015-5283 LIN6-10477: Security Advisory - linux - CVE-2015-5707 LIN6-1048|WIND00446300: [ WRL6.0 ] [ BSP: bcm-xlp ] The libn64 project did not build the regex_demo with the Hyperexec layer. LIN6-10485: Security Advisory - gdk-pixbuf - CVE-2015-7674 LIN6-10486: Security Advisory - postgresql - CVE-2015-5289 LIN6-10487: Security Advisory - linux - CVE-2015-6252 LIN6-10488: Security Advisory - linux - CVE-2015-7613 LIN6-10497: Security Advisory - linux - CVE-2015-7799 LIN6-10498: Security Advisory - postgresql - CVE-2015-5288 LIN6-10501: Security Advisory - linux - CVE-2015-6937 LIN6-10509: WRlinux6 t2xxx, valgrind error "disInstr(ppc): unhandled instruction" LIN6-10511: igb driver error: igb driver NETDEV WATCHDOG fires with i350 NIC. LIN6-10515: installer HPSA driver failed on HP Proliant machines LIN6-10516: expect: install expect package missing the shared lib file libexpect5.45.so LIN6-10518: make usb-image should support to enter the individual disk label. LIN6-10527: virtual:multilib:lib32:./layers/oe-core/meta/recipes-devtools/flex/flex_2.5.37.bb, do_compile) failed under WRL60026 LIN6-10528: PCI: cannot handle 64-bit address space for bridge LIN6-10531: wrl6 : lvm : cannot create more than one LVM on MATXM (EMERSON target) (REGRESSION) LIN6-10532: Security Advisory - util-linux - CVE-2015-5218 LIN6-10533: Security Advisory - unzip - CVE-2015-7696 LIN6-10535: Security Advisory - krb5 - CVE-2015-2697 LIN6-10536: Security Advisory - unzip - CVE-2015-7697 LIN6-10538: Security Advisory - qemu - CVE-2015-6855 LIN6-10539: Security Advisory - krb5 - CVE-2015-2695 LIN6-10540: Security Advisory - krb5 - CVE-2015-2696 LIN6-10541: Security Advisory - hostapd & wpa_supplicant. - CVE-2015-8041 LIN6-10542: Security Advisory - qemu - CVE-2015-7295 LIN6-10547: net-snmp Segmentation fault occurred in netsnmp_oid_find_prefix LIN6-10548: Bonded interfaces do not communicate correctly with Quanta based servers LIN6-10549: gcore command ignores coredump_filter LIN6-10550: CLONE - wrl 5 : dpdk 1.7.1 stuck virtio rx vring LIN6-10559: Build error when we enable RCU_TRACE in the kernel LIN6-10562|WIND00234376: Security Advisory - python - CVE-2010-3492 LIN6-10566: CLONE - WR7 has gratuitous host machine check failing builds for host meta-overc LIN6-10567: do_compile_kernelmodules: Failed with amd_steppeeagle BSP LIN6-1057|WIND00447368: [WRLinux60] Fail to read a lttng2 trace data via babeltrace in BSP ti-66ak2hxx LIN6-10572: Security Advisory - libsndfile - CVE-2014-9756 LIN6-10574: Security Advisory - gst-ffmpeg - CVE-2015-8216 LIN6-10575: Security Advisory - strongswan - CVE-2015-8023 LIN6-10576: Security Advisory - linux - CVE-2015-7872 LIN6-10580: Security Advisory - krb5 - CVE-2015-2698 LIN6-10582: Security Advisory - linux - CVE-2015-5257 LIN6-10584: Security Advisory - sudo - CVE-2015-5602 LIN6-10585: Security Advisory - gcc - CVE-2015-5276 LIN6-10586: Security Advisory - linux - CVE-2015-5307 LIN6-10587: Security Advisory - libpng - CVE-2015-8126 LIN6-10588: Security Advisory - gst-ffmpeg - CVE-2015-8365 LIN6-10590: Security Advisory - libsndfile - CVE-2015-7805 LIN6-10591: Security Advisory - libxslt - CVE-2015-7995 LIN6-10592: Security Advisory - gst-ffmpeg - CVE-2015-8364 LIN6-10593: Security Advisory - libxml2 - CVE-2015-7941 LIN6-10595: Security Advisory - libxml2 - CVE-2015-8035 LIN6-10596: Security Advisory - libxml2 - CVE-2015-7942 LIN6-10597: Security Advisory - linux - CVE-2015-8215 LIN6-10598: Security Advisory - linux - CVE-2015-8104 LIN6-10601: Kernel build error with CONFIG_BPF_JIT enabled LIN6-10604: openvswitch does not even compile. LIN6-10608: Segmentation fault (core dumped) smart LIN6-10611: Security Advisory - gst-ffmpeg - CVE-2012-2779 LIN6-10613: wrl6 Adaptec raid driver driver WRL6 needs to be updated LIN6-10614: eth_no_rmrr cmd line option can cause corruption for non Intel devices on HP Proliant computes LIN6-10616: if the path of --with-installer-target-build is a image, not a project, it fails LIN6-10619: CLONE - UIO: Fix concurrency issue LIN6-10620: Can not create over 4Gbyte ROOTFS image by default. LIN6-10622: Security Advisory - php - CVE-2015-7803 LIN6-10623: Security Advisory - pcre - CVE-2015-8388 LIN6-10624: Security Advisory - pcre - CVE-2015-8390 LIN6-10625: Security Advisory - pcre - CVE-2015-8381 LIN6-10627: Security Advisory - pcre - CVE-2015-8393 LIN6-10628: Security Advisory - pcre - CVE-2015-2328 LIN6-10629: Security Advisory - pcre - CVE-2015-8389 LIN6-10630: Security Advisory - libxml2 - CVE-2015-8242 LIN6-10631: Security Advisory - openssl - CVE-2015-3195 LIN6-10634: Security Advisory - pcre - CVE-2015-8391 LIN6-10635: Security Advisory - libxml2 - CVE-2015-7497 LIN6-10636: Security Advisory - git - CVE-2015-7082 LIN6-10638: Security Advisory - dpkg - CVE-2015-0860 LIN6-10639: Security Advisory - pcre - CVE-2015-8394 LIN6-10641: Security Advisory - pcre - CVE-2015-8385 LIN6-10642: Security Advisory - pcre - CVE-2015-8382 LIN6-10643: Security Advisory - pcre - CVE-2015-8392 LIN6-10644: Security Advisory - pcre - CVE-2015-2327 LIN6-10645: Security Advisory - pcre - CVE-2015-8386 LIN6-10646: Security Advisory - pcre - CVE-2015-8380 LIN6-10647: Security Advisory - php - CVE-2015-7804 LIN6-10648: Security Advisory - pcre - CVE-2015-8387 LIN6-10649: Security Advisory - libxml2 - CVE-2015-5312 LIN6-10651: Security Advisory - openssl - CVE-2015-3194 LIN6-10652: Security Advisory - pcre - CVE-2015-8384 LIN6-10653: Security Advisory - openssl - CVE-2015-3196 LIN6-10654: Security Advisory - pcre - CVE-2015-8395 LIN6-10655: Valgrind do_configure failure on build host running 4.x kernel LIN6-10658: Within Wind River Linux User's Guide, 6.0, section on kernel patching does not show how to patch the kernel LIN6-10663: Bug in e2fsprogs for -native package LIN6-10665: wrl6 : /etc/init.d/nfscommon copies content to wrong directory LIN6-10669: XHCI patch from Linux community LIN6-10670: [Handoff_check] powerpc-wrs-linux-gnu/64/e6500/libgcc/enable-execute-stack.c missing LIN6-10671: Security Advisory - expat - CVE-2015-1283 LIN6-10673: rootfs fails to build because of linux-libc-headers in GPLv2 project LIN6-10678: Array subscript is above array bounds LIN6-10679: unexpected end of file in .gcno files LIN6-10681: Security Advisory - libxml2 - CVE-2015-7499 LIN6-10682: Security Advisory - libxml2 - CVE-2015-7500 LIN6-10683: Security Advisory - linux - CVE-2015-8569 LIN6-10685: Security Advisory - grub2 - CVE-2015-8370 LIN6-10687: Security Advisory - linux - CVE-2015-7990 LIN6-10688: Security Advisory - bind - CVE-2015-8000 LIN6-10689: Security Advisory - libxml2 - CVE-2015-7498 LIN6-10690: Security Advisory - linux - CVE-2015-8543 LIN6-10694: Security Advisory - bind - CVE-2015-8461 LIN6-10695: Security Advisory - phpmyadmin - CVE-2015-8669 LIN6-10696: Security Advisory - linux - CVE-2013-7446 LIN6-10698: Security Advisory - libxml2 - CVE-2015-8241 LIN6-10701: Security Advisory - libxml2 - CVE-2015-8317 LIN6-10706: CLONE - Multicast fail after Ethernet re-attach or suspend to RAM LIN6-10707: request to integrate upstream patch for BZ#16430 and BZ#16431 LIN6-10709: Kernel build fail if CONFIG_KALLSYMS is not enabled LIN6-10712: Security Advisory - libgcrypt - CVE-2015-5738 LIN6-10713: Wrl6 : crond does not execute the entries in the hourly/daily- pre defined directories LIN6-10714: Security Advisory - openssl & nss & gnutls - CVE-2015-7575 LIN6-10716: Security Advisory - nss - CVE-2015-7181 LIN6-10717|WIND00373260: net-tools-1.60: "netstat" does not support SCTP LIN6-10718: Security Advisory - nss - CVE-2015-7182 LIN6-10720: [Handoff_check] wrlinux-6/layers/binary-toolchain-4.8-43/share/doc/wrs-linux-aarch64-wrs-linux-gnu/pdf/refcard.pdf missing on 60027 LX08 LIN6-10721: pseudo random number generator is not working LIN6-10723: Security Advisory - nspr - CVE-2015-7183 LIN6-10735: Security Advisory - samba - CVE-2015-5299 LIN6-10738: Security Advisory - qemu - CVE-2015-1779 LIN6-10739: Security Advisory - qemu - CVE-2015-7512 LIN6-10741: Security Advisory - openssh - CVE-2016-0777 LIN6-10742: Security Advisory - openssh - CVE-2016-0778 LIN6-10744: Security Advisory - bind - CVE-2015-8704 LIN6-10746: wrlinux6, fsl-e500mc kernel can't remove the usdpaa module, qman driver build failure LIN6-10749: CLONE - vsftpd gettimeofday syscall LIN6-10750: Security Advisory - linux - CVE-2016-0728 LIN6-10754: cav-octeon3: bootimg_check testing failed due to kmemleak on preempt-rt kernel LIN6-10755: cav-octeon3:checkproc_files caught calltrace on preempt-rt kernel LIN6-10756: cav-octeon3: edac_service_test testing failed on preempt-rt kernel LIN6-10757: cav-octeon3: kernwarning_buildcheck testing failed on preempt-rt kernel LIN6-10759: CLONE - [tz-announce] 2016a release of tz code and data available LIN6-10764: Security Advisory - php - CVE-2015-6831 LIN6-10766: Security Advisory - openssl - CVE-2015-3197 LIN6-10769: Security Advisory - ntp - CVE-2015-7974 LIN6-10775: Security Advisory - ntp - CVE-2015-8158 LIN6-10776: Security Advisory - ecryptfs-utils - CVE-2016-1572 LIN6-10782: Security Advisory - openssh - CVE-2016-1907 LIN6-10783: Security Advisory - php - CVE-2016-1903 LIN6-10785: Security Advisory - libpng - CVE-2015-8472 LIN6-10787: Security Advisory - ntp - CVE-2015-7976 LIN6-10789: Security Advisory - ntp - CVE-2015-7973 LIN6-10794: Security Advisory - dhcp - CVE-2015-8605 LIN6-10797: Security Advisory - glibc - CVE-2015-8777 LIN6-10798: Security Advisory - ntp - CVE-2015-7978 LIN6-10800: Security Advisory - ntp - CVE-2015-8138 LIN6-10801: Security Advisory - php - CVE-2015-6832 LIN6-10804: Security Advisory - php - CVE-2015-6836 LIN6-10805: Security Advisory - ntp - CVE-2015-7977 LIN6-10806: Security Advisory - php - CVE-2015-6833 LIN6-10808: Security Advisory - ntp - CVE-2015-7979 LIN6-10810: Security Advisory - ntp - CVE-2015-8139 LIN6-10812: Security Advisory - php - CVE-2015-5590 LIN6-10815: Security Advisory - ntp - CVE-2015-8140 LIN6-10818: configure will turn to the latest version of toolchain if the corresponding not installed LIN6-10820: CLONE - IPv6 interface stops working during Defensics ICMPv6 Test Suite LIN6-10821: Security Advisory - glibc - CVE-2015-8779 LIN6-10827: cav-octeon3: hang while do 'ifconfig eth4 0 down' with xaui on cgl kernel LIN6-10828: Building kernel will fail if disable 'CONFIG_MODULES' in kernel LIN6-10829: update-rc.d fix added bashism LIN6-10835: layer wr-cavium-simple-exec breaks FILESEXTRAPATHS LIN6-10836: Security Advisory - glibc - CVE-2014-9761 LIN6-10838: Security Advisory - glibc - CVE-2015-8776 LIN6-10840: Security Advisory - glibc - CVE-2015-7547 LIN6-10842: Security Advisory - gst-ffmpeg - CVE-2016-2330 LIN6-10846: Security Advisory - gst-ffmpeg - CVE-2016-2326 LIN6-10847: Security Advisory - krb5 - CVE-2015-8629 LIN6-10848: Security Advisory - linux - CVE-2015-7566 LIN6-10851: Security Advisory - libxml2 - CVE-2016-2073 LIN6-10853: Security Advisory - linux - CVE-2015-8539 LIN6-10854: Security Advisory - curl - CVE-2016-0755 LIN6-10856: Security Advisory - linux - CVE-2015-8767 LIN6-10859: Security Advisory - linux - CVE-2015-7550 LIN6-10862: Security Advisory - libtiff - CVE-2015-8781 LIN6-10864: Security Advisory - linux - CVE-2015-7513 LIN6-10866: Security Advisory - linux - CVE-2013-4312 LIN6-10867: Security Advisory - krb5 - CVE-2015-8630 LIN6-10869: Security Advisory - curl - CVE-2016-0754 LIN6-10870: Security Advisory - linux - CVE-2016-0723 LIN6-10872: Security Advisory - linux - CVE-2015-8785 LIN6-10874: Security Advisory - libtiff - CVE-2015-8782 LIN6-10875: Security Advisory - krb5 - CVE-2015-8631 LIN6-10876: Security Advisory - linux - CVE-2015-8575 LIN6-10878: Security Advisory - libtiff - CVE-2015-8783 LIN6-10893: cav-octeon3: bootimg_check testing failed on preempt-rt kernel LIN6-10894: Security Advisory - libtiff - CVE-2015-8665 LIN6-10895: Security Advisory - libtiff - CVE-2015-8683 LIN6-10897: Security Advisory - libtiff - CVE-2014-8127 LIN6-10898: Security Advisory - libtiff - CVE-2014-8128 LIN6-10899: Security Advisory - libtiff - CVE-2014-8129 LIN6-10904: Security Advisory - libtiff - CVE-2014-9655 LIN6-10905: CLONE - WRL5: IPv6 routing should use next suitable route with lower metric LIN6-10906: Security Advisory - libtiff - CVE-2015-8784 LIN6-10907: Security Advisory - qemu - CVE-2015-8504 LIN6-10908: Security Advisory - qemu - CVE-2015-7504 LIN6-10910: Security Advisory - qemu - CVE-2015-8345 LIN6-10911: Security Advisory - qemu - CVE-2016-1568 LIN6-10913: Security Advisory - libxml2 - CVE-2015-8710 LIN6-10915: Security Advisory - librsvg2 - CVE-2015-7558 LIN6-10916: Security Advisory - librsvg2 - CVE-2015-7557 LIN6-10919: WRL6 - i210 Errata 25: Slow System Clock LIN6-10920: BUG: unable to handle kernel paging request, preempt-rt x86_64 LIN6-10921: Security Advisory - git - CVE-2015-7545 LIN6-10922: Security Advisory - foomatic-filters - CVE-2015-8560 LIN6-10923: Security Advisory - foomatic-filters - CVE-2015-8327 LIN6-10930: Security Advisory - socat - CVE-2016-2217 LIN6-10931: cav-octeon3: boot_rootfs_initrd testing failed LIN6-10933: Security Advisory - phpMyAdmin - CVE-2016-2039 LIN6-10934: Security Advisory - libgcrypt - CVE-2015-7511 LIN6-10935: Security Advisory - phpMyAdmin - CVE-2016-2038 LIN6-10936: Security Advisory - qemu - CVE-2016-2198 LIN6-10937: Security Advisory - cpio - CVE-2016-2037 LIN6-10938: Security Advisory - phpMyAdmin - CVE-2016-2040 LIN6-10939: Security Advisory - postgresql - CVE-2016-0773 LIN6-10940: Security Advisory - uclibc - CVE-2016-2224 LIN6-10941: Security Advisory - gtk - CVE-2013-7447 LIN6-10942: Security Advisory - phpMyAdmin - CVE-2016-2041 LIN6-10944: Security Advisory - libbsd - CVE-2016-2090 LIN6-10945: Security Advisory - phpMyAdmin - CVE-2016-1927 LIN6-10948: Security Advisory - uclibc - CVE-2016-2225 LIN6-10950: Security Advisory - postgresql - CVE-2016-0766 LIN6-10953: Security Advisory - OpenSSL - CVE-2016-0800 LIN6-10954: Security Advisory - OpenSSL - CVE-2016-0705 LIN6-10955: Security Advisory - OpenSSL - CVE-2016-0798 LIN6-10956: Security Advisory - OpenSSL - CVE-2016-0797 LIN6-10957: Security Advisory - OpenSSL - CVE-2016-0799 LIN6-10958: Security Advisory - OpenSSL - CVE-2016-0702 LIN6-10960: Security Advisory - OpenSSL - CVE-2016-0703 LIN6-10961: Security Advisory - OpenSSL - CVE-2016-0704 LIN6-10980: Missing dependency from perl-misc LIN6-10983: CLONE - start avahi-daemon.service failed LIN6-10987: kernel BUG at rtmutex.c:876 LIN6-10989: Bug in kconf_check (kernel) LIN6-10990: wrl6 : make show-dependencies doesnt show dependencies for all packages LIN6-10991: Security Advisory - openssl - CVE-2016-2842 LIN6-10992: CLONE - nativesdk-libxml2 building warnings with host python-dev LIN6-10994: CLONE - wrlinux 5 - perl hangs when using Archive::Tar LIN6-10996: Security Advisory - ntp - CVE-2015-5300 LIN6-10997: Security Advisory - dhcp - CVE-2016-2774 LIN6-10998: Security Advisory - phpmyadmin - CVE-2016-2560 LIN6-10999: Security Advisory - bind - CVE-2016-1286 LIN6-11003: Security Advisory - linux - CVE-2016-0821 LIN6-11006: Security Advisory - libgcrypt & gnupg2 - CVE-2014-3591 LIN6-11009: Security Advisory - bind - CVE-2016-1285 LIN6-11012: CLONE - [tz-announce] 2016b release of tz code and data available LIN6-11014: pseudo-native: Does not build 32bit libraries any more LIN6-11015: host contamination in ltp LIN6-11016: CLONE - wrl5 : BIND hangs (deadlocks) during shutdown on WRL5 RCPL34 LIN6-11020: Installer options not working LIN6-11022: Security Advisory - git - CVE-2016-2315 LIN6-11024: Security Advisory - git - CVE-2016-2324 LIN6-11027: cav3_octeon kernel boot issues on octeon-2 HW with 64G of RAM LIN6-11028: CLONE - wrlinux_kfeat_report exist in kernel repo from RCPL33 LIN6-11029: Imagemagick package has no support for x11 LIN6-11030: [tz-announce] 2016c release of tz code and data available LIN6-11044: Security Advisory - nss - CVE-2016-1978 LIN6-11045: Security Advisory - pcre - CVE-2016-3191 LIN6-11049: Security Advisory - quagga - CVE-2016-2342 LIN6-11051: Security Advisory - nss - CVE-2016-1979 LIN6-11052: Security Advisory - samba - CVE-2015-7560 LIN6-11053: Security Advisory - openssh - CVE-2016-3115 LIN6-11054: Security Advisory - nss - CVE-2016-1950 LIN6-11065: NULL pointer dereference while searching futex waiter list LIN6-11068: CLONE - Upgrade the prebuilt host tools to fix 2 git CVEs: CVE-2016-2324 & CVE-2016-2315 LIN6-11073: Security Advisory - libvirt - CVE-2015-5313 LIN6-11075: Security Advisory - qemu - CVE-2016-1714 LIN6-11076: Security Advisory - qemu - CVE-2016-2857 LIN6-11077: Security Advisory - perl - CVE-2016-2381 LIN6-11078: Security Advisory - qemu - CVE-2016-2858 LIN6-11079: Security Advisory - proftpd - CVE-2016-3125 LIN6-11081: Security Advisory - php - CVE-2016-3142 LIN6-11083: Security Advisory - php - CVE-2016-3141 LIN6-11085: Security Advisory - xerces-c - CVE-2016-0729 LIN6-11087: "make usb-image" failed when pass "--usb-label=wr_usb_boot" parameter to create-usb.pl LIN6-11088: wr-pro-source toolchain fails glibc build on cav-octeon3 LIN6-11090: wrlinux6 kernel patches for PPC atomic operations LIN6-11097: Security Advisory - libssh2 - CVE-2016-0787 LIN6-11101: CLONE - no enabled ipv6 support in net-snmp LIN6-11114: Security Advisory - glibc - CVE-2015-8778 LIN6-11115: Security Advisory - python-imaging - CVE-2016-2533 LIN6-11117: Security Advisory - pixman - CVE-2014-9766 LIN6-11123: Security Advisory - libtiff - CVE-2016-3186 LIN6-11125: Security Advisory - libpng - CVE-2015-8540 LIN6-11129: Security Advisory - cairo - CVE-2016-3190 LIN6-11131: Security Advisory - libxml2 - CVE-2015-8806 LIN6-11136: Security Advisory - linux - CVE-2016-3951 LIN6-11143: Security Advisory - libav - CVE-2015-5479 LIN6-11145: Security Advisory - subversion - CVE-2015-5343 LIN6-11156: Security Advisory - linux - CVE-2016-3672 LIN6-11161: Security Advisory - OpenSSL - CVE-2016-2108 LIN6-11162: Security Advisory - OpenSSL - CVE-2016-2107 LIN6-11163: Security Advisory - OpenSSL - CVE-2016-2105 LIN6-11164: Security Advisory - OpenSSL - CVE-2016-2106 LIN6-11165: Security Advisory - OpenSSL - CVE-2016-2109 LIN6-11166: Security Advisory - OpenSSL - CVE-2016-2176 LIN6-11171: system() calls become slower over usage LIN6-11172: IMX6 hang during shutdown LIN6-11175: Security Advisory - linux - CVE-2016-2544 LIN6-11177: Security Advisory - linux - CVE-2016-3136 LIN6-11179: Security Advisory - linux - CVE-2016-2549 LIN6-11182: Security Advisory - xerces-c - CVE-2016-2099 LIN6-11186: Security Advisory - subversion - CVE-2016-2168 LIN6-11188: Security Advisory - imagemagick - CVE-2016-3716 LIN6-11191: Security Advisory - linux - CVE-2016-2085 LIN6-11192: Security Advisory - linux - CVE-2016-2117 LIN6-11194: Security Advisory - libtasn1 - CVE-2016-4008 LIN6-11196: Security Advisory - linux - CVE-2016-2188 LIN6-11197: Security Advisory - Hostapd & wpa_supplicant - CVE-2016-4476 LIN6-11202: Security Advisory - subversion - CVE-2016-2167 LIN6-11205: Security Advisory - linux - CVE-2016-2547 LIN6-11206: Security Advisory - linux - CVE-2016-3138 LIN6-11208: Security Advisory - linux - CVE-2016-2782 LIN6-11211: Security Advisory - wpa_supplicant - CVE-2016-4477 LIN6-11217: Security Advisory - imagemagick - CVE-2016-3718 LIN6-11219: Security Advisory - linux - CVE-2016-2384 LIN6-11220: Security Advisory - linux - CVE-2016-2545 LIN6-11222: Security Advisory - linux - CVE-2016-2186 LIN6-11223: Security Advisory - linux - CVE-2015-8812 LIN6-11225: Security Advisory - linux - CVE-2016-3139 LIN6-11229: Security Advisory - imagemagick - CVE-2016-3715 LIN6-1123|WIND00442673: [WRL 6.0] [BSP: bcm-xlp] cache inconsistency LIN6-11231: Security Advisory - linux - CVE-2016-3137 LIN6-11233: Security Advisory - linux - CVE-2015-2686 LIN6-11235: Security Advisory - openssh - CVE-2015-8325 LIN6-11238: Security Advisory - linux - CVE-2016-2187 LIN6-11239: Security Advisory - linux - CVE-2016-3156 LIN6-11241: Security Advisory - linux - CVE-2016-2543 LIN6-11242: Security Advisory - linux - CVE-2015-7515 LIN6-11243: Security Advisory - linux - CVE-2016-2184 LIN6-11244: Security Advisory - linux - CVE-2016-2053 LIN6-11246: Security Advisory - linux - CVE-2016-2847 LIN6-11247: Security Advisory - linux - CVE-2016-2548 LIN6-11250: Security Advisory - imagemagick - CVE-2016-3717 LIN6-11256: Security Advisory - linux - CVE-2015-8844 LIN6-11258: Security Advisory - linux - CVE-2016-3689 LIN6-11259: Security Advisory - linux - CVE-2016-3134 LIN6-11261: Security Advisory - linux - CVE-2015-8816 LIN6-11262: Security Advisory - linux - CVE-2016-2546 LIN6-11264: Security Advisory - linux - CVE-2016-3140 LIN6-11265: Security Advisory - imagemagick - CVE-2016-3714 LIN6-11266: Security Advisory - linux - CVE-2016-0774 LIN6-11267: Security Advisory - linux - CVE-2016-2550 LIN6-11268: Security Advisory - linux - CVE-2016-2185 LIN6-11271: Security Advisory - linux - CVE-2016-2853 LIN6-11273: CLONE - "Creating Alternate Kernels from kernel.org Source" procedure fails with error on do_kernel_metadata LIN6-11276: Security Advisory - busybox - CVE-2016-2148 LIN6-11277: Security Advisory - busybox - CVE-2016-2147 LIN6-11284: CLONE - Blacklist bypassed gnutls LIN6-11285: CLONE - [tz-announce] 2016d release of tz code and data available LIN6-11286: Linux kernel does not compile after having selected USB Serial support LIN6-11289: Security Advisory - libxml2 - CVE-2016-3705 LIN6-11290: Security Advisory - libxml2 - CVE-2016-3627 LIN6-11291: Security Advisory - libxml2 - CVE-2016-1839 LIN6-11292: IPv4: Router TTL value is applied globally in resource layer (Linux) LIN6-11293: How to build and get curl in yocto with IPV6 Support in rootfs LIN6-11296: Security Advisory - libxml2 - CVE-2016-1833 LIN6-11297: Security Advisory - libxml2 - CVE-2016-1834 LIN6-11300: Security Advisory - libxml2 - CVE-2016-1835 LIN6-11301: Security Advisory - libxml2 - CVE-2016-1836 LIN6-11302: Security Advisory - libxml2 - CVE-2016-1837 LIN6-11303: Security Advisory - libxml2 - CVE-2016-1838 LIN6-11304: Security Advisory - libxml2 - CVE-2016-1840 LIN6-11307: Security Advisory - perl - CVE-2015-8853 LIN6-11308: Security Advisory - php - CVE-2016-3185 LIN6-11309: Security Advisory - php - CVE-2015-8867 LIN6-11312: Security Advisory - php - CVE-2016-2554 LIN6-11313: Security Advisory - php - CVE-2015-4602 LIN6-11314: Security Advisory - php - CVE-2015-6835 LIN6-11315: Security Advisory - librsvg - CVE-2016-4348 LIN6-11316: Security Advisory - php - CVE-2015-8873 LIN6-11317: Security Advisory - php - CVE-2015-4116 LIN6-11318: Security Advisory - php - CVE-2016-4538 LIN6-11319: Security Advisory - php - CVE-2016-4544 LIN6-11320: Security Advisory - php - CVE-2015-3412 LIN6-11322: Security Advisory - php - CVE-2016-4073 LIN6-11325: Security Advisory - php - CVE-2015-8835 LIN6-11326: Security Advisory - linux - CVE-2016-4486 LIN6-11328: Security Advisory - linux - CVE-2016-4565 LIN6-11329: Security Advisory - linux - CVE-2016-4578 LIN6-11330: Security Advisory - php - CVE-2015-4642 LIN6-11331: Security Advisory - php - CVE-2016-4541 LIN6-11333: Security Advisory - expat - CVE-2016-0718 LIN6-11336: Security Advisory - php - CVE-2015-4599 LIN6-11337: Security Advisory - php - CVE-2015-4643 LIN6-11340: Security Advisory - php - CVE-2015-8878 LIN6-11341: Security Advisory - php - CVE-2015-3411 LIN6-11343: Security Advisory - linux - CVE-2016-4569 LIN6-11344: Security Advisory - php - CVE-2015-8865 LIN6-11347: Security Advisory - php - CVE-2015-8877 LIN6-11348: Security Advisory - php - CVE-2016-4071 LIN6-11350: Security Advisory - php - CVE-2015-6834 LIN6-11352: Security Advisory - php & libxml2 - CVE-2015-6838 LIN6-11353: Security Advisory - php - CVE-2016-4342 LIN6-11354: Security Advisory - php - CVE-2016-4542 LIN6-11355: Security Advisory - php - CVE-2015-4644 LIN6-11356: Security Advisory - php - CVE-2016-4539 LIN6-11357: Security Advisory - php - CVE-2015-8876 LIN6-1136|WIND00446115: [ WRL6.0 ] [ BSP: bcm-xlp ] The hyperexec regex test failed on missing the netl7driver. LIN6-11360: Security Advisory - linux - CVE-2016-4485 LIN6-11363: Security Advisory - linux - CVE-2016-4581 LIN6-11364: Security Advisory - php - CVE-2014-9767 LIN6-11370: Security Advisory - linux - CVE-2016-4482 LIN6-11371: Security Advisory - linux - CVE-2016-4913 LIN6-11372: Security Advisory - linux - CVE-2016-4580 LIN6-11373: Security Advisory - php - CVE-2016-4537 LIN6-11374: Security Advisory - php - CVE-2016-4070 LIN6-11377: Security Advisory - php - CVE-2016-4540 LIN6-11379: Security Advisory - php & libxml2 - CVE-2015-6837 LIN6-11381: Security Advisory - php - CVE-2015-4598 LIN6-11382: Security Advisory - php - CVE-2015-4600 LIN6-11383: Security Advisory - php - CVE-2016-4543 LIN6-11384: Security Advisory - php - CVE-2015-5589 LIN6-11385: Security Advisory - linux - CVE-2016-4805 LIN6-11386: Security Advisory - php - CVE-2016-4343 LIN6-11388: Security Advisory - php - CVE-2015-4603 LIN6-11389: Security Advisory - php - CVE-2015-8866 LIN6-11390: Security Advisory - libxslt - CVE-2016-1841 LIN6-11392: Security Advisory - php - CVE-2015-8874 LIN6-11393: Security Advisory - php - CVE-2015-8838 LIN6-11397: external kernel modules issue LIN6-1140|WIND00445819: [WRLinux60] There is " unwind: Index not found bf03217c" warning when remove the module tipc in BSP ti-66ak2hxx LIN6-11412: Security Advisory - dosfstools - CVE-2016-4804 LIN6-11414: Security Advisory - imagemagick - CVE-2016-4563 LIN6-11415: Security Advisory - libxml2 - CVE-2016-4449 LIN6-11418: Security Advisory - gdk-pixbuf - CVE-2015-8875 LIN6-11419: Security Advisory - imagemagick - CVE-2016-4564 LIN6-11421: Security Advisory - freetype - CVE-2014-9747 LIN6-11425: Security Advisory - freetype - CVE-2014-9746 LIN6-11426: Security Advisory - glibc - CVE-2016-1234 LIN6-11427: Security Advisory - libxml2 - CVE-2016-4448 LIN6-11428: libxml fixes LIN6-11434: Security Advisory - glibc - CVE-2016-3075 LIN6-11436: Security Advisory - glibc - CVE-2016-3706 LIN6-11439: Security Advisory - dosfstools - CVE-2015-8872 LIN6-11440: Security Advisory - libxslt - CVE-2016-1684 LIN6-11442: Security Advisory - libxslt - CVE-2016-1683 LIN6-11443: Security Advisory - imagemagick - CVE-2016-4562 LIN6-11444: Security Advisory - glibc - CVE-2016-4429 LIN6-11447: CLONE - [tz-announce] 2016e release of tz code and data available LIN6-11462: cav-octeon3: memory_size_check testing failed on cgl kernel LIN6-11473: Security Advisory - qemu - CVE-2016-5338 LIN6-11475: Security Advisory - nss - CVE-2016-2834 LIN6-11476: Security Advisory - libav - CVE-2016-3062 LIN6-11479: Security Advisory - linux - CVE-2016-5829 LIN6-11480: Security Advisory - qemu - CVE-2016-2391 LIN6-11482: Security Advisory - linux - CVE-2016-3713 LIN6-11484: Security Advisory - qemu - CVE-2016-2392 LIN6-11487: Security Advisory - expat - CVE-2012-6702 LIN6-11488: Security Advisory - linux - CVE-2016-0758 LIN6-11489: Security Advisory - linux - CVE-2016-5244 LIN6-11491: Security Advisory - qemu - CVE-2016-2538 LIN6-11492: Security Advisory - expat - CVE-2016-5300 LIN6-11493: Security Advisory - qemu - CVE-2016-5337 LIN6-11495: Security Advisory - qemu - CVE-2016-5238 LIN6-11496: Security Advisory - linux - CVE-2016-4470 LIN6-11499: Security Advisory - linux - CVE-2016-3070 LIN6-11500: Security Advisory - linux - CVE-2016-3955 LIN6-11501: Security Advisory - linux - CVE-2016-4997 LIN6-11502: Security Advisory - linux - CVE-2016-4998 LIN6-11504: John Deere - CLONE - Blacklisting GPLv3 ignored LIN6-11505: CLONE - wrl 5 openssh issue with libssh2 LIN6-11506: CLONE - Boot yocto initramfs core-image-minimal-initramfs failed LIN6-11507: Security Advisory - bzip2 - CVE-2016-3189 LIN6-11512: cav-octeon3: kdump_smp_smp testing failed due to 'ERROR: cvmx_fpa1_reserve_pool: FPA_POOL 2 unavailable' LIN6-11514: sourcery-tc-prebuilt build fails in do_setup_shared for CentOS7 builds LIN6-11515: CLONE - tz-announce] 2016f release of tz code and data available LIN6-11517: CLONE - remove kgdboe will hang the whole system LIN6-11519: MD5 hash algorithm - Additional Information to reported security weaknesses LIN6-11521: CLONE - wrl5 : netstat handle unresolvable IPv4 addresses better than for IPv6 LIN6-11522: Security Advisory - wget - CVE-2016-4971 LIN6-11523: CLONE - wrlinux 5 - openSSH multiple ECDSA keys LIN6-11527: Security Advisory - phpmyadmin - CVE-2016-5701 LIN6-11528: Security Advisory - xerces-c - CVE-2016-4463 LIN6-11529: Security Advisory - phpmyadmin - CVE-2016-5731 LIN6-11534: Security Advisory - phpmyadmin - CVE-2016-5097 LIN6-11537: Security Advisory - phpmyadmin - CVE-2016-5730 LIN6-11539: Security Advisory - phpmyadmin - CVE-2016-5733 LIN6-11543: Security Advisory - phpmyadmin - CVE-2016-5099 LIN6-11544: Security Advisory - phpmyadmin - CVE-2016-5739 LIN6-11547: Security Advisory - expat - CVE-2016-4472 LIN6-11548: Security Advisory - phpmyadmin - CVE-2016-5706 LIN6-11549: Security Advisory - phpmyadmin - CVE-2016-5734 LIN6-11561: CP15 registers not saved across supend/resume cycles fsl-imx6-SabreSD LIN6-11562: Integrate an upstream kernel patch( commit b3cad287d13 ) LIN6-11566: Security Advisory - apache - CVE-2016-5387 LIN6-11572: Security Advisory - libxml2 - CVE-2016-5131 LIN6-11587: Security Advisory - libtiff - CVE-2016-5321 LIN6-11589: Security Advisory - php - CVE-2016-6290 LIN6-11591: Security Advisory - php - CVE-2016-6288 LIN6-11592: Security Advisory - php - CVE-2016-6289 LIN6-11593: Security Advisory - libvirt - CVE-2016-5008 LIN6-11594: Security Advisory - libtiff - CVE-2016-5323 LIN6-11600: Security Advisory - php - CVE-2016-6297 LIN6-11603: Security Advisory - bind - CVE-2016-2775 LIN6-11606: Security Advisory - ecryptfs-utils - CVE-2015-8946 LIN6-11607: Security Advisory - php - CVE-2016-6292 LIN6-11608: Security Advisory - php - CVE-2016-6291 LIN6-11617: Security Advisory - harfbuzz - CVE-2015-8947 LIN6-11618: Security Advisory - php - CVE-2016-6295 LIN6-11619: Security Advisory - ecryptfs-utils - CVE-2016-6224 LIN6-11622: Security Advisory - php - CVE-2016-5385 LIN6-11623: Security Advisory - php - CVE-2016-6294 LIN6-11628: linux-windriver_3.10 failed (do_compile_kernelmodules) of ti-am335x_world_bd_nosplit. LIN6-11630: CLONE - wrl5 : pax end-less loop LIN6-11633: WR8 IpFragFails counter not increased correctly LIN6-11638: please help touch a empty copyToR1.main.txt file for CGP/OVP/SCP after the DVD MFG done LIN6-11645: Security Advisory - krb5 - CVE-2016-3120 LIN6-11646: Security Advisory - fontconfig - CVE-2016-5384 LIN6-11647: Security Advisory - php - CVE-2016-5114 LIN6-11648: Security Advisory - php - CVE-2015-8935 LIN6-11649: Security Advisory - linux - CVE-2016-5696 LIN6-11651: Security Advisory - gd - CVE-2013-7456 LIN6-11654: Security Advisory - gd - CVE-2016-5767 LIN6-11655: Security Advisory - php - CVE-2016-3132 LIN6-11657: Security Advisory - perl - CVE-2016-1238 LIN6-11659: Security Advisory - php - CVE-2016-5773 LIN6-11660: Security Advisory - openssl - CVE-2016-2180 LIN6-11661: Security Advisory - gd - CVE-2016-5116 LIN6-11662: Security Advisory - gd - CVE-2016-6207 LIN6-11663: Security Advisory - linux - CVE-2016-3841 LIN6-11665: Security Advisory - php - CVE-2016-5769 LIN6-11669: Security Advisory - php - CVE-2016-5771 LIN6-11671: Security Advisory - python - CVE-2016-1000110 LIN6-11672: Security Advisory - linux - CVE-2014-9888 LIN6-11673: Security Advisory - linux - CVE-2016-6187 LIN6-11675: Security Advisory - gd - CVE-2016-6128 LIN6-11676: Security Advisory - libcurl - CVE-2016-5421 LIN6-11678: Security Advisory - linux - CVE-2016-6480 LIN6-11680: Security Advisory - libcurl - CVE-2016-5419 LIN6-11681: Security Advisory - php - CVE-2016-5772 LIN6-11682: Security Advisory - linux - CVE-2016-6136 LIN6-11683: Security Advisory - perl - CVE-2016-6185 LIN6-11685: Security Advisory - libcurl - CVE-2016-5420 LIN6-11686: Security Advisory - php - CVE-2016-5095 LIN6-11687: Security Advisory - gd - CVE-2016-6214 LIN6-11688: Security Advisory - gd - CVE-2016-6132 LIN6-11692: Security Advisory - gd - CVE-2016-5766 LIN6-11693: Security Advisory - php - CVE-2016-5094 LIN6-11694: Security Advisory - php - CVE-2016-5093 LIN6-11697: Security Advisory - php - CVE-2016-5768 LIN6-11698: Security Advisory - php - CVE-2016-5096 LIN6-11701: Security Advisory - openssh - CVE-2016-6515 LIN6-11702: Security Advisory - gd - CVE-2016-6161 LIN6-11703: Security Advisory - qemu - CVE-2016-5403 LIN6-11704: the script /usr/share/groff/1.22.3/font/devlj4/generate/special.awk depend on /bin/awk, but can't find it in rootfs LIN6-11705: the script /usr/share/vim/vim74/tools/vim132 depend on /bin/csh, but can't find it in rootfs LIN6-11707: Security Advisory - imagemagick - CVE-2016-5118 LIN6-11708: perl-ptest depends on /perl LIN6-11711: libxml2 now pulls in python-core in WRL6 LIN6-11713: Security Advisory - libxml2 - CVE-2016-1762 LIN6-11714: Security Advisory - libxml2 - CVE-2016-4483 LIN6-11717: Intel UART Overflow mask not restored upon resume LIN6-11721: run mysql_setpermission fail LIN6-11722: run mysql_convert_table_format fail LIN6-11724: CLONE - lib32-libdbi-perl: non debug package contains .debug directory LIN6-11725: Typo checking for failure case. LIN6-11727: Security Advisory - openssl - CVE-2016-2182 LIN6-11728: Security Advisory - collectd - CVE-2016-6254 LIN6-11732: Deadlock when freezing processes LIN6-11733: NULL pointer dereference when locking rtmutex LIN6-11734: Security Advisory - openssl - CVE-2016-2179 LIN6-11735: Security Advisory - openssl - CVE-2016-2181 LIN6-11736: Security Advisory - openssl - CVE-2016-6303 LIN6-11737: Security Advisory - openssl - CVE-2016-2183 LIN6-11738: Security Advisory - openssl - CVE-2016-6302 LIN6-11742: Possibly deadlock with rtmutex LIN6-11743: CLONE - Dec 31, 2016 leap second issue LIN6-11745: Security Advisory - libidn - CVE-2016-6261 LIN6-11746: Security Advisory - python - CVE-2016-0772 LIN6-11747: Security Advisory - python - CVE-2016-5636 LIN6-11748: Security Advisory - qemu - CVE-2016-4952 LIN6-11749: Security Advisory - cracklib - CVE-2016-6318 LIN6-11750: Security Advisory - libidn - CVE-2015-8948 LIN6-11751: Security Advisory - libidn - CVE-2016-6262 LIN6-11752: Security Advisory - libidn - CVE-2016-6263 LIN6-11753: Security Advisory - qemu - CVE-2016-5107 LIN6-11754: Security Advisory - python - CVE-2016-5699 LIN6-11755: Security Advisory - qemu - CVE-2016-5105 LIN6-11756: Security Advisory - qemu - CVE-2016-6351 LIN6-11757: Security Advisory - qemu - CVE-2016-5106 LIN6-11761: Security Advisory - openssl - CVE-2016-6306 LIN6-11762: Security Advisory - openssl - CVE-2016-6304 LIN6-11763: Security Advisory - php - CVE-2016-7412 LIN6-11765: Security Advisory - libarchive - CVE-2015-8915 LIN6-11767: Security Advisory - php - CVE-2016-7129 LIN6-11768: Security Advisory - libarchive - CVE-2015-8921 LIN6-11769: Security Advisory - php - CVE-2016-7125 LIN6-11770: Security Advisory - libarchive - CVE-2015-8917 LIN6-11775: Security Advisory - php - CVE-2016-7131 LIN6-11779: Security Advisory - libarchive - CVE-2015-8930 LIN6-11782: Security Advisory - php - CVE-2016-7416 LIN6-11783: Security Advisory - php - CVE-2016-7130 LIN6-11784: Security Advisory - php - CVE-2016-7128 LIN6-11785: Security Advisory - libarchive - CVE-2015-8916 LIN6-11786: Security Advisory - php - CVE-2016-7132 LIN6-11787: Security Advisory - libarchive - CVE-2015-8925 LIN6-11788: Security Advisory - libarchive - CVE-2015-8924 LIN6-11789: Security Advisory - php - CVE-2016-7126 LIN6-11790: Security Advisory - php - CVE-2016-7418 LIN6-11791: Security Advisory - php - CVE-2016-7411 LIN6-11794: Security Advisory - php - CVE-2016-7127 LIN6-11795: Security Advisory - php - CVE-2016-7413 LIN6-11797: Security Advisory - php - CVE-2016-7414 LIN6-11798: Security Advisory - libarchive - CVE-2015-8932 LIN6-11799: Security Advisory - libarchive - CVE-2015-8920 LIN6-11802: Security Advisory - libarchive - CVE-2015-8918 LIN6-11803: Security Advisory - php - CVE-2016-7417 LIN6-11804: Security Advisory - php - CVE-2016-7124 LIN6-11805: Security Advisory - libcurl - CVE-2016-7167 LIN6-11806: Security Advisory - libcurl - CVE-2016-7141 LIN6-11808: fsl-t4xxx reboot have kernel call trace. LIN6-11809: Security Advisory - openssh - CVE-2016-6210 LIN6-11814: Security Advisory - bind - CVE-2016-2776 LIN6-11817: CLONE: tmux list-panes used by terminal.py returns blank LIN6-11818: Security Advisory - util-linux - CVE-2016-5011 LIN6-11819: CLONE - [tz-announce] 2016g release of tz code and data available LIN6-11820: ntp 4.2.8p8 LIN6-11821: CLONE - kdump script appended parameters for different board incorrect. LIN6-11826: Security Advisory - flex - CVE-2016-6354 LIN6-11827: Security Advisory - qemu - CVE-2016-7909 LIN6-11829: Security Advisory - libtiff - CVE-2016-3990 LIN6-11830: Security Advisory - qemu - CVE-2016-7908 LIN6-11832: Security Advisory - libarchive - CVE-2016-7166 LIN6-11833: Security Advisory - gdk-pixbuf - CVE-2016-6352 LIN6-11834: Security Advisory - libarchive - CVE-2016-5418 LIN6-11838: Security Advisory - libtiff - CVE-2016-3624 LIN6-11839: Security Advisory - gd - CVE-2016-6905 LIN6-11840: Security Advisory - libtiff - CVE-2016-3658 LIN6-11841: Security Advisory - linux - CVE-2016-7117 LIN6-11844: Security Advisory - qemu - CVE-2016-7161 LIN6-11846: Security Advisory - linux - CVE-2015-8956 LIN6-11849: Security Advisory - libtiff - CVE-2016-3991 LIN6-11850: Security Advisory - libtiff - CVE-2016-3632 LIN6-11851: Security Advisory - wget - CVE-2016-7098 LIN6-11854: Security Advisory - libarchive - CVE-2016-4809 LIN6-11857: Security Advisory - libarchive - CVE-2016-5844 LIN6-11858: Security Advisory - libtiff - CVE-2016-3622 LIN6-11859: Security Advisory - glibc - CVE-2016-6323 LIN6-11860: Security Advisory - libtiff - CVE-2016-3623 LIN6-11861: Security Advisory - libtiff - CVE-2016-3945 LIN6-11866: Security Advisory - gd - CVE-2016-7568 LIN6-11875: Security Advisory - linux - CVE-2016-5195 LIN6-11879: Security Advisory - linux - CVE-2016-6828 LIN6-11880: Security Advisory - linux - CVE-2016-7042 LIN6-11883: Security Advisory - linux - CVE-2016-6327 LIN6-11884: Security Advisory - linux - CVE-2016-7097 LIN6-11885: Security Advisory - bind - CVE-2016-2848 LIN6-11886: Security Advisory - linux - CVE-2015-3288 LIN6-11887: Security Advisory - linux - CVE-2016-8658 LIN6-11889: Security Advisory - linux - CVE-2016-7039 LIN6-11890: Security Advisory - linux - CVE-2016-7425 LIN6-11892: Security Advisory - openssl - CVE-2016-8610 LIN6-11894: BUG at block/cfq-iosched.c:3278 LIN6-11895: CLONE - [Qemu-devel] CVE-2016-5403 results in a bug LIN6-11897: CLONE - [tz-announce] 2016h release of tz code and data available LIN6-11898: Security Advisory - libcurl - CVE-2016-8615 LIN6-11899: Security Advisory - libcurl - CVE-2016-8616 LIN6-11900: Security Advisory - libcurl - CVE-2016-8617 LIN6-11901: Security Advisory - libcurl - CVE-2016-8618 LIN6-11902: Security Advisory - libcurl - CVE-2016-8619 LIN6-11903: Security Advisory - libcurl - CVE-2016-8621 LIN6-11904: Security Advisory - libcurl - CVE-2016-8622 LIN6-11905: Security Advisory - libcurl - CVE-2016-8623 LIN6-11906: Security Advisory - libcurl - CVE-2016-8624 LIN6-11910: Security Advisory - openssh - CVE-2016-8858 LIN6-11911: CLONE - [tz-announce] 2016i release of tz code and data available LIN6-11913: Security Advisory - bind - CVE-2016-8864 LIN6-11916: Security Advisory - qemu - CVE-2016-8577 LIN6-11928: Security Advisory - qemu - CVE-2016-8578 LIN6-11931: Security Advisory - qemu - CVE-2016-8576 LIN6-11936: Security Advisory - qemu - CVE-2016-8910 LIN6-11939: Security Advisory - qemu - CVE-2016-8909 LIN6-11940: Security Advisory - qemu - CVE-2016-8669 LIN6-11942: Security Advisory - qemu - CVE-2016-8667 LIN6-11951: need bug fix in libxml2.so.2.9.1 LIN6-11957: Incorrect CPU load for SCHED_FIFO threads via proc LIN6-11958: Ext 4 for pmem issue LIN6-11960: Backport one patch to WRL6 kernel LIN6-11961: BUG: scheduling while atomic: kworker/u64:0/6/0x00000002 LIN6-11963: Patch for lttng in WR6 LIN6-11964: Kernel Oops cought in NodeCI, network. LIN6-11965: LMT issue LIN6-11968: Security Advisory - linux - CVE-2016-7910 LIN6-11969: Security Advisory - linux - CVE-2015-8962 LIN6-11972: Security Advisory - linux - CVE-2016-7916 LIN6-11973: Security Advisory - linux - CVE-2016-7915 LIN6-11975: Security Advisory - linux - CVE-2016-7913 LIN6-11977: Security Advisory - linux - CVE-2016-7911 LIN6-11979: Security Advisory - linux - CVE-2015-8964 LIN6-11980: In preempt-rt kernel, nobody cared irq will cause BUG of sleeping function called from invalid context. LIN6-11981: Security Advisory - ntp - CVE-2016-9311 LIN6-11982: Security Advisory - ntp - CVE-2016-9310 LIN6-11983: Security Advisory - ntp - CVE-2016-7427 LIN6-11984: Security Advisory - ntp - CVE-2016-7428 LIN6-11985: Security Advisory - ntp - CVE-2016-9312 LIN6-11986: Security Advisory - ntp - CVE-2016-7431 LIN6-11987: Security Advisory - ntp - CVE-2016-7434 LIN6-11988: Security Advisory - ntp - CVE-2016-7429 LIN6-11989: Security Advisory - ntp - CVE-2016-7426 LIN6-11990: Security Advisory - ntp - CVE-2016-7433 LIN6-11992: information in /sys/devices/system/cpu is not consistent LIN6-11993: reload of sshd deamon kills current connections LIN6-11994: CLONE - [tz-announce] 2016j release of tz code and data available LIN6-11997: Issue seen with futex patch from OVP6-34 LIN6-11999: Security Advisory - libtiff - CVE-2016-9535 LIN6-12000: Security Advisory - libtiff - CVE-2016-9536 LIN6-12001: Security Advisory - libxml2 - CVE-2016-9318 LIN6-12002: Security Advisory - libtiff - CVE-2016-9539 LIN6-12003: Security Advisory - vim - CVE-2016-1248 LIN6-12004: Security Advisory - libtiff - CVE-2016-9540 LIN6-12005: Security Advisory - libtiff - CVE-2016-9534 LIN6-12006: Security Advisory - libtiff - CVE-2016-9533 LIN6-12007: Security Advisory - linux - CVE-2015-8963 LIN6-12008: Security Advisory - libtiff - CVE-2016-9538 LIN6-12009: Security Advisory - libtiff - CVE-2016-9537 LIN6-12024: Security Advisory - linux - CVE-2016-8655 LIN6-12026: fix bug for kexec-tools LIN6-12028: CLONE - gnupg 1.4.7 options.skel file missing LIN6-12029: CLONE - gnupg dependency issue LIN6-12030: add patch for iputils LIN6-12038: CLONE: packagegroup-wr-core-dhcp description refers to python LIN6-12044: Security Advisory - libxtst - CVE-2016-7951 LIN6-12046: Security Advisory - postgresql - CVE-2016-5424 LIN6-12047: Security Advisory - libx11 - CVE-2016-7943 LIN6-12049: Security Advisory - linux - CVE-2016-9083 LIN6-12052: Security Advisory - linux - CVE-2016-8650 LIN6-12053: Security Advisory - phpmyadmin - CVE-2016-6630 LIN6-12057: Security Advisory - libxrender - CVE-2016-7949 LIN6-12059: Security Advisory - libxi - CVE-2016-7946 LIN6-12060: Security Advisory - phpmyadmin - CVE-2016-9860 LIN6-12061: Security Advisory - libxi - CVE-2016-7945 LIN6-12062: Security Advisory - qemu - CVE-2016-9104 LIN6-12063: Security Advisory - libxvmc - CVE-2016-7953 LIN6-12064: Security Advisory - busybox - CVE-2016-6301 LIN6-12066: Security Advisory - imagemagick - CVE-2016-5690 LIN6-12068: Security Advisory - phpmyadmin - CVE-2016-9864 LIN6-12070: Security Advisory - phpmyadmin - CVE-2016-6624 LIN6-12071: Security Advisory - qemu - CVE-2016-9102 LIN6-12073: Security Advisory - phpmyadmin - CVE-2016-6614 LIN6-12074: Security Advisory - phpmyadmin - CVE-2016-9865 LIN6-12075: Security Advisory - phpmyadmin - CVE-2016-6632 LIN6-12076: Security Advisory - phpmyadmin - CVE-2016-6628 LIN6-12077: Security Advisory - libxtst - CVE-2016-7952 LIN6-12079: Security Advisory - qemu - CVE-2016-7116 LIN6-1208|WIND00442749: [Feature Testing][userspace]: slang test(sscanf) failed on BCM-XLP,Segmentation fault LIN6-12081: Security Advisory - qemu - CVE-2016-6836 LIN6-12084: Security Advisory - phpmyadmin - CVE-2016-6609 LIN6-12086: Security Advisory - imagemagick - CVE-2016-5691 LIN6-12088: Security Advisory - qemu - CVE-2016-9101 LIN6-12089: Security Advisory - libxrandr - CVE-2016-7948 LIN6-12090: Security Advisory - libxv - CVE-2016-5407 LIN6-12095: Security Advisory - phpmyadmin - CVE-2016-9850 LIN6-12096: Security Advisory - qemu - CVE-2016-9106 LIN6-12097: Security Advisory - phpmyadmin - CVE-2016-6610 LIN6-12098: Security Advisory - qemu - CVE-2016-9105 LIN6-12099: Security Advisory - imagemagick - CVE-2016-5687 LIN6-12100: Security Advisory - qemu - CVE-2016-7995 LIN6-12101: Security Advisory - imagemagick - CVE-2016-5689 LIN6-12103: Security Advisory - phpmyadmin - CVE-2016-9856 LIN6-12104: Security Advisory - qemu - CVE-2016-6835 LIN6-12105: Security Advisory - qemu - CVE-2016-7156 LIN6-12106: Security Advisory - qemu - CVE-2016-7155 LIN6-12107: Security Advisory - phpmyadmin - CVE-2016-9866 LIN6-12110: Security Advisory - tar - CVE-2016-6321 LIN6-12111: Security Advisory - xorg - CVE-2015-3418 LIN6-12114: Security Advisory - phpmyadmin - CVE-2016-9857 LIN6-12116: Security Advisory - libxrandr - CVE-2016-7947 LIN6-12117: Security Advisory - phpmyadmin - CVE-2016-9859 LIN6-1212|WIND00446407: [Feature Testing][userspace]: bcm-xlp boot up failed with "--with-init=systemd" LIN6-12121: Security Advisory - phpmyadmin - CVE-2016-9858 LIN6-12123: Security Advisory - linux - CVE-2016-9555 LIN6-12124: Security Advisory - postgresql - CVE-2016-5423 LIN6-12125: Security Advisory - phpmyadmin - CVE-2016-6613 LIN6-12126: Security Advisory - phpmyadmin - CVE-2016-9861 LIN6-12129: Security Advisory - libxrender - CVE-2016-7950 LIN6-12132: Security Advisory - imagemagick - CVE-2016-5841 LIN6-12133: Security Advisory - phpmyadmin - CVE-2016-6606 LIN6-12135: Security Advisory - phpmyadmin - CVE-2016-6611 LIN6-12136: Security Advisory - phpmyadmin - CVE-2016-6612 LIN6-12137: Security Advisory - linux - CVE-2016-8633 LIN6-12138: Security Advisory - phpmyadmin - CVE-2016-6620 LIN6-12140: Security Advisory - imagemagick - CVE-2016-5688 LIN6-12141: Security Advisory - phpmyadmin - CVE-2016-9849 LIN6-12142: Security Advisory - phpmyadmin - CVE-2016-6625 LIN6-12143: Security Advisory - phpmyadmin - CVE-2016-6631 LIN6-12144: Security Advisory - phpmyadmin - CVE-2016-6619 LIN6-12145: Security Advisory - pcre - CVE-2015-3217 LIN6-12149: Security Advisory - phpmyadmin - CVE-2016-6626 LIN6-12150: Security Advisory - phpmyadmin - CVE-2016-6623 LIN6-12151: Security Advisory - phpmyadmin - CVE-2016-9847 LIN6-12153: Security Advisory - qemu - CVE-2016-6888 LIN6-12155: Security Advisory - qemu - CVE-2016-7170 LIN6-12156: Security Advisory - phpmyadmin - CVE-2016-6629 LIN6-12157: Security Advisory - libx11 - CVE-2016-7942 LIN6-12158: Security Advisory - bdwgc - CVE-2016-9427 LIN6-12159: Security Advisory - qemu - CVE-2016-6834 LIN6-12160: Security Advisory - linux - CVE-2016-8646 LIN6-12161: Security Advisory - phpmyadmin - CVE-2016-6618 LIN6-12163: Security Advisory - qemu - CVE-2016-7421 LIN6-12164: Security Advisory - phpmyadmin - CVE-2016-6607 LIN6-12165: Security Advisory - phpmyadmin - CVE-2016-6627 LIN6-12166: Security Advisory - imagemagick - CVE-2016-6491 LIN6-12167: Security Advisory - qemu - CVE-2016-6833 LIN6-12168: Security Advisory - qemu - CVE-2016-9103 LIN6-12169: Security Advisory - linux - CVE-2015-8970 LIN6-12171: Security Advisory - phpmyadmin - CVE-2016-6622 LIN6-12172: Security Advisory - phpmyadmin - CVE-2016-6633 LIN6-12174: CLONE - gpg-zip contains wrong path to tar binary LIN6-12175: RCU stalls in TIPC module when rebooting system LIN6-12176: CLONE: WRL hypervisor: annoying messages when starting KVM guest LIN6-12178: genext2fs command never ends LIN6-12182: Security Advisory - qemu - CVE-2016-9921 LIN6-12183: Security Advisory - linux - CVE-2016-9793 LIN6-12185: Security Advisory - linux - CVE-2016-9756 LIN6-12190: Security Advisory - linux - CVE-2016-9806 LIN6-12193: Security Advisory - linux - CVE-2016-9588 LIN6-12195: Security Advisory - imagemagick - CVE-2016-8707 LIN6-12196: Security Advisory - gst-ffmpeg - CVE-2016-7450 LIN6-12199: Security Advisory - qemu - CVE-2016-9907 LIN6-12203: Security Advisory - qemu - CVE-2016-9911 LIN6-12204: Security Advisory - linux - CVE-2016-9794 LIN6-12205: Security Advisory - linux - CVE-2016-9685 LIN6-12207: Security Advisory - gst-ffmpeg - CVE-2016-7905 LIN6-12208: Security Advisory - gst-ffmpeg - CVE-2016-7122 LIN6-12209: Security Advisory - gst-ffmpeg - CVE-2016-7502 LIN6-12211: Security Advisory - linux - CVE-2016-6786 LIN6-12212: Security Advisory - gst-ffmpeg - CVE-2016-7562 LIN6-12214: Typos in wrlcompat/scripts/configure LIN6-12215: Security Advisory - curl - CVE-2016-9586 LIN6-12218: Security Advisory - openssh - CVE-2016-10009 LIN6-12219: Security Advisory - openssh - CVE-2016-10011 LIN6-12220: Security Advisory - openssh - CVE-2016-10012 LIN6-12223: Security Advisory - ruby - CVE-2016-2339 LIN6-12225: Security Advisory - libtiff - CVE-2016-5652 LIN6-12226: Security Advisory - libgd - CVE-2016-8670 LIN6-12227: Security Advisory - bind - CVE-2016-9147 LIN6-12228: Security Advisory - php - CVE-2016-7478 LIN6-12229: Security Advisory - qemu - CVE-2016-9916 LIN6-12231: Security Advisory - qemu - CVE-2016-1981 LIN6-12232: Security Advisory - libgd - CVE-2016-9933 LIN6-12234: Security Advisory - qemu - CVE-2015-8743 LIN6-12235: Security Advisory - qemu - CVE-2016-9915 LIN6-12236: Security Advisory - php - CVE-2014-9912 LIN6-12240: Security Advisory - memcached - CVE-2016-8705 LIN6-12241: Security Advisory - linux - CVE-2016-10088 LIN6-12242: Security Advisory - linux - CVE-2016-9754 LIN6-12244: Security Advisory - bind - CVE-2016-9131 LIN6-12246: Security Advisory - bind - CVE-2016-9444 LIN6-12247: Security Advisory - memcached - CVE-2016-8704 LIN6-12249: Security Advisory - qemu - CVE-2015-8744 LIN6-12250: Security Advisory - ruby&tcltk - CVE-2016-2337 LIN6-12251: Security Advisory - qemu - CVE-2016-1922 LIN6-12254: Security Advisory - memcached - CVE-2016-8706 LIN6-12255: Security Advisory - qemu - CVE-2016-9776 LIN6-12256: Security Advisory - php - CVE-2016-9138 LIN6-12257: Security Advisory - qemu - CVE-2015-8745 LIN6-12258: Security Advisory - php - CVE-2016-9935 LIN6-12259: Security Advisory - php - CVE-2016-9137 LIN6-12261: Security Advisory - php - CVE-2016-9934 LIN6-12264: WRlinux6 bcm-xlp: N32 toolchain don't work in SDK LIN6-12266: Failure to pass IPV6 Compliance Test LIN6-12267: Security Advisory - dropbear - CVE-2016-7406 LIN6-12268: Security Advisory - dropbear - CVE-2016-7407 LIN6-12269: Security Advisory - dropbear - CVE-2016-7408 LIN6-12270: Security Advisory - dropbear - CVE-2016-7409 LIN6-12271: Security Advisory - dropbear - CVE-2016-3116 LIN6-12272: Security Advisory - openssl - CVE-2016-7056 LIN6-12275: Security Advisory - linux - CVE-2017-2584 LIN6-12277: Security Advisory - gstreamer - CVE-2016-9809 LIN6-12278: Security Advisory - gstreamer - CVE-2016-9808 LIN6-12279: Security Advisory - libtiff - CVE-2017-5225 LIN6-12280: Security Advisory - gstreamer - CVE-2016-9810 LIN6-12281: Security Advisory - gstreamer - CVE-2016-9807 LIN6-12282: Security Advisory - gstreamer - CVE-2016-9811 LIN6-12284: eglibc-sourcery-binary build fails in do_install for CentOS7 builds LIN6-12286: tipc: test failure "possible circular locking dependency detected" LIN6-12288: Security Advisory - gstreamer - CVE-2016-9634 LIN6-12289: Security Advisory - gstreamer - CVE-2016-9635 LIN6-12290: Security Advisory - gstreamer - CVE-2016-9636 LIN6-12291: The package cairo unexpectedly generates PNG formatted graphics instead of SVG formatted graphics LIN6-12293: System hangs during booting LIN6-12295: Security Advisory - openssl - CVE-2017-3731 LIN6-12299: CLONE - wrlinux 5 - dhcpd opening additional random ports LIN6-123|WIND00446179: eglibc-locale: the ${localedir} dir installed but not populated to sysroot while target was x86-64 LIN6-12300: CLONE - wrlinux 5 - Non deterministic build of ltrace LIN6-12301: CLONE - Busybox ifupdown: pass interface device name for ipv6 route commands LIN6-12305: Security Advisory - tcpdump - CVE-2016-7939 LIN6-12306: Security Advisory - libpng - CVE-2016-10087 LIN6-12307: Security Advisory - tcpdump - CVE-2016-7974 LIN6-12308: Security Advisory - libtiff - CVE-2016-6223 LIN6-12309: Security Advisory - bind - CVE-2017-3135 LIN6-12310: Security Advisory - libgd - CVE-2016-6911 LIN6-12311: Security Advisory - tcpdump - CVE-2016-7975 LIN6-12313: Security Advisory - php - CVE-2016-10160 LIN6-12315: Security Advisory - tcpdump - CVE-2016-7930 LIN6-12316: Security Advisory - tcpdump - CVE-2016-7993 LIN6-12317: Security Advisory - ffmpeg - CVE-2016-6164 LIN6-12319: Security Advisory - tcpdump - CVE-2016-7937 LIN6-12320: Security Advisory - php - CVE-2016-10158 LIN6-12321: Security Advisory - linux - CVE-2017-5549 LIN6-12323: Security Advisory - tcpdump - CVE-2016-7931 LIN6-12324: Security Advisory - tcpdump - CVE-2016-7924 LIN6-12326: Security Advisory - gstreamer - CVE-2016-9446 LIN6-12332: Security Advisory - bash - CVE-2016-7543 LIN6-12333: Security Advisory - imagemagick - CVE-2016-7799 LIN6-12334: Security Advisory - linux - CVE-2017-2583 LIN6-12336: Security Advisory - libtiff - CVE-2016-9453 LIN6-12337: Security Advisory - tcpdump - CVE-2016-7936 LIN6-12338: Security Advisory - tcpdump - CVE-2017-5486 LIN6-12339: Security Advisory - bash - CVE-2016-9401 LIN6-12342: Security Advisory - imagemagick - CVE-2016-6823 LIN6-12343: Security Advisory - libtiff - CVE-2016-5317 LIN6-12344: Security Advisory - libxpm - CVE-2016-10164 LIN6-12346: Security Advisory - tcpdump - CVE-2017-5484 LIN6-12350: Security Advisory - quagga - CVE-2017-5495 LIN6-12351: Security Advisory - tcpdump - CVE-2016-7926 LIN6-12358: Security Advisory - tcpdump - CVE-2016-7927 LIN6-12359: Security Advisory - tcpdump - CVE-2016-7933 LIN6-12360: Security Advisory - php - CVE-2016-10161 LIN6-12361: Security Advisory - tcpdump - CVE-2016-7929 LIN6-12362: Security Advisory - unzip - CVE-2016-9844 LIN6-12365: Security Advisory - libtiff - CVE-2016-9297 LIN6-12367: Security Advisory - tcpdump - CVE-2016-7922 LIN6-12368: Security Advisory - libtiff - CVE-2016-9532 LIN6-12369: Security Advisory - linux - CVE-2017-5551 LIN6-12371: Security Advisory - php - CVE-2016-10159 LIN6-12375: Security Advisory - tcpdump - CVE-2017-5342 LIN6-12376: Security Advisory - librsvg - CVE-2016-6163 LIN6-12377: Security Advisory - tcpdump - CVE-2016-7984 LIN6-12381: Security Advisory - tcpdump - CVE-2016-7935 LIN6-12383: Security Advisory - gstreamer - CVE-2016-9445 LIN6-12384: Security Advisory - tcpdump - CVE-2016-7934 LIN6-12385: Security Advisory - tcpdump - CVE-2016-7983 LIN6-12386: Security Advisory - tcpdump - CVE-2016-7923 LIN6-12387: Security Advisory - unzip - CVE-2014-9913 LIN6-12389: Security Advisory - libtiff - CVE-2016-9273 LIN6-12391: Security Advisory - gcc - CVE-2016-6131 LIN6-12392: Security Advisory - tcpdump - CVE-2016-7973 LIN6-12396: Security Advisory - imagemagick - CVE-2016-7101 LIN6-12399: Security Advisory - linux - CVE-2016-10208 LIN6-1240|WIND00445891: [userspace]on fsl-p2020, some subcase of ryslog ptest will hang the test. LIN6-12400: Security Advisory - libtiff - CVE-2016-5316 LIN6-12401: Security Advisory - qemu - CVE-2016-9381 LIN6-12402: Security Advisory - tcpdump - CVE-2016-8574 LIN6-12404: Security Advisory - tcpdump - CVE-2017-5204 LIN6-12405: Security Advisory - tcpdump - CVE-2016-8575 LIN6-12410: Security Advisory - tcpdump - CVE-2017-5485 LIN6-12411: Security Advisory - tcpdump - CVE-2017-5205 LIN6-12412: Security Advisory - tcpdump - CVE-2017-5483 LIN6-12413: Security Advisory - tcpdump - CVE-2017-5202 LIN6-12414: Security Advisory - ruby - CVE-2016-7798 LIN6-12416: Security Advisory - tcpdump - CVE-2017-5482 LIN6-12418: Security Advisory - tcpdump - CVE-2016-7940 LIN6-12421: Security Advisory - tcpdump - CVE-2017-5203 LIN6-12422: Security Advisory - tcpdump - CVE-2016-7992 LIN6-12424: Security Advisory - tcpdump - CVE-2016-7928 LIN6-12427: Security Advisory - phpMyAdmin - CVE-2016-6621 LIN6-12428: Security Advisory - libgd - CVE-2016-9317 LIN6-12430: Security Advisory - libgd - CVE-2016-6912 LIN6-12431: Security Advisory - tcpdump - CVE-2016-7925 LIN6-12433: Security Advisory - libtiff - CVE-2016-9448 LIN6-12439: CLONE - Syslog-ng dependency LIN6-12440: Dependencies missing in host_package_install.sh LIN6-12441: Security Advisory - linux - CVE-2017-6074 LIN6-12442: memory increasing when looping in shell script LIN6-12444: Need to update release notes with link to SPDX package information LIN6-12445: Security Advisory - glibc - CVE-2016-5417 LIN6-12451: Security Advisory - gstreamer - CVE-2017-5843 LIN6-12452: Security Advisory - ghostscript - CVE-2017-6196 LIN6-12453: Security Advisory - linux - CVE-2017-6001 LIN6-12456: Security Advisory - qemu - CVE-2017-2615 LIN6-12457: Security Advisory - gstreamer - CVE-2017-5839 LIN6-12459: Security Advisory - vim - CVE-2017-5953 LIN6-12462: Security Advisory - gstreamer - CVE-2017-5844 LIN6-12463: Security Advisory - gstreamer - CVE-2017-5846 LIN6-12464: Security Advisory - gstreamer - CVE-2017-5840 LIN6-12465: Security Advisory - gstreamer - CVE-2017-5847 LIN6-12466: Security Advisory - linux - CVE-2017-5669 LIN6-12467: Security Advisory - imagemagick - CVE-2016-9773 LIN6-12468: Security Advisory - gstreamer - CVE-2017-5838 LIN6-12470: Security Advisory - gstreamer - CVE-2016-10198 LIN6-12473: Security Advisory - ffmpeg - CVE-2016-10192 LIN6-12475: Security Advisory - quagga - CVE-2016-1245 LIN6-12476: Security Advisory - ffmpeg - CVE-2016-10190 LIN6-12478: Security Advisory - gstreamer - CVE-2017-5842 LIN6-12479: Security Advisory - gstreamer - CVE-2017-5848 LIN6-12485: Security Advisory - gstreamer - CVE-2017-5837 LIN6-12486: Security Advisory - gstreamer - CVE-2016-10199 LIN6-12487: Security Advisory - libarchive - CVE-2016-8687 LIN6-12488: Security Advisory - linux - CVE-2017-5986 LIN6-12492: CLONE: x86: boot freezes/crashes when negative clearcpuid= is used (e.g. -987654321) LIN6-12493: CLONE - [tz-announce] 2017a release of tz code and data available LIN6-12495: Security Advisory - tiff - CVE-2016-5875 LIN6-12496: Security Advisory - tiff - CVE-2016-5320 LIN6-12497: Security Advisory - tiff - CVE-2016-5314 LIN6-12498: CLONE - TSR libarchive non deterministic build LIN6-12500: Security Advisory - imagemagick - CVE-2016-9556 LIN6-12502: Security Advisory - imagemagick - CVE-2016-10061 LIN6-12503: Security Advisory - imagemagick - CVE-2017-6502 LIN6-12504: Security Advisory - imagemagick - CVE-2016-10062 LIN6-12505: Security Advisory - imagemagick - CVE-2016-10068 LIN6-12506: Security Advisory - vim - CVE-2017-6349 LIN6-12511: Security Advisory - imagemagick - CVE-2017-6498 LIN6-12512: Security Advisory - linux - CVE-2017-6346 LIN6-12514: Security Advisory - imagemagick - CVE-2015-8900 LIN6-12517: Security Advisory - imagemagick - CVE-2016-10071 LIN6-12519: Security Advisory - wget - CVE-2017-6508 LIN6-12521: Security Advisory - linux - CVE-2016-10200 LIN6-12522: Security Advisory - imagemagick - CVE-2016-10065 LIN6-12523: Security Advisory - libtiff - CVE-2016-10093 LIN6-12526: Security Advisory - freetype - CVE-2016-10244 LIN6-12527: Security Advisory - linux - CVE-2017-6348 LIN6-12528: Security Advisory - imagemagick - CVE-2017-6500 LIN6-12534: Security Advisory - imagemagick - CVE-2016-10066 LIN6-12535: Security Advisory - libtiff - CVE-2016-10094 LIN6-12536: Security Advisory - busybox - CVE-2014-9645 LIN6-12537: Security Advisory - linux - CVE-2017-6353 LIN6-12538: Security Advisory - vim - CVE-2017-6350 LIN6-12539: Security Advisory - imagemagick - CVE-2016-10063 LIN6-12543: Security Advisory - imagemagick - CVE-2016-10064 LIN6-12545: Security Advisory - libtiff - CVE-2016-10092 LIN6-12548: Security Advisory - imagemagick - CVE-2016-9559 LIN6-12551: Security Advisory - imagemagick - CVE-2016-10067 LIN6-12553: Security Advisory - imagemagick - CVE-2016-10060 LIN6-12557: Security Advisory - linux - CVE-2017-6345 LIN6-12565: xerces-c need depend libgcrypt LIN6-12566: samba depend valgrind LIN6-12567: Security Advisory - ghostscript - CVE-2013-5653 LIN6-12569: CLONE - Security Advisory - ntp - CVE-2017-6464 LIN6-12570: CLONE - Security Advisory - ntp - CVE-2017-6462 LIN6-12571: CLONE - Security Advisory - ntp - CVE-2017-6463 LIN6-12575: CLONE - Security Advisory - ntp - CVE-2017-6458 LIN6-12576: CLONE - Security Advisory - ntp - CVE-2017-6451 LIN6-12577: CLONE - Security Advisory - ntp - CVE-2017-6460 LIN6-12578: CLONE - Security Advisory - ntp - CVE-2016-9042 LIN6-12580: CLONE - lsof usage contain host information - wrlinux 5 LIN6-12583: Security Advisory - tigervnc - CVE-2016-10207 LIN6-12585: anaconda: Error running resize2fs: No such file or directory LIN6-12586: Security Advisory - libevent - CVE-2016-10195 LIN6-12587: Security Advisory - imagemagick - CVE-2016-10047 LIN6-1259|WIND00446619: inetutils-telnetd: error: Can't install inetutils-telnetd-1.9.1-r1.1@i686: no package provides libreadline.so.5 LIN6-12590: Security Advisory - elfutils - CVE-2016-10254 LIN6-12593: Security Advisory - tiff - CVE-2016-10268 LIN6-12596: Security Advisory - gd - CVE-2016-6906 LIN6-12597: Security Advisory - gnutls - CVE-2017-5336 LIN6-12599: Security Advisory - imagemagick - CVE-2014-9833 LIN6-12600: Security Advisory - tiff - CVE-2016-10271 LIN6-12601: Security Advisory - screen - CVE-2017-5618 LIN6-12607: Security Advisory - squashfs-tools - CVE-2015-4645 LIN6-12608: Security Advisory - imagemagick - CVE-2014-9843 LIN6-12610: Security Advisory - tiff - CVE-2016-10269 LIN6-12611: Security Advisory - pcre - CVE-2017-7186 LIN6-12613: Security Advisory - qemu - CVE-2017-5973 LIN6-12618: Security Advisory - imagemagick - CVE-2015-8894 LIN6-12621: Security Advisory - imagemagick - CVE-2014-9844 LIN6-12627: Security Advisory - qemu - CVE-2016-9922 LIN6-12628: Security Advisory - imagemagick - CVE-2017-5506 LIN6-12629: Security Advisory - imagemagick - CVE-2014-9842 LIN6-12630: Security Advisory - gd - CVE-2016-10168 LIN6-12633: Security Advisory - imagemagick - CVE-2016-10051 LIN6-12634: Security Advisory - tiff - CVE-2016-10270 LIN6-12638: Security Advisory - gnutls - CVE-2017-5337 LIN6-12641: Security Advisory - qemu - CVE-2017-5987 LIN6-12643: Security Advisory - qemu - CVE-2017-5898 LIN6-12644: Security Advisory - gd - CVE-2016-10166 LIN6-12645: Security Advisory - linux - CVE-2017-7273 LIN6-12648: Security Advisory - imagemagick - CVE-2014-9854 LIN6-12650: Security Advisory - qemu - CVE-2017-5856 LIN6-12651: Security Advisory - tiff - CVE-2016-10267 LIN6-12652: Security Advisory - imagemagick - CVE-2016-5239 LIN6-12654: Security Advisory - pcre - CVE-2017-7246 LIN6-12657: Security Advisory - qemu - CVE-2017-5579 LIN6-12660: Security Advisory - ghostscript - CVE-2017-7207 LIN6-12661: Security Advisory - imagemagick - CVE-2016-10145 LIN6-12662: Security Advisory - tiff - CVE-2016-10266 LIN6-12666: Security Advisory - imagemagick - CVE-2014-9834 LIN6-12668: Security Advisory - imagemagick - CVE-2014-9835 LIN6-12670: Security Advisory - gd - CVE-2016-10167 LIN6-12673: Security Advisory - linux - CVE-2017-5897 LIN6-12677: Security Advisory - imagemagick - CVE-2015-8898 LIN6-12678: Security Advisory - libevent - CVE-2016-10197 LIN6-12679: Security Advisory - imagemagick - CVE-2016-10052 LIN6-1268|WIND00446831: python-m2crypto_0.21.1 failed (do_compile) of bcm-x1p_world_bd. LIN6-12680: Security Advisory - imagemagick - CVE-2017-5511 LIN6-12681: Security Advisory - imagemagick - CVE-2016-10146 LIN6-12682: Security Advisory - imagemagick - CVE-2014-9848 LIN6-12683: Security Advisory - pcre - CVE-2017-7244 LIN6-12684: Security Advisory - imagemagick - CVE-2016-10144 LIN6-12685: Security Advisory - imagemagick - CVE-2014-9840 LIN6-12686: Security Advisory - imagemagick - CVE-2015-8897 LIN6-12687: Security Advisory - elfutils - CVE-2016-10255 LIN6-12688: Security Advisory - imagemagick - CVE-2016-10059 LIN6-12689: Security Advisory - imagemagick - CVE-2014-9847 LIN6-12690: Security Advisory - pcre - CVE-2017-7245 LIN6-12691: Security Advisory - imagemagick - CVE-2014-9845 LIN6-12692: Security Advisory - imagemagick - CVE-2016-10055 LIN6-12693: Security Advisory - php - CVE-2017-7272 LIN6-12694: Security Advisory - pacemaker - CVE-2016-7797 LIN6-12696: Security Advisory - qemu - CVE-2017-5667 LIN6-12697: Security Advisory - imagemagick - CVE-2016-10054 LIN6-12698: Security Advisory - linux - CVE-2017-6951 LIN6-12701: Security Advisory - gnutls - CVE-2017-5335 LIN6-12706: Security Advisory - imagemagick - CVE-2014-9836 LIN6-12708: Security Advisory - imagemagick - CVE-2016-10046 LIN6-12709: Security Advisory - imagemagick - CVE-2016-10048 LIN6-12710: Security Advisory - qemu - CVE-2017-6505 LIN6-12711: Security Advisory - imagemagick - CVE-2014-9839 LIN6-12714: Security Advisory - imagemagick - CVE-2014-9851 LIN6-12718: Security Advisory - libav - CVE-2017-7208 LIN6-12719: Security Advisory - tiff - CVE-2016-10272 LIN6-12720: Security Advisory - imagemagick - CVE-2016-10057 LIN6-12721: Security Advisory - imagemagick - CVE-2017-7275 LIN6-12724: Security Advisory - imagemagick - CVE-2017-5507 LIN6-12725: Security Advisory - libevent - CVE-2016-10196 LIN6-12728: Security Advisory - imagemagick - CVE-2017-5508 LIN6-12731: Security Advisory - openssh - CVE-2016-1908 LIN6-12733: Security Advisory - imagemagick - CVE-2016-8862 LIN6-12734: Security Advisory - imagemagick - CVE-2016-8866 LIN6-12736: Security Advisory - imagemagick - CVE-2014-9812 LIN6-12739: Security Advisory - tiff - CVE-2017-7602 LIN6-12743: Security Advisory - imagemagick - CVE-2014-9825 LIN6-12744: Security Advisory - imagemagick - CVE-2014-9822 LIN6-12746: Security Advisory - tigervnc - CVE-2017-7393 LIN6-12748: Security Advisory - zlib - CVE-2016-9840 LIN6-12749: Security Advisory - tiff - CVE-2017-7595 LIN6-1275|WIND00443479: [userspace] madt Segmentation fault LIN6-12750: Security Advisory - tiff - CVE-2017-7600 LIN6-12751: Security Advisory - elfutils - CVE-2017-7612 LIN6-12753: Security Advisory - imagemagick - CVE-2014-9817 LIN6-12754: Security Advisory - linux - CVE-2016-10229 LIN6-12755: Security Advisory - zlib - CVE-2016-9842 LIN6-12756: Security Advisory - imagemagick - CVE-2014-9821 LIN6-12757: Security Advisory - ruby - CVE-2009-5147 LIN6-12759: Security Advisory - imagemagick - CVE-2014-9816 LIN6-12760: Security Advisory - curl - CVE-2017-7407 LIN6-12762: Security Advisory - linux - CVE-2017-7308 LIN6-12765: Security Advisory - imagemagick - CVE-2014-9818 LIN6-12766: Security Advisory - tigervnc - CVE-2017-7394 LIN6-12767: Security Advisory - tiff - CVE-2017-7601 LIN6-12768: Security Advisory - ghostscript - CVE-2016-10220 LIN6-12772: Security Advisory - tiff - CVE-2017-7594 LIN6-12773: Security Advisory - imagemagick - CVE-2014-9807 LIN6-12775: Security Advisory - ghostscript - CVE-2016-10219 LIN6-12776: Security Advisory - tiff - CVE-2017-7596 LIN6-12777: Security Advisory - linux - CVE-2014-9922 LIN6-12779: Security Advisory - elfutils - CVE-2017-7611 LIN6-12784: Security Advisory - imagemagick - CVE-2014-9820 LIN6-12785: Security Advisory - tigervnc - CVE-2017-7396 LIN6-12786: Security Advisory - linux - CVE-2017-7294 LIN6-12787: Security Advisory - imagemagick - CVE-2014-9829 LIN6-12788: Security Advisory - elfutils - CVE-2017-7610 LIN6-12789: Security Advisory - ghostscript - CVE-2017-5951 LIN6-12790: Security Advisory - libsndfile - CVE-2017-7585 LIN6-12791: Security Advisory - tigervnc - CVE-2017-7395 LIN6-12792: Security Advisory - tiff - CVE-2017-7599 LIN6-12794: Security Advisory - zlib - CVE-2016-9841 LIN6-12798: Security Advisory - freeradius - CVE-2015-4680 LIN6-12803: Security Advisory - qemu - CVE-2017-7377 LIN6-12805: Security Advisory - tiff - CVE-2017-7598 LIN6-12809: Security Advisory - zlib - CVE-2016-9843 LIN6-12811: Security Advisory - bash - CVE-2016-0634 LIN6-12813: Security Advisory - linux - CVE-2017-7616 LIN6-12819: Security Advisory - tiff - CVE-2017-7597 LIN6-12820: Security Advisory - tiff - CVE-2017-7592 LIN6-12821: Security Advisory - elfutils - CVE-2017-7613 LIN6-12822: Security Advisory - imagemagick - CVE-2014-9819 LIN6-12824: Security Advisory - libsndfile - CVE-2017-7586 LIN6-12825: Security Advisory - tigervnc - CVE-2017-7392 LIN6-12827: Security Advisory - tiff - CVE-2017-7593 LIN6-12828: Security Advisory - linux - CVE-2017-2671 LIN6-12829: the customer needs patch for CVE-2016-5870 and CVE-2017-6951 for wrlinux6 LIN6-12835: CLONE - [tz-announce] 2017b release of tz code and data available LIN6-12840: Security Advisory - imagemagick - CVE-2016-7527 LIN6-12842: Security Advisory - qemu - CVE-2015-8613 LIN6-12843: Security Advisory - imagemagick - CVE-2016-5010 LIN6-12847: Security Advisory - ffmpeg - CVE-2017-7862 LIN6-12848: Security Advisory - imagemagick - CVE-2016-7528 LIN6-12849: Security Advisory - ghostscript - CVE-2016-8602 LIN6-12851: Security Advisory - ghostscript - CVE-2017-7975 LIN6-12856: Security Advisory - qemu - CVE-2015-8666 LIN6-12857: Security Advisory - imagemagick - CVE-2016-7537 LIN6-12858: Security Advisory - freetype - CVE-2016-10328 LIN6-12859: Security Advisory - qemu - CVE-2017-7718 LIN6-12860: Security Advisory - gnutls - CVE-2017-7869 LIN6-12865: Security Advisory - imagemagick - CVE-2016-7533 LIN6-12866: Security Advisory - imagemagick - CVE-2016-7534 LIN6-12870: Security Advisory - linux - CVE-2017-8070 LIN6-12871: Security Advisory - libxslt - CVE-2017-5029 LIN6-12874: Security Advisory - imagemagick - CVE-2016-7526 LIN6-12876: Security Advisory - sudo - CVE-2016-7032 LIN6-12883: Security Advisory - icu - CVE-2017-7868 LIN6-12887: Security Advisory - libsndfile - CVE-2017-7741 LIN6-12890: Security Advisory - freetype - CVE-2017-8105 LIN6-12891: Security Advisory - php - CVE-2016-5399 LIN6-12897: Security Advisory - qemu - CVE-2015-8567 LIN6-12901: Security Advisory - bind - CVE-2017-3138 LIN6-12902: Security Advisory - sudo - CVE-2014-9680 LIN6-12904: Security Advisory - imagemagick - CVE-2016-7521 LIN6-12911: Security Advisory - imagemagick - CVE-2016-7520 LIN6-12917: Security Advisory - tiff - CVE-2016-5322 LIN6-12921: Security Advisory - imagemagick - CVE-2016-7538 LIN6-12927: Security Advisory - icu - CVE-2014-9654 LIN6-12933: Security Advisory - icu - CVE-2017-7867 LIN6-12934: Security Advisory - bind - CVE-2017-3136 LIN6-12935: Security Advisory - imagemagick - CVE-2014-9837 LIN6-12937: Security Advisory - linux - CVE-2017-7645 LIN6-12938: Security Advisory - imagemagick - CVE-2016-7531 LIN6-12940: Security Advisory - ffmpeg - CVE-2017-7863 LIN6-12941: Security Advisory - libsndfile - CVE-2017-7742 LIN6-12947: Security Advisory - bind - CVE-2017-3137 LIN6-12949: Security Advisory - imagemagick - CVE-2016-7522 LIN6-12951: Security Advisory - ffmpeg - CVE-2017-7865 LIN6-12952: Security Advisory - imagemagick - CVE-2016-7535 LIN6-12953: Security Advisory - libcroco - CVE-2017-7960 LIN6-12955: Security Advisory - imagemagick - CVE-2016-7529 LIN6-12967: Security Advisory - qemu - CVE-2017-8112 LIN6-12970: Security Advisory - libsndfile - CVE-2017-8365 LIN6-12972: Security Advisory - libsndfile - CVE-2017-8361 LIN6-12975: Security Advisory - freetype - CVE-2017-8287 LIN6-12976: Security Advisory - imagemagick - CVE-2017-8830 LIN6-12978: Security Advisory - imagemagick - CVE-2017-8354 LIN6-12979: Security Advisory - libsndfile - CVE-2017-8362 LIN6-12981: Security Advisory - linux - CVE-2014-9940 LIN6-12982: Security Advisory - imagemagick - CVE-2017-8357 LIN6-12984: Security Advisory - postgresql - CVE-2017-7486 LIN6-12985: Security Advisory - linux - CVE-2017-7895 LIN6-12993: Security Advisory - imagemagick - CVE-2017-8765 LIN6-12995: Security Advisory - imagemagick - CVE-2017-8351 LIN6-12997: Security Advisory - linux - CVE-2017-8890 LIN6-12998: Security Advisory - imagemagick - CVE-2017-8355 LIN6-13002: Security Advisory - postgresql - CVE-2017-7484 LIN6-13004: Security Advisory - linux - CVE-2017-7472 LIN6-13013: Security Advisory - libtiff - CVE-2016-10371 LIN6-13015: Security Advisory - libsndfile - CVE-2017-8363 LIN6-13016: Security Advisory - imagemagick - CVE-2017-8343 LIN6-13019: Security Advisory - linux - CVE-2017-8924 LIN6-13020: Binaries installed with symbols LIN6-13022: kexec-tools_2.0.4 failed (do_install) of ti-am57xx_world_6. LIN6-13027: CLONE - traceroute manual pages places in incorrect directory LIN6-13032: Security Advisory - ghostscript - CVE-2016-7979 LIN6-13033: Security Advisory - dropbear - CVE-2017-9078 LIN6-13034: Security Advisory - libav - CVE-2017-9051 LIN6-13035: Security Advisory - dropbear - CVE-2017-9079 LIN6-13039: Security Advisory - linux - CVE-2017-9076 LIN6-13041: Security Advisory - ghostscript - CVE-2016-7978 LIN6-13051: Security Advisory - ghostscript - CVE-2017-9216 LIN6-13052: Security Advisory - qemu - CVE-2017-8309 LIN6-1308|WIND00446499: Missing CONFIG_TIGON3 kernel param causes failure booting dell390n, previously supported, used by contractors and in vlm LIN6-1325|WIND00447337: [Feature Testing][bsp]: bcm-xlp will hang LIN6-1406|WIND00446581: wrlinux 6.0- vmdk type image is too small LIN6-1407|WIND00444878: [ WRL6.0 ] [ BSP: bcm-xlp ] Failed to use ethtool to set ethernet port LIN6-1415|WIND00445604: [userspace]on fsl-p2020, many hugetlbpage.c call trace print out when execute libhugetlbfs ptest LIN6-1430|WIND00444869: [userspace]kernel module is not installed to rootfs when build glibc-core LIN6-151|WIND00438858: WRL6: Add support for armhf LIN6-1543|WIND00444449: nss_3.15.1 failed to build for fsl-b4xxx_world_bp - nsinstall.c:1:0: unimplemented: 64-bit mode not compiled in LIN6-1546|WIND00446382: numactl --hardware can't find out all the nodes on intel-x86-32 LIN6-1603|WIND00445223: "grep" command cannot be found in "zgrep" script on KVM host LIN6-1618|WIND00446217: Failed to configure with --with-template=feature/usttrace_demo. LIN6-165|WIND00441084: [wrl60]error appear when run i686-wrs-linux-gnu-gdb under binary-toolchain-4.8-14 or -22 path LIN6-1685|WIND00445467: [kernel] drbd-tools version not match with kernel module LIN6-17|WIND00442137: [WRLinux60] Trace directory creation error for lttng2 event sched_switch in ARM BSP ti-66ak2hxx LIN6-173|WIND00444742: QA warnings from kmod, udev, nfs-utils, gzip, and iputils LIN6-1748|WIND00445506: [6.0][fsl-b4xxx] kgdbts has a calltrace LIN6-1777|WIND00434122: xerces-c test case "DOMTest" failed. It only failed on qemux86-64, and passed on all other qemu BSPs LIN6-182|WIND00443097: [wrl60]syntax error in project configure when the build path include "~" or "^" or "#" LIN6-1846|WIND00444302: [ WRL6.0 ] [ BSP: bcm-xlp ] The KTS ftrace_stress test case could cause Call Trace in the preempt-rt kernel and multi-libo32 file system. LIN6-1850|WIND00446530: drbd-tools_8.4.3 failed (do_compile) of fsl-b4xxx_world_bp. LIN6-1886|WIND00442078: lttng/ust instructions in lemon demo need updating to 2.0 LIN6-1928|WIND00445683: mce-inject_git failed to build - bison: Command not found LIN6-1940|WIND00446872: perl_5.14.3 do_package failed with ptest enabled: package/usr/lib/perl/ptest/generate_uudmap: File format not recognized LIN6-1946|WIND00445556: [userspace]proftpd can not stop by /etc/init.d/proftpd LIN6-1948|WIND00445432: WARNING: binutils: Files/directories were installed but not shipped: /usr/bin/embedspu LIN6-1950|WIND00446784: libn32-strongswan do_configure failed of bcm-x1p on ubuntu12.04: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. LIN6-1960|WIND00448020: [userspace] 1 subcases fail when test IPv6 1981 with TAHI LIN6-2042|WIND00444192: [Feature Testing][userspace]: the /usr/bin/LSB_test.sh need to be update for intel-x86-64 lib32 LIN6-2078|WIND00445658: [Feature Testing][Userspace]: tcpdump can't get cryptic content from IPSec packet LIN6-2090|WIND00446292: samba fails to start on qemu/board targets LIN6-2094|WIND00447052: [userspace] Run "/etc/init.d/ntpd start" failed on intel-x86-64 multilib LIN6-21|WIND00444854: aarch64 toolchain can't link with -lrt LIN6-2118|WIND00445384: Move wr-base/recipes-devtools/sgabios/sgabios/sgabios_8.tar.bz2 to wr-base/downloads LIN6-215|WIND00446340: configure for glibc-tiny fs should be limited. LIN6-2192|WIND00444188: Failed to boot up ISO on intel-x86-64 LIN6-2224|WIND00447072: [Feature Testing][userspace]: daemon status is wrong after start the collectd service LIN6-2234|WIND00444821: makedumpfile needs RDEPENDS on the perl LIN6-2236|WIND00444885: libav do_configure failed: x86_64-wrs-linux-gcc is unable to create an executable file LIN6-2240|WIND00446121: [userspace] Failed to build rsyslog with multilib LIN6-2244|WIND00445568: [Feature Testing][Userspace]: rpcbind restart failed if it's not running LIN6-2250|WIND00446625: "service --status-all" didn't return the correct status of postfix. The service is running but return [ - ] LIN6-2348|WIND00445425: mariadb-native failed to build on Ubuntu13.10 LIN6-2380|WIND00446789: [WRLinux60] There are a lot of WARNINGs when trying to install package syslog-ng LIN6-2412|WIND00445361: SDK for Windows: do_populate_sdk failed while host didn't have installed zip LIN6-2416|WIND00446397: Error message appears when booting read-only ISO LIN6-2422|WIND00446218: cherokee_1.2.98 do_install failed: lib32-cherokee/1.2.98-r9/image/usr/share/cherokee/admin/configured.py': No such file or directory LIN6-2424|WIND00445347: eu-objdump is not installed on qemux86 anymore LIN6-2428|WIND00446185: [Feature Testing][userspace]: 16 ptest missed on bcm-xlp + Multilib:libn32 LIN6-2432|WIND00446793: Build ntp failed when with "--with-init=systemd" and "--enable-multilib=lib32" option on intel-x86-64 LIN6-2487: test-dependencies wr-base: build error for libee, liblognorm and tokyocabinet LIN6-2488: test-dependencies oe-core: build error for guile and kconfig-frontends LIN6-2490: test-dependencies meta-networking: build error for ypbind-mt LIN6-2491: test-dependencies wr-kernel: build error for kernelshark LIN6-2492: test-dependencies wr-tools-profile: build error for oprofile LIN6-2493|WIND00445850: Security Advisory - openvpn - CVE-2013-2061 LIN6-2497|WIND00448743: Security Advisory - memcached - CVE-2011-4971 LIN6-2501: There is kernel BUG Warning output during target booting up when CONFIG_DEBUG_LOCKDEP is enabled on ARM BSP ti-66ak2hxx LIN6-2504|WIND00429669: preempt-rt kernel not automatically selected in Workbench LIN6-2506: Security Advisory - ffmpeg - CVE-2012-6618 LIN6-2509: Security Advisory - curl - CVE-2013-6422 LIN6-2511: Security Advisory - ffmpeg - CVE-2012-6617 LIN6-2514: Security Advisory - ffmpeg - CVE-2013-4358 LIN6-2516: Security Advisory - php - CVE-2013-6420 LIN6-2518: Security Advisory - gnupg - CVE-2013-4576 LIN6-2528|WIND00443491: CLONE - Can't checkout all layers with old RCPL versions since RCPL 9 installed LIN6-2531: [6002]two bsp is missing after install WRLinux6002 LX03 DVD LIN6-2538|WIND00448742: Security Advisory - linux - CVE-2013-2929 LIN6-2542|WIND00448762: Security Advisory - linux - CVE-2013-2930 LIN6-2544|WIND00448770: Security Advisory - linux - CVE-2013-7026 LIN6-2547|WIND00445864: Security Advisory - lighttpd - CVE-2013-4559 LIN6-2550|WIND00446852: host UID/GID contamination LIN6-2551|WIND00406571: Get some errors when booting xeon+cgl+glibc-cgl from iso with wr-installer LIN6-2552|WIND00437694: wrlinux 5.0.1 - have packages user the long useradd system parameter and user-group LIN6-2555|WIND00436927: wrlinux 5.0.1 - syslog-ng build with implicit options LIN6-2556|WIND00407484: [Feature Testing]On fsl-e500mc preempt-rt kernel, the memory size got by free or top is incorrect LIN6-2557|WIND00407531: Feature Testing: QEMU hangs when booting wrlinux from vdisk with serial console LIN6-2560|WIND00438955: WRL5/6 libgcrypt compiling error LIN6-2565|WIND00432478: problems with bind dir ownerships LIN6-2566|WIND00435458: wrlinux 5.0.1 - nfs-utils rpcuser warnings at build LIN6-2567|WIND00439179: Security Advisory - libarchive - CVE-2013-0211 LIN6-2570|WIND00443926: WRL5: Unable to build syslog-ng 3.4.2 in RCPL8 with libesmtp-dev installed LIN6-2571|WIND00438881: Installing the WRL 5 toolchain on target needs annoying manual operations and backspace key does not work LIN6-2572|WIND00435448: wrlinux 5.0.1 - nfs-utils startup order LIN6-2573|WIND00428633: wrlinux 5.0.1 ntp generates core dump LIN6-2576|WIND00424943: wrlinux 5.0.1. - problems building a vmdk type image LIN6-2577|WIND00436876: wrlinux 5.0.1. - Propagation of kernel header changes to SDK (does notwork with latest fixes applied) LIN6-2578|WIND00406984: Installer project build fails when using the ext3 image from another project LIN6-2580|WIND00445625: gnutls_2.12.17 failed (do_compile) of x86-64-kvm-guest-ovp. LIN6-2582|WIND00417547: Security Advisory - strongswan - CVE-2013-2944 LIN6-2583|WIND00441337: WRL5: Syslog-ng package has faulty hard dependency to LIBNET, causing broken cross-compilation on some Hosts. LIN6-2584|WIND00405556: wrlinux target installer: incorrect status is displayed when installing RPMs to disk LIN6-2585|WIND00436744: WRL5: In some of the rpms sometimes the gid of the user building is picked up. LIN6-2586|WIND00444470: irqbalance: depends on libcap LIN6-2636|WIND00433229: Wind River Linux installer project fails to install grub-1.99 when creating the rootfs LIN6-266|WIND00442312: sourcery-tc-prebuilt/eglibc-sourcery-binary: installed but not shipped issue LIN6-2665|WIND00445837: Security Advisory - ffmpeg - CVE-2013-0875 LIN6-2667|WIND00445848: Security Advisory - ffmpeg - CVE-2013-0869 LIN6-2668|WIND00421903: Security Advisory - ffmpeg - CVE-2013-3674 LIN6-2669|WIND00406202: [5.0.1 preempt_rt][BSP: fsl-p50xx] kts:perf test failed LIN6-2672|WIND00444659: ltp:depends on libcap LIN6-2675|WIND00437840: wrinux 5.0.1 - /etc/default/locale is missing message when running su user LIN6-2676|WIND00432340: Kernel modules tarball missing in WRLX5.0.1 LIN6-2677|WIND00445847: Security Advisory - ffmpeg - CVE-2013-0860 LIN6-2684|WIND00445860: Security Advisory - ffmpeg - CVE-2013-0868 LIN6-2687|WIND00443080: Security Advisory - icu - CVE-2013-2924 LIN6-2688|WIND00445836: Security Advisory - ffmpeg - CVE-2013-0866 LIN6-2689|WIND00420028: WRL5: When the projectDir path contain @ the build fails. LIN6-2691|WIND00448736: Security Advisory - subversion - CVE-2013-4558 LIN6-2695|WIND00445834: Security Advisory - lighttpd - CVE-2013-4560 LIN6-2697|WIND00445840: Security Advisory - ffmpeg - CVE-2013-0865 LIN6-271|WIND00444986: the 'make fs-debug' feature required by workbench or remote gdb debug no longer populates export/dist directories LIN6-2736|WIND00415766: The platform project has many absolute paths that self reference the platform project LIN6-302|WIND00440706: sourcery-tc-prebuilt: linux-libc-headers's PKGV is incorrectly UNKNOWN LIN6-309|WIND00436556: Document non-intuitive behaviour of assigning "" to a value in BB LIN6-31|WIND00445345: file command cause qemuarm qemuarm "Segmentation fault" LIN6-321|WIND00435213: [self-hosting]pseudo-native do_compile() failed LIN6-349|WIND00440375: A lot of warnings of intel-x86-32-eglibc-sourcery-binary LIN6-363|WIND00441787: [Feature Testing][networking]: bind does not work on bcm-xlp LIN6-369|WIND00443745: SDK for Windows broken for qemuarma9 LIN6-3779|WIND00439183: Security Advisory - proftpd - CVE-2013-4359 LIN6-3824|WIND00437513: [ovirt-kvm] build qemu-native-0.15.1-r24 failed LIN6-387|WIND00445331: configure script prints inaccurate error info if host hasn't gcc LIN6-3887|WIND00444051: Security Advisory - lighttpd - CVE-2013-4508 LIN6-392|WIND00445269: rsyslog/ptest failed on qemuarm target LIN6-395|WIND00445558: Failed to make usb-image with wrlinux SDK LIN6-405|WIND00445491: A lot of error messages during boot up read-only USB image LIN6-4385|WIND00407833: wrlinux-4.3 busybox: segfault in lineedit VI mode LIN6-4396|WIND00419405: wrlinux 4.3 - bash segfault LIN6-4420|WIND00325581: Security Advisory - phpMyAdmin - CVE-2011-2719 LIN6-4434|WIND00411986: wrlinux4.3 - apache proxy server close TCP session during transmission LIN6-4507|WIND00436586: SCTP over IPSec is not working when SCTP checksum is offloaded to hardware LIN6-4543|WIND00426611: Security Advisory - libtirpc - CVE-2013-1950 LIN6-477|WIND00446410: fetcher failure on the sstate builders (yow-blade4-16). LIN6-4814|WIND00439163: Security Advisory - libtiff - CVE-2013-4244 LIN6-4872|WIND00439199: Security Advisory - apache subversion - CVE-2013-4277 LIN6-4878|WIND00355897: Security Advisory - quagga - CVE-2012-1820 LIN6-4905|WIND00430960: Security Advisory - apache - CVE-2013-4131 LIN6-4915|WIND00445831: Security Advisory - nss - CVE-2013-5606 LIN6-4920|WIND00445879: Security Advisory - ruby - CVE-2013-4164 LIN6-4924|WIND00444041: Security Advisory - ruby - CVE-2013-2065 LIN6-4927|WIND00439209: Security Advisory - glibc - CVE-2013-4237 LIN6-4938|WIND00439216: Security Advisory - xinetd - CVE-2013-4342 LIN6-4940|WIND00439187: Security Advisory - qemu - CVE-2013-4344 LIN6-4942|WIND00439192: Security Advisory - glibc - CVE-2013-4332 LIN6-4970|WIND00355873: Security Advisory - imagemagick - CVE-2012-0248 LIN6-4979|WIND00445841: Security Advisory - linux - CVE-2013-4563 LIN6-5005|WIND00355872: Security Advisory - imagemagick - CVE-2012-0259 LIN6-501|WIND00444673: many errors in lttng-ust log.do_compile yet the package claims to build successfully. LIN6-5017|WIND00434772: Security Advisory - libtiff - CVE-2013-4243 LIN6-5026|WIND00311490: Security Advisory - acpid - CVE-2011-1159 LIN6-5033|WIND00406236: Security Advisory - ruby - CVE-2013-0256 LIN6-5035|WIND00441881: Security Advisory - dropbear - CVE-2013-4421 LIN6-5048|WIND00417553: Security Advisory - apache - CVE-2013-1845 LIN6-5051|WIND00439197: Security Advisory - gnupg - CVE-2013-4351 LIN6-5054|WIND00441877: Security Advisory - gnupg - CVE-2013-4402 LIN6-5061|WIND00444028: Security Advisory - linux - CVE-2013-4470 LIN6-5070|WIND00431882: Java exception with WRL 3.0.3 rcpl-gui.sh script LIN6-5087|WIND00417552: Security Advisory - apache - CVE-2013-1849 LIN6-5094|WIND00426607: Security Advisory - dbus - CVE-2013-2168 LIN6-5109|WIND00433037: Security Advisory - gnupg - CVE-2013-4242 LIN6-5110|WIND00445832: Security Advisory - linux - CVE-2013-4579 LIN6-5129|WIND00426603: Security Advisory - gnutls - CVE-2013-2116 LIN6-5131|WIND00430959: Security Advisory - samba - CVE-2013-4124 LIN6-5146|WIND00428893: Security Advisory - linux - CVE-2013-4129 LIN6-5161|WIND00355884: Security Advisory - imagemagick - CVE-2012-1798 LIN6-5163|WIND00286696: Security Advisory - groff - CVE-2009-5081 LIN6-5164|WIND00404137: Security Advisory - samba - CVE-2013-0213 LIN6-5170|WIND00445874: Security Advisory - nss - CVE-2013-5605 LIN6-5171|WIND00441882: Security Advisory - nss - CVE-2013-1739 LIN6-5175|WIND00441874: Security Advisory - dropbear - CVE-2013-4434 LIN6-5179|WIND00402374: Security Advisory - bind - CVE-2012-5689 LIN6-5224|WIND00441885: Security Advisory - quagga - CVE-2013-2236 LIN6-5237|WIND00439205: Security Advisory - librsvg - CVE-2013-1881 LIN6-5245|WIND00419902: Security Advisory - x.org-xserver - CVE-2013-1940 LIN6-5255|WIND00444045: Security Advisory - samba - CVE-2013-4475 LIN6-5256|WIND00394610: Security Advisory - bind - CVE-2012-5688 LIN6-5270|WIND00417556: Security Advisory - apache - CVE-2013-1847 LIN6-5272|WIND00355882: Security Advisory - imagemagick - CVE-2012-0247 LIN6-5328|WIND00439167: Security Advisory - xorg_x11. - CVE-2013-4396 LIN6-5334|WIND00448775: Security Advisory - glibc - CVE-2013-4458 LIN6-5338|WIND00428535: In WRL-3.0.2, syslog-ng memory leak when server is down. LIN6-5341|WIND00411205: Security Advisory - samba - CVE-2013-0454 LIN6-5346|WIND00355894: Security Advisory - imagemagick - CVE-2012-1610 LIN6-5365|WIND00433034: Security Advisory - ruby - CVE-2013-4073 LIN6-5374|WIND00444042: Security Advisory - linux - CVE-2013-4348 LIN6-5390|WIND00359332: Security Advisory - hostapd - CVE-2012-2389 LIN6-5398|WIND00434770: Security Advisory - libtiff - CVE-2013-4232 LIN6-5401|WIND00404149: Security Advisory - samba - CVE-2013-0214 LIN6-5415|WIND00445876: Security Advisory - nss - CVE-2013-1741 LIN6-5418|WIND00445853: Security Advisory - curl - CVE-2013-4545 LIN6-5420|WIND00417555: Security Advisory - apache - CVE-2013-1846 LIN6-5440|WIND00441889: Security Advisory - X.org - CVE-2013-1056 LIN6-5450|WIND00444037: Security Advisory - openssh - CVE-2013-4548 LIN6-5454|WIND00355880: Security Advisory - imagemagick - CVE-2012-0260 LIN6-5458|WIND00370217: Security Advisory - imagemagick - CVE-2012-3437 LIN6-550|WIND00441788: [Feature Testing][networking]: LAMP does not work well qemumips-64 LIN6-585|WIND00446108: [userspace] /etc/passwd is incorrect on intel-x86-32 LIN6-601|WIND00446570: gcc-crosssdk/nativesdk-gcc do_patch failed: ERROR: [Errno 2] No such file or directory LIN6-609|WIND00447075: [Feature Testing][userspace]: daemon status is wrong after start the multipathd service LIN6-6131|WIND00389437: Security Advisory - libtiff - CVE-2012-4564 LIN6-6154|WIND00374000: Security Advisory - bash - CVE-2012-3410 LIN6-6407|WIND00445631: BitBake manual should be included in workbench help LIN6-6443|WIND00444722: workbench layer project's upload and deploy are broken. LIN6-6535|WIND00448267: wr-coverageagent_1.10 failed (do_compile) of qemumips_world_bd: bison: Command not found LIN6-6574: Security Advisory - linux - CVE-2013-7266 LIN6-6575: Security Advisory - openssl - CVE-2013-4353 LIN6-6576: Security Advisory - linux - CVE-2013-7271 LIN6-6577: Security Advisory - libvirt - CVE-2013-6436 LIN6-6578: Security Advisory - linux - CVE-2013-7281 LIN6-6579: Security Advisory - linux - CVE-2013-7263 LIN6-6580: Security Advisory - openssl - CVE-2013-6450 LIN6-6581: Security Advisory - linux - CVE-2013-7269 LIN6-6582: Security Advisory - ntp - CVE-2013-5211 LIN6-6583: Security Advisory - libpng - CVE-2013-6954 LIN6-6584: Security Advisory - linux - CVE-2013-7267 LIN6-6586: Security Advisory - linux - CVE-2013-7270 LIN6-6587: Security Advisory - linux - CVE-2013-7264 LIN6-6588: Security Advisory - libxfont - CVE-2013-6462 LIN6-6589: Security Advisory - linux - CVE-2013-7268 LIN6-6590: Security Advisory - linux - CVE-2013-7265 LIN6-6591: Security Advisory - openssl - CVE-2013-6449 LIN6-6592: [WRL6][bsp: fsl-p2020][cgl]: bad steps given in README to build kexec/kdump image LIN6-6602: intel-x86: update README.hardware for USB issue on a 32-bit system LIN6-6603: CLONE - libcurl header files should support multilib environment (x32/x64) LIN6-6604|WIND00444838: if using mtrace in program, program will hung when memory double freeing occu LIN6-6606: do_rootfs() failed with sstate: Can't install samba no package provides libunwind.so LIN6-6607: multilib: do_rootfs() failed : lib32-libpthread-stubs not found in the lib32 feeds LIN6-6610: util-linux-native do_compile error: '__NR_setns' undeclared LIN6-6611: do_patch() failure with sstate on Ubuntu: dash LIN6-6612: Essential Qt libs not exported in a multilib project and also missing from the SDK LIN6-6615: [standard][fsl-p2020] suspend-to-ram does not work properly LIN6-6616: [standard][fsl-p2020]suspend-to-disk does not work properly LIN6-6620: [userspace]: the status for "service --status-all" is wrong after stop avahi-daemon LIN6-6621: [userspace]: the status for "service --status-all" is wrong after stop syslog/rsyslog LIN6-6622: [userspace]: the status for "service --status-all" is wrong after stop pppoe-server LIN6-6623: ntp package build failed LIN6-6624: Host contamination, setserial needs to depend on groff-native LIN6-6625: [CGP][fsl-p2020] Wrong kernel config is introduced to enalbe L2SRAM in README LIN6-6627: [userspace]: rpcbind is started, but the status for "service --status-all" is "-" LIN6-6628: Use hardlinks during do_install for speed LIN6-6630|WIND00438712: [RCPL0003] sdk error:sdk kernel source is a wrong link LIN6-6636: WARNING: Multilib QA Issue when build with --enable-multilib=lib32 LIN6-6637|WIND00340458: rpm unable to extract some info on non-x86 targets LIN6-6643: xerces-c package does not build in WRL 6 LIN6-6652|WIND00435887: [WRLinux 5.0.1 Async][fsl_t4xxx ] the serial node order get changed for kexec and kdump kernel LIN6-6656: icache causes execution of stale instructions when control falls through from one page to the next LIN6-6659: BitBake not honoring file permissions LIN6-6660: e2fsprogs-native rebuild issue and fix LIN6-6661|WIND00449405: wrlinux-5.0: Missing sysroot path in the linker option when using shared library project in Workbench LIN6-6666|WIND00447896: smart/rpm lstat'ing all mount pounts during do_rootfs task LIN6-6682|WIND00444561: wrl 4.3 : SCTP : RTO is always set to RTO initial after many DATA packets have recv SACK LIN6-6691: Multiple CVE's against OpenSSL LIN6-6704: update timezone 2013i LIN6-6711: [6003]Should the install key issue cause two bsp is missing after install WRLinux6003 LX02 DVD LIN6-6713: Security Advisory - libvirt - CVE-2013-6458 LIN6-6714: Security Advisory - mysql - CVE-2014-0401 LIN6-6715: Security Advisory - openssh - CVE-2014-1692 LIN6-6719: Security Advisory - mysql - CVE-2014-0437 LIN6-6724: Security Advisory - Net-snmp - CVE-2012-6151 LIN6-6725: Security Advisory - nss - CVE-2013-1740 LIN6-6726: Security Advisory - libcurl - CVE-2014-0015 LIN6-6728: Security Advisory - pixman - CVE-2013-6425 LIN6-6732: Security Advisory - mysql - CVE-2014-0393 LIN6-6734: Security Advisory - libyaml - CVE-2013-6393 LIN6-6736: Security Advisory - linux - CVE-2014-1438 LIN6-6739: Security Advisory - libvirt - CVE-2013-6457 LIN6-6740: Security Advisory - mysql - CVE-2014-0412 LIN6-6747: Security Advisory - linux - CVE-2013-6381 LIN6-6748: Security Advisory - glibc - CVE-2012-3406 LIN6-6749: Security Advisory - bind - CVE-2014-0591 LIN6-6751: Security Advisory - x.org - CVE-2013-6424 LIN6-6758: Security Advisory - libtiff - CVE-2013-4231 LIN6-6759: Security Advisory - libvirt - CVE-2014-1447 LIN6-6762: Security Advisory - quagga - CVE-2013-6051 LIN6-6763: Security Advisory - libvirt - CVE-2014-0028 LIN6-6773: Security Advisory - mysql - CVE-2014-0402 LIN6-6776: Security Advisory - perl - CVE-2010-4777 LIN6-6777: Security Advisory - mysql - CVE-2014-0386 LIN6-6779: Security Advisory - linux - CVE-2014-0038 LIN6-6782: Security Advisory - mysql - CVE-2013-5908 LIN6-6784: Security Advisory - cups - CVE-2013-6891 LIN6-6787: Security Advisory - linux - CVE-2014-1446 LIN6-6789: fdt cannot modify dtb in u-boot LIN6-6799|WIND00446802: CLONE - Segmentation fault occurs when receiveing data from a host via usb in WRLinux 5.0.1.9. LIN6-6817: qemux86 do_rootfs fail when with feature feature/oprofile,feature/target-toolchain LIN6-6827: intel-x86: eMMC driver cause the call trace on Bakersport when inserted a eMMC card LIN6-6828: strace build failed LIN6-6831: mailx: it fails to send mail with error: /usr/lib/sendmail: No such file or directory LIN6-6845: Codenomicon causes racoon to still crash LIN6-6846: trace-cmd_git failed (do_package) of fsl-p2020_cgl_world. LIN6-6849: pciutils doesn't support Haswell-E devices LIN6-6852: Security Advisory - linux - CVE-2014-1874 LIN6-6856: Security Advisory - linux - CVE-2014-2039 LIN6-6858: Security Advisory - phpmyadmin - CVE-2014-1879 LIN6-6859: Security Advisory - ecryptfs-utils - CVE-2011-1836 LIN6-6863: Security Advisory - php - CVE-2013-7226 LIN6-6864: Security Advisory - php - CVE-2013-7328 LIN6-6865: Security Advisory - libpng - CVE-2014-0333 LIN6-6873: Security Advisory - php - CVE-2013-7327 LIN6-6874: Security Advisory - linux - CVE-2014-0069 LIN6-6877: Security Advisory - linux - CVE-2014-1690 LIN6-6880: Security Advisory - lxc - CVE-2013-6441 LIN6-6884: Security Advisory - php - CVE-2014-2020 LIN6-6885: Uprev microcode-ctl to 1.24 LIN6-6887: WRlinux 6.0 Doc issue :"layers/wr-toolchain" related contents should be updated in DOC "user guide 6.0" LIN6-6889: WRlinux5.0.1 RCPL9 mv-armada-xp exported sdk, make fs failed with pseudo error on centos5.9 LIN6-6890: mismatch of cryptodev.h between usr/inlucde/crypto and kernel/crypto/cryptodev/ LIN6-6892: strace build failed(fix it in glibc) LIN6-6895: prebuiltck.sh from prebuilt.tgz is different from prebuiltck.sh installed with RCPL 10 LIN6-6898: Adding multilib freetype corrupts the filesystem by removing some toolchain libraries LIN6-6902: fsl-e500mc: update README and README.hardware LIN6-6904: Integrate toolchain patches for Cavium Octeon III 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-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-7026: Security Advisory - linux - CVE-2013-7339 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-7104: tcl-native should DEPEND on zlib-native 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-7268: Security Advisory - apache - CVE-2013-5704 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-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-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-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-76|WIND00443620: Failed to build N64 HyperExec in WRL 6.0 BSP bcm-xlp 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-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-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-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-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-779|WIND00444275: Supported Kgdboe information isn't included in README. 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-7821: Release notes include -native packages in the Target Package List LIN6-7835: [bcm-xlp] oprofile test caught calltrace LIN6-7838: multilib toolchain libraries not exported in the sdk 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-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-7938: Missing implementation of first level in i6300esb watchdog in WRL-6.0. 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-8005: "BUG: Bad rss-counter" message displayed when application exits upon target shutdown 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 lesser than 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-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-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-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-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-829|WIND00445560: [wrl60]demsg include call trace when boot intel-x86-64 with preempt-rt kernel on LX28 DVD 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-8345: CLONE - fix for WIND00443117 needs minor change 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-841|WIND00446362: [WRLinux60] There is hwclock warning when shutdown TI_K2EVMHK target for BSP ti-66ak2hxx 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-842|WIND00445072: glibc-core build failed with --with-license-flags-blacklist=GPLv3,LGPLv3 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-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-8443: Package netkit-rsh listed but not in software. LIN6-845|WIND00445577: [WRLinux60] There is "kernel BUG... Internal error: Oops - BUG" when run LTP test on BSP ti-66ak2hxx 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-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-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-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-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-851|WIND00445428: intel-x86: update README/README.hardware for AMT/DPDK/QAT LIN6-8510: Security Advisory - bash - CVE-2014-6278 LIN6-8513: Freetype header files location not in sysroot exported environment LIN6-8518: lighttpd does not build with openssl option LIN6-852|WIND00444459: neard_0.13 do_compile failed - near/nfc_copy.h: No such file or directory 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-8581: Security Advisory - openssl - CVE-2014-3568 LIN6-8582: Security Advisory - openssl - CVE-2014-3513 LIN6-8585: CLONE - wrlinux 5.0.1 - fsl p2020 ignoring class message 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-8609: WRL 6: how to export some native tool in sdk ? 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-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-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-865|WIND00445060: [userspace]glibc-core qemu start fail caused by "nfs: server 10.0.2.2 not responding" 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-8681: Changing IPv4 base_reachable_time results in reachable_time not effective immediately. In IPv6 it is immediate. 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-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-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-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-8949|WIND00366777: Security Advisory - boost - CVE-2012-2677 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-9027: Security Advisory - binutils - CVE-2014-8503 LIN6-9028: Security Advisory - xorg-server - CVE-2014-8094 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-9032: Security Advisory - xorg-server - CVE-2014-8099 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-9037: Security Advisory - xorg-server - CVE-2014-8096 LIN6-9038: Security Advisory - glibc - CVE-2014-6040 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-9044: Security Advisory - xorg-server - CVE-2014-8092 LIN6-9045: Security Advisory - xorg-server - CVE-2014-8101 LIN6-9047: Security Advisory - binutils - CVE-2014-8484 LIN6-9048: Security Advisory - xorg-server - CVE-2014-8095 LIN6-9050: Security Advisory - xorg-server - CVE-2014-8102 LIN6-9051: Security Advisory - xorg-server - CVE-2014-8098 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-9058: Security Advisory - xorg-server - CVE-2014-8093 LIN6-9059: Security Advisory - binutils - CVE-2014-8737 LIN6-9060: Security Advisory - binutils - CVE-2014-8485 LIN6-9062: Security Advisory - xorg-server - CVE-2014-8091 LIN6-9066: Security Advisory - xorg-server - CVE-2014-8097 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-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-914|WIND00446118: [ WRL6.0 ] [ BSP: bcm-xlp ] The hyperexec "cde" test case always failed on the XLP208B0 target. 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-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-9207: libselinux: compile failes "invalid operands (.text and *UND* sections)" with oe toolchain 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-9228: 'make usb-image' should automatically accept default values and not prompt for input LIN6-9233: Security Advisory - openssl - CVE-2014-3571 LIN6-9234: Security Advisory - openssl - CVE-2014-8275 LIN6-9235: Security Advisory - elfutils - CVE-2014-9447 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-9245: Security Advisory - linux - CVE-2014-9585 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-9251: CLONE - wrlinux 5.0.1 - yaffs missing checkpoint LIN6-9256: intel-quark: Failed to build with scp LIN6-9257: wrlinux 6 - groupadd does not allow uppercase chars LIN6-9259: wrl6 : log files are logged volatile LIN6-9260: wrlinux 6 - libcrypto.so.10 symlink missing 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: glibc:accept make versions 4.0 and greater LIN6-9302: CLONE - error: right-hand operand of comma expression has no effect [-Werror=unused-value] LIN6-9303: 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-9330: ENABLE_ROOTFS_FSCK broken in /etc/default/rcS LIN6-9332: fsl-p50xx miss feature/jffs2_128k for flash boot. LIN6-9335: Busybox klogd systemd unit file included even if klogd is not (WRL6.0.0.16) LIN6-9336: make depexp and make hob not functional on CentOS / RHEL 6 LIN6-9337: tcl-native: do_install fails libtcl8.6.so: cannot open shared object file LIN6-9340: toolchain-wrappers do not support multilib LIN6-9342: Security Advisory - glibc - CVE-2015-0235 LIN6-9343: regression boot for the new version boards of zc706 LIN6-9349: cant build image with integrated initramfs LIN6-9353: EPB2: gdbserver cannot attach to running process LIN6-9358: Security Advisory - gst-ffmpeg - CVE-2014-7933 LIN6-9362: Security Advisory - file - CVE-2014-9620 LIN6-9365: Security Advisory - patch - CVE-2015-1196 LIN6-9368: Security Advisory - libpng - CVE-2015-0973 LIN6-9370: Security Advisory - libvirt - CVE-2015-0236 LIN6-9371: Security Advisory - binutils - CVE-2014-8738 LIN6-9372: Security Advisory - libtiff - CVE-2014-9330 LIN6-9374: Security Advisory - libcurl - CVE-2014-8151 LIN6-9375: Security Advisory - php - CVE-2015-0231 LIN6-9376: Security Advisory - php - CVE-2015-0232 LIN6-9377: Security Advisory - gst-ffmpeg - CVE-2014-7937 LIN6-9378: Security Advisory - pigz - CVE-2015-1191 LIN6-9380: Security Advisory - dpkg - CVE-2014-8625 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-9398: Link time optimization link failure on WRL6.0.0.16 and WRL7.0.0.1 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-9406: missing multilib support in SDK sysroot LIN6-9411: Installer: need to have parameterized network configuration LIN6-9416: CLONE - getaddrinfo()/make_request() may spin forever LIN6-9419: net-snmp MIB have incorrect timeout value conversion LIN6-9420: wrlinux 6 - openssh pam support LIN6-9422: Glibc raise seg fault in strstr on some architecture LIN6-9423: Baytrail HSUART DMA Issue, "too much work irq20" non-DMA LIN6-9424: wrl6 : - uname -p does not report the correct architecture LIN6-9426: phpadmin patch files were installed to the image LIN6-9427: acl: do_compile fails 'error: sys/acl.h: No such file or directory' 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 does not work (missing pam.d condig files) LIN6-9443: wrl6 : makewhat is seems broken LIN6-9444: wrl6 : man pages for coreutils binaries are missing LIN6-9446: wrl6 : dhclient-script is an older version as in wrl4 (it does not update ypind nor ntp) LIN6-9447: Backport a systemd patch to WRL6 LIN6-9448: wrlinux 6 - chkconfig behaviour LIN6-9449: wrlinux 6 - libtool recipe puts libltdl.la in wrong package. LIN6-9455: wr-installer is not working with HP Gen9 LIN6-9457: Security Advisory - unzip - CVE-2014-9636 LIN6-9458: Security Advisory - freetype - CVE-2014-9660 LIN6-9459: Security Advisory - freetype - CVE-2014-9669 LIN6-9460: Security Advisory - cpio - CVE-2015-1197 LIN6-9461: Security Advisory - freetype - CVE-2014-9670 LIN6-9462: Security Advisory - xorg-server - CVE-2015-0255 LIN6-9463: Security Advisory - freetype - CVE-2014-9657 LIN6-9465: Security Advisory - freetype - CVE-2014-9675 LIN6-9466: Security Advisory - krb5 - CVE-2014-9421 LIN6-9467: Security Advisory - samba - CVE-2015-0240 LIN6-9468: Security Advisory - krb5 - CVE-2014-9422 LIN6-9469: Security Advisory - bind - CVE-2015-1349 LIN6-9470: Security Advisory - freetype - CVE-2014-9665 LIN6-9471: Security Advisory - glibc - CVE-2014-9402 LIN6-9472: Security Advisory - freetype - CVE-2014-9663 LIN6-9473: Security Advisory - freetype - CVE-2014-9662 LIN6-9474: Security Advisory - krb5 - CVE-2014-5352 LIN6-9475: Security Advisory - freetype - CVE-2014-9667 LIN6-9476: Security Advisory - unzip - CVE-2015-1315 LIN6-9477: Security Advisory - freetype - CVE-2014-9672 LIN6-9478: Security Advisory - freetype - CVE-2014-9658 LIN6-9479: Security Advisory - cups - CVE-2014-9679 LIN6-9480: Security Advisory - krb5 - CVE-2014-5355 LIN6-9481: Security Advisory - freetype - CVE-2014-9673 LIN6-9483: Security Advisory - freetype - CVE-2014-9666 LIN6-9484: Security Advisory - freetype - CVE-2014-9664 LIN6-9487: Security Advisory - freetype - CVE-2014-9671 LIN6-9488: Security Advisory - freetype - CVE-2014-9656 LIN6-9489: Security Advisory - freetype - CVE-2014-9674 LIN6-9490: Security Advisory - e2fsprogs - CVE-2015-0247 LIN6-9492: Security Advisory - freetype - CVE-2014-9659 LIN6-9493: Security Advisory - freetype - CVE-2014-9661 LIN6-9494: Security Advisory - glibc - CVE-2013-7423 LIN6-9495: Security Advisory - webmin - CVE-2015-1377 LIN6-9496: Security Advisory - d-bus - CVE-2015-0245 LIN6-9497: Security Advisory - krb5 - CVE-2014-9423 LIN6-9499: Security Advisory - mysql & php - CVE-2015-2305 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-9519: CLONE - pidstat -t fails with out of memory, fsl-imx6 preempt-rt LIN6-952|WIND00444876: Some packages (i.e. makedumpfile/edac-utils/gd/...) loss RDEPENDS on perl LIN6-9522|WIND00364483: CLONE - Feature Testing: yocto compliance issue: failed to build nspr with oe-core LIN6-9527: wrlinux 6 - rlogin script tcpd path LIN6-9531: Irqsoff tracer and idle LIN6-9532: Spin lock always taking slow path in spin lock. LIN6-9533: bash not reading .bash_profile on login LIN6-9540: wrlinux 6 - daytime service missing LIN6-9542: Fix for pstore and preempt-rt LIN6-9544: rpm actions try to connect to outside source LIN6-9546: archiver feature causes build failure LIN6-9558: Rebuilding busybox makes kernel to be rebuilt LIN6-9561: CLONE - alsa speaker-test stuck, clicking noise during sine-wave tone LIN6-9569: wrl 6 : Issue in LTP tests fs/aio.c LIN6-9570: wrl6 : HOSTNAME is not an environment variable LIN6-9572: Security Advisory - libssh2 - CVE-2015-1782 LIN6-9573: Security Advisory - linux - CVE-2015-0239 LIN6-9574: Security Advisory - linux - CVE-2014-9683 LIN6-9575: Security Advisory - linux - CVE-2013-7421 LIN6-9577: Security Advisory - linux - CVE-2014-9644 LIN6-9578: Security Advisory - phpmyadmin - CVE-2015-2206 LIN6-9579: Security Advisory - e2fsprogs - CVE-2015-1572 LIN6-9580: Security Advisory - linux - CVE-2014-8160 LIN6-9584: wrl6 : xilinx-zynq BSP - Bug in i2c driver LIN6-9585: GCC generates wrong code for some control flow under -O2 on X86_64 LIN6-9586: Running su user -l -c 'echo Success' does not execute users login script LIN6-9587: wrlinux 6 - faulty usermode shutdown LIN6-9588: wrl6 : XMU03: rsyslog and libgcrypt LIN6-9589: nscd package is missing some files LIN6-9591: Security Advisory - linux - CVE-2015-1593 LIN6-9597: CLONE - wrl6 : archiver feature does not work properly LIN6-9604: problem with qemuppc move to vscr instruction LIN6-9606: Anaconda installer does not support >2TB drives LIN6-9608: Anaconda installer hangs during wipefs if disk has gpt & 4K sectors LIN6-9611: wrlinux 6 - nfs mount issue TCP not always sending an ACK when receving a SYN. LIN6-9612: wrl6 : sshd does not work when the client is using BatchMode=yes (passwordless login) LIN6-9618: Security Advisory - openssl - CVE-2015-0209 LIN6-9619: Security Advisory - openssl - CVE-2015-0287 LIN6-9620: Security Advisory - openssl - CVE-2015-0292 LIN6-9621: Security Advisory - openssl - CVE-2015-0286 LIN6-9622: Security Advisory - openssl - CVE-2015-0288 LIN6-9623: Security Advisory - openssl - CVE-2015-0293 LIN6-9624: Security Advisory - openssl - CVE-2015-0289 LIN6-9627: Security Advisory - libxfont - CVE-2015-1803 LIN6-9629: Security Advisory - tcpdump - CVE-2015-0261 LIN6-9632: Security Advisory - linux - CVE-2014-7822 LIN6-9633: Security Advisory - glibc - CVE-2014-8121 LIN6-9634: Security Advisory - tcpdump - CVE-2015-2154 LIN6-9637: Security Advisory - libxfont - CVE-2015-1804 LIN6-9638: Security Advisory - linux - CVE-2015-1421 LIN6-9639: Security Advisory - libarchive - CVE-2015-2304 LIN6-9642: Security Advisory - libxfont - CVE-2015-1802 LIN6-9643: Security Advisory - qt - CVE-2015-0295 LIN6-9645: Security Advisory - linux - CVE-2015-1420 LIN6-9646: Security Advisory - tcpdump - CVE-2015-2155 LIN6-9649: Upgrade timezone to 2015b LIN6-9651: WRL 6 installer image wont boot once the image has already been installed on the FS LIN6-9653: lib32-lemon-server does not build correctly LIN6-9656: CLONE - bash recursive call into rl_redisplay caused X server crash on cold boots LIN6-9669: WRlinux6, qemu vga output don't work after apply the patch for CVE-2014-3615 LIN6-9672: bcm-xlp boot target failed with xlp8xx-linux-kernel.dtb and xlp2xx-linux-kernel.dtb LIN6-9673: bcm-xlp ethernet_iperf_tcp test failed on onboard interface with calltrace LIN6-9675: bcm-xlp xlp8xx boot failed 'nfs:server not responding' LIN6-9676: bcm-xlp spi nand flash can not detected LIN6-9677: rsyslog segmentation fault when heavy load LIN6-9680: bcm-xlp : LTP vma03 run faile on libo32 LIN6-9681: multilib toolchain wrappers points to wrong sysroot dir LIN6-9683: Security Advisory - ntp - CVE-2015-1798 LIN6-9684: Security Advisory - ntp - CVE-2015-1799 LIN6-9686: bcm-xlp do "flash_erase" cause kernel print Call Trace on preempt-rt system on BCM_XLP208 board LIN6-9688: dhclient-script deconfigures interface when reason=TIMEOUT LIN6-9695: fsl-p10xx CAAM kernel option default disabled. LIN6-9696: bcm-xlp kernel do_compile with warning LIN6-9699: fsl-p10xx remove tdm module cause kernel call trace. LIN6-9701: fsl-p10xx p1025rdb nor flash probe failed. LIN6-9705: oe-core: bad ldconfig-native output on 64bit systems when --enable-reconfig is used, thus preventing Openstack live migration LIN6-9709: bcm-xlp cpuhotplug_offline failed with calltrace LIN6-9714: bcm-xlp flash_ubiformat failed caught calltarce on spi nand mtd13 LIN6-9719: WR gcc 6.0.0.16: Missing warning LIN6-9720: "Failed to read a valid object file image from memory", core dump i686 LIN6-9721: fsl-p10xx p1010rdb cgl PM after resume have kernel call trace. LIN6-973|WIND00446222: collectd do_configure() failed on RHEL-6.4-32 LIN6-9730: Upgrade timezone to 2015d LIN6-9731: In the Security Bulletin, column J shows "wrlinux" instead of "wrlinux 6" LIN6-9732: In the Security Bulletin, what RCPL is being used as the reference point should be more clear LIN6-9734: DPDK 1.7.1 -- issue with ixgbevf speed/duplex introduced with commit 8ef32003772a14c61c70b540e41c259c482c2fb6 LIN6-9735: bcm-xlp kgdboc BUG: using smp_processor_id() in preemptible [0] code: moduledebug/1097 LIN6-9736: Security Advisory - linux - CVE-2015-2922 LIN6-9737: Security Advisory - php - CVE-2014-9652 LIN6-9738: Security Advisory - php - CVE-2015-0273 LIN6-9739: Security Advisory - libtasn1 - CVE-2015-2806 LIN6-9740: Security Advisory - glibc - CVE-2015-1472 LIN6-9741: Security Advisory - php - CVE-2015-2301 LIN6-9742: Security Advisory - linux - CVE-2015-1465 LIN6-9744: Security Advisory - php - CVE-2015-2348 LIN6-9745: Security Advisory - php - CVE-2014-9653 LIN6-9747: Security Advisory - php - CVE-2014-9705 LIN6-9748: Security Advisory - subversion - CVE-2015-0251 LIN6-9749: Security Advisory - php - CVE-2015-1353 LIN6-9751: Security Advisory - php - CVE-2015-1352 LIN6-9752: Security Advisory - subversion - CVE-2015-0248 LIN6-9753: Security Advisory - dpkg - CVE-2015-0840 LIN6-9754: Security Advisory - php - CVE-2014-9709 LIN6-9755: Security Advisory - less - CVE-2014-9488 LIN6-9756: Security Advisory - php - CVE-2015-2331 LIN6-9757: Security Advisory - php - CVE-2015-2787 LIN6-9759: Security Advisory - libxml2 - CVE-2015-1819 LIN6-976|WIND00437839: S4 doesn't work on Canon Pass LIN6-9760: Security Advisory - qemu - CVE-2015-2756 LIN6-9762: Security Advisory - cifs-utils - CVE-2014-2830 LIN6-9768: fsl-p10xx p1025rdb kexec second kernel boot failed. LIN6-9771: Intel Fortville (40Gb Eth card) performance issue LIN6-9774: fsl-p10xx p1010rdb nor flash do ubimkvol have kernel call trace. LIN6-9779: atomisp-testapp built failed LIN6-9781: bcm-xlp boot kdump_kernel --append="`cat args`" not work LIN6-9783: CLONE - Ext4 jbd2_log_wait_for_space, preempt-rt D-state lock-up LIN6-9790: bcm-xlp oprofile_static_trace failed with calltrace at code: oprofiled/23187 LIN6-9792: CLONE - WRL5: nfsserver: correct start-up order? LIN6-9794: CLONE - yocto compliance issue: failed to build nspr with oe-core LIN6-9795: CLONE - IDP XT 2.0.3 -- iwlist can fail in environments with large numbers of APs LIN6-9796: CLONE - wrl-glibc-rebuild uses host readelf during cross-compilation LIN6-9798: github lsi_axxia_linux_7.8.1.43 release integrated into linux-yocto-3.4 LIN6-980|WIND00445702: Build failed with errors when build a project with --with-package=apache2 LIN6-9800: atomisp-testapp's copy right is wrong LIN6-9801: general protection fault LIN6-9804: Missing multilib libusb symlinks in the exported SDK LIN6-9806: Bug report - LOCKDEP DEADLOCK with high load on ssh terminal LIN6-9815: GDB does not support thumb32 when reverse-debugging. LIN6-9817: rcpl-cl.sh: line 316: printf: 0018: invalid octal number LIN6-9819: Security Advisory - linux - CVE-2015-2042 LIN6-9820: Security Advisory - curl - CVE-2015-3145 LIN6-9826: Security Advisory - curl - CVE-2015-3153 LIN6-9830: Security Advisory - linux - CVE-2015-2041 LIN6-9832: Security Advisory - qemu - CVE-2014-9718 LIN6-984|WIND00446244: [userspace]14 subcases fail when test IPv6 RFC4861 with THAI LIN6-9840: Security Advisory - wpa_supplicant - CVE-2015-1863 LIN6-9844: Security Advisory - sqlite - CVE-2015-3416 LIN6-9847: Security Advisory - sqlite - CVE-2015-3414 LIN6-9848: Security Advisory - ppp - CVE-2015-3310 LIN6-9850: Security Advisory - curl - CVE-2015-3148 LIN6-9854: Security Advisory - curl - CVE-2015-3143 LIN6-9856: build error in fsl_t2xxx UP platform project LIN6-9860: Security Advisory - glibc - CVE-2015-1781 LIN6-9863: Watch dog time out is not triggered LIN6-9866: Unable to check the status of the dhcp server on wrl6 LIN6-9867: kernel crash during reboot LIN6-9869: CLONE - Proposal for a patch to Quark BSP for Thermal Sensor reading very cold Temperatures LIN6-987|WIND00445573: [userspace]ntpd starts two instances of the daemon by default LIN6-9870: wrlinux6, inetutils's rcp tool fails for the filesize 2GB+ LIN6-9873: CLONE - thread can not ptrace other thread in the same process LIN6-9878: bnx2x.ko build fails LIN6-9879: Build error due to missing ccache command LIN6-9881: i2c-i801 and i2c-designware-pcidrv initialization order was not compatible with upstream LIN6-9885: wrlinux 6 - kexec-tools - timestamps wrap around 32-bits LIN6-9886: rpm -qai for --root=some/invalid/path creates the directory instead of returning error if the path for --root does not exist LIN6-9887: bdb process failed to exit after disconnect LIN6-9889: Security Advisory - rsync - CVE-2014-8242 LIN6-9890: Issue with lvm snapshots on wrl6 LIN6-9892: CLONE - cav-octeon3 configure failed with --enable-test=yes and --enable-multilib=lib32 LIN6-9893: Security Advisory - qemu - CVE-2015-3456 LIN6-9894: [wraxl] cairo_1.12.14 failed (do_compile) of qemux86-64_world_bd_nosplit LIN6-9895: Fix race in free() of fastbin chunk: BZ #15073 LIN6-9896: Security Advisory - util-linux - CVE-2014-9114 LIN6-9900: Security Advisory - qt - CVE-2015-1859 LIN6-9902: Security Advisory - qt - CVE-2015-1860 LIN6-9903: Security Advisory - qt - CVE-2015-1858 LIN6-9904: Security Advisory - gstreamer - CVE-2015-0797 LIN6-9905: Security Advisory - busybox - CVE-2014-4607 LIN6-9906: Security Advisory - libxml-libxml-perl - CVE-2015-3451 LIN6-9907: Security Advisory - libtasn1 - CVE-2015-3622 LIN6-9915: Axxia 8.8.1.50 release integrated into linux-yocto-3.10 LIN6-9919: intel-x86-64:pci hotplug failed with calltrace on rantley LIN6-992|WIND00446182: [Feature Testing][Userspace] on ti-66ak2hxx ifconfig up a NIC will trigger kernel panic LIN6-9920: intel-x86-64:cpu perf events hit kmemleak LIN6-9921: intel-x86-64:rt_cyclictest hit kmemleak LIN6-9922: intel-x86-64:cpu hotplug hit kmemleak on standard kernel LIN6-9923: intel-x86-64:kmemleak print when run netperf LIN6-9925: Unable to check the status of the autofs server on wrl6 LIN6-9926: Unable to check the status of many services on wrl6 LIN6-9929: Security Advisory - openssl & openssh - CVE-2015-4000 LIN6-9933: Security Advisory - fuse - CVE-2015-3202 LIN6-9936: Tigervnc build error when project name include string "-I" LIN6-9937: CLONE - CLONE - net-snmp: snmp_pdu_parse() incompletely parsed varBinds left in list of variables LIN6-9939: Security Advisory - linux - CVE-2015-2830 LIN6-9940: Security Advisory - linux - CVE-2015-3331 LIN6-9942: Security Advisory - phpmyadmin - CVE-2015-3902 LIN6-9944: Security Advisory - phpmyadmin - CVE-2015-3903 LIN6-9945: Security Advisory - proftpd - CVE-2015-3306 LIN6-9946: Security Advisory - linux - CVE-2015-3339 LIN6-9947: Security Advisory - linux - CVE-2015-2666 LIN6-9948: Security Advisory - postgresql - CVE-2015-3165 LIN6-9949: Security Advisory - linux - CVE-2014-9710 LIN6-9951: Security Advisory - krb5 - CVE-2015-2694 LIN6-9952: Security Advisory - Ipsec-tools - CVE-2015-4047 LIN6-9953: Cannot recognize USB gadget when re-plugging the device LIN6-9955: ypbind script is not correct LIN6-9956: Security Advisory - linux - CVE-2015-3636 LIN6-9958: wrlinux 6 - python related errors in the exported sdk LIN6-9962: RCPL 20 Readme File LIN6-9963: Move prebuilt toolchains from RCPL DVDs to KL LIN6-9974: Security Advisory - linux - CVE-2015-1805 LIN6-9977: Security Advisory - postgresql - CVE-2015-3166 LIN6-9978: Security Advisory - postgresql - CVE-2015-3167 LIN6-9979: glibc build failure with locales LIN6-9980: Failed to do_rootfs with glibc_small due to no package bash LIN6-9986: Security Advisory - unzip - CVE-2014-8139 LIN6-9989: Security Advisory - postgresql - CVE-2015-0242 LIN6-9991: Security Advisory - cups - CVE-2015-1158 LIN6-9992: Security Advisory - cups - CVE-2015-1159 LIN6-9993: Security Advisory - postgresql - CVE-2015-0241 LIN6-9997: LTP test suites tests related to KSM are failing LIN6-9999: Security Advisory - strongswan - CVE-2015-4171