1.0 ROLLING CUMULATIVE PATCH LAYER OVERVIEW

This is a Rolling Cumulative Patch Layer for the base Wind River
Linux 5.0.1 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".

  $ <installdir>/wrlinux-5/wrlinux/configure --enable-board=common_pc \
    --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 LB34_5.0.1. 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
LB34_5.0.1_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:

    <install_dir>/wrlinux-5/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:

    <install_dir>/wrlinux-4/scripts/rcpl/rcpl-gui.(sh|bat)

  * On Linux, start the tool with:

    $ cd <installdir>
    $ ./wrlinux-5/scripts/rcpl/rcpl-gui.sh

  * On Windows, start the tool with:

    > cd <installdir>
    > wrlinux-5\scripts\rcpl\rcpl-gui.bat

You can open "Help > Help" for detailed information and examples.

4.0 ARM BSP CGP enablement

CGP support is added to two ARM BSPs in RCPL 4:

* ARM Coretile Express Cortex A15 - arm_coretile_express_a15_a7
* Xilinx Zynq - xilinx_zynq 

5.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
LIN5-15412|WIND00441874: Security Advisory - dropbear - CVE-2013-4434
LIN5-15413|WIND00426609: Security Advisory - linux - CVE-2013-2164
LIN5-15417|WIND00415969: Security Advisory - libxml2 - CVE-2013-1969
LIN5-15421|WIND00439197: Security Advisory - gnupg - CVE-2013-4351
LIN5-15428|WIND00439169: Security Advisory - linux - CVE-2013-2896
LIN5-15434|WIND00397023: Security Advisory - perl - CVE-2012-5195
LIN5-15435|WIND00372703: ripd advertises incorrect routes following SIGHUP
LIN5-15455|WIND00404151: Security Advisory - openssl - CVE-2013-0169
LIN5-15460|WIND00402353: Security Advisory - mysql - CVE-2012-1702
LIN5-15470|WIND00404152: Security Advisory - glibc - CVE-2013-0242
LIN5-15473|WIND00441879: Security Advisory - mysql - CVE-2013-3839
LIN5-15479|WIND00439209: Security Advisory - glibc - CVE-2013-4237
LIN5-15507|WIND00376778: Security Advisory - libxslt - CVE-2012-2870
LIN5-15522|WIND00445880: Security Advisory - busybox - CVE-2013-1813
LIN5-15523|WIND00439203: Security Advisory - linux - CVE-2013-2895
LIN5-15544|WIND00439164: Security Advisory - linux - CVE-2013-2892
LIN5-15558|WIND00402346: Security Advisory - mysql - CVE-2012-1705
LIN5-15564|WIND00406229: Security Advisory - linux - CVE-2012-5374
LIN5-15572|WIND00415960: Security Advisory - curl - CVE-2013-1944
LIN5-15573|WIND00448762: Security Advisory - linux - CVE-2013-2930
LIN5-15577|WIND00415934: Security Advisory - ruby - CVE-2012-4464
LIN5-15588|WIND00424714: Security Advisory - mesa - CVE-2013-1993
LIN5-15592|WIND00355882: Security Advisory - imagemagick - CVE-2012-0247
LIN5-15598|WIND00444041: Security Advisory - ruby - CVE-2013-2065
LIN5-15612|WIND00426614: Security Advisory - libtiff - CVE-2013-1960
LIN5-16068|WIND00366792: Security Advisory - dhcp - CVE-2012-3570
LIN5-16110|WIND00349747: Security Advisory - mysql - CVE-2012-0583
LIN5-16120|WIND00374001: Security Advisory - mysql - CVE-2012-2749
LIN5-16131|WIND00392072: Security Advisory - libxml2 - CVE-2012-5134
LIN5-16144|WIND00386314: Security Advisory - mysql - CVE-2012-3160
LIN5-16145|WIND00315838: tipc deadlock problem when tipc link retransmit failed.
LIN5-16147|WIND00362924: Security Advisory - expat - CVE-2012-0876
LIN5-16160|WIND00386305: Security Advisory - mysql - CVE-2012-3177
LIN5-16162|WIND00349748: Security Advisory - mysql - CVE-2012-1690
LIN5-16169|WIND00373999: Security Advisory - apache - CVE-2012-3502
LIN5-16194|WIND00374014: Security Advisory - mysql - CVE-2012-2102
LIN5-16212|WIND00386308: Security Advisory - mysql - CVE-2012-3180
LIN5-16224|WIND00386296: Security Advisory - mysql - CVE-2012-3163
LIN5-16241|WIND00386318: Security Advisory - mysql - CVE-2012-3166
LIN5-16262|WIND00386300: Security Advisory - mysql - CVE-2012-3197
LIN5-16277|WIND00386301: Security Advisory - libtiff - CVE-2012-4447
LIN5-16281|WIND00373997: Security Advisory - apache - CVE-2012-2687
LIN5-16282|WIND00366806: Security Advisory - mysql - CVE-2012-0540
LIN5-16284|WIND00374003: Security Advisory - mysql - CVE-2009-5026
LIN5-16306|WIND00191375: Security Advisory - Expat - CVE-2009-3720
LIN5-16312|WIND00386310: Security Advisory - mysql - CVE-2012-3150
LIN5-16325|WIND00386311: Security Advisory - mysql - CVE-2012-3167
LIN5-16355|WIND00362928: Security Advisory - expat - CVE-2012-1148
LIN5-16364|WIND00366783: Security Advisory - mysql - CVE-2012-1689
LIN5-16381|WIND00386317: Security Advisory - mysql - CVE-2012-3158
LIN5-16402|WIND00366782: Security Advisory - dhcp - CVE-2012-3954
LIN5-16408|WIND00374015: Security Advisory - python - CVE-2012-2135
LIN5-16431|WIND00362925: Security Advisory - busybox - CVE-2011-2716
LIN5-16440|WIND00389437: Security Advisory - libtiff - CVE-2012-4564
LIN5-16445|WIND00366781: Security Advisory - libtiff - CVE-2012-2113
LIN5-16454|WIND00359338: Security Advisory - mysql - CVE-2012-2122
LIN5-16468|WIND00362916: Security Advisory - expat - CVE-2012-1147
LIN5-16480|WIND00374009: Security Advisory - python - CVE-2011-4944
LIN5-16489|WIND00366801: Security Advisory - mysql - CVE-2012-1734
LIN5-16492|WIND00374000: Security Advisory - bash - CVE-2012-3410
LIN5-16494|WIND00376774: Security Advisory - bind - CVE-2012-4244
LIN5-16510|WIND00386312: Security Advisory - mysql - CVE-2012-3173
LIN5-17083|WIND00407605: Feature Testing: Wrong wrlinux and workbench versions in rss.
LIN5-17091|WIND00409616: WB Remote Systems wizard fails  for QEMU Linux User mode connection when tap otion selected
LIN5-17101|WIND00419450: build system has issues with fs-local-pkg
LIN5-17103|WIND00419450: build system has issues with fs-local-pkg
LIN5-17141|WIND00412640: failed to run "clone_bsp.sh -f export" based on 5.0.1.x DVD installation
LIN5-17217|WIND00425925: wrlinux 5.0.1 + wb 3.3.4, userspace configuration tool not picking filesystem changes
LIN5-17241|WIND00408712: libunwind throws assert implying potential buffer overrun
LIN5-17262|WIND00412251: The rcpl-gui.sh script is missing from Wind River Linux 5.0.1
LIN5-17272|WIND00427753: mgr_pkgrpmlist.sh un-tar'ing "fs-local-pkg" incorrectly
LIN5-17274|WIND00427086: Package Manager GUI needed for wrlinux-5.0.1
LIN5-17302|WIND00408057: cmd_line_build_specs.sh error misleads users to think environment-setup.sh not created
LIN5-17310|WIND00421901: Can't add some configure options in workbench, such as "--enable-rootfs=ovp-kvm".
LIN5-17316|WIND00444542: usermode-agent: when system shutdown, the service start, again.
LIN5-17360|WIND00428721: remove confusing warning messages from package manager
LIN5-17362|WIND00427757: mgr_pkgrpmlist.sh does not check 'tmp/deploy/rpm' existance
LIN5-17370|WIND00438997: lx5018+wb335, no mpatrol gui view shows when analyze memory
LIN5-17372|WIND00445334: RCPL 9 for wrlinux-5.0.1 has invalid rcpl database, breaking rcpl-gui and rcpl-cl
LIN5-17400|WIND00411631: Export multiple areas with userspace NFS does not work
LIN5-17412|WIND00443469: Linux Platform Project and CM
LIN5-17462|WIND00419465: update rcpl tools for profiles, fix summaries, and export
LIN5-17466|WIND00428273: Bdp does not scan DVD bare git clones BDP extensions (OVP), plus templates structure was changed
LIN5-17474|WIND00449405: wrlinux-5.0: Missing sysroot path in the linker option when using shared library project in Workbench
LIN5-17755: [userspace] /etc/passwd is incorrect
LIN5-17780: There is WARNING in kernel log file - log.do_kernel_checkout
LIN5-17785: sqlite3.h header not exported in sdk
LIN5-17788: BitBake not honoring file permissions
LIN5-17795: Git repository describing kernel as dirty during build
LIN5-17802: Security Advisory - linux - CVE-2013-7266
LIN5-17803: Security Advisory - openssl - CVE-2013-4353
LIN5-17804: Security Advisory - linux - CVE-2013-7271
LIN5-17807: Security Advisory - linux - CVE-2013-7263
LIN5-17808: Security Advisory - openssl - CVE-2013-6450
LIN5-17809: Security Advisory - linux - CVE-2013-7269
LIN5-17810: Security Advisory - ntp - CVE-2013-5211
LIN5-17811: Security Advisory - libpng - CVE-2013-6954
LIN5-17812: Security Advisory - linux - CVE-2013-7267
LIN5-17814: Security Advisory - linux - CVE-2013-7270
LIN5-17815: Security Advisory - linux - CVE-2013-7264
LIN5-17816: Security Advisory - libxfont - CVE-2013-6462
LIN5-17817: Security Advisory - linux - CVE-2013-7268
LIN5-17818: Security Advisory - linux - CVE-2013-7265
LIN5-17823: quagga do_do_compile error: stropts.h sys/capability.h: No such file or directory
LIN5-17827: [userspace]ntpd starts two instances of the daemon by default 
LIN5-17832: Errors in writing exist in package list for CGP
LIN5-17833: Security Advisory - openssl - CVE-2013-6449
LIN5-17839: wrlinux 5.0.1 - cgl apache server crash
LIN5-17851: WRL5: iptables is missing dependency on pkg-config
LIN5-17864: Warnings when compiling OpenSSL
LIN5-17866: /etc/ld.so.cache is empty for 64bit targets. (ldconfig is not looking in /lib64 and /usr/lib64)
LIN5-17867: libcurl header files should support multilib environment (x32/x64)
LIN5-17871: "echo disable > /sys/firmware/acpi/interrupts/gpe0E" requires twice to take effect
LIN5-17872: do_patch() failure with sstate on Ubuntu: dash 
LIN5-17874: Compile grub-efi with atom64 toolchain failed 
LIN5-17892|WIND00436586: SCTP over IPSec is not working when SCTP checksum is offloaded to hardware
LIN5-17894|WIND00438775: On p2020 board, sometimes, kernel will hang when do `ifconfig down` in init script
LIN5-17897: quota rebuild issue and fix
LIN5-17899: Host contamination, setserial needs to depend on groff-native
LIN5-17900: lvm2 rebuild issue and fix
LIN5-17901: guile-native rebuild issue and fix
LIN5-17903: e2fsprogs-native rebuild issue and fix
LIN5-17904: autogen-native rebuild issue and fix
LIN5-17906|WIND00444561: wrl 4.3 : SCTP : RTO is always set to RTO initial after many DATA packets have recv SACK
LIN5-17911: error: Can't install iptables-1.4.12.2-r0@x86_64: no package provides libnfnetlink0 >= 1.0.1 when test with sstate
LIN5-17925: [userspace]: the status for "service --status-all" is wrong after stop avahi-daemon 
LIN5-17928: Use hardlinks during do_install for speed
LIN5-17929: do_rootfs() failed : Can't install irqbalance : no package provides libnuma.so with prebuilt sstate
LIN5-17933: [userspace]: rpcbind is started, but the status for "service --status-all" is "-"
LIN5-17935: cloned altera-socfpga BSP fails to build properly
LIN5-17940: Nightly: baytrail build fail by linux-windriver-3.4-r0/linux/arch/x86/platform/byt/ error on 501_HEAD_20140129
LIN5-17941: baytrail build failed with enable "intel-wilkinpeak2" feature on 501_HEAD_20140129
LIN5-17942: WRL 5.0.1.11 : WARNING when monit is built 
LIN5-17944: Build fails due to issues with eglibc-utils do_rootfs
LIN5-17948: Sanity: build failed with missing toolchain on 50112-b01 DVD
LIN5-17949: Can't build Custom kernel with perf anymore
LIN5-17950: export-sdk does not work on RCPL11 with multilib. 
LIN5-17951: wrl 5 RCPL11 Fails building rootfs (apr-util fails)
LIN5-17954|WIND00437005: UID / GID : static configuration requested
LIN5-17962: Incorrect meta dir links for some BSPs
LIN5-17966: quilt build failure due to invalid tar args
LIN5-17967: icache causes execution of stale instructions when control falls through from one page to the next
LIN5-18012: qemu target package build failed on qemu-ARCH BSPs
LIN5-18016: update timezone 2013i
LIN5-18017: FIQ_START missing declaration
LIN5-18018: Documentation doesn't explain how to patch and build glibc
LIN5-18020: WRL 5.0.1 intel-xeon-core BSP: 32bit-rootfs feature template fails to build
LIN5-18026: WRL5: Fix with DMA when using WR-kernel as Crash-kernel
LIN5-18029: Security Advisory - libvirt - CVE-2013-6458
LIN5-18030: Security Advisory - mysql - CVE-2014-0401
LIN5-18031: Security Advisory - openssh - CVE-2014-1692
LIN5-18034: Security Advisory - nfs-utils - CVE-2013-1923
LIN5-18035: Security Advisory - mysql - CVE-2014-0437
LIN5-18041: Security Advisory - libcurl - CVE-2014-0015
LIN5-18043: Security Advisory - pixman - CVE-2013-6425
LIN5-18044: Security Advisory - linux - CVE-2014-1444
LIN5-18047: Security Advisory - mysql - CVE-2014-0393
LIN5-18049: Security Advisory - libyaml - CVE-2013-6393
LIN5-18051: Security Advisory - linux - CVE-2014-1438
LIN5-18055: Security Advisory - mysql - CVE-2014-0412
LIN5-18062: Security Advisory - linux - CVE-2013-6381
LIN5-18063: Security Advisory - glibc - CVE-2012-3406
LIN5-18064: Security Advisory - bind - CVE-2014-0591
LIN5-18065: Security Advisory - util-linux - CVE-2013-0157
LIN5-18066: Security Advisory - x.org - CVE-2013-6424
LIN5-18068: Security Advisory - x.org - CVE-2012-0064
LIN5-18071: Security Advisory - libxml2 - CVE-2013-0339
LIN5-18073: Security Advisory - libtiff - CVE-2013-4231
LIN5-18075: Security Advisory - libvirt - CVE-2014-1447
LIN5-18078: Security Advisory - quagga - CVE-2013-6051
LIN5-18083: Security Advisory - linux - CVE-2014-1445
LIN5-18089: Security Advisory - mysql - CVE-2014-0402
LIN5-18092: Security Advisory - perl - CVE-2010-4777
LIN5-18093: Security Advisory - mysql - CVE-2014-0386
LIN5-18095: Security Advisory - linux - CVE-2014-0038
LIN5-18098: Security Advisory - mysql - CVE-2013-5908
LIN5-18100: Security Advisory - cups - CVE-2013-6891
LIN5-18101: Security Advisory - systemtap - CVE-2012-0875
LIN5-18103: Security Advisory - linux - CVE-2014-1446
LIN5-18113: WRL5: Memory Leak in syslog-ng 3.4.2
LIN5-18122: CLONE - syslog-ng has still memory leaks 
LIN5-18126: lsi_pcie.c file requires a power of 2 size restriction for PCIe (Fixed available in LSI Github)
LIN5-18127: prebuiltck.sh from prebuilt.tgz is different from prebuiltck.sh installed with RCPL 10
LIN5-18137|WIND00435446: wrlinux 5.0.1 - nfs-utils configuration file
LIN5-18141: Request for backport of enhanced perf functionality
LIN5-18153: The PME_DBE_ERR definiation of FSL PME2 module is wrong
LIN5-18156: Build fails when a project is configured with options --enable-ccache=yes --enable-jobs=2 --enable-parallel-pkgbuilds=2
LIN5-18159: /wrlinux-x/layers/wr-bsps/intel-quark/README update:  Intel Centrino Advanced-N 6230 supports bluetooth
LIN5-18164: wifi call trace is reported on both quark and batrail target 
LIN5-18168: Some libraries not using symbolic links
LIN5-18176: Codenomicon causes racoon to still crash
LIN5-18178: crash fails to install correctly in multilib environment
LIN5-18180: inetd installation fails when enabled from layer
LIN5-18187|WIND00442679: symlinks not preserved in intel-emgd
LIN5-18191: Security Advisory - linux - CVE-2014-1874
LIN5-18193: Security Advisory - linux - CVE-2014-2039
LIN5-18196: Security Advisory - nfs-utils. - CVE-2011-1749
LIN5-18204: Security Advisory - qemu - CVE-2011-4111
LIN5-18209: Security Advisory - linux - CVE-2014-0069
LIN5-18211: Security Advisory - nfs-utils - CVE-2011-2500
LIN5-18214: Security Advisory - lxc - CVE-2013-6441
LIN5-18220: Busybox overwriting /bin/sh link to bash
LIN5-18229: build error occurred after adding  ndisc6 package
LIN5-18236: spi-layout-tools-native do_compile fail when config project with ccache and sstate for lx01.12sp-50113 dvd
LIN5-18238: Analog Input Pins not enabled
LIN5-18240: Security Advisory - zypper - CVE-2012-0420
LIN5-18241: Documentation for deploying KVM guest with networking appears incorrect
LIN5-18242: Deployed sysroot Missing Header(s) in usr/include
LIN5-18283: intel-quark README does not match with new BSP
LIN5-18285: nightly: xeon-core boot fail for both IDP and std wrlinux on 20140312
LIN5-18298: IMX Host Cap wiped out when MMC marked non-removable, Performance Impact
LIN5-18301: KARCH need to be set within the bsps that supporting multilib
LIN5-18307: Conflicting definitions of AF_MAX
LIN5-18331: Security Advisory - sudo - CVE-2014-0106
LIN5-18333: Security Advisory - gnutls - CVE-2014-1959
LIN5-18335: Security Advisory - ffmpeg - CVE-2014-2099
LIN5-18336: Security Advisory - gnutls - CVE-2014-0092
LIN5-18337: Security Advisory - python - CVE-2014-1912
LIN5-18339: Security Advisory - linux - CVE-2014-2309
LIN5-18340: Security Advisory - linux - CVE-2014-0101
LIN5-18341: Security Advisory - ffmpeg - CVE-2014-2263
LIN5-18351: Commit c3335092 removed files from include/drm, headers_install fail
LIN5-18352: WR Linux 5.0.1 RCPL 12 -- not able to bring BNX2 network interface up
LIN5-18354: nightly: oe-core/meta/recipes-extended/man/man_1.6f.bb do_compile fail for quark 
LIN5-18357: Missing dependency in cmake and ccache
LIN5-18358: WRL5 : uprev DPDK to 1.6 for all concerned intel BSPs in WRL5 core 
LIN5-18359: WRL5 Uninitialized variable in fs/fuse/cuse.c
LIN5-18360: WRL5 Uninitialized variable in drivers/infiniband/hw/mlx4/qp.c
LIN5-18361: WRL5 Uninitialized variable indrivers/leds/leds-lp5523.c
LIN5-18362: WRL5 Uninitialized variable in drivers/gpu/drm/i915/intel_ddi.c
LIN5-18363: WRL5 several Uninitialized variables in net/netfilter/xt_socket.c
LIN5-18364: WRL5 Uninitialized variables in drivers/md/raid10.c
LIN5-18365: WRL5 Uninitialized variables in drivers/mfd/*.c
LIN5-18366: WRL5 Uninitialized variables in drivers/net/ethernet/brocade/bna/bnad.c and drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
LIN5-18367: WRL5 Uninitialized variables in drivers/staging/iio/gyro/adis16080_core.c and drivers/staging/zcache/zcache-main.c
LIN5-18396: 'wrlinux-5/updates/LB34_5.0.1_RCPL0013/scripts/rcpl/rcpl_summary.xml' not found
LIN5-18408: Memory leak by multiple SSH connection on Marvell Armada XP
LIN5-18420: Security Advisory - linux - CVE-2014-2523
LIN5-18422: Security Advisory - linux - CVE-2014-0055
LIN5-18423: Security Advisory - apache - CVE-2013-6438
LIN5-18425: Security Advisory - lighttpd - CVE-2014-2323
LIN5-18426: Security Advisory - linux - CVE-2013-7339
LIN5-18427: Security Advisory - apache - CVE-2014-0098
LIN5-18428: Security Advisory - openssh - CVE-2014-2653
LIN5-18430: Security Advisory - php - CVE-2014-2497
LIN5-18431: Security Advisory - openssh - CVE-2014-2532
LIN5-18432: Security Advisory - samba - CVE-2013-4496
LIN5-18434: Security Advisory - linux - CVE-2014-0131
LIN5-18435: Security Advisory - lighttpd - CVE-2014-2324
LIN5-18438: Security Advisory - openssl - CVE-2014-0076
LIN5-18439: WRL5: Armada XP BSP: request_irq(4) fails when CONFIG_ERROR_HANDLING is enabled
LIN5-18440: test dependencies scripts should be implemented in wrlinux-5.0.1
LIN5-18442|WIND00444838: if using mtrace in program, program will hung when memory double freeing occu
LIN5-18446: apache's apxs has libtool issues
LIN5-18451: FILESEXTRAPATHS-variable, must always use _prepend (or _append) type of assignment.
LIN5-18459: valgrind requires libc6-dbg in glibc-small on ARMv7 arch
LIN5-18461: Kernel alway output update world regulatory domain on quark target
LIN5-18474: CLONE - Adding multilib freetype corrupts the filesystem by removing some toolchain libraries
LIN5-18481: WRL5 RCPL12 : SCTP packet routed to wrong vlan
LIN5-18484: CLONE - rootfs buld error: "tar: .: file changed as we read it
LIN5-18485: Kernel Panic occurs when the target sends or receives large sized packets
LIN5-18489: CLONE - wrl43 / syslog-342 (RCPL23+) : syslog-ng process memory leak with big messsages and different rules
LIN5-18490: kernel compile warning happens in TIPC module
LIN5-18491: Security Advisory - openssl - CVE-2014-0160
LIN5-18494: buildhistory configure is not valid in 5.0.1
LIN5-18497: Alignment trap error triggered by NEON instructions on Xilinx
LIN5-18501: IBM 476 workaround for Errata 46 kernel module loading
LIN5-18502: The 64bits filesystem "ifconfig del" command would not work on  the WRL5.0.1 and WRL6.0.
LIN5-18503|WIND00163851: Security Advisory - screen - CVE-2009-1214
LIN5-18504|WIND00163853: Security Advisory - screen - CVE-2009-1215
LIN5-18511|WIND00194772: Security Advisory - Expat - CVE-2009-3560
LIN5-18516: Security Advisory - openssl - CVE-2010-5298
LIN5-18517: Security Advisory - pam - CVE-2014-2583
LIN5-18519: Security Advisory - linux - CVE-2014-2678
LIN5-18520: Security Advisory - postgresql - CVE-2014-2669
LIN5-18521: Security Advisory - postgresql - CVE-2014-0062
LIN5-18522: Security Advisory - qemu - CVE-2011-3346
LIN5-18523: Security Advisory - postgresql - CVE-2014-0063
LIN5-18525: Security Advisory - postgresql - CVE-2014-0067
LIN5-18526: Security Advisory - postgresql - CVE-2014-0060
LIN5-18527: Security Advisory - postgresql - CVE-2014-0064
LIN5-18528: Security Advisory - postgresql - CVE-2014-0061
LIN5-18529: Security Advisory - libyaml - CVE-2014-2525
LIN5-18530: Security Advisory - linux - CVE-2014-2672
LIN5-18531: Security Advisory - postgresql - CVE-2014-0065
LIN5-18532: Security Advisory - postgresql - CVE-2014-0066
LIN5-18533: "100% loss" occurs at ping with large sized packets
LIN5-18539: qrk-gpio-restrict-sc: probe of qrk-gpio-restrict-sc.0 failed with error -22 on garlileo target. 
LIN5-18540: fsl-b4xxx DPAA Offload: reassembly_demo and ipsec_offload run with failures
LIN5-18543: Security Advisory - curl - CVE-2014-0138
LIN5-18545: Security Advisory - curl - CVE-2014-0139
LIN5-18549: [wrLinux501 Async BSP] There is no dtb file for target arria V under <project>/export/image
LIN5-18550: netcat-openbsd-1.89-r2 "readpassphrase.c" patch failed on OVP Host Network Platform Project build
LIN5-18551: running memory analysis mptrol on some apps causes crash
LIN5-18554|WIND00445819: CLONE - [wrLinux501 Async BSP] There is " unwind: Index not found bf03217c" warning when remove the module tipc in BSP altera-socfpga
LIN5-18557: spin_dump call trace shows when add KTS/BTS  layer to IDP
LIN5-18559: [wrLinux501 Async BSP] The README file in BSP altera-socfpga need updating
LIN5-18560: CLONE - wrl 4,5,6 : syslog-ng 3.4.2 crashes every few hours with TCP/TLS enabled
LIN5-18561: [wrLinux501 Async BSP altera-socfpga] Kernel panic and system hang when using trace-cmd to invoke ftrace on target altera-socfpga-arriaV
LIN5-18562: After updates to RCPL12 from RCPL3, the read system call's behaviour was changed, and cause customer's application error.
LIN5-18565: Make export-layer command not documented
LIN5-18566: [wrLinux501 Async BSP altera-socfpga] There is call trace when booting preempt-rt kernel on target altera-socfpga-arriaV
LIN5-18569: wrl 5 : B4860 BSP : Rev2 board does not boot if Erratas for rev1 are removed
LIN5-18570: wrl5 :kexec-tools build failure
LIN5-18572: wrl 5 : B4860 without PCI does not compile kernel
LIN5-18575: [wrLinux501 Async BSP altera-socfpga] Kernel panic and system hang when making ext3 file system on USB flash partition on target altera-socfpga-arriaV
LIN5-18582: [wrLinux501 Async BSP altera-socfpga] When executing cpu hotplug testing, there is call trace on cgl kernel on target altera-socfpga-arriaV
LIN5-18583: [wrLinux501 Async BSP altera-socfpga] Kernel option for watchdog is NOT enable on target altera-socfpga-arriaV
LIN5-18604|WIND00448746: Security Advisory - ffmpeg - CVE-2013-0854
LIN5-18614: /etc/init.d/galileo-reset.sh need to be updated
LIN5-18615: [wrLinux501 Async BSP altera-socfpga] The ttyLCD display incorrect characters on target altera-socfpga-arriaV
LIN5-18616: 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)
LIN5-18620: Improve capsule update part of intel-quark BSP README
LIN5-18623: build failed with perl5.18.1
LIN5-18634: Security Advisory - linux - CVE-2014-2851
LIN5-18646: Security Advisory - pigz - CVE-2013-0296
LIN5-18647: Security Advisory - cups - CVE-2014-2856
LIN5-18652: Security Advisory - qemu - CVE-2014-0150
LIN5-18657: Security Advisory - linux - CVE-2014-2706
LIN5-18658: Security Advisory - qemu - CVE-2014-2894
LIN5-18664: qt-moblility-embedded 1.2.0 failed to do compile with error "QDBusContext: No such file or directory"
LIN5-18666: Configure fails with "--with-license-flags-blacklist=GPLv3" on WRLINUX_5_0_1_HEAD
LIN5-18704: Intel-quark BSP README:module intel_qrk_uart not found on CRH board
LIN5-18707: build fails with "--with-license-flags-blacklist=GPLv3" option
LIN5-18723: The path of custom-distro.conf which written on the manual is incorrect.
LIN5-18724: CLONE - bcm-xlp-glibc-std-sato configure ERROR: Nothing RPROVIDES 'packagegroup-wr-core-lsb-graphics-plus'
LIN5-18727: CLONE - syslog-ng crashes 30 mins after start when remote connections are used (Segfault)
LIN5-18731: WIFI module 7260/6205 hardware restart 
LIN5-18732: Some typos in intel-quark README 
LIN5-18735: prebuiltck.sh should return non-zero if prebuilt binaries checksum error
LIN5-18740: wifi call trace on Kontron (intel-atom) board with 6205 wifi module
LIN5-18741: The intel-atom BSP README.hardware missing the supporting info of Advantech UTX-3110 
LIN5-18743: the communication between gdb and kgdb fails
LIN5-18744: Title: Cannot build platform project with RCPL13 or 14 for XEON IA32; Regression bug.
LIN5-18746: wrl 5.0.1.x when kernel dev layer is used, together with --enable-rm-work=yes, double kernel builds cause sysroot headers to be removed during package build
LIN5-18748: [wrLinux501 Async BSP altera-socfpga] project build error on drivers/usb/otg/dwc/platform.c on BSP altera-socfpga
LIN5-18749: glibc must be installed on the host in order to use the SDK
LIN5-18753: kernel-dev layer is doing a machine specific set of the SRCREV to AUTOREV
LIN5-18756: Security Advisory - linux - CVE-2014-0196
LIN5-18758: Security Advisory - qt - CVE-2014-0190
LIN5-18759: Security Advisory - dpkg - CVE-2014-3127
LIN5-18761: Security Advisory - linux - CVE-2014-1737
LIN5-18763: Security Advisory - libpng - CVE-2013-7353
LIN5-18764: Security Advisory - linux - CVE-2014-3144
LIN5-18766: Security Advisory - dpkg - CVE-2014-0471
LIN5-18768: Security Advisory - linux - CVE-2014-3122
LIN5-18770: Security Advisory - openssl - CVE-2014-0198
LIN5-18772: Security Advisory - socat - CVE-2013-3571
LIN5-18773: Security Advisory - policycoreutils - CVE-2014-3215
LIN5-18775: Security Advisory - libpng - CVE-2013-7354
LIN5-18776: Security Advisory - linux - CVE-2014-1738
LIN5-18777: configure failed with "feature/32bit-rootfs"
LIN5-18780: warning info for do_kernel_configcheck for intel-quark board
LIN5-18782: README file for secure-boot feature in wr-bsps/intel-quark need be updated since it's out of date
LIN5-18787: patch failed: net/mac80211/tx.c on nightly build 20140519
LIN5-18790: [wrLinux501 Async BSP altera-socfpga] Kernel panic when running perf test on BSP altera-socfpga target arriaV
LIN5-18791: WRL 5.0.1 builds can fail if --enable-jobs is set too high and system memory is limited
LIN5-18792: Kernel BUG occurs while accessing RAM disk
LIN5-18794: No xmm related instruction in binary for Quark
LIN5-18795: Header files changing during build 
LIN5-18797: ruby: non -native ruby builds affect ruby-native files in host sysroot
LIN5-18799|WIND00445693: CLONE - WIND00428634 patch for 5.0.1 is needed.
LIN5-18802: [wrLinux501 Async BSP altera-socfpga] There is "kernel BUG" warning when running ETHERNET test
LIN5-18804: spi-layout-tools-native-1.0.1-rc3-r0 build failed with WRL50115-lx03  DVD
LIN5-18805: [wrLinux501 Async BSP altera-socfpga] There is call trace when inserting USB Gadget kernel module on preempt-rt kernel
LIN5-18807: IPC pthread_mutex deadlock while signal handler installed
LIN5-18808: spi-layout-tools-native_1.0.1-rc3.bb, do_compile failed on intel-quark when testing with SSTATE
LIN5-18815: [WRL5 target] Disk mounting issues
LIN5-18818: [wrLinux501 Async BSP altera-socfpga] There are call trace on eth0 when booting cyclone target with PCIe enabled on preempt-rt kernel
LIN5-18819: [wrLinux501 Async BSP altera-socfpga] There are call trace when booting cyclone target with PCIe enabled and show PCI info with command "lspci -v"
LIN5-18820: [wrLinux501 Async BSP altera-socfpga] The MSI kernel option is NOT enabled for PCI device when configuring project with altera-socfpga-pcie.scc
LIN5-18823: kernel start failed on mv-armada-xp
LIN5-18833: ethtool uprev needed after ixgbe driver update
LIN5-18841: [wrLinux501 Async BSP altera-socfpga] There are call trace with kernel option MSI enabled when booting cyclone target with PCIe enabled on preempt-rt kernel 
LIN5-18848: Security Advisory - libxfont - CVE-2014-0210
LIN5-18852: Security Advisory - libxfont - CVE-2014-0211
LIN5-18853: Security Advisory - libxfont - CVE-2014-0209
LIN5-18856|WIND00441279: CLONE - wrlinux-5.0.1: no package provides kernel-initramfs-image
LIN5-18862: Fix for broken vmdk image builds
LIN5-18866: Security Advisory - openssl - CVE-2014-0195
LIN5-18867: Security Advisory - openssl - CVE-2014-3470
LIN5-18868: Security Advisory - openssl - CVE-2014-0221
LIN5-18869: Security Advisory - openssl - CVE-2014-0224
LIN5-18873: oe-core-installer: need to refresh Revert-kernel.bbclass-image.bbclass-Implement-kernel.patch
LIN5-18875: quota build error
LIN5-18876: Invalid argument error when using  arecord tool on Baytrail target
LIN5-18884: build linux-windriver failed for both intel-quark and intel-atom-baytrail
LIN5-18885|WIND00417253: CLONE - tftp can send ack even if the space is full.
LIN5-18886: CLONE - tftp-hpa-5.0-fix-NOSAPCE-ACK.patch only partial fix
LIN5-18888:  Building linux-windriver failed for both intel-quark and intel-atom-baytrail because of features/intel-wilkinpeak2/wilkinpeak2-atom-standard are missing
LIN5-18889: Security Advisory - libtasn1 - CVE-2014-3467
LIN5-18890: Security Advisory - libtasn1 - CVE-2014-3468
LIN5-18891: Security Advisory - libtasn1 - CVE-2014-3469
LIN5-18897: Potential errors with mtd-utils at populate_sdk
LIN5-18902: SDK missing header file in usr/include, alsa-lib
LIN5-18903: WRL 5.0 and EMGD 1.18
LIN5-18904: KEXEC does not work for BSP lsi-acp34xx AXM3500 target
LIN5-18905: KDUMP does not work for BSP lsi-acp34xx AXM3500 & acp342x target
LIN5-18906: modphp: some codes don't support cross compiling
LIN5-18910: fs-debug fails with INHERITED set
LIN5-18911: drivers/mmc/host/mxs-mmc.o] Error  with BSP fsl_imx28
LIN5-18912: CLONE - wrl 4 kernel : Kernel lockdep warns about suspicious locking on X86_64 boards
LIN5-18913: WRL 5 release notes contains incorrect information about glibc debuginfo package
LIN5-18914: Security Advisory - php - CVE-2014-0237
LIN5-18915: Security Advisory - linux - CVE-2014-3153
LIN5-18916: Security Advisory - znc - CVE-2013-2130
LIN5-18918: Security Advisory - php - CVE-2014-3981
LIN5-18920: Security Advisory - nspr - CVE-2014-1545
LIN5-18921: Security Advisory - pulseaudio - CVE-2014-3970
LIN5-18922: Security Advisory - gnutls - CVE-2014-3466
LIN5-18925: Security Advisory - php - CVE-2014-0238
LIN5-18927: Security Advisory - linux - CVE-2014-3917
LIN5-18930: Create  multilib for WRlinux 5 for ppc476 bsp
LIN5-18933: LSI ACP Elpaso  support 476fpe errata by default.
LIN5-18941: zisofs-tools-native_1.0.8 failed (do_compi1e) of intel-x86-64_core.
LIN5-18942: sync wifi functions with upstream
LIN5-18944: xilinx_zynq BSP hangups
LIN5-18945: update timezone 2014e
LIN5-18946: Build failed if including features/edf/edf.scc on intel-atom and intel-atom-baytrail boards
LIN5-18947: CLONE - MLPREFIX is needed for several recipes
LIN5-18949: CLONE - wrl 4 : syslog-ng 3.4.2 memory leak after 16 hours when remote connections are used
LIN5-18951: CLONE - pfkey UPDATE failed: Interrupted system call
LIN5-18954: Workbench 3.3.5  wrqt_string debug functions not available.
LIN5-18956: oe-core-installer: need tuning Revert-kernel.bbclass-image.bbclass-Implement-kernel.patch
LIN5-18979: ad7298 on ECS-gen2:  the value "in_voltage0_raw" does not change when give AVIN0(R155)  to an  5V voltge
LIN5-18980: CLONE - kernel.bbclass: A internal dependency is required between do_bundle_initramfs and do_package
LIN5-18981: CLONE - socket ack_backlog counter wrap-around
LIN5-18987: Building inetutils failed on CentOS release 6.3 
LIN5-18988: wrlinux 5 can not boot on Marvell DB-784MP-GP Rev 1.3 if enable LPAE
LIN5-18989: wrlinux 5.0.1. - modify nfscommon configuration script behaviour
LIN5-18994: Security Advisory - linux - CVE-2014-1739
LIN5-18998: Security Advisory - apt - CVE-2014-0478
LIN5-18999: Security Advisory - php - CVE-2014-4049
LIN5-19000: Security Advisory - samba - CVE-2014-0244
LIN5-19002: Security Advisory - gnupg - CVE-2014-4617
LIN5-19003: Security Advisory - samba - CVE-2014-3493
LIN5-19004: Security Advisory - linux - CVE-2014-4508
LIN5-19005: Security Advisory - linux - CVE-2014-4027
LIN5-19007: CLONE - Errata A-005697 for B4860 BSP
LIN5-19008: Twin projects have source file differences after freshly created/built on the same host
LIN5-19009: [wrLinux501 Async BSP altera-socfpga] There are call trace when config PCIe FPGA ethernet for the first time
LIN5-19012: WRL5: Project build directory paths referenced in scripts/binaries/etc in target rootfs
LIN5-19016: IPv6 forwarding is not being enabled to all the network namespaces even after setting the default value in /proc.
LIN5-19017: CLONE - EXTRA_KERNEL_SRC_URI need to be set with a default value
LIN5-19019: [wrLinux501 Async BSP cav-octeon2] There are warning when building project
LIN5-19020: wrlinux 5.0.1. - rpcbind listening on random ports
LIN5-19021: CLONE - license-flags-blacklist option prevents export of toolchain libs in multilib SDK context
LIN5-19022: CLONE - usleep binary should be installed in the filesystem
LIN5-19039: wrlinux 5 - archiver, symlinks pointing to readonly sources
LIN5-19041: SysLogHandler sends invalid messages when using unicode
LIN5-19044: Telnet into container does not go thru. Update Busybox is required
LIN5-19045: intel-atom:intel-emgd: xserver-xorg compiling error
LIN5-19047: CLONE - Multiple usleep exist in different folders
LIN5-19049: v86d_0.1.10 failed (do_compile) 0f  qemux86-64_world_bd.
LIN5-19050: GPIO: wrong kernel config name in kernel cache 
LIN5-19051: wrlinux 5 - stdbuf (libstdbuf.so not found)
LIN5-19052: Default target OS "linux-gnun32" causes compilation errors of customer *.ko as layer
LIN5-19053: WRL5: A fix is available in many WR-Layers, including se-linux. Sanitation?
LIN5-19056: CLONE - wrl 4.3 : sctp: Don't lookup dst if transport dst is still valid
LIN5-19061: fuse in missing when build with layer wr-dpdk in WRL501
LIN5-19062: Security Advisory - php - CVE-2014-3515
LIN5-19063: Security Advisory - linux - CVE-2014-4656
LIN5-19064: Security Advisory - linux - CVE-2014-4653
LIN5-19065: Security Advisory - php - CVE-2014-4670
LIN5-19066: Security Advisory - php - CVE-2014-0207
LIN5-19067: Security Advisory - php - CVE-2014-4698
LIN5-19068: Security Advisory - linux - CVE-2014-4608
LIN5-19069: Security Advisory - linux - CVE-2014-4654
LIN5-19070: Security Advisory - php - CVE-2014-3478
LIN5-19071: Security Advisory - php - CVE-2014-3479
LIN5-19072: Security Advisory - php - CVE-2014-3487
LIN5-19073: Security Advisory - linux - CVE-2014-4652
LIN5-19074: Security Advisory - php - CVE-2014-4721
LIN5-19075: Security Advisory - php - CVE-2014-3480
LIN5-19078: Security Advisory - linux - CVE-2014-4699
LIN5-19079: Security Advisory - linux - CVE-2014-4655
LIN5-19081: possible circular locking dependency when running netperf on quark
LIN5-19083: missing  the user of "mysql" cause "mysql_install_db" return error
LIN5-19084: "Patch Fix-sync-config.patch does not apply" is reported when building openssl-native-1.0.1e
LIN5-19085: WRL5: Project build directory paths referenced in target side files
LIN5-19086: Project configuration fails on RCPL0016
LIN5-19088: mtools-3.9.9 adds non-functional symlink /usr/bin/lz
LIN5-19089: groff.texinfo fails to build with Texinfo 5.1
LIN5-19092: fsl-imx6 build error when enable CAMERA_DBG in source file
LIN5-19108: CLONE - strtof return error value when set round mode to FE_TOWARDZERO, FE_UPWARD or FE_DOWNWARD
LIN5-19118: building IDP 2.0.2 Host Tools fails on Ubuntu 14.04  with  "incompatible git version" error for git 1.19
LIN5-19124: usb gaget: not recognized by host 
LIN5-19125: README: templates/feature/odm/aiot-x1000/README.hardware not link to project READMES
LIN5-19126: aiot-x1000: delete the useless info in readme 
LIN5-19127: aiot-x1000: lttng print call trace 
LIN5-19133: ping failed with large package(>1500) via vlan inerface 
LIN5-19134: "flex: fatal internal error" when invoked in a self-hosted environment, chroot
LIN5-19138: [wrLinux501 Async BSP intel-atom-avoton-64 ] Fail to invoke DPDK testpmd On intel-atom-avoton-64 cgl kernel
LIN5-19139: ipv6: add support of peer address
LIN5-19148: Security Advisory - apache - CVE-2014-0118
LIN5-19151: Security Advisory - dbus - CVE-2014-3532
LIN5-19152: Security Advisory - apache - CVE-2014-0226
LIN5-19154: Security Advisory - cups - CVE-2014-3537
LIN5-19156: Security Advisory - linux - CVE-2014-4943
LIN5-19164: Security Advisory - glibc - CVE-2014-0475
LIN5-19165: Security Advisory - apache - CVE-2014-0231
LIN5-19166: Security Advisory - linux - CVE-2014-5077
LIN5-19175: lsi-acp34xx USB did not support on the target AXM3500
LIN5-19179: flex_2.5.35 failed (d0_configure)  of qemuarma9_std_bd
LIN5-19183: [cav-octeon2] 'mtdinfo /dev/mtd0' caught error messages
LIN5-19184: [cav-octeon2] cvmx_helper_board_get_mii_address: Unknown board type 46
LIN5-19185: TSR 1363082 : IDP 2.0.2 RCPL16 doesn't response Soft reset button on ECS board
LIN5-19186: [cav-octeon2] BUG: sleeping function called from invalid context at linux/mm/slub.c:943 
LIN5-19187: Incorrect parameter for building SDK for Windows
LIN5-19191: Upgrade timezone 2014f
LIN5-19192: need a default passwd root for root account
LIN5-19193: alsa speaker-test stuck, clicking noise during sine-wave tone
LIN5-19202: dpa_stats_create_counter is failed on  sdk_1.5for counters with a key_mask diferent of 0xFFF..
LIN5-19203: PCD : reassembly issue about the number of CC tree
LIN5-19204: PCD header manipulation failure when next action is a table
LIN5-19207: Compiling error with kernel-dev layer
LIN5-19208: Security Advisory - openssl - CVE-2014-5139
LIN5-19216: [cav-octeon2] simple-exec:hello-proprietary do_compile failed
LIN5-19220: intel-quark build failed at "*** No rule to make target `/bitbake_build/tmp/work/intel_quark-wrs-linux/linux-windriver-3.4-r0/linux/include/linux/v4l2-common.h'"
LIN5-19222: Security Advisory - openssl - CVE-2014-3508
LIN5-19223: [cav-octeon2] ethtool supported ports showing in mess
LIN5-19224: [cav-octeon2] kexec can't be run and print 'Killed'(Only cgl kernel)
LIN5-19227: Security Advisory - openssl - CVE-2014-3509
LIN5-19230: glibc must be installed on the host in order to use the SDK- development needs this information in the README notes of the SDK
LIN5-19232: setns() takes 5ms
LIN5-19234: need integrate community patch 'jffs2: validate symlink size in jffs2_do_read_inode_internal()' to wrlinux 5.0.1
LIN5-19235: Security Advisory - openssl - CVE-2014-3505
LIN5-19236: [cav-octeon2] simple-exec:lib64 miss uart and uart-irq
LIN5-19237: SDK missing header file in usr/include, iwlib
LIN5-19239: Security Advisory - openssl - CVE-2014-3506
LIN5-19240: Security Advisory - openssl - CVE-2014-3507
LIN5-19243: Security Advisory - openssl - CVE-2014-3510
LIN5-19244: wrlinux 5 rpcbind not running as non-privileged user
LIN5-19247: Security Advisory - openssl - CVE-2014-3511
LIN5-19251: Security Advisory - openssl - CVE-2014-3512
LIN5-19254: need integrate community patch ' jffs2: fix error value sign' to wrlinux 5.0.1
LIN5-19256: when read/write usb storage on Marvell DB-784MP-GP board frequently, system will print 'reset high-speed USB device number 2 using ehci_marvell'
LIN5-19258: Security Advisory - libvirt - CVE-2014-0179
LIN5-19266: Build IDP failed with deep and long project path on coreutils
LIN5-19269:  cat /proc/cpuinfo reporting non-standard CPU model for Quark
LIN5-19270: Error booting - kernel crash WR Linux 5.0.1.16 on Adlink MXE-5301 (Sandy Bridge) platform RCPL16
LIN5-19272: SDL OpenAudio() fails with "No available audio device"
LIN5-19287: Failed to extract SDK archive
LIN5-19289: CLONE - IBM ppc errata#47
LIN5-19290: [cav-octeon2] ERROR: patch NET-octeon-ethernet-Disable-two-features-for-CONFIG_.patch is not available
LIN5-19291: CLONE - lsi-axm55xx: Unable to handle kernel paging request at virtual address ffc00026
LIN5-19294: build intel-atom-baytrail project failed at "drivers/gpio/Kconfig" both for glibc-std and glibc-idp
LIN5-19295: Host's /dev/dsp device can change the build of the beecrypt package
LIN5-19299: Quark SoC C2 state is not supported
LIN5-19300: intel-quark bsp cleanup
LIN5-19301: Display the correct hardware SKU type shown in grub boot screen.
LIN5-19305: wrl 4.3 : SCTP_PEER_ADDR_CHANGE Notification over UNCONFIRMED path
LIN5-19307: wrlinux 5 - Lpm: rte lpm6iterate() - iterate through the routes (DPDK)
LIN5-19308: wrlinux 5 - kernel panics when using the KNI interface (DPDK)
LIN5-19309: wrlinux 5 - Fixed redefinition of standard Linux IPPROTO (DPDK)
LIN5-19310: wrlinux 5 - Fixed way to set MAC address in KNI (DPDK)
LIN5-19311: lsof package pulls info from build machine
LIN5-19312: wrlinux 5 - rte_memzone does not support 64 char names, only 32 char (DPDK)
LIN5-19313: wrlinux 5 - Added rte hash clear (DPDK)
LIN5-19314: wrlinux 5 - Added rte hash keys (DPDK)
LIN5-19315: wrlinux 5 -   Lpm: rte lpm iterate() - iterate through the routes (DPDK)
LIN5-19320: WRL-5.0.1:  the linux-windriver dummy recipe needs to be backported
LIN5-19324: [cav-octeon2] WARNING: at linux/lib/scatterlist.c:427 sg_miter_stop+0xd8/0xe0() (Only CGL kernel)
LIN5-19325: [cav-octeon2] KingSton MMC test failed 
LIN5-19328: wrlinux 5 - Non-deterministic build result
LIN5-19329: add the latest version of lttng-control package into a WRL5 RCPL that is distributed as GPLv2
LIN5-19331: Building failed on coreutils 6.9 when enabling --with-license-flags-blacklist=GPLv3,LGPLv3
LIN5-19333: QA Warnings when building --with-license-flags-blacklist=GPLv3,LGPLv3
LIN5-19341: with-template=feature/lttng2 cause project build failed
LIN5-19346:  pch_uart driver stops owning IRQ when used as console
LIN5-19347: Upgrade timezone 2014g
LIN5-19350: Security Advisory - glibc - CVE-2014-5119
LIN5-19351: Security Advisory - php - CVE-2014-3597
LIN5-19352: Security Advisory - linux - CVE-2014-5206
LIN5-19356: Security Advisory - subversion - CVE-2014-3522
LIN5-19357: Security Advisory - php - CVE-2014-3587
LIN5-19360: Security Advisory - subversion - CVE-2014-3528
LIN5-19375: CLONE - can not add libo32 version of libgcc
LIN5-19376: gdb can't work: BUG: using smp_processor_id() in preemptible
LIN5-19383: OpenSSL CVEs for wrlinux4.3
LIN5-19398: CLONE - wrl 4.3 : ipsec-tools racoon crashes
LIN5-19401: CLONE - WIND00437970 have fixed global pointer variables print problem, but cannot print local viriables
LIN5-19430: Compiling error with kernel-dev layer
LIN5-19436: wrlinux 5 - apache2 server crash with modphp
LIN5-19437: chpasswd: PAM authentication failed
LIN5-19439: README.hardware: "Eurotech Quark ReliaGATE 15-10" need to be added to section 1 "Supported Boards"
LIN5-19444: Broadcast address is not assigned when invoking udhcpc along with ip command
LIN5-19446: the driver module "intel_qrk_audio_ctrl_reliagate" is not found on The Eurotech ReliaGATE 15-10 board
LIN5-19447: Build fails if "./" is in the PATH
LIN5-19452: newusers: PAM authentication failed
LIN5-19454: wrlinux 5 - hdparm man pages
LIN5-19458: Security Advisory - linux - CVE-2014-3601
LIN5-19459: Security Advisory - linux - CVE-2014-5472
LIN5-19460: Security Advisory - linux - CVE-2014-5471
LIN5-19473: galileo capsule update failed
LIN5-19474:  install: cannot stat `iwlwifi-7260-9.ucode': No such file or directory with mv_armada_pxa2128 BSP
LIN5-19477: NEXCOM ESI-100:wifi, iwlist only scan nothing after boot 20s 
LIN5-19479: CLONE - sstate: a incorrect return value handling should be fixed
LIN5-19480:  ksoftirqd BUG: using smp_processor_id() in preemptible code
LIN5-19481: fsl-b4xx fails to compile on Ubuntu 14.04 32bit due to qemu compile error
LIN5-19487: rpm --root options creates currupt DB.
LIN5-19497: 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.
LIN5-19498: vsftpd: OOPS: priv_sock_get_cmd
LIN5-19503: LSI ACP 34xx BSP
LIN5-19505: Please change default console to be uart1 for esi-100 board
LIN5-19507: wrlinux 5.0.1 - fsl p2020 ignoring class message
LIN5-19509: linuxdoc-tools-native fails if host /tmp is mounted noexec
LIN5-19514: linux eMMC driver does not work well with Kingston eMMC part
LIN5-19516: Security Advisory - bash - CVE-2014-6271
LIN5-19517: Security Advisory - bash - CVE-2014-7169
LIN5-19518: Security Advisory - bash - CVE-2014-7186
LIN5-19519: Security Advisory - bash - CVE-2014-7187
LIN5-19520: Security Advisory - bash - CVE-2014-6277
LIN5-19521: Security Advisory - bash - CVE-2014-6278
LIN5-19522: "BUG: Bad page state in process" occurs
LIN5-19523: Some configure files and scripts in file system may be over written when updating some rpms
LIN5-19527: Update timezone to 2014h
LIN5-19529: CLONE - In WRL-4.3 telnetd remains waiting on futex even after all the clients have exited.
LIN5-19531: Security Advisory - linux - CVE-2014-3182
LIN5-19532: Security Advisory - dbus - CVE-2014-3637
LIN5-19533: Security Advisory - libvirt - CVE-2014-3633
LIN5-19534: Security Advisory - linux - CVE-2014-6418
LIN5-19536: Security Advisory - linux - CVE-2014-6410
LIN5-19537: Security Advisory - libgcrypt - CVE-2014-5270
LIN5-19538: Security Advisory - dbus - CVE-2014-3635
LIN5-19541: Security Advisory - apache - CVE-2014-3581
LIN5-19543: Security Advisory - perl - CVE-2014-4330
LIN5-19544: Security Advisory - linux - CVE-2014-6417
LIN5-19545: Security Advisory - linux - CVE-2014-3184
LIN5-19546: Security Advisory - dbus - CVE-2014-3638
LIN5-19547: Security Advisory - python - CVE-2014-7185
LIN5-19549: Security Advisory - linux - CVE-2014-6416
LIN5-19553: Security Advisory - linux - CVE-2014-3185
LIN5-19557: WRL5: Kernel panic due to divide by zero
LIN5-19560: i.MX6 SDB: Ethernet packet loss
LIN5-19563: WRL5: Project build directory paths referenced in scripts/binaries/etc in target rootfs - libtool
LIN5-19566: rcpl-cl.sh can't print all patches in RCPL
LIN5-19568: libcurl5 recommends curl-certs, which is not produced by the build
LIN5-19569: Security Advisory - openssl - CVE-2014-3566
LIN5-19570: wrl5 / Multicore / yaffs : corruption in linked lists when parallel access is done on filesystem
LIN5-19571: Security Advisory - openssl - CVE-2014-3568
LIN5-19572: Security Advisory - openssl - CVE-2014-3513
LIN5-19573: CLONE - make usb-image fails if image file location is not an absolute path
LIN5-19578: CLONE - arm kernel oops in 'vector_swi' when system run stress test
LIN5-19579: CLONE - gcc : RCPl 26 :  wrl 4.3 : memory leak when loading shared objects
LIN5-19581: openssl revision number is broken
LIN5-19584: CLONE - lib64 build spec from cav_octeon3 multilib project doesn't work 
LIN5-19585: CLONE - Windows lib64  SDK exported from cav_octeon3 platform project built with --multilib-enable=lib64 fails 
LIN5-19586: CLONE - Cavium 3 SDK export to Windows reports error on application build
LIN5-19587: Security Advisory - openssl - CVE-2014-3567
LIN5-19588: Security Advisory - curl - CVE-2014-3613
LIN5-19592: crosshill needs to proivide a reference example of hardware watch dog
LIN5-19596: build error "alsa-dev not found in the base feeds"
LIN5-19598: nfs-utils_1.2.3.bb code standard is wrong
LIN5-19603: WRL5: gdbserver doesn't work when stepping in shared libraries
LIN5-19604: wrlinux 5 - ping returns "No buffer space available"
LIN5-19606: Update readme for Armada-38X
LIN5-19607: Persistent Network Rule Generator Broken
LIN5-19609: CLONE - IA32 Shared libs missing in exported multilib toolchain 
LIN5-19610: Security Advisory - curl - CVE-2014-3620
LIN5-19619: Security Advisory - hostapd - CVE-2014-3686
LIN5-19621: Security Advisory - gpgme - CVE-2014-3564
LIN5-19626: Security Advisory - linux - CVE-2014-7970
LIN5-19638: Security Advisory - linux - CVE-2014-7975
LIN5-19641: Security Advisory - dbus - CVE-2014-3636
LIN5-19644: Failed to run sendfile08 and sendfile08_64 for LTP
LIN5-19648: wrlinux 5 - ping6 panic
LIN5-19651: [tz-announce] 2014i release of tz code and data available
LIN5-19652: DNXA-116 don't work on cross hill target in WRLINUX_5_0_1_HEAD git tree 
LIN5-19654: pdata_editor tool build failed
LIN5-19656: DNXA-116 in wep encryption 802.11g mode ping fails when working as either AP or client mode
LIN5-19657: Some SD card doesn't work well in mv-armada-38x
LIN5-19658: wrlinux 5 - missing usage information on prebuilt binaries verification
LIN5-19664: CLONE - No simple way to re-execute fs_final.sh scripts when developing custom layers
LIN5-19667: setup bridge failed when config in /etc/networking/interface
LIN5-19669: CLONE - Racoon Using 100% CPU
LIN5-19672: should remove HW watchdog support for Dell Egeus Gateway BYT N2807 from README.baytrail
LIN5-19673: Can not setup KGDBOE connection in Workbench by IDP on baytrail target
LIN5-19674: TPE-N150USB/TPE-N150USBL don't work on cross hill which project have feature/ath9k
LIN5-19677: wrlinux 5.0.1. - rpc.statd segfault
LIN5-19678: Missing Item from Defect List in README, beecrypt package fix
LIN5-19679: CLONE - gdb does not stop at the second breakpoint
LIN5-19680: CLONE - wrl 4.3 / Racoon IPsec overlapping rules with different port
LIN5-19685: UBIFS error (pid 1): compr_init: cannot initialize compressor lzo, error -2
LIN5-19686: host_package_install.sh need to update to support Ubuntu 14.04 and REHL 7.0 host type
LIN5-19697: Send broadcast ARP, if the unicast ARP fails in PROBE state.
LIN5-19698: 'empty IPI mask' reported from kernel/apic/ipi.c:109 default_send_IPI_mask_logical
LIN5-19699: [WRL5] a deadlock  on malloc()  using mallocstress in LTS
LIN5-19701: There is a warning when compiling wrlinux5.0.1 preempt-rt 
LIN5-19711: Generate kmemleak on mv-armada-38x
LIN5-19712: Security Advisory - ffmpeg - CVE-2014-8548
LIN5-19713: Security Advisory - linux - CVE-2014-8369
LIN5-19714: Security Advisory - linux - CVE-2014-3690
LIN5-19715: Security Advisory - qemu - CVE-2013-4527
LIN5-19717: Security Advisory - qemu - CVE-2013-4534
LIN5-19718: Security Advisory - qemu - CVE-2013-4538
LIN5-19719: Security Advisory - libxml2 - CVE-2014-3660
LIN5-19720: Security Advisory - qemu - CVE-2013-4149
LIN5-19721: Security Advisory - qemu - CVE-2013-4529
LIN5-19722: Security Advisory - qemu - CVE-2013-4540
LIN5-19723: Security Advisory - qemu - CVE-2013-4530
LIN5-19724: Security Advisory - curl - CVE-2014-3707
LIN5-19726: Security Advisory - qemu - CVE-2013-4533
LIN5-19727: Security Advisory - qemu - CVE-2013-4537
LIN5-19728: Security Advisory - ffmpeg - CVE-2014-8541
LIN5-19729: Security Advisory - qemu - CVE-2013-4531
LIN5-19730: Security Advisory - qemu - CVE-2013-4542
LIN5-19732: Security Advisory - qemu - CVE-2014-3640
LIN5-19734: Security Advisory - qemu - CVE-2013-4539
LIN5-19735: Security Advisory - qemu - CVE-2013-4151
LIN5-19736: Security Advisory - qemu - CVE-2013-6399
LIN5-19737: Security Advisory - qemu - CVE-2013-4148
LIN5-19743: rtlwifi build fail on esi-100 target on wrlinux 50121-lx04_203-id10 DVD on CentOS 5.11 64bit
LIN5-19751: mv-armada-38x: build warning: some files/directories were installed but not shipped in any package
LIN5-19752: there is strange character when logging in by telnet
LIN5-19755: [tz-announce] 2014j release of tz code and data available
LIN5-19756: CLONE - PPC: ld assertion fail 4.8-39-powerpc-wrs-linux-gnu-i686-pc-linux-gnu/bfd/elf32-ppc.c:9277
LIN5-19770: CLONE - WRL 6 : openssl shared lib in export-sdk
LIN5-19774: Cannot get touchscreen to work RCPL19 Package problem
LIN5-19779: WR Linux 5 does not work good together with Simics, timeouts, hanging...
LIN5-19788: Security Advisory - qemu - CVE-2014-3615
LIN5-19791: Security Advisory - dbus - CVE-2014-7824
LIN5-19792: Security Advisory - ffmpeg - CVE-2014-8547
LIN5-19793: Security Advisory - linux - CVE-2014-3610
LIN5-19795: Security Advisory - linux - CVE-2014-3673
LIN5-19796: Security Advisory - sysklogd & rsyslog - CVE-2014-3634
LIN5-19797: Security Advisory - ffmpeg - CVE-2014-8545
LIN5-19798: Security Advisory - linux - CVE-2014-9090
LIN5-19802: Security Advisory - php - CVE-2014-3710
LIN5-19803: Security Advisory - linux - CVE-2014-7826
LIN5-19804: Security Advisory - linux - CVE-2014-8481
LIN5-19806: Security Advisory - ruby - CVE-2014-8080
LIN5-19807: Security Advisory - qemu - CVE-2014-0223
LIN5-19809: Security Advisory - qemu - CVE-2014-7815
LIN5-19811: Security Advisory - linux - CVE-2014-3688
LIN5-19814: Security Advisory - php - CVE-2014-3669
LIN5-19815: Security Advisory - ffmpeg - CVE-2014-8543
LIN5-19817: Security Advisory - ppp - CVE-2014-3158
LIN5-19818: Security Advisory - linux - CVE-2014-3646
LIN5-19819: Security Advisory - php - CVE-2014-3670
LIN5-19820: Security Advisory - qemu - CVE-2014-0182
LIN5-19821: Security Advisory - apt - CVE-2014-0488
LIN5-19822: Security Advisory - ffmpeg - CVE-2014-8546
LIN5-19823: Security Advisory - linux - CVE-2014-3611
LIN5-19824: Security Advisory - wget - CVE-2014-4877
LIN5-19828: Security Advisory - ffmpeg - CVE-2014-8544
LIN5-19829: Security Advisory - tcpdump - CVE-2014-8767
LIN5-19830: Security Advisory - ruby - CVE-2014-8090
LIN5-19831: Security Advisory - glibc - CVE-2014-7817
LIN5-19833: Security Advisory - linux - CVE-2014-3687
LIN5-19834: Security Advisory - linux - CVE-2014-7842
LIN5-19837: Security Advisory - qemu - CVE-2014-3689
LIN5-19839: Security Advisory - php - CVE-2014-3668
LIN5-19840: Security Advisory - linux - CVE-2014-7841
LIN5-19841: Security Advisory - qemu - CVE-2014-3461
LIN5-19842: Security Advisory - tcpdump - CVE-2014-8769
LIN5-19843: Security Advisory - ffmpeg - CVE-2014-8542
LIN5-19844: Security Advisory - linux - CVE-2014-3647
LIN5-19845: Security Advisory - apt - CVE-2014-0487
LIN5-19850: Security Advisory - linux - CVE-2014-8480
LIN5-19851: Security Advisory - linux - CVE-2014-7825
LIN5-19852: Security Advisory - qemu - CVE-2014-0222
LIN5-19862: CLONE - rsync may hung if time jumps backwards
LIN5-19873: spi-layout-tools build failure on host Ubuntu 12.04 x86_64
LIN5-19879: Security Advisory - xorg-server - CVE-2014-8100
LIN5-19880: Security Advisory - binutils - CVE-2014-8503
LIN5-19881: Security Advisory - xorg-server - CVE-2014-8094
LIN5-19882: Security Advisory - tcpdump - CVE-2014-9140
LIN5-19883: Security Advisory - libyaml - CVE-2014-9130
LIN5-19884: Security Advisory - cpio - CVE-2014-9112
LIN5-19885: Security Advisory - xorg-server - CVE-2014-8099
LIN5-19886: Security Advisory - glibc - CVE-2012-6656
LIN5-19888: Security Advisory - gst-ffmpeg - CVE-2014-9316
LIN5-19889: Security Advisory - bind - CVE-2014-8500
LIN5-19890: Security Advisory - xorg-server - CVE-2014-8096
LIN5-19891: Security Advisory - glibc - CVE-2014-6040
LIN5-19892: Security Advisory - gst-ffmpeg - CVE-2014-9317
LIN5-19893: Security Advisory - qemu - CVE-2014-7840
LIN5-19896: Security Advisory - xorg-server - CVE-2014-8092
LIN5-19897: Security Advisory - xorg-server - CVE-2014-8101
LIN5-19899: Security Advisory - binutils - CVE-2014-8484
LIN5-19900: Security Advisory - xorg-server - CVE-2014-8095
LIN5-19902: Security Advisory - xorg-server - CVE-2014-8102
LIN5-19903: Security Advisory - xorg-server - CVE-2014-8098
LIN5-19905: Security Advisory - gst-ffmpeg - CVE-2014-9318
LIN5-19906: Security Advisory - linux - CVE-2014-8134
LIN5-19907: Security Advisory - binutils - CVE-2014-8504
LIN5-19908: Security Advisory - qemu - CVE-2014-8106
LIN5-19910: Security Advisory - xorg-server - CVE-2014-8093
LIN5-19911: Security Advisory - binutils - CVE-2014-8737
LIN5-19912: Security Advisory - binutils - CVE-2014-8485
LIN5-19914: Security Advisory - xorg-server - CVE-2014-8091
LIN5-19917: Security Advisory - xorg-server - CVE-2014-8097
LIN5-19918: wrlinux 5.0.1 - yaffs missing checkpoint
LIN5-19919: libc6-locale-* RPM files have wrong license info
LIN5-19920: CLONE - wrlinux 4.3 udevd (workers bug)
LIN5-19925: Axxia 34xx BSP update with new fixes from Yocto
LIN5-19926: Generating error flash image for intel quark cse-e100 board
LIN5-19928: Security Advisory - ntp - CVE-2014-9293
LIN5-19929: Security Advisory - ntp - CVE-2014-9294
LIN5-19930: Security Advisory - ntp - CVE-2014-9295
LIN5-19931: Security Advisory - ntp - CVE-2014-9296
LIN5-19932: wrlinux 5.0.1. - tclConfig.sh host path (32 bit)
LIN5-19944: Security Advisory - linux - CVE-2014-8133
LIN5-19946: Security Advisory - file - CVE-2014-8117
LIN5-19947: Security Advisory - file - CVE-2014-8116
LIN5-19949: Security Advisory - php - CVE-2014-8142
LIN5-19950: Security Advisory - linux - CVE-2014-9420
LIN5-19951: Security Advisory - linux - CVE-2014-9419
LIN5-19952: Security Advisory - apache - CVE-2014-3583
LIN5-19955: Security Advisory - znc - CVE-2014-9403
LIN5-19956: Security Advisory - linux - CVE-2014-9322
LIN5-19957: Security Advisory - openssl - CVE-2014-3569
LIN5-19958: Security Advisory - subversion - CVE-2014-3580
LIN5-19963: Security Advisory - subversion - CVE-2014-8108
LIN5-19965: Add -momit-lock-prefix option for quark bsp
LIN5-19970: CLONE - wrl 4.3 : toolchain :  ld: not enough GOT space for local GOT entries 
LIN5-19972: kernel module compile failed when set CONFIG_YAFFS_FS=m 
LIN5-19973: Security Advisory - ntp - CVE-2014-9297
LIN5-19975: Security Advisory - ntp - CVE-2014-9298
LIN5-19980: Security Advisory - openssl - CVE-2014-3571
LIN5-19981: Security Advisory - openssl - CVE-2014-8275
LIN5-19982: Security Advisory - elfutils - CVE-2014-9447
LIN5-19984: Security Advisory - openssl - CVE-2015-0205
LIN5-19987: Security Advisory - linux - CVE-2014-9584
LIN5-19988: Security Advisory - openssl - CVE-2015-0204
LIN5-19990: Security Advisory - openssl - CVE-2014-3572
LIN5-19991: Security Advisory - openssl - CVE-2014-3570
LIN5-19993: Security Advisory - php - CVE-2014-9425
LIN5-19994: Security Advisory - openssl - CVE-2015-0206
LIN5-19995: Security Advisory - libpng - CVE-2014-9495
LIN5-19996: Security Advisory - linux - CVE-2014-9529
LIN5-19998: WRL5: Migration guide has inapropriate example for template.conf
LIN5-20000: intel-x86-64:dpdk: build failed (--with-layer=wr-dpdk)
LIN5-20002: Incorrect Floating Point Results with -ffast-math and NEON 
LIN5-20003: Cannot build BSP itl_atom when CONFIG_SMP is disable
LIN5-20006: systemtap: build fails "_BSD_SOURCE and _SVID_SOURCE are deprecated"
LIN5-20007: preempt_rt kernel make error with CONFIG_PREEMPT_RTB=y
LIN5-20008: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
LIN5-20013: icu: builds failing 'No rule to make target `uconvmsg/libuconvmsg.a'
LIN5-20014: samba: do_compile fails "'DCERPC_CALL_ID_OFFSET' undeclared"
LIN5-20015: "Failed to read a valid object file image from memory", core dump i686
LIN5-20017: Security Advisory - libxml2 - CVE-2014-0191
LIN5-20020: wrlinux 4.3 - behaviour mismatch between ipv4 and ipv6 in UDP rx path
LIN5-20023: Disabling LDCONFIG does not work
LIN5-20024: Security Advisory - glibc - CVE-2015-0235
LIN5-20031: Security Advisory - gst-ffmpeg - CVE-2014-7933
LIN5-20041: Security Advisory - libpng - CVE-2015-0973
LIN5-20044: Security Advisory - binutils - CVE-2014-8738
LIN5-20045: Security Advisory - libtiff - CVE-2014-9330
LIN5-20048: Security Advisory - php - CVE-2015-0231
LIN5-20050: Security Advisory - gst-ffmpeg - CVE-2014-7937
LIN5-20051: Security Advisory - pigz - CVE-2015-1191
LIN5-20054: Security Advisory - coreutils - CVE-2014-9471
LIN5-20057: Security Advisory - libsndfile - CVE-2014-9496
LIN5-20059: Security Advisory - libcurl - CVE-2014-8150
LIN5-20069: Freescale Patch for UART UFCR register not initialized
LIN5-20070: cav-octeon2 cn66xx sgmii ethernet interfance up failed with 'cvmx_helper_board_get_mii_address: Unknown board type 42'
LIN5-20076: cav-octeon2 network sgmii interface ifconfig eth0 up print 'SIOCSIFFLAGS: No such device' 
LIN5-20077: RCPL 23 is leaking.  Broken link for linuxcgp
LIN5-20078: CLONE - getaddrinfo()/make_request() may spin forever
LIN5-20079: phpadmin patch files were installed to the image
LIN5-20089: screen: build fails "arm-wrs-linux-gnueabi/bin/ld: cannot find -lelf"
LIN5-20090: Problem seems to be in generating core files.
LIN5-20092: cav-octeon2 README should add cn66xx special part.
LIN5-20095: pidstat -t fails with out of memory, fsl-imx6 preempt-rt
LIN5-20098: bash recursive call into rl_redisplay caused X server crash on cold boots
LIN5-20101: Rebuilding busybox makes kernel to be rebuilt 
LIN5-20102: Cannot build 'turbostat' package in WRL 5.0.1 platform project
LIN5-20103: Non-existent folder referenced in a custom layer causes configuration failure
LIN5-20106: Security Advisory - freetype - CVE-2014-9660
LIN5-20107: Security Advisory - freetype - CVE-2014-9669
LIN5-20108: Security Advisory - cpio - CVE-2015-1197
LIN5-20109: Security Advisory - freetype - CVE-2014-9670
LIN5-20110: Security Advisory - xorg-server - CVE-2015-0255
LIN5-20111: Security Advisory - freetype - CVE-2014-9657
LIN5-20113: Security Advisory - freetype - CVE-2014-9675
LIN5-20115: Security Advisory - samba - CVE-2015-0240
LIN5-20117: Security Advisory - bind - CVE-2015-1349
LIN5-20118: Security Advisory - freetype - CVE-2014-9665
LIN5-20119: Security Advisory - glibc - CVE-2014-9402
LIN5-20120: Security Advisory - freetype - CVE-2014-9663
LIN5-20123: Security Advisory - freetype - CVE-2014-9667
LIN5-20124: Security Advisory - unzip - CVE-2015-1315
LIN5-20125: Security Advisory - freetype - CVE-2014-9672
LIN5-20126: Security Advisory - freetype - CVE-2014-9658
LIN5-20129: Security Advisory - freetype - CVE-2014-9673
LIN5-20131: Security Advisory - freetype - CVE-2014-9666
LIN5-20132: Security Advisory - freetype - CVE-2014-9664
LIN5-20135: Security Advisory - freetype - CVE-2014-9671
LIN5-20136: Security Advisory - freetype - CVE-2014-9656
LIN5-20137: Security Advisory - freetype - CVE-2014-9674
LIN5-20138: Security Advisory - e2fsprogs - CVE-2015-0247
LIN5-20141: Security Advisory - freetype - CVE-2014-9661
LIN5-20142: Security Advisory - glibc - CVE-2013-7423
LIN5-20143: Security Advisory - d-bus - CVE-2015-0245
LIN5-20147: Security Advisory - mysql & php - CVE-2015-2305
LIN5-20149: Missing /usr/bin/tclConfig.sh -> tclConfig.sh.x86_64
LIN5-20153: CLONE - wrlinux 6 - libtool recipe puts libltdl.la in wrong package.
LIN5-20156: msgctl09 in ltp causes kernel bug on preempt-rt
LIN5-20169: Cann't detect USB storage at USB 2.0 interface
LIN5-20170: i2c: designware: prevent signals from aborting I2C transfers
LIN5-20171: I2C: mv64xxx: remove I2C_M_NOSTART code
LIN5-20172: i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)
LIN5-20173: I2C: mv64xxx: fix race between FSM/interrupt and process context
LIN5-20176: WRL5: nfsserver: correct start-up order?
LIN5-20181: If sub-interfaces' status of a bridge are without 'RUNNING', the bridge's status is still with 'RUNNING'
LIN5-20182: Code should be use function that can read 32bits register
LIN5-20185: wrl5 : archiver feature does not work properly
LIN5-20188: Security Advisory - libssh2 - CVE-2015-1782
LIN5-20190: Security Advisory - linux - CVE-2014-9683
LIN5-20195: Security Advisory - e2fsprogs - CVE-2015-1572
LIN5-20196: Security Advisory - linux - CVE-2014-8160
LIN5-20199: Update README for mv-armada-38x
LIN5-20203: Segmentation fault in eglibc  in strcasecmp
LIN5-20204: wrlinux 5.0.1 - regression - file permissions not being retained during file copy operations on yaffs
LIN5-20206: Security Advisory - linux - CVE-2015-1593
LIN5-20215: fsl-imx6 and X11 : build error : libGL.so.1.2 conflicts between gpu-viv-bin-mx6q and libgl1
LIN5-20218: wrlinux 5 - rebuilt libc does not maintain the kernel version in the description
LIN5-20219: make export-sdk failed with 50125 LX02
LIN5-20221: Security Advisory - openssl - CVE-2015-0209
LIN5-20222: Security Advisory - openssl - CVE-2015-0287
LIN5-20223: Security Advisory - openssl - CVE-2015-0292
LIN5-20224: Security Advisory - openssl - CVE-2015-0286
LIN5-20225: Security Advisory - openssl - CVE-2015-0288
LIN5-20226: Security Advisory - openssl - CVE-2015-0293
LIN5-20227: Security Advisory - openssl - CVE-2015-0289
LIN5-20230: Security Advisory - libxfont - CVE-2015-1803
LIN5-20232: Security Advisory - tcpdump - CVE-2015-0261
LIN5-20237: Security Advisory - tcpdump - CVE-2015-2154
LIN5-20240: Security Advisory - libxfont - CVE-2015-1804
LIN5-20242: Security Advisory - libarchive - CVE-2015-2304
LIN5-20245: Security Advisory - libxfont - CVE-2015-1802
LIN5-20249: Security Advisory - tcpdump - CVE-2015-2155
LIN5-20252: Upgrade timezone to 2015b
LIN5-20263: github lsi_axxia_linux_7.8.1.43 release integrated into linux-yocto-3.4
LIN5-20269: yocto compliance issue: failed to build nspr with oe-core
LIN5-20272: Security Advisory - ntp - CVE-2015-1799
LIN5-20273: Security Advisory - ntp - CVE-2015-1798
LIN5-20282: wrl5 : man pages can't be installed when --enable-doc-pages=target
LIN5-20283: Proposal for a patch to Quark BSP for Thermal Sensor reading very cold Temperatures
LIN5-20284: IDP XT 2.0.3 -- iwlist can fail in environments with large numbers of APs
LIN5-20289: Ext4 jbd2_log_wait_for_space, preempt-rt D-state lock-up
LIN5-20293: Security Advisory - linux - CVE-2015-2922
LIN5-20297: Security Advisory - glibc - CVE-2015-1472
LIN5-20299: Security Advisory - linux - CVE-2015-1465
LIN5-20306: Security Advisory - php - CVE-2015-1353
LIN5-20312: Security Advisory - less - CVE-2014-9488
LIN5-20314: Security Advisory - php - CVE-2015-2787
LIN5-20340: Security Advisory - libxml2 - CVE-2015-1819
LIN5-20341: Security Advisory - qemu - CVE-2015-2756
LIN5-20349: CLONE - wrl 4.3 : toolchain : mips-strip deletes more than expected
LIN5-20351: wrl-glibc-rebuild uses host readelf during cross-compilation
LIN5-20356: I2C: mv64xxx: build error
LIN5-20357: WRlinux6, qemu vga output don't work after apply the patch for CVE-2014-3615
LIN5-20396: Security Advisory - curl - CVE-2015-3148
LIN5-20400: Security Advisory - curl - CVE-2015-3143