[OE-core] [PATCH 2/3] buildhistory: enable committing history by default

2017-11-02 Thread Paul Eggleton
The most common usage for buildhistory is with commits enabled so that you actually collect history, rather than just keeping a snapshot of the most recent build state, therefore default BUILDHISTORY_COMMIT to "1". This really ought to have been the default in the beginning, I can't really explain

[OE-core] [PATCH 1/3] lib/oe/sstatesig: fix wildcard matching wrong task signature files

2017-11-02 Thread Paul Eggleton
With a '*' as a wildcard for the signature here we can also match a portion of the task name with the result that we may match a sigdata file for the wrong task. Luckily the signature is always the same length - 32 characters - so we can simply use 32 '?' characters instead. (A regex would have

[OE-core] [PATCH 3/3] scripts/send-pull-request: allow -C to be used multiple times

2017-11-02 Thread Paul Eggleton
Allow -C to be specified multiple times in order to CC multiple people instead of only taking the last specified value. (You can already use commas to separate multiple recipients, but it makes sense to support this usage as well as commas as separators may not be immediately obvious).

[OE-core] [PATCH 0/3] Misc OE-Core fixes

2017-11-02 Thread Paul Eggleton
The following changes since commit 3b413a80578caacd9a7f405f3c51a3921d78a60d: README.qemu: qemuppc64 is not supported (2017-10-16 23:54:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/core-fixes

Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-02 Thread wenzong fan
On 11/02/2017 07:41 PM, Otavio Salvador wrote: On Thu, Nov 2, 2017 at 12:02 AM, wenzong fan wrote: On 11/01/2017 08:51 PM, Otavio Salvador wrote: Hello, On Wed, Nov 1, 2017 at 4:04 AM, wrote: From: Wenzong Fan

[OE-core] [PATCH 8/9] linux-yocto/4.12: configuration fragment updates

2017-11-02 Thread Bruce Ashfield
Integrating the following configuration updates: dcf1317b36d2 features/mmc/mmc-realtek: enable Realtek PCI-E card reader support 1a144ffe5f76 edac: split scc into enablement and patching (for treegen) Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 9/9] linux-yocto/4.12: ide:ide-cd: fix kernel panic resulting from missing scsi_req_init

2017-11-02 Thread Bruce Ashfield
Integrating a backport of upstream commit: ide:ide-cd: fix kernel panic resulting from missing scsi_req_init commit 79d73346ac05bc31 upstream Since we split the scsi_request out of struct request, while the standard prep_rq_fn builds 10 byte cmds, it missed to invoke

[OE-core] [PATCH 7/9] kern-tools: make fuzzy matching optional

2017-11-02 Thread Bruce Ashfield
It was reported that BSPs that only matched the machine were being returned as the configuration entry point. This could lead to warnings, or unexpected runtime results. Integrating the following commit to ensure that only strict matches are returned by default, with a flag to do fuzzy matching

[OE-core] [PATCH 5/9] linux-yocto/4.12: update to v4.12.14

2017-11-02 Thread Bruce Ashfield
Integrating the korg -stable releases with the following commit summary: fa394784e74b Linux 4.12.14 d0fa64e2a3e8 ipv6: Fix may be used uninitialized warning in rt6_check 7816eb3874a2 md/raid5: release/flush io in raid5_do_work() b57c1b424549 md/raid1/10: reset bio allocated from

[OE-core] [PATCH 0/9][stable] kernel-yocto: consolidated pull request

2017-11-02 Thread Bruce Ashfield
Hi all, This pull request is mainly for the -stable, and bug fixes that I gathered during the last part of the 2.4 release. I'm clearing my queue before I do the next round of -stable updates and start removing kernels in preparation for 4.14 and feature work. All of these commits are suitable

[OE-core] [PATCH 6/9] linux-yocto/4.12: stable backports and bug fixes

2017-11-02 Thread Bruce Ashfield
Integrating the following bugfixes to the 4.12 tree: 26c1863a7448 ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm 2b020e00dd49 arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT abcf00d7171c fs/proc: kcore: use kcore_list type to check for vmalloc/module address

[OE-core] [PATCH 4/9] linux-yocto/4.9: update to v4.9.57

2017-11-02 Thread Bruce Ashfield
Integrating the korg -stable release that comprises the following changes: 5d7a76acad40 Linux 4.9.57 28955b03fac3 KVM: nVMX: update last_nonleaf_level when initializing nested EPT fb6da44f965e x86/alternatives: Fix alt_max_short macro to really be a max() 063b57d55618 USB: serial:

[OE-core] [PATCH 3/9] linux-yocto/4.4: update to v4.4.93

2017-11-02 Thread Bruce Ashfield
Integrating the korg -stable updates that comprise the following shortlogs: e1fe3813117f Linux 4.4.93 ad505a7b4fb0 x86/alternatives: Fix alt_max_short macro to really be a max() 208563455aac USB: serial: console: fix use-after-free after failed setup 6c14436b5e84 USB: serial:

[OE-core] [PATCH 2/9] linux-yocto/4.12: configuration and feature updates

2017-11-02 Thread Bruce Ashfield
Integrating features and new configurations for the 4.12 kernel. With this update, a CGL-ready kernel can be configured out of the box. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 4 ++--

[OE-core] [PATCH 1/9] linux-yocto-dev: bump to v4.14-rcX

2017-11-02 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index

Re: [OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-02 Thread Andrea Adami
On Thu, Nov 2, 2017 at 9:34 PM, Khem Raj wrote: > Please open a bugzilla entry too Done, Yocto [12297] Thanks! Andrea > > On Thu, Nov 2, 2017 at 1:46 AM Andrea Adami wrote: >> >> Hello, >> >> the gcc7 shipped with rocko produces unbootable kernels

Re: [OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-02 Thread Khem Raj
Please open a bugzilla entry too On Thu, Nov 2, 2017 at 1:46 AM Andrea Adami wrote: > Hello, > > the gcc7 shipped with rocko produces unbootable kernels on armv5e [1]. > Bug was fixed recently, apparently in revision 253892 [2] > > Khem, please take care of this, thanks.

Re: [OE-core] [PATCH] wget: CVE-2017-13089 and CVE-2017-13090

2017-11-02 Thread Andre McCurdy
On Tue, Oct 31, 2017 at 2:48 AM, Zhixiong Chi wrote: > On 2017年10月31日 17:13, Alexander Kanavin wrote: >> On 10/31/2017 11:02 AM, Zhixiong Chi wrote: >>> >>> Patches from: >>> >>>

Re: [OE-core] [meta-oe][PATCH v2] kernel-fitimage: introduce FIT_HASH_ALG

2017-11-02 Thread Denys Dmytriyenko
On Thu, Nov 02, 2017 at 04:48:18PM +0100, Ayoub Zaki wrote: > sanitize fitImage hash algorithm selection with FIT_HASH_ALG > switch default hash algorithm from sha1 to sha256 > > Signed-off-by: Ayoub Zaki Acked-by: Denys Dmytriyenko > --- >

Re: [OE-core] [PATCH v7 3/3] weston: Bump version to 3.0.0

2017-11-02 Thread Denys Dmytriyenko
On Thu, Nov 02, 2017 at 12:22:55AM +0100, Fabien Lahoudere wrote: > Update weston release to 3.0.0. > Two patches added: > - fix-missing-header.patch: > fix a build issue when musl is used as libc. > - weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch: > fix

Re: [OE-core] [PATCH v7 1/3] wayland : Bump to version 1.14.0

2017-11-02 Thread Denys Dmytriyenko
On Thu, Nov 02, 2017 at 12:22:53AM +0100, Fabien Lahoudere wrote: > Signed-off-by: Fabien Lahoudere Acked-by: Denys Dmytriyenko > --- > .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 > ++-- > 1 file changed, 2

[OE-core] ✗ patchtest: failure for wpa_supplicant: fix WPA2 key replay security bug (rev6)

2017-11-02 Thread Patchwork
== Series Details == Series: wpa_supplicant: fix WPA2 key replay security bug (rev6) Revision: 6 URL : https://patchwork.openembedded.org/series/9359/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [jethro][PATCH] wpa_supplicant: fix WPA2 key replay security bug

2017-11-02 Thread Isaac Hermida
WPA2 is vulnerable to replay attacks which result in unauthenticated users having access to the network. * CVE-2017-13077: reinstallation of the pairwise key in the Four-way handshake * CVE-2017-13078: reinstallation of the group key in the Four-way handshake * CVE-2017-13079: reinstallation of

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Alexander Kanavin
On 11/02/2017 06:10 PM, Otavio Salvador wrote: I agree partially; if it points to a tag it can be said in a comment ... using SRCPV for this kind of recipe makes sense as it allows for easy tracking of the revision in use. But you can use SRCREV for that. Why the need specifically for SRCPV?

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Otavio Salvador
On Thu, Nov 2, 2017 at 10:24 AM, Alexander Kanavin wrote: > On 11/02/2017 02:21 PM, Otavio Salvador wrote: >> >> On Thu, Nov 2, 2017 at 10:19 AM, Alexander Kanavin >> wrote: >>> >>> On 11/02/2017 07:39 AM, Khem Raj wrote: >>>

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Khem Raj
On Thu, Nov 2, 2017 at 8:30 AM, Alexander Kanavin wrote: > On 11/02/2017 05:28 PM, Khem Raj wrote: > >> >> Can you drop this, and simply rename the recipe to >> musl_1.1.18.bb please? >> > >> > Why? keeping it on _git

[OE-core] [meta-oe][PATCH v2] kernel-fitimage: introduce FIT_HASH_ALG

2017-11-02 Thread Ayoub Zaki
sanitize fitImage hash algorithm selection with FIT_HASH_ALG switch default hash algorithm from sha1 to sha256 Signed-off-by: Ayoub Zaki --- meta/classes/kernel-fitimage.bbclass | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Alexander Kanavin
On 11/02/2017 05:28 PM, Khem Raj wrote: >> Can you drop this, and simply rename the recipe to musl_1.1.18.bb please? > > Why? keeping it on _git makes sense to me. We always use a given srcrev always this time It just happens to match with release

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Khem Raj
On Thu, Nov 2, 2017 at 5:24 AM Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 11/02/2017 02:21 PM, Otavio Salvador wrote: > > On Thu, Nov 2, 2017 at 10:19 AM, Alexander Kanavin > > wrote: > >> On 11/02/2017 07:39 AM, Khem Raj wrote: > >> >

[OE-core] ✗ patchtest: failure for kernel-fitimage: introduce FIT_HASH_ALG

2017-11-02 Thread Patchwork
== Series Details == Series: kernel-fitimage: introduce FIT_HASH_ALG Revision: 1 URL : https://patchwork.openembedded.org/series/9598/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v2] wic: add 'part-name' argument for naming GPT partitions

2017-11-02 Thread Nicolas Dechesne
From: Artur Mądrzak The WIC's 'part' can now give a name for GPT partition in WKS file. It's similar to '--label', but is naming partintions instead file systems. It's required by some bootloaders to partitions have specified names. Signed-off-by: Artur Mądrzak

Re: [OE-core] GCC 4.9 and Morty

2017-11-02 Thread Lee, Yong
Thanks Denys for the pointers. Have subscribed to meta-arago. My questions will be more appropriately posted. -Original Message- From: Denys Dmytriyenko [mailto:de...@denix.org] Sent: Thursday, October 26, 2017 8:43 AM To: Lee, Yong Cc:

[OE-core] [PATCH][jethro] bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)

2017-11-02 Thread Arturo Buzarra
From: Ross Burton All versions of the SDP server in BlueZ 5.46 and earlier are vulnerable to an information disclosure vulnerability which allows remote attackers to obtain sensitive information from the bluetoothd process memory. This vulnerability lies in the processing

[OE-core] [meta-oe][PATCH] kernel-fitimage: introduce FIT_HASH_ALG

2017-11-02 Thread Ayoub Zaki
sanitize fitImage hash algorithm selection with FIT_HASH_ALG switch default hash algorithm from sha1 to sha256 --- meta/classes/kernel-fitimage.bbclass | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Alexander Kanavin
On 11/02/2017 02:21 PM, Otavio Salvador wrote: On Thu, Nov 2, 2017 at 10:19 AM, Alexander Kanavin wrote: On 11/02/2017 07:39 AM, Khem Raj wrote: Changes since v2: Move to 1.1.18 release -PV = "1.1.16+git${SRCPV}" +PV = "1.1.18+git${SRCPV}" Can you drop

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Otavio Salvador
On Thu, Nov 2, 2017 at 10:19 AM, Alexander Kanavin wrote: > On 11/02/2017 07:39 AM, Khem Raj wrote: > >> Changes since v2: Move to 1.1.18 release >> -PV = "1.1.16+git${SRCPV}" >> +PV = "1.1.18+git${SRCPV}" > > > Can you drop this, and simply rename the recipe to

Re: [OE-core] [PATCH V3] musl: Update to 1.1.18

2017-11-02 Thread Alexander Kanavin
On 11/02/2017 07:39 AM, Khem Raj wrote: Changes since v2: Move to 1.1.18 release -PV = "1.1.16+git${SRCPV}" +PV = "1.1.18+git${SRCPV}" Can you drop this, and simply rename the recipe to musl_1.1.18.bb please? Alex -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-02 Thread Otavio Salvador
On Thu, Nov 2, 2017 at 12:02 AM, wenzong fan wrote: > > > On 11/01/2017 08:51 PM, Otavio Salvador wrote: >> >> Hello, >> >> On Wed, Nov 1, 2017 at 4:04 AM, wrote: >>> >>> From: Wenzong Fan >>> >>> Disable

Re: [OE-core] [PATCH] oe-buildenv-internal: Fix finding build directory

2017-11-02 Thread Otavio Salvador
On Wed, Nov 1, 2017 at 10:51 PM, Burton, Ross wrote: > On 1 November 2017 at 22:04, Richard Purdie > wrote: >> >> On Tue, 2017-10-31 at 21:25 -0200, Otavio Salvador wrote: >> > On Tue, Oct 31, 2017 at 9:16 PM, Burton, Ross

Re: [OE-core] [PATCH] wic: add 'part-name' argument for naming GPT partitions

2017-11-02 Thread Nicolas Dechesne
On Thu, Nov 2, 2017 at 11:01 AM, Artur Mądrzak wrote: > > Hi again, > > May I ask you to merge attached patch? I'm sorry I'm not sending it according > to the guide, but I don't know why list doesn't accept my emails sent via git > send-email(can receive emails if send to my

Re: [OE-core] [PATCH] wic: add 'part-name' argument for naming GPT partitions

2017-11-02 Thread Artur Mądrzak
Hi again, May I ask you to merge attached patch? I'm sorry I'm not sending it according to the guide, but I don't know why list doesn't accept my emails sent via git send-email(can receive emails if send to my different e-mail address). If I place patch manually, then patchwork complain. The

[OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-02 Thread Andrea Adami
Hello, the gcc7 shipped with rocko produces unbootable kernels on armv5e [1]. Bug was fixed recently, apparently in revision 253892 [2] Khem, please take care of this, thanks. Cheers Andrea [1] https://www.spinics.net/lists/arm-kernel/msg594654.html [2]

Re: [OE-core] [PATCH 1/2] glibc: re-package for libnss-db

2017-11-02 Thread Huang, Jie (Jackie)
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Wednesday, November 01, 2017 16:35 > To: Huang, Jie (Jackie) > Cc: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH 1/2] glibc: re-package for libnss-db > > On Tue, Oct 31, 2017 at

[OE-core] [PATCH 0/2 v2] glibc: fixes for nscd and libnss-db

2017-11-02 Thread jackie.huang
From: Jackie Huang v2 comments: Add a note for external toolchain in the commit log. -- The following changes since commit 514a808f21c37b6ad704ce397bb2740ecc9a93bc: ref-manual: Updates to "Image Generation" section. (2017-10-30 15:55:08 +) are available in

[OE-core] [PATCH 1/2 v2] glibc: re-package for libnss-db

2017-11-02 Thread jackie.huang
From: Jackie Huang On other distros like ubuntu/centos, libnss-db usually provides: - The libraries - The Makefile to create database (in /var/db for centos, /var/lib/misc/ for ubuntu) - The makedb command (it's in glibc-common for centos7) What we had is: - The

[OE-core] [PATCH 2/2 v2] glibc/nscd: do not cache for netgroup by default

2017-11-02 Thread jackie.huang
From: Jackie Huang We don't have /etc/netgroup by default, so do not cache for netgroup by default to avoid: nscd[529]: 529 disabled inotify-based monitoring for file `/etc/netgroup': No such file or directory nscd[529]: 529 stat failed for file `/etc/netgroup'; will