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". $ /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: /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: /wrlinux-4/scripts/rcpl/rcpl-gui.(sh|bat) * On Linux, start the tool with: $ cd $ ./wrlinux-5/scripts/rcpl/rcpl-gui.sh * On Windows, start the tool with: > cd > 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-10003|WIND00424727: Security Advisory - libxi - CVE-2013-1995 LIN5-10051|WIND00424709: Security Advisory - libx11 - CVE-2013-1981 LIN5-10054|WIND00430966: Security Advisory - phpmyadmin - CVE-2013-4998 LIN5-10106|WIND00392077: Security Advisory - libvirt - CVE-2012-4423 LIN5-10130|WIND00422252: When rebuild of IMSM volume is started in OROM, rebuild does not proceed when in the Linux OS LIN5-10133|WIND00419405: wrlinux 4.3 - bash segfault LIN5-10208|WIND00430958: Security Advisory - phpmyadmin - CVE-2013-5000 LIN5-10239|WIND00439200: Security Advisory - php - CVE-2013-1824 LIN5-10242|WIND00424712: Security Advisory - libxp - CVE-2013-2062 LIN5-1118|WIND00414343: SDK install script should generate kernel scripts LIN5-11239|WIND00435129: RPM rollback fails with dependency failure LIN5-1126|WIND00392135: git missing in the list of packages required ofr WRLinux 5 LIN5-11277|WIND00415945: Security Advisory - phpmyadmin - CVE-2013-3238 LIN5-11353|WIND00393657: Using 'isolcpus=' in bootargs and use 'sched_setaffinity' in pthread, the pthread stops and the kernel prints out BUG_ON LIN5-11455|WIND00341969: [Test case development] Need to develop to verify the feature "General Graphics" LIN5-11459|WIND00428869: Security Advisory - php - CVE-2013-4113 LIN5-11460|WIND00415964: Security Advisory - phpmyadmin - CVE-2013-3239 LIN5-11499|WIND00415921: Security Advisory - phpmyadmin - CVE-2013-1937 LIN5-1150|WIND00401574: Missing documentation on BSP consolidation LIN5-11517|WIND00400744: rpc.statd using lockd port LIN5-11526|WIND00428732: WRlinux4.3+CN61XX,can't set affinity of OCTEON_IRQ_TIMER3 LIN5-1159|WIND00442370: The make usb-image should allow alternate input directories LIN5-11599|WIND00367958: WR Linux 4.0 -- Oops in skb_over_panic when target boots under heavy networking traffic LIN5-11619|WIND00424717: Security Advisory - libxxf86dga - CVE-2013-2000 LIN5-11644|WIND00424718: Security Advisory - libxv - CVE-2013-2066 LIN5-1165|WIND00380547: The host requirements guide does not clearly tell you what packages are required for Wind River Linux 5.0 LIN5-1167|WIND00419847: WRL5: How to export a static library? LIN5-11754|WIND00366812: Security Advisory - php - CVE-2012-2688 LIN5-1177|WIND00380547: The host requirements guide does not clearly tell you what packages are required for Wind River Linux 5.0 LIN5-11790|WIND00427422: GDB cannot print global pointer viriable correctly on xlr732 LIN5-11811|WIND00413592: Security Advisory - cronie - CVE-2012-6097 LIN5-11817|WIND00424731: Security Advisory - libxvmc - CVE-2013-1999 LIN5-11818|WIND00413349: Security Advisory - bind - CVE-2013-2266 LIN5-11821|WIND00424723: Security Advisory - libxres - CVE-2013-1988 LIN5-11823|WIND00430971: Security Advisory - phpmyadmin - CVE-2013-4995 LIN5-1183|WIND00420212: Missing binary locales when rebuilding glibc LIN5-11854|WIND00420932: ACPI S3 resume issue on Intel Atom Tunnel Creek board(s) - Eurotech TC Carrier and Emerson NITX-315 LIN5-11863|WIND00424708: Security Advisory - php - CVE-2013-4635 LIN5-11868|WIND00424730: Security Advisory - libxv - CVE-2013-1989 LIN5-11892|WIND00366796: Security Advisory - php - CVE-2012-3365 LIN5-11978|WIND00430956: Security Advisory - phpmyadmin - CVE-2013-4996 LIN5-1199|WIND00410909: cannot find /usr/lib64/gdk-pixbug-2.0/2.10.0/loader.cache LIN5-12014|WIND00411986: wrlinux4.3 - apache proxy server close TCP session during transmission LIN5-12064|WIND00424732: Security Advisory - libxt - CVE-2013-2002 LIN5-12067|WIND00421922: Security Advisory - php - CVE-2013-3735 LIN5-1213|WIND00383322: Changefile.xml attributes are misleading in WRLinux 5.0 User's Guide LIN5-12992|WIND00393545: Request update to glibc_small description to include a note about device nodes LIN5-1304|WIND00401682: [Feature Testing] nfs-utils tests failed LIN5-13199|WIND00402349: Security Advisory - gnupg - CVE-2012-6085 LIN5-13204|WIND00402360: Security Advisory - mysql - CVE-2012-4414 LIN5-13206|WIND00415944: Security Advisory - mysql - CVE-2013-1506 LIN5-13208|WIND00415973: Security Advisory - libxslt - CVE-2012-6139 LIN5-13210|WIND00370219: Security Advisory - automake - CVE-2012-3386 LIN5-13215|WIND00421920: Security Advisory - apache - CVE-2013-1862 LIN5-13226|WIND00415950: Security Advisory - linux - CVE-2013-3301 LIN5-13227|WIND00413561: Security Advisory - sudo - CVE-2013-2777 LIN5-13232|WIND00413551: Security Advisory - mysql - CVE-2012-0553 LIN5-13237|WIND00404137: Security Advisory - samba - CVE-2013-0213 LIN5-13254|WIND00439163: Security Advisory - libtiff - CVE-2013-4244 LIN5-13259|WIND00355894: Security Advisory - imagemagick - CVE-2012-1610 LIN5-13277|WIND00415912: Security Advisory - mysql - CVE-2013-1532 LIN5-1328|WIND00404490: Syntax is incorrect in changelist.xml example in WR Linux 5.0 User's Guide LIN5-13290|WIND00415967: Security Advisory - libxml2 - CVE-2013-0338 LIN5-13306|WIND00415923: Security Advisory - mysql - CVE-2013-2378 LIN5-13310|WIND00408769: Security Advisory - php - CVE-2013-1643 LIN5-13319|WIND00428535: In WRL-3.0.2, syslog-ng memory leak when server is down. LIN5-13324|WIND00428894: Security Advisory - mysql - CVE-2013-3802 LIN5-13329|WIND00406211: Security Advisory - apache - CVE-2012-3499 LIN5-13330|WIND00355872: Security Advisory - imagemagick - CVE-2012-0259 LIN5-13338|WIND00445879: Security Advisory - ruby - CVE-2013-4164 LIN5-13339|WIND00360247: SIGXCPU is not sent properly in the time with RLIMIT_RTTIME limit value. LIN5-13358|WIND00404141: Security Advisory - openssl - CVE-2013-0166 LIN5-13359|WIND00428871: Security Advisory - mysql - CVE-2013-3804 LIN5-13362|WIND00426607: Security Advisory - dbus - CVE-2013-2168 LIN5-13367|WIND00399175: Security Advisory - perl - CVE-2012-6329 LIN5-13389|WIND00374013: Security Advisory - gnome - CVE-2012-1177 LIN5-13404|WIND00439214: Security Advisory - glibc - CVE-2012-4412 LIN5-1342|WIND00381084: WR Linux 5 -- Recommended host list doc doesn't mention git requirement LIN5-13421|WIND00415931: Security Advisory - mysql - CVE-2013-1531 LIN5-13436|WIND00408770: Security Advisory - php - CVE-2013-1635 LIN5-13468|WIND00402378: Security Advisory - mysql - CVE-2013-0375 LIN5-13471|WIND00415913: Security Advisory - mysql - CVE-2013-1552 LIN5-13473|WIND00408771: Security Advisory - openssh - CVE-2010-5107 LIN5-13482|WIND00404139: Security Advisory - qt - CVE-2013-0254 LIN5-13485|WIND00439185: Security Advisory - linux - CVE-2013-2897 LIN5-13486|WIND00444028: Security Advisory - linux - CVE-2013-4470 LIN5-13497|WIND00433034: Security Advisory - ruby - CVE-2013-4073 LIN5-13515|WIND00439170: Security Advisory - glibc - CVE-2013-4788 LIN5-13517|WIND00413563: Security Advisory - linux - CVE-2013-1858 LIN5-13539|WIND00402369: Security Advisory - mysql - CVE-2013-0385 LIN5-13541|WIND00434770: Security Advisory - libtiff - CVE-2013-4232 LIN5-13549|WIND00406226: Security Advisory - apache - CVE-2012-4558 LIN5-13558|WIND00402351: Security Advisory - freetype - CVE-2012-5669 LIN5-13567|WIND00448723: Security Advisory - samba - CVE-2012-6150 LIN5-13571|WIND00417556: Security Advisory - apache - CVE-2013-1847 LIN5-13576|WIND00402347: Security Advisory - mysql - CVE-2012-5060 LIN5-13582|WIND00415920: Security Advisory - mysql - CVE-2013-1521 LIN5-13586|WIND00402379: Security Advisory - mysql - CVE-2013-0384 LIN5-13590|WIND00439190: Security Advisory - linux - CVE-2013-2140 LIN5-13598|WIND00441889: Security Advisory - X.org - CVE-2013-1056 LIN5-13605|WIND00448732: Security Advisory - linux - CVE-2013-7027 LIN5-13606|WIND00411207: Security Advisory - socat - CVE-2012-0219 LIN5-13623|WIND00402364: Security Advisory - mysql - CVE-2013-0389 LIN5-13631|WIND00406232: Security Advisory - qt - CVE-2012-5624 LIN5-13634|WIND00415951: Security Advisory - mysql - CVE-2013-2375 LIN5-13642|WIND00370217: Security Advisory - imagemagick - CVE-2012-3437 LIN5-13649|WIND00404148: Security Advisory - postgresql - CVE-2013-0255 LIN5-13652|WIND00404149: Security Advisory - samba - CVE-2013-0214 LIN5-13657|WIND00441877: Security Advisory - gnupg - CVE-2013-4402 LIN5-13665|WIND00430959: Security Advisory - samba - CVE-2013-4124 LIN5-13674|WIND00394610: Security Advisory - bind - CVE-2012-5688 LIN5-13675|WIND00439187: Security Advisory - qemu - CVE-2013-4344 LIN5-13689|WIND00411205: Security Advisory - samba - CVE-2013-0454 LIN5-13701|WIND00426596: Security Advisory - libtiff - CVE-2013-1961 LIN5-13703|WIND00445832: Security Advisory - linux - CVE-2013-4579 LIN5-13705|WIND00439176: Security Advisory - linux - CVE-2013-4387 LIN5-13711|WIND00374008: Security Advisory - gnome - CVE-2012-2370 LIN5-13716|WIND00433035: Security Advisory - python - CVE-2013-4238 LIN5-13727|WIND00355884: Security Advisory - imagemagick - CVE-2012-1798 LIN5-13733|WIND00428885: Security Advisory - linux - CVE-2013-4162 LIN5-13749|WIND00415954: Security Advisory - linux - CVE-2013-2015 LIN5-13751|WIND00448727: Security Advisory - samba. - CVE-2013-4408 LIN5-13752|WIND00439207: Security Advisory - linux - CVE-2013-4345 LIN5-13770|WIND00406236: Security Advisory - ruby - CVE-2013-0256 LIN5-1378|WIND00404796: multilib:WARNINGs: the tools in lib32-wrl-target-toolchain were already stripped, this will prevent future debugging LIN5-13781|WIND00430970: Security Advisory - curl - CVE-2013-2174 LIN5-13791|WIND00439205: Security Advisory - librsvg - CVE-2013-1881 LIN5-13804|WIND00444042: Security Advisory - linux - CVE-2013-4348 LIN5-13813|WIND00399177: Security Advisory - grep - CVE-2012-5667 LIN5-13822|WIND00426605: Security Advisory - linux - CVE-2013-1059 LIN5-13826|WIND00445863: Security Advisory - linux - CVE-2013-4592 LIN5-13830|WIND00402377: Security Advisory - freetype - CVE-2012-5668 LIN5-13833|WIND00402344: Security Advisory - mysql - CVE-2012-0572 LIN5-13834|WIND00439181: Security Advisory - glibc - CVE-2012-4424 LIN5-13863|WIND00415924: Security Advisory - mysql - CVE-2013-1544 LIN5-13865|WIND00413590: Security Advisory - boost - CVE-2013-0252 LIN5-13867|WIND00426603: Security Advisory - gnutls - CVE-2013-2116 LIN5-13870|WIND00439199: Security Advisory - apache subversion - CVE-2013-4277 LIN5-13887|WIND00397017: Security Advisory - mysql - CVE-2012-0882 LIN5-13890|WIND00413587: Security Advisory - git - CVE-2013-0308 LIN5-13898|WIND00402350: Security Advisory - mysql - CVE-2013-0383 LIN5-13915|WIND00404143: Security Advisory - qemu - CVE-2012-6075 LIN5-13929|WIND00355897: Security Advisory - quagga - CVE-2012-1820 LIN5-13937|WIND00391080: pty: pty slave never wake up under heavy load. LIN5-13948|WIND00428897: Security Advisory - mysql - CVE-2013-3808 LIN5-13952|WIND00439213: Security Advisory - linux - CVE-2013-2899 LIN5-13955|WIND00408772: Security Advisory - linux - CVE-2013-1819 LIN5-13958|WIND00448775: Security Advisory - glibc - CVE-2013-4458 LIN5-13959|WIND00415952: Security Advisory - mysql - CVE-2013-2392 LIN5-13979|WIND00426610: Security Advisory - libxml2 - CVE-2013-2877 LIN5-13982|WIND00408774: Security Advisory - sudo - CVE-2013-1775 LIN5-13986|WIND00417548: Security Advisory - glibc - CVE-2012-0864 LIN5-13987|WIND00424705: Security Advisory - libdmx - CVE-2013-1992 LIN5-13990|WIND00413550: Security Advisory - perl - CVE-2013-1667 LIN5-13993|WIND00402376: Security Advisory - freetype - CVE-2012-5670 LIN5-13995|WIND00439192: Security Advisory - glibc - CVE-2013-4332 LIN5-13999|WIND00396458: BUG: soft lockup in i_size_read() LIN5-14030|WIND00413560: Security Advisory - krb5 - CVE-2012-1015 LIN5-14032|WIND00439167: Security Advisory - xorg_x11. - CVE-2013-4396 LIN5-14035|WIND00413548: Security Advisory - postgresql - CVE-2013-1900 LIN5-14041|WIND00413546: Security Advisory - postgresql - CVE-2013-1899 LIN5-14054|WIND00439172: Security Advisory - linux - CVE-2013-2889 LIN5-14057|WIND00434772: Security Advisory - libtiff - CVE-2013-4243 LIN5-14062|WIND00444043: Security Advisory - linux - CVE-2013-4515 LIN5-14081|WIND00426612: Security Advisory - apache - CVE-2013-1896 LIN5-14082|WIND00406213: Security Advisory - qt - CVE-2012-6093 LIN5-14095|WIND00417549: Security Advisory - glibc - CVE-2011-4609 LIN5-14099|WIND00445853: Security Advisory - curl - CVE-2013-4545 LIN5-14102|WIND00448750: Security Advisory - apache subversion - CVE-2013-4505 LIN5-14104|WIND00413581: Security Advisory - sudo - CVE-2013-1776 LIN5-14106|WIND00430960: Security Advisory - apache - CVE-2013-4131 LIN5-14117|WIND00439182: Security Advisory - linux - CVE-2013-2888 LIN5-14118|WIND00355873: Security Advisory - imagemagick - CVE-2012-0248 LIN5-14124|WIND00415919: Security Advisory - mysql - CVE-2013-2389 LIN5-14127|WIND00402374: Security Advisory - bind - CVE-2012-5689 LIN5-14128|WIND00413547: Security Advisory - sudo - CVE-2013-2776 LIN5-14129|WIND00286696: Security Advisory - groff - CVE-2009-5081 LIN5-14130|WIND00311490: Security Advisory - acpid - CVE-2011-1159 LIN5-14133|WIND00428874: Security Advisory - apache - CVE-2013-2249 LIN5-14139|WIND00419902: Security Advisory - x.org-xserver - CVE-2013-1940 LIN5-14142|WIND00448742: Security Advisory - linux - CVE-2013-2929 LIN5-14149|WIND00399178: Security Advisory - libtiff - CVE-2012-5581 LIN5-14150|WIND00413569: Security Advisory - ruby - CVE-2013-1821 LIN5-14151|WIND00417553: Security Advisory - apache - CVE-2013-1845 LIN5-14160|WIND00441885: Security Advisory - quagga - CVE-2013-2236 LIN5-14166|WIND00415959: Security Advisory - mysql - CVE-2013-2391 LIN5-1419|WIND00407483: host tools in projects using wr-prebuilts cannot be rebuilt LIN5-1459|WIND00155207: Need to document that we require /usr/bin/time for unsupported distributions LIN5-1460|WIND00406786: knotty2 fails to respond after the Keyboard Interrupt has been sent LIN5-15199|WIND00406215: Security Advisory - linux - CVE-2013-1774 LIN5-15202|WIND00431882: Java exception with WRL 3.0.3 rcpl-gui.sh script LIN5-15203|WIND00439180: Security Advisory - linux - CVE-2013-2893 LIN5-15218|WIND00413565: Security Advisory - postgresql - CVE-2013-1901 LIN5-15220|WIND00424729: Security Advisory - libxcb - CVE-2013-2064 LIN5-1523|WIND00408590: [Feature Testing] multilib: perl modules don't know about multilib LIN5-15232|WIND00355880: Security Advisory - imagemagick - CVE-2012-0260 LIN5-15241|WIND00444045: Security Advisory - samba - CVE-2013-4475 LIN5-15246|WIND00415966: Security Advisory - mysql - CVE-2013-1555 LIN5-15280|WIND00402357: Security Advisory - linux - CVE-2012-2372 LIN5-15289|WIND00417555: Security Advisory - apache - CVE-2013-1846 LIN5-15314|WIND00413586: Security Advisory - mysql - CVE-2013-1492 LIN5-15333|WIND00433037: Security Advisory - gnupg - CVE-2013-4242 LIN5-15334|WIND00439216: Security Advisory - xinetd - CVE-2013-4342 LIN5-15350|WIND00444047: Security Advisory - linux - CVE-2013-4514 LIN5-15365|WIND00417552: Security Advisory - apache - CVE-2013-1849 LIN5-1537|WIND00407086: host-cross/usr/bin/rpm2cpio is not behaving as rpm2cpio LIN5-15380|WIND00415928: Security Advisory - mysql - CVE-2013-1548 LIN5-15401|WIND00441881: Security Advisory - dropbear - CVE-2013-4421 LIN5-15402|WIND00359332: Security Advisory - hostapd - CVE-2012-2389 LIN5-15405|WIND00402366: Security Advisory - mysql - CVE-2012-0574 LIN5-1541|WIND00408058: configure failed with LX02a wrlinux5.0.1.1 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-1557|WIND00412881: Not possible to include kernel modules in initramfs 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-1575|WIND00417050: When using a SRC_URI in an image recipe in a layer configure does not create the copied recipe correctly LIN5-1595|WIND00408909: wrlinux 5.0.1.1 media-less install: the required host packages are checked twice during install process LIN5-1599|WIND00401360: bfd header files refer to std_section but the symbol has been renamed or removed causing memory analysis to completely fail 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-1635|WIND00420456: --with-installer-target-build can not work well 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-1676|WIND00416874: Many warnings when running export-sdk LIN5-1679|WIND00408285: [Feature Testing] multilib: initscripts run time failures on xeon-core lib32 rootfs LIN5-1692|WIND00404900: gst-plugins-base: build failes for qemuarm profiling build 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-17129|WIND00392654: Feature Testing: libunwind_tests failed in qemumips-standard-glibc_std. 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-17356|WIND00408642: applications that are statically linked with mpatrol fail with segment fault 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-1740|WIND00427003: package remove via fs-expand and default-image.bb not working in LX-5.0.1.5 LIN5-17400|WIND00411631: Export multiple areas with userspace NFS does not work LIN5-17412|WIND00443469: Linux Platform Project and CM LIN5-17414|WIND00376071: Feature Testing: debug source files were missing when configure with --enable-build=profiling LIN5-17458|WIND00416450: Mpatrol (memory analysis) options can't be set via workbench through the workbench ENVIRONMENT field 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-17609|WIND00400827: workbench yocto eclipse plugin requires gtk++ oprofile-viewer LIN5-17692|WIND00367280: The call stack above main function is wrong on qemuppc for Performance Profiler. LIN5-17755: [userspace] /etc/passwd is incorrect LIN5-1776|WIND00424297: wrlinux 5.0.1 - -Wpoison-system-directories option 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-178|WIND00390224: WRL5 Simics integrations tells me I have booted Fedora Core 5 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-1794|WIND00425561: [RCPL0005] Failed to install 'GNU Toolchain'. 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-1841|WIND00416865: RCPL 1 and 2 need patch history regenerated 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-1851|WIND00434598: e2fsprogs is not added to glibc_small filesystem 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 /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-186|WIND00435659: The nfs-utils-client package does not contain rpc.idmapd and showmount 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-18635: Security Advisory - apache - CVE-2013-5704 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-18747: wrl 5 and wrl 6 : need to move to FSL SDK 1.6 for the B4860 BSP, preempt_rt kernel 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-1887|WIND00448774: Security Advisory - ffmpeg - CVE-2013-0846 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-1926|WIND00447373: wrlinux 5.0.1. - broken link to kernel image, included in rootfs 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-1928|WIND00420753: intel-xeon-core-32 build error 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-19378: wrlinux4.3 P1020 board: hung task happens when using flash_erase to erase NOR flash LIN5-19383: OpenSSL CVEs for wrlinux4.3 LIN5-1939|WIND00427539: Windows/wrlinux-5.01 gdb internal-error: virtual memory exhausted LIN5-19394: CLONE - JFFS2 dead lock issue 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-19489: WR Linux 5 User's Guide documentation for boot time analysis is incorrect 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-19555: Security Advisory - linux - CVE-2014-3181 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-1985|WIND00408286: [Feature Testing] multilib: Some run time failures on cav-octeon2 lib64 rootfs 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-19869: wrl 5 / 6 / request to uprev to DPDK 1.7.1 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-19992: Security Advisory - linux - CVE-2014-9585 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-2002|WIND00414405: Missing dependencies in perl-modules RPM package 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-20029: Could not find a glib-compile-schemas in your PATH LIN5-2003|WIND00444762: Crashes in pthreads library LIN5-20031: Security Advisory - gst-ffmpeg - CVE-2014-7933 LIN5-20035: Security Advisory - file - CVE-2014-9620 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-20049: Security Advisory - php - CVE-2015-0232 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-20086: [drm:drm_calc_timestamping_constants] *ERROR* crtc 3: Can't calculate constants, dotclock = 0! 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-20105: Security Advisory - unzip - CVE-2014-9636 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-20127: Security Advisory - cups - CVE-2014-9679 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-20189: Security Advisory - linux - CVE-2015-0239 LIN5-20190: Security Advisory - linux - CVE-2014-9683 LIN5-20191: Security Advisory - linux - CVE-2013-7421 LIN5-20193: Security Advisory - linux - CVE-2014-9644 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-2020|WIND00391364: [Robin async BSP] fsl_e500mc: FMC execute error on P2041rdb when enabled SRIO 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-20216: Linux 5.0.1 list of supported hosts is out of date and release notes point the user to Linux 7 version 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-20235: Security Advisory - linux - CVE-2014-7822 LIN5-20237: Security Advisory - tcpdump - CVE-2015-2154 LIN5-20240: Security Advisory - libxfont - CVE-2015-1804 LIN5-20241: Security Advisory - linux - CVE-2015-1421 LIN5-20242: Security Advisory - libarchive - CVE-2015-2304 LIN5-20245: Security Advisory - libxfont - CVE-2015-1802 LIN5-20246: Security Advisory - qt - CVE-2015-0295 LIN5-20248: Security Advisory - linux - CVE-2015-1420 LIN5-20249: Security Advisory - tcpdump - CVE-2015-2155 LIN5-20252: Upgrade timezone to 2015b LIN5-20262: i2c: mv64xxx: work around signals causing I2C transactions to be aborted 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-20285: Upgrade timezone to 2015d LIN5-20289: Ext4 jbd2_log_wait_for_space, preempt-rt D-state lock-up LIN5-20293: Security Advisory - linux - CVE-2015-2922 LIN5-20294: Security Advisory - php - CVE-2014-9652 LIN5-20295: Security Advisory - php - CVE-2015-0273 LIN5-20296: Security Advisory - libtasn1 - CVE-2015-2806 LIN5-20297: Security Advisory - glibc - CVE-2015-1472 LIN5-20299: Security Advisory - linux - CVE-2015-1465 LIN5-20301: Security Advisory - php - CVE-2015-2348 LIN5-20304: Security Advisory - php - CVE-2014-9705 LIN5-20305: Security Advisory - subversion - CVE-2015-0251 LIN5-20306: Security Advisory - php - CVE-2015-1353 LIN5-20309: Security Advisory - subversion - CVE-2015-0248 LIN5-20311: Security Advisory - php - CVE-2014-9709 LIN5-20312: Security Advisory - less - CVE-2014-9488 LIN5-20313: Security Advisory - php - CVE-2015-2331 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-20347: SPDIF Fails to Play Initial Second of Wave File, i.MX6 LIN5-20349: CLONE - wrl 4.3 : toolchain : mips-strip deletes more than expected LIN5-20350: SDL calls play bad sound after app runs for 6 hours 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-20361: kernel can not boot on DB-784MP-GP board when enabling kexec and lpae feature LIN5-20365: Security Advisory - linux - CVE-2015-2042 LIN5-20372: Security Advisory - curl - CVE-2015-3153 LIN5-20376: Security Advisory - linux - CVE-2015-2041 LIN5-20378: Security Advisory - qemu - CVE-2014-9718 LIN5-20385: Security Advisory - libx11 - CVE-2013-7439 LIN5-20390: Security Advisory - sqlite - CVE-2015-3416 LIN5-20394: Security Advisory - ppp - CVE-2015-3310 LIN5-20396: Security Advisory - curl - CVE-2015-3148 LIN5-20400: Security Advisory - curl - CVE-2015-3143 LIN5-20402: Security Advisory - glibc - CVE-2015-1781 LIN5-20403: RPM locks up; rpmdb: BDB2034 unable to allocate memory for mutex LIN5-20406: CLONE - thread can not ptrace other thread in the same process LIN5-20408: i2c-i801 and i2c-designware-pcidrv initialization order was not compatible with upstream LIN5-20409: Security Advisory - rsync - CVE-2014-8242 LIN5-20410: Remove 'if (wake_irq_isr' : Possible Race Condition, Simplify iMX6 Testing LIN5-20411: Security Advisory - qemu - CVE-2015-3456 LIN5-20412: Security Advisory - util-linux - CVE-2014-9114 LIN5-20416: Security Advisory - qt - CVE-2015-1859 LIN5-20418: Security Advisory - qt - CVE-2015-1860 LIN5-20419: Security Advisory - qt - CVE-2015-1858 LIN5-20420: Security Advisory - gstreamer - CVE-2015-0797 LIN5-20421: Security Advisory - busybox - CVE-2014-4607 LIN5-20422: Security Advisory - libxml-libxml-perl - CVE-2015-3451 LIN5-20423: Security Advisory - libtasn1 - CVE-2015-3622 LIN5-20437: CLONE - There is memleaking issue in busybox LIN5-20439: CLONE - WRliunx4.3 upgrade to RCPL 29, fdisk list nor flash as /dev/mtdblock0 LIN5-2044|WIND00420192: tnftp command has no alternates link LIN5-20441: Axxia 7.8.1.45 release integrated into linux-yocto-3.4 LIN5-20442: NUMA, x86, only one node is detected in the system LIN5-20443: CLONE - net-snmp: snmp_pdu_parse() incompletely parsed varBinds left in list of variables LIN5-20444: CLONE - Multiple XML Parsing Vulnerabilities LIN5-20445: eglibc configure failes on distributions with make 4.x LIN5-20449: Security Advisory - openssl & openssh - CVE-2015-4000 LIN5-20456: wrlinux 5.0.1 - CLONE_VFORK flag LIN5-20458: Security Advisory - linux - CVE-2015-2830 LIN5-20459: Security Advisory - linux - CVE-2015-3331 LIN5-20464: Security Advisory - proftpd - CVE-2015-3306 LIN5-20467: Security Advisory - postgresql - CVE-2015-3165 LIN5-20468: Security Advisory - linux - CVE-2014-9710 LIN5-20471: Security Advisory - Ipsec-tools - CVE-2015-4047 LIN5-20499: syntax error in arch/arm/plat-orion/mv_drivers_lsp/mv_tsu/Kconfig LIN5-20500: Security Advisory - linux - CVE-2015-3636 LIN5-20502: Move prebuilt toolchains from RCPL DVDs to KL LIN5-20504: Security Advisory - linux - CVE-2015-1805 LIN5-20505: iMX6 board irqbalance has a memory leak LIN5-20506: Security Advisory - postgresql - CVE-2015-3166 LIN5-20507: Security Advisory - postgresql - CVE-2015-3167 LIN5-20512: Security Advisory - unzip - CVE-2014-8139 LIN5-20514: Security Advisory - postgresql - CVE-2015-0242 LIN5-20516: Security Advisory - cups - CVE-2015-1158 LIN5-20517: Security Advisory - cups - CVE-2015-1159 LIN5-20518: Security Advisory - postgresql - CVE-2015-0241 LIN5-20519: pci msi doesn't enable in meta of mv-armada-xp LIN5-20529: Security Advisory - openssl - CVE-2015-1791 LIN5-20530: Security Advisory - linux - CVE-2015-4003 LIN5-20531: Security Advisory - php - CVE-2015-4022 LIN5-20532: Security Advisory - php - CVE-2015-4021 LIN5-20533: Security Advisory - lighttpd - CVE-2015-3200 LIN5-20534: Security Advisory - php - CVE-2015-4148 LIN5-20535: Security Advisory - linux - CVE-2015-4001 LIN5-20536: Security Advisory - php - CVE-2015-4147 LIN5-20537: Security Advisory - openssl - CVE-2015-1789 LIN5-20538: Security Advisory - qemu - CVE-2015-4106 LIN5-20539: Security Advisory - php - CVE-2015-4025 LIN5-20540: Security Advisory - php - CVE-2015-3307 LIN5-20541: Security Advisory - php - CVE-2015-3330 LIN5-20542: Security Advisory - php - CVE-2015-4024 LIN5-20543: Security Advisory - openssl - CVE-2014-8176 LIN5-20544: Security Advisory - linux - CVE-2015-4004 LIN5-20545: Security Advisory - php - CVE-2015-3329 LIN5-20546: Security Advisory - php - CVE-2015-4026 LIN5-20547: Security Advisory - openssl - CVE-2015-1788 LIN5-20548: Security Advisory - php - CVE-2015-2783 LIN5-20549: Security Advisory - openssl - CVE-2015-1792 LIN5-20550: Security Advisory - linux - CVE-2015-4002 LIN5-20554: Security Advisory - openssl - CVE-2015-1790 LIN5-20556: Security Advisory - unzip - CVE-2014-8140 LIN5-20562: Security Advisory - unzip - CVE-2014-8141 LIN5-20565: kernel will print waring during reboot if nfs client is writing LIN5-20579: Upgrade timezone to 2015e LIN5-20580: References to Linux 7 paths and examples in Getting Started, Migration, and User's guides LIN5-20581: BDB1546 unable to join the environment; BDB1508 Unable to allocate thread control block LIN5-20583: CLONE - rpm -qai for --root= creates the directory instead of returning error if the path for --root doesn't exist LIN5-20591: wrlinux 5 - /usr/bin/libtool contains reference to hostname on which libtool was built LIN5-20593: fsl-e500mc fsl-p4080ds preempt-rt kernel can't boot up. LIN5-20594: WRL5: ixgbe driver was improved in case of ECC errors on NIC LIN5-20596: Security Advisory - xerces-c - CVE-2015-0252 LIN5-20604: Security Advisory - qemu - CVE-2015-3209 LIN5-20606: Security Advisory - gst-ffmpeg & libav - CVE-2015-3395 LIN5-20607: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4143 LIN5-20610: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4141 LIN5-20611: Security Advisory - Hostapd & wpa_supplicant. - CVE-2015-4142 LIN5-20613: Security Advisory - ntp - CVE-2015-5146 LIN5-20614: CLONE - CLONE - sanity.bbclass: check /bin/sh is dash or bash LIN5-20617: rpcbind missing the -p statement in usage LIN5-20618: Some patches of unzip miss the postfix '.patch' or '.diff' LIN5-20622: Security Advisory - postgresql - CVE-2015-0243 LIN5-20623: Security Advisory - postgresql - CVE-2015-0244 LIN5-20625: CLONE - RCPL tools does not show information about LIN5-19920 LIN5-20629: Oops: Kernel access of bad area with usdpaa_get_portal_config(Case#00040451) LIN5-20630|WIND00338103: WR Linux 5.0.1 -- enabling CONFIG_FSL_DPA_CHECKING results in panic LIN5-20633: Security Advisory - Linux-Pam - CVE-2015-3238 LIN5-20636: CLONE - bugzilla 13844: libc-lowlevellock.c missing LIN5-20638: Security Advisory - nss - CVE-2015-2721 LIN5-20640: Security Advisory - nss - CVE-2015-2730 LIN5-20641: Security Advisory - bind - CVE-2015-4620 LIN5-20647: Security Advisory - linux - CVE-2015-5366 LIN5-20649: Security Advisory - linux - CVE-2015-5364 LIN5-20654: CLONE - after enable jumbo package support, on p2041 board, ping will failed when with big size package(more than 1500 bytes) LIN5-20657: Build fails after applying GHOST CVE-2015-0235 patch LIN5-20660: CLONE - fetch netperf 2.6 package failed due to its verstion updated to 2.7 LIN5-20665: Kernl oops occurs by detaching USB memory device LIN5-20671: Security Advisory - apache - CVE-2015-3183 LIN5-20673: Security Advisory - apache - CVE-2015-0253 LIN5-20677: Security Advisory - bind - CVE-2015-5477 LIN5-20678: Security Advisory - apache - CVE-2015-3185 LIN5-20692: Update timezone 2015f release of tz code and data available LIN5-20693: pidstat percentage value change LIN5-20696: Security Advisory - libuser - CVE-2015-3246 LIN5-20697: Security Advisory - openssh - CVE-2015-5600 LIN5-20699: Security Advisory - ghostscript - CVE-2015-3228 LIN5-20701: Security Advisory - gdk-pixbuf - CVE-2015-4491 LIN5-20704: Security Advisory - qemu - CVE-2015-5165 LIN5-20705: Security Advisory - linux - CVE-2015-4167 LIN5-20706: Security Advisory - libidn - CVE-2015-2059 LIN5-20707: Security Advisory - subversion - CVE-2015-3187 LIN5-20708: Security Advisory - qemu - CVE-2015-5154 LIN5-20709: Security Advisory - qemu - CVE-2015-5166 LIN5-20710: Security Advisory - libuser - CVE-2015-3245 LIN5-20712: Security Advisory - openssh - CVE-2015-5352 LIN5-20714: Security Advisory - subversion - CVE-2015-3184 LIN5-20716: Forcing "eth0 speed 100 duplex full autoneg off" affects throughput, iMX6 LIN5-20719: Integrate an upstreram kernel patch( commit id: 30a6b8031fe ) LIN5-20720: Uninitialized struct field in the fix for CVE-2015-5600 causes random auth LIN5-20726: libSDL build deps error LIN5-20727: Package procps-ng is needed. LIN5-20735: Security Advisory - xfsprogs - CVE-2012-2150 LIN5-20736: Security Advisory - conntrack-tools - CVE-2015-6496 LIN5-20737: Security Advisory - openssh - CVE-2015-6564 LIN5-20738: Security Advisory - libunwind - CVE-2015-3239 LIN5-20739: Security Advisory - libevent - CVE-2014-6272 LIN5-20741: Security Advisory - openssh - CVE-2015-6563 LIN5-20742: Security Advisory - perl - CVE-2013-7422 LIN5-20743: Security Advisory - qemu - CVE-2015-4037 LIN5-20744: Security Advisory - libevent - CVE-2015-6525 LIN5-20745: DNS negative answers from forwarders are not cached as in WRL3 LIN5-20751: Integrate Hot Fix for EMGD glDrawArrays() size argument limitation LIN5-20752: pulseaudio-2.1-r8.1.1: task do_compile: fatal error: gconf/gconf-client.h: No such file or directory LIN5-20756: wrl6 eglibc and toolchain missing from source archive LIN5-20757: Security Advisory - bind - CVE-2015-5722 LIN5-20758: Security Advisory - linux - CVE-2015-6526 LIN5-20759: Security Advisory - linux - CVE-2014-9730 LIN5-20760: Security Advisory - linux - CVE-2015-3290 LIN5-20761: Security Advisory - linux - CVE-2014-9729 LIN5-20763: Security Advisory - linux - CVE-2014-9731 LIN5-20764: Security Advisory - linux - CVE-2015-3291 LIN5-20766: Security Advisory - gst-ffmpeg - CVE-2015-6823 LIN5-20768: Security Advisory - linux - CVE-2015-5157 LIN5-20772: Security Advisory - gst-ffmpeg - CVE-2015-6820 LIN5-20775: Security Advisory - linux - CVE-2015-4700 LIN5-20776: Security Advisory - linux - CVE-2015-3212 LIN5-20778: Security Advisory - gst-ffmpeg - CVE-2015-6824 LIN5-20780: Security Advisory - linux - CVE-2014-9728 LIN5-20784: Security Advisory - linux - CVE-2015-5697 LIN5-20788: wrlinux 5 - RCPL30 rcpl-gui functionality LIN5-20789: Intel i210 driver support in WRL501 LIN5-20791: CLONE - libidn_1.28 failed (do_compile) of fsl-t4xxx_world_bp_split LIN5-20793: wrl5 : update-alternatives: Error: not linking LIN5-20798: After installing RCPL30 "Initial bitbake parse/config failed" LIN5-20802: Security Advisory - python - CVE-2014-4616 LIN5-20803: Security Advisory - freetype - CVE-2014-9745 LIN5-20804: task-sdk-host-nativesdk version may change between build machines LIN5-20808: libarchive.so: undefined reference to `acl (fix build dependencies) LIN5-20810: [wraxl] qemu_linaro failed (do_compile) of beagleboard_std LIN5-20811: Update timezone 2015g LIN5-20812: wrl 5 : dpdk 1.7.1 stuck virtio rx vring LIN5-20817: Security Advisory - ntp - CVE-2014-9751 LIN5-20821: Security Advisory - rpcbind - CVE-2015-7236 LIN5-20822: Security Advisory - ntp - CVE-2014-9750 LIN5-20823: Security Advisory - qemu - CVE-2015-5279 LIN5-20830: Security Advisory - ntp - CVE-2015-7871 LIN5-20833: Security Advisory - ntp - CVE-2015-7853 LIN5-20834: Security Advisory - ntp - CVE-2015-7852 LIN5-20835: Security Advisory - ntp - CVE-2015-7851 LIN5-20836: Security Advisory - ntp - CVE-2015-7850 LIN5-20839: Security Advisory - ntp - CVE-2015-7691 LIN5-20840: Security Advisory - ntp - CVE-2015-7692 LIN5-20841: Security Advisory - ntp - CVE-2015-7702 LIN5-20843: Security Advisory - ntp - CVE-2015-7703 LIN5-20844: Security Advisory - ntp - CVE-2015-7704 LIN5-20845: Security Advisory - ntp - CVE-2015-7705 LIN5-20846: Security Advisory - ntp - CVE-2015-7701 LIN5-20847: Security Advisory - ntp - CVE-2015-7855 LIN5-20848: Preempt-RT HIGHMEM setting caused segmentation fault, i.MX6 LIN5-20850: CLONE - wrlinux 4 - SCTP PMTU Discovery doesn't work if MTU is not multiple of 4 LIN5-20851: CLONE - wrl 4.2 : kernel panic in octeon+ (cavium 56xx) Based Kernel. LIN5-20857: Security Advisory - gdk-pixbuf - CVE-2015-7673 LIN5-20865: Security Advisory - linux - CVE-2015-5707 LIN5-20873: Security Advisory - gdk-pixbuf - CVE-2015-7674 LIN5-20875: Security Advisory - linux - CVE-2015-6252 LIN5-20876: Security Advisory - linux - CVE-2015-7613 LIN5-20885: Security Advisory - linux - CVE-2015-7799 LIN5-20886: Security Advisory - postgresql - CVE-2015-5288 LIN5-20889: Security Advisory - linux - CVE-2015-6937 LIN5-20890: Security Advisory - linux - CVE-2015-5156 LIN5-20897: collect2: cannot find 'ld' : binutils-cross is an unsafe dependency LIN5-20899: ERROR: failure running gnu-configize LIN5-20901: CLONE - PCI: can't handle 64-bit address space for bridge LIN5-20904: Security Advisory - util-linux - CVE-2015-5218 LIN5-20905: Security Advisory - unzip - CVE-2015-7696 LIN5-20908: Security Advisory - unzip - CVE-2015-7697 LIN5-20910: Security Advisory - qemu - CVE-2015-6855 LIN5-20913: Security Advisory - hostapd & wpa_supplicant. - CVE-2015-8041 LIN5-20914: Security Advisory - qemu - CVE-2015-7295 LIN5-20915: RPM from libgcc-nativesdk missing dependency on eglibc-nativesdk LIN5-20916: wrl5 - FOSS archive gtk-doc-native does not contain any code from source archive LIN5-20919: linux-windriver_3.4 failed (d0_patch) of haswell_world LIN5-20927: CLONE - CLONE - WR7 has gratuitous host machine check failing builds for host meta-overc LIN5-20929: Security Advisory - libsndfile - CVE-2014-9756 LIN5-20930: Security Advisory - libpng - CVE-2015-7981 LIN5-20931: Security Advisory - gst-ffmpeg - CVE-2015-8216 LIN5-20933: Security Advisory - linux - CVE-2015-7872 LIN5-20938: Security Advisory - linux - CVE-2015-2925 LIN5-20939: Security Advisory - linux - CVE-2015-5257 LIN5-20941: Security Advisory - sudo - CVE-2015-5602 LIN5-20943: Security Advisory - linux - CVE-2015-5307 LIN5-20944: Security Advisory - libpng - CVE-2015-8126 LIN5-20945: Security Advisory - gst-ffmpeg - CVE-2015-8365 LIN5-20947: Security Advisory - libsndfile - CVE-2015-7805 LIN5-20948: Security Advisory - libxslt - CVE-2015-7995 LIN5-20949: Security Advisory - gst-ffmpeg - CVE-2015-8364 LIN5-20950: Security Advisory - libxml2 - CVE-2015-7941 LIN5-20953: Security Advisory - libxml2 - CVE-2015-7942 LIN5-20954: Security Advisory - linux - CVE-2015-8215 LIN5-20958: WRL5 : kernel panic due to missing igb patch LIN5-20962: Security Advisory - gst-ffmpeg - CVE-2012-2779 LIN5-20967: UIO: Fix concurrency issue LIN5-20969: Valgrind do_configure failure on build host running 4.x kernel LIN5-20971: Security Advisory - php - CVE-2015-7803 LIN5-20972: Security Advisory - pcre - CVE-2015-8388 LIN5-20973: Security Advisory - pcre - CVE-2015-8390 LIN5-20976: Security Advisory - pcre - CVE-2015-8393 LIN5-20977: Security Advisory - pcre - CVE-2015-2328 LIN5-20979: Security Advisory - libxml2 - CVE-2015-8242 LIN5-20980: Security Advisory - openssl - CVE-2015-3195 LIN5-20983: Security Advisory - pcre - CVE-2015-8391 LIN5-20984: Security Advisory - libxml2 - CVE-2015-7497 LIN5-20985: Security Advisory - git - CVE-2015-7082 LIN5-20987: Security Advisory - dpkg - CVE-2015-0860 LIN5-20991: Security Advisory - pcre - CVE-2015-8382 LIN5-20993: Security Advisory - pcre - CVE-2015-2327 LIN5-20995: Security Advisory - pcre - CVE-2015-8380 LIN5-20996: Security Advisory - php - CVE-2015-7804 LIN5-20997: Security Advisory - pcre - CVE-2015-8387 LIN5-20998: Security Advisory - libxml2 - CVE-2015-5312 LIN5-21000: Security Advisory - openssl - CVE-2015-3194 LIN5-21002: Security Advisory - openssl - CVE-2015-3196 LIN5-21004: Multicast fail after Ethernet re-attach or suspend to RAM LIN5-21007: Security Advisory - expat - CVE-2015-1283 LIN5-21016: Security Advisory - libxml2 - CVE-2015-7499 LIN5-21017: Security Advisory - libxml2 - CVE-2015-7500 LIN5-21018: Security Advisory - linux - CVE-2015-8569 LIN5-21022: Security Advisory - linux - CVE-2015-7990 LIN5-21023: Security Advisory - bind - CVE-2015-8000 LIN5-21024: Security Advisory - libxml2 - CVE-2015-7498 LIN5-21025: Security Advisory - linux - CVE-2015-8543 LIN5-21027: Security Advisory - linux - CVE-2015-7509 LIN5-21029: Security Advisory - bind - CVE-2015-8461 LIN5-21031: Security Advisory - linux - CVE-2013-7446 LIN5-21033: Security Advisory - libxml2 - CVE-2015-8241 LIN5-21036: Security Advisory - libxml2 - CVE-2015-8317 LIN5-21045: vsftpd gettimeofday syscall LIN5-21046: Security Advisory - libgcrypt - CVE-2015-5738 LIN5-21048: Security Advisory - openssl & gnutls - CVE-2015-7575 LIN5-21057: Security Advisory - nspr - CVE-2015-7183 LIN5-21069: Security Advisory - samba - CVE-2015-5299 LIN5-21073: Security Advisory - qemu - CVE-2015-7512 LIN5-21074: Security Advisory - openssh - CVE-2016-0777 LIN5-21075: Security Advisory - openssh - CVE-2016-0778 LIN5-21076: Invalid group in the resulting filesystem (wrlinux-image-glibc-core) LIN5-21078: Security Advisory - bind - CVE-2015-8704 LIN5-21086: Security Advisory - php - CVE-2015-6831 LIN5-21089: Security Advisory - openssl - CVE-2015-3197 LIN5-21107: Security Advisory - libpng - CVE-2015-8472 LIN5-21116: Security Advisory - dhcp - CVE-2015-8605 LIN5-21122: Security Advisory - php - CVE-2015-6832 LIN5-21125: Security Advisory - php - CVE-2015-6836 LIN5-21127: Security Advisory - php - CVE-2015-6833 LIN5-21133: Security Advisory - php - CVE-2015-5590 LIN5-21140: WRL5: IPv6 routing should use next suitable route with lower metric LIN5-21165: Security Advisory - libtiff - CVE-2015-8781 LIN5-21177: Security Advisory - libtiff - CVE-2015-8782 LIN5-21181: Security Advisory - libtiff - CVE-2015-8783 LIN5-21182: Security Advisory - libtiff - CVE-2015-8665 LIN5-21187: Security Advisory - libtiff - CVE-2015-8683 LIN5-21192: Security Advisory - libtiff - CVE-2014-8127 LIN5-21193: Security Advisory - libtiff - CVE-2014-8128 LIN5-21194: Security Advisory - libtiff - CVE-2014-8129 LIN5-21195: Security Advisory - libtiff - CVE-2014-9655 LIN5-21196: Security Advisory - libtiff - CVE-2015-8784 LIN5-2123|WIND00426109: Failed to make export-sysroot on RCPL-5.0.1.5 LIN5-2129|WIND00407182: Change the rcpl version default at configure time from auto to "latest" LIN5-215|WIND00397274: Documentation for new functionality: allow exposing custom headers for cross-compile LIN5-2152|WIND00405556: wrlinux target installer: incorrect status is displayed when installing RPMs to disk LIN5-2172|WIND00409880: WR Linux 5.0: TI am335x EVM: USB babble error occurs. LIN5-2187|WIND00427419: [RCPL]autoconf does not work with target toolchain enabled LIN5-2197|WIND00428065: libcap specifies rpath info to packages that use it LIN5-2208|WIND00433344: vsftpd /var/share/empty dir creation issue LIN5-2214|WIND00446898: wrl5 : gconv needed LIN5-2225|WIND00444222: configure failed with --with-license-flags-blacklist=GPLv3 LIN5-2226|WIND00433344: vsftpd /var/share/empty dir creation issue LIN5-2252|WIND00416824: 32-bit pam modules not installed when added to 64-bit rootfs LIN5-2257|WIND00436961: [2]wrlinux 5.x - initrscripts lacking status property. LIN5-2268|WIND00435448: wrlinux 5.0.1 - nfs-utils startup order LIN5-2291|WIND00422470: configure will not select the right branch if two addons different branches pointing to the same repository LIN5-2300|WIND00438660: [RCPL5008]automake-native do_compile failed when makeinfo verion > 5.1 LIN5-2338|WIND00425133: wrlinux 5.0.1 - cannot create .xz image format LIN5-2364|WIND00439154: wrlinux 5.0.1 - qemu-native fails to compile LIN5-2367|WIND00432138: wrlinux 5.0.1 - errors when adding dhcp to glibc_small LIN5-2384|WIND00442435: checkroot.sh does not use the value in /etc/default/rcS LIN5-2411|WIND00440214: [ovirt-engine] build autogen-native failed in frequency LIN5-2437|WIND00439690: wrlinux 5.0.1. - services missing status property - CGL rootfs LIN5-2448|WIND00439690: wrlinux 5.0.1. - services missing status property - CGL rootfs LIN5-253|WIND00415348: Configure option --with-template-dir is undocumented LIN5-2531|WIND00445872: Security Advisory - augeas - CVE-2012-0786 LIN5-2541|WIND00402000: gdb: warning: Could not load shared library symbols for linux-vdso32.so.1. Do you need "set solib-search-path" or "set sysroot"? LIN5-2553|WIND00448037: kexec fails when using SMP LIN5-2575|WIND00353713: Drop the workaround patch for cpan.bbclass after oe-core has fix the bug LIN5-2576|WIND00442348: WRL5: "make export-sdk" does not work on RCPL8, "Can't install perl-nativesdk-5.14.2-r9.3@x86_64_nativesdk" LIN5-2594|WIND00394498: Linux 5.0.1 - invalid configure options are available in the WB platform project wizard LIN5-2605|WIND00413413: [5.0.1 Async][fsl-p10xx]The call trace occurs when validate CPU_HOTPLUG with standard kernel. LIN5-2610|WIND00445864: Security Advisory - lighttpd - CVE-2013-4559 LIN5-2631|WIND00407525: oprofile_0.9.7 failed (do_compile) of qemux86-64_std_bp. LIN5-2632|WIND00409001: BB_ENV_WHITELIST doesn't work LIN5-2636|WIND00418623: [5.0.1 Async][cav-octeon2] several Simple Exec compile problems LIN5-2645|WIND00448733: Security Advisory - ffmpeg - CVE-2013-0855 LIN5-2657|WIND00426117: Some toolchian warnings when running export-sdk LIN5-2675|WIND00424685: Graphics mode boots failed on Ivy bridge-EP(C0) LIN5-2692|WIND00416942: failed to add file via fs_final.sh in iso LIN5-2698|WIND00417826: configure: addon-core-branch-clones don't work with defoliated trees LIN5-2702|WIND00424312: freeglut building error for haswell LIN5-2715|WIND00391935: [WRL5.0.1] The preempt_rt kernel has a drop of the throughput and interrupt latency on the PPC boards, compared with 4.3. LIN5-2718|WIND00420670: wrl-target-toolchain build error caused by add 4.7.2 version toolchain LIN5-2727|WIND00422545: [OSVE] ]intel_idle dose not work on some SharkBay-Mobile which as cpu id 0x46 LIN5-273|WIND00419332: WRL5.0.1 RN quotes packages that belong to CGP add-on LIN5-2738|WIND00410956: Add ability to run host binary checking tool as a make target LIN5-2751|WIND00425032: intel-xeon-core-haswell cannot boot used UEFI LIN5-2762|WIND00410966: using make usb-image to make an read-only image doesn't actually work LIN5-2789|WIND00425264: CONFIG_ASYNC_CORE should depends on CONFIG_DMA_ENGINE LIN5-2801|WIND00418360: Support for cpio missing as valid parameter to --enable_bootimage option on WRL5 "configure" command LIN5-2813|WIND00421810: [OSVE] Call Trace appeared after hot plug the usb3.0 hub LIN5-2822|WIND00420652: missing lots of files on ISO installed target compare with rootfs package xxxx-dist.tar.bz2 LIN5-2825|WIND00430309: [5.0.1 Async][BSP: fsl-e600] There are mistakes in README* documents LIN5-2830|WIND00407799: BSP Testing:[Async BSP] [fsl-imx6] [preempt-rt] calltrace will be popped out when tracing LIN5-2853|WIND00421498: Warning in kernel build since RCPL 4 installed LIN5-2857|WIND00434821: [Penguin Async][BSP: fsl-e500mc] rcw_1g_1500mhz.bin is missing in rcw-git-r9.fsl_e500mc.rpm LIN5-2861|WIND00437545: Add support for rm_work exclusions LIN5-289|WIND00426956: wrlinux 5.0.1. - User's Guide Doc missing important information on creating alternate kernels LIN5-2891|WIND00441302: kernel build stuff can't be deleted when --enable-rm-work=yes is specified. LIN5-2892|WIND00421437: kernel failed (do_compile) of haswell_world LIN5-2901|WIND00413430: p1020rdb: the usb doesn't work LIN5-2912|WIND00421677: kernel initramfs build pollutes /tmp with non-unique file LIN5-2923|WIND00414271: [5.0.1 Async][fsl-p10xx]: one board version and several align issues in README.hardware LIN5-2930|WIND00415766: The platform project has many absolute paths that self reference the platform project LIN5-2944|WIND00440982: Segmentation fault with GCC 4.6 Wind River compiler, using WR Linux 5.0 and the p8572 BSP. LIN5-2949|WIND00425602: Build error with features/kvm/qemu-kvm-enable.scc LIN5-2953|WIND00418200: fsl-p2020: can't find the dtb for p2020rdb-pc board after make fs LIN5-2973|WIND00418611: [5.0.1 Async][cav-octeon2] linux-filter-linux_n32 run with Segmentation fault LIN5-2976|WIND00447059: perl nativesdk and perl modules LIN5-2984|WIND00427797: core files truncated when using itimer LIN5-2993|WIND00445689: oprofile:build (libbfd) depends on libz LIN5-2995|WIND00418754: qat-cck build error LIN5-3028|WIND00442265: make usb-image image has to be run interactively due to logic within create-usb.pl LIN5-3035|WIND00437035: Previous kernel fix breaks dump_stack() LIN5-3036|WIND00431410: [5.0.1 Async][BSP: fsl-e600] QSP image failed to load rootfs via NFS while booting LIN5-3046|WIND00430678: [5.0.1 Async][BSP: fsl-e600] PCI works improperly LIN5-3116|WIND00436334: [ kernel ] WARNING: For recipe linux-windriver not shipped in any package LIN5-3120|WIND00410479: fsl-t4xxx: mpic timer should be enabled by default LIN5-3140|WIND00439767: WRL5: ARM kernel is limited to only 14 cores. LIN5-3147|WIND00408627: [WRlinux 5.0.1 Async]fsl-t4xxx:CPU_HOTPLUG test cause system hang LIN5-3151|WIND00439711: Removing USB-serial device from USB port causes USB to malfunction. LIN5-3173|WIND00424687: [WRLINUX501][BSP:intel-atom]intel-atom fail to boot up cgl kernel on minnow LIN5-3185|WIND00432499: random xilinx_zynq network timeout LIN5-319|WIND00426956: wrlinux 5.0.1. - User's Guide Doc missing important information on creating alternate kernels LIN5-3201|WIND00442655: WRL5: BUG: sleeping function called from invalid context at kernel/rtmutex.c, at strange call. LIN5-3214|WIND00443948: export-sdk fails for a multilib (lib32) project due to invalid path for libmpc.so.2 LIN5-3219|WIND00435023: [Penguin Async][BSP: fsl-e500mc] Loading EDAC module failed. LIN5-3223|WIND00440815: TIPC on Freescale B4xxx boards with preempt-rt kill network (WRL5 RCPL8) LIN5-3237|WIND00446129: wrl; 5.0.1.x : warnings in BTRFS filesystem LIN5-3256|WIND00412904: Create local version of the image recipes for modification in layers/local LIN5-3258|WIND00406758: WARNING info of lms on intel-xeon-core LIN5-3281|WIND00410514: BSP Testing:[Async BSP] [fsl-imx53] [preempt-rt] RADME update LIN5-3297|WIND00410657: fsl-t4xxx: pci device doesn't work in traditional irq mechanism LIN5-3319|WIND00413242: [5.0.1 Asyn BSP: fsl-imx6] Fail to boot in wrlinux5.0.1.1 DVD08c LIN5-3323|WIND00414726: configure: allow query for valid combos (ktypes) to extend to addons LIN5-3334|WIND00422574: dpdk build error caused by host contamination LIN5-3339|WIND00408573: Feature Testing: "Read access not allowed" leads to failure of mthread debug. LIN5-3341|WIND00434299: 0e-core-installer_git failed (do_patch) of common-pc-core-installer. LIN5-3371|WIND00405503: Feature Testing: Call Trace occurs when run "usermode-agent" in fsl-p2020-cgl-glibc-cgl. LIN5-3379|WIND00417931: [WRLinux 5.0.1 Async][cav-octeon2] preempt-rt kernel hangs LIN5-3386|WIND00433376: --enable-checkout-all-layers=yes does not get a listing of layers included in IDP 2.0 LIN5-3398|WIND00418467: [Feature Testing][networking]: avl.23.0 in CUT show the wrong result on BSP: cav-octeon2 LIN5-3404|WIND00424688: S3 S4 all cannot resume on both Ivy bridge-EP(C0) and Rmy-EP(SND-EP C2) LIN5-3417|WIND00433229: Wind River Linux installer project fails to install grub-1.99 when creating the rootfs LIN5-3418|WIND00417136: no client specific NFS startup scripts LIN5-3424|WIND00448757: Security Advisory - ffmpeg - CVE-2013-7010 LIN5-3436|WIND00419507: [WRlinux 5.0.1 Async]lsi-acp34xx:need integrated PMU driver LIN5-3446|WIND00448763: Security Advisory - ffmpeg - CVE-2011-3941 LIN5-3461|WIND00419372: [5.0.1 Async][cav-octeon2] add bootloader information LIN5-3462|WIND00436519: IDP nightly: build imx6 project fail - task do_bundle_initramfs: Failed LIN5-3472|WIND00420189: Shared library version of libipsec not being built LIN5-3475|WIND00436744: WRL5: In some of the rpms sometimes the gid of the user building is picked up. LIN5-3483|WIND00422139: [OSVE] usbutils needs to upgrade to show usb3.0 port/device tree LIN5-3499|WIND00426893: make start-target failed on intel-xeon-core bsp LIN5-3517|WIND00441483: wrlinux 5.0.1 bitbake: build broken in some cases with sstate LIN5-3518|WIND00425309: wrlinux 5.0.1 - /etc/init.d/ntpd errors LIN5-3537|WIND00413109: clone_bsp.sh misses some layers during the process resulting in a different BSP LIN5-3544|WIND00425075: BSP: Update README.hardware of intel-xeon-core to reflect MGA vedio support on some server LIN5-3545|WIND00425134: wrlinux 5.0.1 - syslog-ng build without ssl support LIN5-3568|WIND00429880: fsl_imx6: egalax_ts is not work on sabrelite board LIN5-3570|WIND00443491: Can't checkout all layers with old RCPL versions since RCPL 9 installed LIN5-3571|WIND00425581: something fai1ed (?) of haswell32_world_bp. LIN5-3575|WIND00423704: c0mpat-wireless-iwlwifi_3.6.6-1 failed (do_compile) of intel-atom_world_bp. LIN5-3580|WIND00441803: The loopback device will not release occasionally on Ubuntu 12.04 with make usb-image-loop LIN5-3581|WIND00425503: acpid stop and restart function break down LIN5-3591|WIND00416719: named built without IPv6 support LIN5-3592|WIND00409035: Feature Testing: the LAYERVERSION or LAYERDEPENDS is not defined for some BSP layers LIN5-3594|WIND00420198: 32-bit .so library links missing from 64-bit SDK LIN5-3596|WIND00421593: Compat-wireless-* package block compilation due to CONFIG_CFG80211=y LIN5-3607|WIND00407488: initramfs image compile failed LIN5-3611|WIND00401918: strstr is not working as expected LIN5-362|WIND00406964: sat-solver compilation can fail because of ptr aliasing LIN5-3624|WIND00418028: telnetd using /usr/bin/login instead of /bin/login LIN5-3635|WIND00418028: telnetd using /usr/bin/login instead of /bin/login LIN5-3641|WIND00412154: fsl-t4xxx: boost can't build on the latest git tree LIN5-3649|WIND00429097: The firmware of fsl-imx6 can't be built well in parallel LIN5-365|WIND00409389: In the Recommended-Hosts-List_5.0.1.pdf, use "Fedora 13" under the sections of "Fedora 16 and 17" LIN5-3651|WIND00428277: modphp do_configure() failed with sstate enabled LIN5-3656|WIND00448576: wrlinux 5.0.1 - sstate need consider postinstall dependencies LIN5-3669|WIND00415144: [5.0.1 Async][fsl-p10xx] Two mistakes in steps to test WIFI on P1023RDB LIN5-3672|WIND00428495: After Installing 5.0.1.6, can't build with old RCPL LIN5-3684|WIND00417984: login failed if boot the target with USB disk or CF card for the BSP:cav-octeon2 on wrlinux-5.0.1.4 lx04 LIN5-3693|WIND00437513: [ovirt-kvm] build qemu-native-0.15.1-r24 failed LIN5-3705|WIND00413877: [5.0.1 Async][fsl-p10xx] kts:fs caused kernel panic on P1023RDB LIN5-3717|WIND00428272: audit fails to build (host contamination) LIN5-3725|WIND00438955: WRL5/6 libgcrypt compiling error LIN5-3733|WIND00446321: kernel warnings fixed in defect WIND00436136 still exist for other BSPs. LIN5-3742|WIND00414189: [wrlinux 5.0.1 Async][fsl-p10xx] Steps to describe USB gadget are not correct. LIN5-375|WIND00396536: Feature Testing: the LAYERVERSION or LAYERDEPENDS is not defined for some wrlinux layers LIN5-3753|WIND00435458: wrlinux 5.0.1 - nfs-utils rpcuser warnings at build LIN5-3774|WIND00418207: fsl_imx6: sabre lite(REV D) have not timer irq. LIN5-3787|WIND00419056: [5.0.1 Async][cav-octeon2] Run "rmmod octeon-edac-pc" and system hang LIN5-381|WIND00418108: initramfs image doesn't get built with added package LIN5-3816|WIND00413941: [5.0.1 Async][fsl-p10xx] USB could not be detected on P1023RDB LIN5-3826|WIND00413941: [5.0.1 Async][fsl-p10xx] USB could not be detected on P1023RDB LIN5-3829|WIND00408373: Using the feature template "feature/compat-wireless" on a multilib image can cause failures LIN5-3845|WIND00438771: [RCPL5008]systemtap do compile failed on Fedora19 64 bit LIN5-3874|WIND00439179: Security Advisory - libarchive - CVE-2013-0211 LIN5-3888|WIND00416684: ntpd running as root and other issues LIN5-3894|WIND00406573: [5.0.1][BSP: CF Cavium Octeon II ] lttng test hang on lx32 LIN5-3895|WIND00437830: apache2-native_2.4.2: incompatible with /usr/lib/libgdbm.so in openSUSE 12.3 LIN5-3900|WIND00428108: Build error when switch some kernel config option from 'y' to 'm' for fsl-imx6 LIN5-3901|WIND00416684: ntpd running as root and other issues LIN5-3908|WIND00442376: gcc-crosssdk-initial-4.6.3+svnr184847-r29.2 do_compile failed on Fedora19 x86_64 LIN5-3917|WIND00429440: [5.0.1 Async][BSP: fsl-e600] SRIO could not synchronize well between master and slave LIN5-3922|WIND00419337: [Feature Testing][networking]: snmpd can not start on xilinx on wrlinux-5.0.1.4 lx05 LIN5-396|WIND00420953: Documented steps for importing a Wind River Linux 5 SDK for Windows development are incorrect LIN5-3965|WIND00445837: Security Advisory - ffmpeg - CVE-2013-0875 LIN5-3971|WIND00412051: Build fails with --enable-rm-work=yes on NFS due to open files in pseudo LIN5-3980|WIND00448949: wrlinux 5.0.1 - adding xz to RDEPENDS of grub will pull in all xz binaries which is not expected to be LIN5-3982|WIND00414586: target installer: image-rootfs do_rootfs() failed when running Wrlinux target installer on intel-xeon-core LIN5-3985|WIND00440103: sanity: intel-quark BSP is not integrated with 5019 lx01 DVD spin. LIN5-4|WIND00408127: wrlinux-5.0.1 media-less install: Some async BSPs are installed but failed to configure LIN5-4009|WIND00417442: build RCPL2 project failed after update to RCPL3 LIN5-4015|WIND00409053: [WRlinux 5.0.1 Async]fsl-t4xxx:SIMICS boot failed LIN5-4016|WIND00424858: WRL5: PAM configured for nullok_secure, but no such code sxists in WRL5 LIN5-4032|WIND00418658: [5.0.1 Async][cav-octeon2] hexdump I2C EEPROM and system may reboot LIN5-4035|WIND00410941: The WRL5 build size and time is unacceptable LIN5-4047|WIND00420330: kvm guest kernel and rootfs images aren not included in the kvm host image after building with "--with-kvm-guest-img" and "--with-kvm-guest-kernel" options LIN5-4054|WIND00432231: [WRLinux 5.0.1][fsl_t4xxx] Duplicate bportal and qportal inside t4240qds-post.dtsi LIN5-4063|WIND00431301: [5.0.1 Async][BSP: fsl-e600] QSP booted with calltrace LIN5-407|WIND00427815: e2fsprogs utils not properly included in built file system LIN5-4079|WIND00399263: [Feature Testing][networking]Can not analyse vmcore with crash on target LIN5-4081|WIND00420028: WRL5: When the projectDir path contain @ the build fails. LIN5-4083|WIND00430256: [5.0.1 Async][BSP: fsl-e600] HIBERNATION (suspend-to-disk) can not support SMP LIN5-4096|WIND00429869: [5.0.1 Async][BSP: fsl-e600] Initial boot code could not setup bat correctly for kernel mapping, cgl only LIN5-4117|WIND00436279: The top level makefile does not work with alternate default images LIN5-4150|WIND00420376: [Feature Testing][networking]: Error while extracting rootfs tarballs(into a usb disk or sdcard for the targets system) on wrlinux-5.0.1.4 lx07 LIN5-4154|WIND00436360: [RCPL0008] Failed to build qemux86-64-standard-glibc_std with --enable-ccache=yes LIN5-4196|WIND00408867: [WRlinux 5.0.1 Async]fsl-t4xxx:SIMICS kernel build failed LIN5-4217|WIND00409881: [WRlinux 5.0.1 Async]fsl-t4xxx:can not install lib64 application LIN5-4234|WIND00414609: [5.0.1 Async][fsl-p10xx]: tmd feature doesn't exist in BSP templae LIN5-4237|WIND00408525: [Feature Testing]For glibc_std rootfs, if build project with feature/kdump, crash souhld be build and installed by default LIN5-4259|WIND00419704: fsl-b4xxx: kgdboc test is failed in rt case LIN5-4271|WIND00418110: Support Telit HE910 modem via usb serial option driver LIN5-4288|WIND00413933: [5.0.1 Async][fsl-p10xx] RTC could not be detected on P1023RDB LIN5-4290|WIND00412485: wrlinux5.0 work_project uses a diffrent project path LIN5-4312|WIND00418659: [WRlinux 5.0.1 Async]lsi-acp34xx:PCIe failure on preempt-rt/cgl kernel LIN5-4332|WIND00418756: dpdk build error LIN5-4354|WIND00419134: [5.0.1 Async][cav-octeon2] Update README LIN5-4357|WIND00428502: drbd will causes calltrace with cgl kernel LIN5-4368|WIND00439775: WRL5: HIGHMEM does not work with PREEMPT_RT LIN5-4376|WIND00439496: WRL5 xconfig fails due to "cannot connect to X server" LIN5-4381|WIND00421827: [OSVE] pciutils needs updating to reflect the lynx point PCH info LIN5-4406|WIND00440512: RIP(Routing information Protocol) test failed LIN5-4413|WIND00423912: [ WRL5.0.1 Penguin Async] [ BSP: bcm-xlp ] The CGL kernel would hung on some multi-thread programs in the LTP, POSIX and KTS. LIN5-4417|WIND00406571: Get some errors when booting xeon+cgl+glibc-cgl from iso with wr-installer LIN5-4438|WIND00441674: [fsl-t4xxx/fsl-b4xxx] qoriq-debug is not installed LIN5-4463|WIND00407531: Feature Testing: QEMU hangs when booting wrlinux from vdisk with serial console LIN5-4467|WIND00434822: [Penguin Async][BSP: fsl-e500mc] Can not probe sensors LIN5-4483|WIND00410603: Use global --with-rcpl-version to set default RCPL for addon products LIN5-4512|WIND00409012: wrlinux 5.0.1.1 lx07: "make -C build pkg_name" : packages are always force recompiled from source even nothing been changed LIN5-452|WIND00430421: WR Linux 5.0.1 User's Gude shows command target "make -C build clean" that does not exist LIN5-4531|WIND00414785: configure needs to support separate corebranch configurations for addons LIN5-4534|WIND00417132: nfs-utils state file ownership LIN5-4560|WIND00414853: [Feature Testing][networking]: configure failed on 'crash' for cav-octeon2+glibc_cgl+cgl on WRLINUX_5_0_1_HEAD Apr 26 LIN5-4563|WIND00412052: --enable-target-installer=yes generated all hddimg iso ext3 images LIN5-4565|WIND00408638: [WRlinux 5.0.1 Async]fsl-t4xxx: FMC execute error LIN5-4573|WIND00406692: cgl kernel configure failed with x86 kvm bsp LIN5-4579|WIND00416717: named running as root LIN5-4586|WIND00417802: [WRlinux 5.0.1 Async]lsi-acp34xx:Replace device tree "enabled" property with "status" LIN5-4594|WIND00414530: [RCPL0003] Failed to 'make fs' on fsl-p10xx-standard-glibc-small. LIN5-4604|WIND00416717: named running as root LIN5-4622|WIND00418953: arm_coretile_express_a15_a7: Document have some issue LIN5-4625|WIND00419862: failed to deploy wind river linux 5.0.1 sdk LIN5-4626|WIND00408247: QA Issue: audit: d/sbin/audisp-remote, installed in the base_prefix, requires a shared library under exec_prefix (/usr) LIN5-464|WIND00398074: WRL 5- cannot run 'hob' utility on recommended host RHEL 6.3 LIN5-4642|WIND00421607: [RCPL0004] Error display when configuring project with '--with-rcpl-version=0'. LIN5-4643|WIND00418753: compat-wireless-3.6.6 build error LIN5-4659|WIND00428419: Read-only files in layers cause build failure LIN5-4661|WIND00419354: [5.0.1 Async][cav-octeon2] run jffs2 on mtdblock and have call trace LIN5-4684|WIND00426798: wrlinux 5.0.1 - issues with ethernet driver for ACP34xx LIN5-4686|WIND00422511: Failed to configure with "--with-layer=ovp/tools". LIN5-4689|WIND00431730: [5.0.1 Async][BSP: fsl-e600] qsp-uart irq thread exited unexpectedly with preempt-rt kernel LIN5-4701|WIND00430305: IDP nightly: kernel update cause some idp projects build fail - linux/arch/arm/kernel/module.c:327:3: error: 'err' undeclared LIN5-4708|WIND00412156: usbutils: do_configure failed while using dash LIN5-4713|WIND00426918: WRL-501: kvm build error with cgl kernel LIN5-4717|WIND00431088: Missing quotes in if-case in oe-core/meta/classes/kernel-yocto.bbclass LIN5-4725|WIND00429672: CGP fs fails to build on RedHat 6.3 LIN5-4740|WIND00421903: Security Advisory - ffmpeg - CVE-2013-3674 LIN5-4749|WIND00408571: [Async BSP] CPU_HOTPLUG will cause calltrace on cgl kernel LIN5-476|WIND00402813: nearbyintl has wrong version listed in libm.so.6 LIN5-4768|WIND00447826: nanosleep() sleeps only in 10ms in WRLinux 5.0.1.7 with fsl_imx6 LIN5-4771|WIND00424952: WRL5: More warnings after installing RCPL.4 LIN5-4772|WIND00408892: arm-coretile-express-a15-a7: call trace triggered when testing cpu_hotplug on preempt-rt kernel LIN5-4786|WIND00407882: One P2 defect for the to-be-done documentation request of the requirement WIND00386607 LIN5-4805|WIND00411480: arm-coretile-express-a15-a7: another call trace when testing cpu_hotplug on preempt-rt kernel LIN5-4810|WIND00438081: wrlinux 5.0.1. - initramfs image build when using --enable-rm-work=yes or kernel image bundling LIN5-4812|WIND00407884: One P2 defect for the to-be-done documentation request of the requirement WIND00331211 LIN5-4814|WIND00421582: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The LTP float_exp_log test case could cause the kernel print Call Trace. LIN5-483|WIND00364483: Feature Testing: yocto compliance issue: failed to build nspr with oe-core LIN5-4845|WIND00425714: Some warnings during make fs LIN5-4856|WIND00436876: wrlinux 5.0.1. - Propagation of kernel header changes to SDK (does notwork with latest fixes applied) LIN5-4858|WIND00418942: xilinx-zynq: usb otg issue LIN5-4888|WIND00418947: xilinx-zynq: kdump test failed with std and rt kernel LIN5-4910|WIND00426300: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The kdump would cause the NAE or PCIE NIC mount NFS failure. LIN5-4912|WIND00437874: lib32-qt-mobility-x11:/usr/lib/libblkid.so.1: undefined reference to `secure_getenv@GLIBC_2.17' LIN5-4918|WIND00417995: /usr/lib64/ssl/openssl.cnf not installed on target LIN5-4926|WIND00431311: fsl_imx6: the librarys of the gpu links to the error .so. LIN5-4930|WIND00448545: "ERROR: Function failed: nettools_do_patch_v2" occurs during building project after invoking configure with --enable-reconfig option LIN5-4933|WIND00417995: /usr/lib64/ssl/openssl.cnf not installed on target LIN5-4939|WIND00433451: [WRLinux 5.0.1 Async][fsl_t4xxx] There are some call traces when valiating uprobe. LIN5-4959|WIND00407484: [Feature Testing]On fsl-e500mc preempt-rt kernel, the memory size got by free or top is incorrect LIN5-4969|WIND00411079: fsl-b4xxx: need to double check one commit in IR5.2 LIN5-4976|WIND00421119: Package RDEPENDS variables missing package name component LIN5-4986|WIND00421119: Package RDEPENDS variables missing package name component LIN5-4988|WIND00410329: adopt fix WIND00390085 to fix watchquagga initscript problem LIN5-4989|WIND00447800: quark bsp: kgdboc and usb serial driver options are not enabled by default in kernel configuration LIN5-5007|WIND00428790: In WRL-5.0.1 ping6 to the freescale T4240 target fails. LIN5-5008|WIND00406917: Qemu/xilinx-zynq: Can not mount sd file system LIN5-5010|WIND00430969: Security Advisory - Subversion - CVE-2013-1968 LIN5-5044|WIND00446799: Kernel BUG trace when enabling CONFIG_DEBUG_PREEMPT=y LIN5-5052|WIND00411084: i.mx28: document issue LIN5-5063|WIND00412056: possible deadlock in panic() LIN5-5083|WIND00418517: TUNE_FEATURES will not show the right value LIN5-5086|WIND00430506: run pod2man failed with file crypto/des/des.pod on openssl LIN5-5096|WIND00418283: kvm build error intel-xeon-core wrlinux-5.0.1 LIN5-5100|WIND00427109: openssl fails to build due to invalid pod syntax LIN5-5106|WIND00418941: xilinx-zynq: calltrace appeared when do cpu hotplug LIN5-5107|WIND00436959: wrlinux 5.0.1 - conflicted patches in bind bb LIN5-5114|WIND00425403: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The CPU_HOTPLUG test failed. LIN5-5122|WIND00424859: WRL5: Changed behavior of unspecified services, do pam_deny.so on all unknown services LIN5-5123|WIND00409904: [BBS] CCACHE can't be enabled with --enalbe-ccache=yes LIN5-5130|WIND00432481: rpcbind started twice on boot LIN5-5131|WIND00435887: [WRLinux 5.0.1 Async][fsl_t4xxx ] the serial node order get changed for kexec and kdump kernel LIN5-5141|WIND00429882: fsl_imx6: perf test fail on sabrelite board LIN5-5142|WIND00413139: bsp: x86-64-kvm-guest: enable target-toolchain support by adding multilib support LIN5-5174|WIND00414715: Do not include cgp default template unless using --enable-rootfs=glibc-cgl LIN5-5191|WIND00443090: syslog-ng 3.3.5 removed in RCPL 8 LIN5-5199|WIND00440793: SATO GUI not working on QEMU x86/64 LIN5-5200|WIND00417980: Still having problems with sstate cache LIN5-5221|WIND00445848: Security Advisory - ffmpeg - CVE-2013-0869 LIN5-5225|WIND00441337: WRL5: Syslog-ng package has faulty hard dependency to LIBNET, causing broken cross-compilation on some Hosts. LIN5-5230|WIND00413356: [wrlinux 5.0.1 Async][fsl-p10xx]:miss the P1013 mode in README.hareware LIN5-5231|WIND00445836: Security Advisory - ffmpeg - CVE-2013-0866 LIN5-5246|WIND00435373: make usb-image creates a image without enough inodes with 2 gig images LIN5-5253|WIND00443530: Multilib (lib32) build fails due to no package provides libXcomposite.so.1()(64bit) LIN5-526|WIND00418833: Rebuild DTB file fails usingrecommended method LIN5-5263|WIND00427162: xf86-input-vmmouse_12.7.0 failed (do_compi1e) of intel-xeon-core-32_world LIN5-5267|WIND00425236: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The USB disk as rootfs could not mount rootfs. LIN5-5275|WIND00422166: WRL5: wrl_buildlink pollutes ${WORKDIR} LIN5-5287|WIND00407425: WRL 5.0.1 needs latest timezone data LIN5-5289|WIND00426343: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The Hyperexec nae demo performance is too low. LIN5-5292|WIND00427062: wrlinux 5.0.1. - Propagation of kernel header changes to SDK LIN5-5293|WIND00446621: WRL5: util-linux has a broken bbappend recipe, libuuid.so. LIN5-5298|WIND00407425: WRL 5.0.1 needs latest timezone data LIN5-5315|WIND00424943: wrlinux 5.0.1. - problems building a vmdk type image LIN5-5317|WIND00409011: edf feature is not enabled for intel-xeno-core bsp by kts LIN5-5326|WIND00407065: BSP Testing:[Async BSP] [fsl-imx6] README issue LIN5-5346|WIND00413532: [5.0.1 Async][fsl-p10xx]cannot generate a availlable jffs2 image for NAND FALSH of P1022DS LIN5-5347|WIND00430328: "ls: cannot access /sys/class/ieee80211: No such file or directory" when boot up usb image LIN5-5362|WIND00435107: sstate cache files still referencing old projects LIN5-5393|WIND00420298: xilinx-zynq: another calltrace appeared when do cpu hotplug LIN5-5396|WIND00435085: IDP will not build rootfs if smartpm is installed on HOST system LIN5-541|WIND00428583: No specification in our WRL 5.0.1 manuals on when depmod or depmodwrapper should be used. LIN5-5412|WIND00438690: Async BSP 5.0.1 : intel-atom-baytrail doesn't support USB3.0 LIN5-5418|WIND00418014: makes export-sysroot generates empty config.sh file LIN5-5420|WIND00442261: QEmu dependencies on xfsprogs LIN5-5427|WIND00413113: BUG():s triggered in ARM for perf on preempt-rt LIN5-5428|WIND00434098: [WRLinux 5.0.1 Async][fsl_t4xxx] kgdbts triggers a call trace if using a relocatable kernel LIN5-5448|WIND00422282: After upgrading kernel to yocto-stable-3.4.43, the kernel build of intel-xeon-core cgl fails. LIN5-5449|WIND00414485: [5.0.1 Async][fsl-p10xx] cannot find NAND Flash in P1023RDB LIN5-5456|WIND00421242: Merge linux-yocto-3.4 -stable tree (3.4.43) to 5.0.1 HEAD LIN5-5458|WIND00446852: host UID/GID contamination LIN5-5465|WIND00418952: Need to explicitly disable NTB and ADR in intel-xeon-core-32 LIN5-547|WIND00443318: enable-multilib option is not documented LIN5-5482|WIND00447896: smart/rpm lstat'ing all mount pounts during do_rootfs task LIN5-5486|WIND00432340: Kernel modules tarball missing in WRLX5.0.1 LIN5-5489|WIND00429904: fsl_imx6: PCIE is not work for sabrelite board LIN5-5496|WIND00431114: fsl_imx6: Add ieee1588 description to README LIN5-5509|WIND00406870: The kexec/kdump can't work on t4240qds LIN5-5512|WIND00434872: ldd not working in multilib build LIN5-5539|WIND00406204: fsl-imx28: move spi to unsupported since no spi device onboard LIN5-555|WIND00442677: recommended hosts lists incorrectly lists Fedora 13 in the Fedora 16/17 host package dependency list LIN5-5559|WIND00413222: [wrlinux 5.0.1 Async][BSP: fsl-p10xx] Please add usb note for P1022DS LIN5-5574|WIND00396058: Execution of event handler 'run_package_report' failed LIN5-5592|WIND00418741: xilinx-zynq doesn't enable CONFIG_ARM_ZYNQ_CPUFREQ option LIN5-5615|WIND00418336: lms build error LIN5-5642|WIND00418940: Document problem of xilinx-zynq LIN5-565|WIND00419037: WRL5.x :make export-syroot is functional but not documented LIN5-5651|WIND00415169: The kernel image that bundled with initramfs could not be installed into target rootfs LIN5-5687|WIND00413065: Busybox fails to compile with the CONFIG_TUNE2FS option LIN5-5704|WIND00405870: The testcase of no_hz failed in fsl-imx28 board LIN5-5707|WIND00416944: e1000 net card adapter driver issue LIN5-5709|WIND00411158: [WRL 5.0.1 Async][fsl-p10xx]: the network cannot work normally with SDK U-BOOT LIN5-573|WIND00419198: wrlinux 5.0.1 - make export-toolchain target LIN5-5741|WIND00414569: [5.0.1 Async][fsl-p10xx]:Add some detailed info for some devices. LIN5-5764|WIND00421583: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The LTP proc01 test case could cause the kernel print Call Trace. LIN5-5782|WIND00435020: [WRLinux 5.0.1 Async][fsl_t4xxx] The cfg/cpu-hotplug.cfg of kernel meta is not rebased to SDK1.4 LIN5-5785|WIND00438191: mfd driver build error LIN5-5790|WIND00438674: Async BSP 5.0.1: intel-atom-baytrail boot failed on Bakersport CRB using EFI boot method LIN5-5791|WIND00409915: Failed to make ISO image on some 32bit build servers if the rootfs image is greater than 2GB LIN5-5792|WIND00431467: Issues with e1000e driver in intel-xeon-core-32 BSP using WRL5.0.1 LIN5-580|WIND00448717: Security Advisory - ffmpeg - CVE-2013-0845 LIN5-5816|WIND00410328: LAMP feature: php can not work with mysql LIN5-5820|WIND00403640: wrlinux 5 - local layer pariority range LIN5-5825|WIND00412339: idmapd error LIN5-5835|WIND00443926: WRL5: Unable to build syslog-ng 3.4.2 in RCPL8 with libesmtp-dev installed LIN5-5842|WIND00444515: Some essential libraries and symlinks are missing into the exported SDK when multilib is enabled LIN5-5850|WIND00411936: rpm post-install scripts failed while first booting LIN5-5857|WIND00412705: libuuid package missing libuuid.so symlink LIN5-5860|WIND00435933: Integration of LXC patch causes lockdep backtrace/splat LIN5-5871|WIND00408062: [WRlinux 5.0.1 Async]fsl-t4xxx:make MLIB=lib64 fs failed LIN5-5877|WIND00431617: fsl-e600: kexec/kdump doesn't work LIN5-5888|WIND00434312: intel-xeon-core BSP need support microcode update function LIN5-5904|WIND00436481: RADME update for Bluetooth and clean-ups. LIN5-5955|WIND00407085: wrlinux 5.0.1 - permission problems when building from a read-only installation LIN5-5991|WIND00421472: Warnings after installing RCPL4 LIN5-6|WIND00415131: syslog-ng fails to start in cav_octeon2 bsp LIN5-6003|WIND00420371: rpm and opkg configuration files should be removed when not used LIN5-6015|WIND00427406: [RCPL]target toolchain does not work well on ovp-ovirt-node which was installed by wrinstaller LIN5-6021|WIND00429173: Problems with WIND00420371 changes in pre-release of WRL 5.0.1.6 LIN5-6028|WIND00417796: wrlinux 5.0.1 - uid/gid variations LIN5-6039|WIND00429143: multilib:lib32:qt-mobility-x11 do_compile() failed LIN5-6043|WIND00436927: wrlinux 5.0.1 - syslog-ng build with implicit options LIN5-606|WIND00448756: Security Advisory - ffmpeg - CVE-2011-3944 LIN5-6065|WIND00442717: WARNING: unifdef-native: No generic license file exists: GPL in any provider LIN5-6083|WIND00435454: wrlinux 5.0.1 - nfs-utils nfsstat location LIN5-6105|WIND00445847: Security Advisory - ffmpeg - CVE-2013-0860 LIN5-6121|WIND00445860: Security Advisory - ffmpeg - CVE-2013-0868 LIN5-613|WIND00448725: Security Advisory - ffmpeg - CVE-2011-3946 LIN5-6138|WIND00445840: Security Advisory - ffmpeg - CVE-2013-0865 LIN5-6163|WIND00448745: Security Advisory - ffmpeg - CVE-2013-0851 LIN5-623|WIND00448741: Security Advisory - ffmpeg - CVE-2013-0858 LIN5-6247|WIND00447944: fix for WIND00443117 needs minor change LIN5-630|WIND00407712: Most links don't work in the wrlinux-5-index.html LIN5-631|WIND00400515: [Feature Testing][networking]on cgl intel-atom, gdb debug mthread binary fail with "internal-error: linux_ptrace_test_ret_to_nx: Assertion `WIFSTOPPED (status)' failed." LIN5-6339|WIND00407489: postfix do_install failed over nfs LIN5-6349|WIND00406191: qt demo sub-attaq makes QEMU error quit LIN5-638|WIND00448720: Security Advisory - ffmpeg - CVE-2013-0852 LIN5-6383|WIND00407069: do_rootfs: smart install -y qt4-x11-free-dbg@ppce5500: busy hang. LIN5-641|WIND00418083: Remove Data Monitor from workbench by example for wrlinux 5.x LIN5-6417|WIND00418029: Inconsistent use of "alternatives" in inetutils packages LIN5-6431|WIND00410301: apache2: failed to load module libphp5 LIN5-6437|WIND00414512: The util-linux task fails to generate the util-linux-readprofile RPM package LIN5-6477|WIND00426318: build warnings of package compat-wireless-iwlwifi and compat-wireless-base in 5.0.1.5 LIN5-6481|WIND00424888: mcopy: command not found when make usb-image on Fedora18 LIN5-6492|WIND00421121: vsftpd config files are world-readable LIN5-6497|WIND00428169: /boot partition is too small when installing an ext3 ovp host image by wr-installer LIN5-6501|WIND00408658: acpid related error when booting board. LIN5-6505|WIND00438141: License manifest information for prebuilt toolchain is incorrect LIN5-6511|WIND00433193: neard_0.11 failed (d0_compile) of cav-octeon-cn56xx_wor1d_bd. LIN5-6513|WIND00401392: [WRlinux 5.0.1 ][ BSP:lsi-acp34xx] KEXEC can not set up the second capture kernel on DVD22 LIN5-6522|WIND00439219: wrlinux 5.0.1 glibc-small with extrausers build error LIN5-6529|WIND00437840: wrinux 5.0.1 - /etc/default/locale is missing message when running su LIN5-6541|WIND00437430: wrlinux 5.0.1. - nfscommon-create_directories LIN5-655|WIND00423443: WR Linux 5.0.1.4: qt4-embedded version is different from description in release note. LIN5-6555|WIND00413274: Kernel configurator crashes in Workbench for i.MX6 bsp LIN5-6557|WIND00443171: The drbd init script does not work properly if when drbd is not running LIN5-6563|WIND00440012: wrlinux 5.0.1 - conflict between PR and INC_PR in modphp recipe LIN5-6564|WIND00421575: On ti-am335x , eth0 doesn't work sometimes and VLAN and IPv6 route doesn't work as well. LIN5-6568|WIND00442065: openssl fails to build due to pod2man errors. LIN5-6575|WIND00431248: shutdown message is not normal LIN5-659|WIND00448747: Security Advisory - ffmpeg - CVE-2013-0856 LIN5-6595|WIND00431258: [WRLinux 5.0.1][fsl_p50xx]USDPAA version info was missed in README.hardware LIN5-6599|WIND00432094: CPU Stall occurs when T4240 is left idle LIN5-6631|WIND00427163: xf86-video-vmware_11.0.3 failed (do_compile) of intel-xeon-core_world_bd. LIN5-6639|WIND00448719: Security Advisory - ffmpeg - CVE-2011-3934 LIN5-6645|WIND00448731: Security Advisory - ffmpeg - CVE-2013-7009 LIN5-6663|WIND00448738: Security Advisory - ffmpeg - CVE-2011-4351 LIN5-669|WIND00420742: Linux User's Guide does not show how to set up application development environment when sysroot has already been exported. LIN5-6756|WIND00398501: [Feature Testing] A few gmp tests failed and cause segment fault on ti_omap3530evm LIN5-6779|WIND00406724: xilinx-zynq: kexec/kdump can not work LIN5-6793|WIND00423974: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The KTS ptrace test case could cause the preempt-rt kernel print Call Trace. LIN5-6804|WIND00430696: drivers/dma/lsi-dma32.c, misscalculation of the mod field LIN5-6809|WIND00429197: drivers/dma/lsi-dma32.c does not support loading transfers from descriptors LIN5-6817|WIND00439218: WR linux 5.0.1 use "ethtool -S netdev" on t4240, kernel will oops LIN5-6821|WIND00444618: Atom Avoton BSP: Watchdog appears broken LIN5-6823|WIND00446802: Segmentation fault occurs when receiveing data from a host via usb in WRLinux 5.0.1.9. LIN5-6931|WIND00407749: build error in qt4-embedded on qemux86 glibc-small LIN5-6945|WIND00404272: [Feature Testing][networking]on fsl-p50xx, some command execute fail caused by grsec LIN5-6950|WIND00414671: Python: assert does not work LIN5-6960|WIND00432763: XLP832 can't change operating mode for sgmii port LIN5-6962|WIND00423585: WRlinux5.0.1 standard rootfs can't switch to runlevel 1 LIN5-6973|WIND00413264: dpdk build fails on ubuntu using dash as default shel LIN5-6991|WIND00427031: Can't install openssl-misc-nativesdk when export-sdk on x86-64-kvm-guest LIN5-7007|WIND00430968: Security Advisory - Subversion - CVE-2013-2088 LIN5-7015|WIND00432497: haclient group does not exist LIN5-7033|WIND00435459: wrlinux 5.0.1 - nfs-utils two rpc.statd instances LIN5-7041|WIND00438055: [ovirt-node] error: Can't install libvirt-libvirtd-1.1.2-r1@x86_64: no package provides bridge-utils LIN5-7050|WIND00437436: wrlinux 5.0.1. rpc.statd to use loopback for internal port communications LIN5-7062|WIND00437694: wrlinux 5.0.1 - have packages user the long useradd system parameter and user-group LIN5-7077|WIND00443117: alternatives option missing for /usr/sbin/in.rlogind LIN5-7085|WIND00438881: Installing the WRL 5 toolchain on target needs annoying manual operations and backspace key does not work LIN5-7099|WIND00438754: WRL 5 target installation frozen at "Attempting" step LIN5-7117|WIND00406572: [5.0.1][BSP:fsl-e500mc] kgdboc test failed due to target snuff out while step debug moules on preempt_rt LIN5-7124|WIND00443304: cronie errors when sendmail removed LIN5-7131|WIND00414239: OPT driver of fsl-imx6 BSP need be enabled LIN5-7132|WIND00446657: Lx 5.0.1.9 wr-installer broken LIN5-7147|WIND00446104: wrlinux 5.0.1. - multiple libGL.so.1.2 libraries LIN5-7148|WIND00418472: [Feature Testing][networking]: kexec-test.sh in CUT failed on BSP: cav-octeon2 LIN5-7151|WIND00446618: alternatives option missing for /usr/sbin/in.telnetd and tftpd LIN5-7154|WIND00448728: Security Advisory - ffmpeg - CVE-2013-7023 LIN5-7159|WIND00448739: Security Advisory - ffmpeg - CVE-2013-0848 LIN5-7161|WIND00419791: fsl_p4080 BSP- 10G ethernet interface no longer comes up properly (regression from WRL 4.3) LIN5-7188|WIND00430141: [5.0.1 Async][BSP: fsl-e600] QSP is not fully supported LIN5-719|WIND00448755: Security Advisory - ffmpeg - CVE-2013-0849 LIN5-7197|WIND00435951: Seeing "BUG: sleeping function called from invalid context" error messages at boot for WRL5.0.1.7 preempt_rt kernel on RDB2041 LIN5-7318|WIND00406202: [5.0.1 preempt_rt][BSP: fsl-p50xx] kts:perf test failed LIN5-7337|WIND00404452: [5.0.1][BSP:UPDATE Intel Xeon Core] In NUMA target, set_mempolicy do not work when mode is MPOL_BIND LIN5-7350|WIND00435594: WRL5: grub_1.99.bb recipe is missing a RDEPENDS on xz LIN5-7361|WIND00416669: WRL5.X ISO auto installation fail on vm with 50G disksize LIN5-7367|WIND00415580: qemu-native: linking fails due to missing -lrt LIN5-7377|WIND00418522: Document/templates to use alternate kernels or export headers to the SDK are not available. LIN5-7401|WIND00421487: wrlinux ISO installation was unsuccessful LIN5-7408|WIND00425773: wrlinux 5.0.1 - /usr/bin/newgrp bad behaviour LIN5-741|WIND00390802: [Robin Async][BSP:fsl_imx6] OOM occurs during testing LIN5-7433|WIND00430964: Security Advisory - Subversion - CVE-2013-2112 LIN5-7444|WIND00425413: wrlinux 5.0.1. - missing /etc/default/locale - referenced in auth.log LIN5-7459|WIND00431699: pciutils is not installed LIN5-7467|WIND00417467: wrlinux 5.x - initrscripts lacking status property. LIN5-7493|WIND00438848: install order dependency between base-files package and shell packages LIN5-7499|WIND00438712: [RCPL0008] sdk error:sdk kernel source is a wrong link LIN5-7505|WIND00430688: WRL5: Update ixgbe drivers to latest version LIN5-7533|WIND00443651: [Atom] [ovp-ovirt-node] Build powertop_1.13.bb fail on Ubuntu 12.04.3 LIN5-7541|WIND00439183: Security Advisory - proftpd - CVE-2013-4359 LIN5-7548|WIND00432686: setuptools / distutils modules insert the full path to our cross-python in a wrapper's #! header, breaking native pyflakes and pep8 LIN5-7574|WIND00443116: WRL5: /etc/init.d/ntpd status check checks pppd instead of ntpd LIN5-7578|WIND00443080: Security Advisory - icu - CVE-2013-2924 LIN5-7587|WIND00441387: oe-core patch needed to fix build issue with out of tree modules LIN5-759|WIND00405356: Feature Testing: wrlinux ISO image boot error: can't create file due to "Read-only file system" LIN5-7592|WIND00435456: wrlinux 5.0.1 - nfs-utils rpc.idmapd: No such file or directory LIN5-7601|WIND00444051: Security Advisory - lighttpd - CVE-2013-4508 LIN5-7607|WIND00444470: irqbalance: depends on libcap LIN5-7612|WIND00407793: [5.0.1][BSP:ti-omap3] kgdboc testing console 'ctrl+c' can NOT stop 'gdb vmlinux' 'continue' running kernel on board 3530evm LIN5-7626|WIND00406867: [5.0.1][BSP: CF Cavium Octeon II ] cpu_hotplug test failed with calltrace the target snuff out LIN5-7631|WIND00445751: gcc-cross-initial_4.7 do_compile failed on Fedora-19-64bit LIN5-7637|WIND00415652: create the link between wr-intel-support and bsp readme LIN5-7645|WIND00425507: IDP nightly: boot image to imx6 fail LIN5-7664|WIND00431829: Kernel configurator fails to open in WRL5.0.1 Workbench platform project for lsi-acp34xx BSP LIN5-769|WIND00399320: libc6-dev-i386 is need by ubuntu x86_64 for install_linux_hosts.txt LIN5-7695|WIND00448753: Security Advisory - ffmpeg - CVE-2013-0850 LIN5-7701|WIND00448584: B4860QDS board "freeze" with heavy TCP traffic on lo0 + preemptrt on WRL501 LIN5-7712|WIND00385523: run.do_populate_sysroot.sysroot_stage_all: sysroot_stage_dirs: command not found LIN5-7832|WIND00420750: Clean-up and EHCI doesn't work due to regression LIN5-7837|WIND00420182: Qemu not working on Zynq as described in the readme LIN5-784|WIND00407797: boost build failure on altivec targets LIN5-7841|WIND00431321: wrlinux 5 - maximum numbers of GPIO for xilinz-zinq LIN5-7863|WIND00433807: GPIO does not work with 5.0.1.6 and patchset on Avoton LIN5-7893|WIND00407999: [Feature Testing][multilib]certain recipes still use PN instead on BPN in do_install tasks in oe-core and meta* layers. LIN5-7907|WIND00405379: lttng2-ust: WARNING: QA Issue: non -staticdev package contains static .a library LIN5-7909|WIND00409026: [Feature Testing] intel-xeon-core multilib: tcl failures: initialization failed: out of stack space (infinite loop?) LIN5-7917|WIND00413509: "ifup eth0" does not work on the target which was configured with --enable-board=intel-xeon-core --enable-rootfs=glibc-std --enable-kernel=standard LIN5-7927|WIND00418462: [5.0.1][Userspace][cav-octeon2] Failed to make lib64 rootfs. LIN5-7929|WIND00424385: wrlinux 5.0.1 - udev status restarts the process LIN5-7935|WIND00423420: rpm can not work any more after install debuginfo package LIN5-7937|WIND00421279: error in vsftpd do_install LIN5-7941|WIND00423460: do_populate_sdk() failed with installing task-core-standalone-sdk-target LIN5-7949|WIND00421902: [ WRL5.0.1 Async] [ Userspace: bcm-xlp ] The libnfsidmap recipes build failure in the multi-lib32. LIN5-7951|WIND00420005: Packages incorrectly creating user groups LIN5-7967|WIND00427439: apr-native do_compile() failed with sstate enabled LIN5-7977|WIND00428633: wrlinux 5.0.1 ntp generates core dump LIN5-7981|WIND00431935: [ovirt-engine] engine-setup failed due to 'invalid literal for int() with base 10: '33554432Unknown HZ value! (91) Assume 1024' LIN5-7995|WIND00432478: problems with bind dir ownerships LIN5-8003|WIND00439815: libtool-cross: Add missing libltdl components to install LIN5-8013|WIND00444659: ltp:depends on libcap LIN5-802|WIND00407797: boost build failure on altivec targets LIN5-8045|WIND00444468: iproute:depends on iptables LIN5-8057|WIND00445834: Security Advisory - lighttpd - CVE-2013-4560 LIN5-8063|WIND00445861: Security Advisory - augeas - CVE-2012-0787 LIN5-8087|WIND00445625: gnutls_2.12.17 failed (do_compile) of x86-64-kvm-guest-ovp. LIN5-8095|WIND00419145: Can't generate DTB if KERNEL_IMAGETYPE is not uImage LIN5-835|WIND00419137: ID24 DVD: build all idp project fail on Fedora-18-32bit(pek-hostel-vm33) if store projet in nfs, build wrlinux project also have same issue LIN5-8427|WIND00397631: Issue adding dpkg package to target filesystem on WRLinux5 LIN5-858|WIND00436898: Documentation should indicate how to determince if sdX/hdX be used, and also how to edit grub config to boot target. LIN5-891|WIND00396650: [5.0.1] kgdboc test can NOT stopped at breakpoint by using path module_debug_example to add symbols LIN5-902|WIND00408576: Wrlinux version in RCPL is incorrect LIN5-916|WIND00430423: WR Linux 5.0.1 Users Guide has Incorrect Instructions for Adding Packages to initramfs LIN5-9164: [50111]WARNING: Multilib QA Issue when build with --enable-multilib=lib32 LIN5-9166: rel notes - Wind River Workbench 3.3.4 is still mentioned in page 37. LIN5-9173: Move nfs-utils of RCFL into RCPL LIN5-9178: [50111]make export-sdk failed on xilinx_zynq for libust.so link error LIN5-9184: wrlinux 5.0.1. - glibc bug LIN5-9189: [50111]qt-mobility-embedded and qt-mobility-x11 failed on Fedora-19-64bit and openSUSE-12.3-64bit LIN5-9191: [50111]qt-x11-free-native_3.3.5 failed (d0_compile) on SLED-11.3-64bit LIN5-9192: [50111]WARNING: Multilib QA Issue: lib32-scripts package lib32-scripts - suspicious values 'kernel-image' in RDEPENDS LIN5-9194: [50111]WARNING: For recipe neard and lib32-neard ,some files/directories were installed but not shipped in any package: LIN5-9196: [50111]WARNING: For recipe lib32-libidn, some files/directories were installed but not shipped in any package on SLED-11.3-64bit server LIN5-9197: Security Advisory - ffmpeg - CVE-2012-6618 LIN5-9200: Security Advisory - curl - CVE-2013-6422 LIN5-9202: Security Advisory - ffmpeg - CVE-2012-6617 LIN5-9205: Security Advisory - ffmpeg - CVE-2013-4358 LIN5-9207: Security Advisory - php - CVE-2013-6420 LIN5-9209: Security Advisory - gnupg - CVE-2013-4576 LIN5-9218: BSP support for Marvell Armada-XP B0 CPU, Rev 1.3 Board LIN5-9231: WRlinux5.0.1 RCPL9 mv-armada-xp exported sdk, make fs failed with pseudo error on centos5.9 LIN5-9235: ntp package build failed LIN5-9247: glibc patch product integration for e6500 into Wind River Linux 5.0.1 LIN5-9262: Multiple CVE's against OpenSSL LIN5-9266|WIND00438249: Yocto compliance: pptp-linux build failed on Fedora-19-64bit with oe-core toolchain LIN5-9302|WIND00407833: wrlinux-4.3 busybox: segfault in lineedit VI mode LIN5-933|WIND00410567: target installer: modules.dep file is empty after wrlinux been installed in harddisk LIN5-9330|WIND00424706: Security Advisory - libxxf86dga - CVE-2013-1991 LIN5-9347|WIND00424719: Security Advisory - libxrender - CVE-2013-1987 LIN5-9352|WIND00430967: Security Advisory - php - CVE-2011-4718 LIN5-9365|WIND00387194: When adjust dirty_ratio to zero, will cause kernel exception of divdied by zero LIN5-9411|WIND00424707: Security Advisory - libxext - CVE-2013-1982 LIN5-9439|WIND00407508: wrlinux-4.3 qemu-kvm: When CLONE_THREAD is used, qemu crashes on an infinite cascade of stack LIN5-9492|WIND00424721: Security Advisory - libxi - CVE-2013-1984 LIN5-9498|WIND00424726: Security Advisory - libxinerama - CVE-2013-1985 LIN5-9508|WIND00424715: Security Advisory - libxfixes - CVE-2013-1983 LIN5-951|WIND00407530: Potential risk in building project over NFS LIN5-9523|WIND00424722: Security Advisory - libxt - CVE-2013-2005 LIN5-9552|WIND00440309: wrlinux 4.3 - update timezone to 2013g LIN5-9564|WIND00417039: Security Advisory - grep - CVE-2012-5667 - GPLv2 LIN5-9625|WIND00430963: Security Advisory - phpmyadmin - CVE-2013-4997 LIN5-9632|WIND00433025: Security Advisory - php - CVE-2013-4248 LIN5-9659|WIND00424724: Security Advisory - libxxf86vm - CVE-2013-2001 LIN5-9708|WIND00430962: Security Advisory - phpmyadmin - CVE-2013-5002 LIN5-9727|WIND00424711: Security Advisory - libxrandr - CVE-2013-1986 LIN5-9745|WIND00432072: wrlinux 4.3 - dd does not return and gives kernel trace LIN5-9785|WIND00424716: Security Advisory - libx11 - CVE-2013-1997 LIN5-9789|WIND00424728: Security Advisory - libxvmc - CVE-2013-1990 LIN5-9828|WIND00424725: Security Advisory - libxi - CVE-2013-1998 LIN5-9834|WIND00386319: Security Advisory - phpmyadmin - CVE-2012-5339 LIN5-984|WIND00404924: error occured when run "export LC_CTYPE=en_US.UTF-8" LIN5-9847|WIND00441359: wrl 4.3 : unregister_netdevice: waiting for eth0 to become free. Usage count = 1 LIN5-9869|WIND00340458: rpm unable to extract some info on non-x86 targets LIN5-99|WIND00418799: nc6-1.0 build error on wrl501 LX05 for intel-xeoon-core-32 cgl+glibc_cgl LIN5-990|WIND00400684: Prelinking doesn't preserve alignment of section .bss LIN5-9901|WIND00424713: Security Advisory - libx11 - CVE-2013-2004 LIN5-9935|WIND00424702: Security Advisory - libxtst - CVE-2013-2063 LIN5-9985|WIND00424703: Security Advisory - libxcursor - CVE-2013-2003 LIN5-9987|WIND00430972: Security Advisory - phpmyadmin - CVE-2013-5003 LIN5-999|WIND00419064: WRL5: WR specific variable in local.c