* [PATCH 0/3] kernel: (mini) consolidated pull request
@ 2018-03-14 15:10 Bruce Ashfield
2018-03-14 15:10 ` [PATCH 1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" Bruce Ashfield
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Bruce Ashfield @ 2018-03-14 15:10 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
This series is really about fixing the footprint and packaging issues
that were reported after a systemtap configuration change. I've reverted
the addition of DEBUG_KERNEL to the standard kernel's config and things
should go back to normal.
I also packaged a maintainers update (reported by Cal) and a couple of
minor bug fixes in the series.
Cheers,
Bruce
The following changes since commit 5350ee317740751f2417c1794dd39d3880347dbf:
yocto-uninative: Upgrade to 1.8 version with glibc 2.27 (2018-03-11 06:27:02 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (3):
linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg:
enable CONFIG_KERNEL_DEBUG"
maintainers: add maintainer for make-mod-scripts
linux-yocto/4.12: backport bugfixes for x86
meta/conf/distro/include/maintainers.inc | 1 +
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 16 ++++++++--------
meta/recipes-kernel/linux/linux-yocto_4.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.15.bb | 2 +-
10 files changed, 17 insertions(+), 16 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH 1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" 2018-03-14 15:10 [PATCH 0/3] kernel: (mini) consolidated pull request Bruce Ashfield @ 2018-03-14 15:10 ` Bruce Ashfield 2018-03-14 15:10 ` [PATCH 2/3] maintainers: add maintainer for make-mod-scripts Bruce Ashfield ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Bruce Ashfield @ 2018-03-14 15:10 UTC (permalink / raw) To: richard.purdie; +Cc: openembedded-core The following commit: Author: California Sullivan <california.l.sullivan@intel.com> Date: Wed Feb 17 16:47:10 2016 -0800 ktypes: add developer ktype The developer ktype enables EMBEDDED, EXPERT, and DEBUG_KERNEL, opening up more kernel options and setting some defaults. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Was created to address the kernel footprint related issues that are related to many of the kernel debug options. When this commit was merged, it re-enabled CONFIG_DEBUG_KERNEL for the standard kernel, since it includes the systemtap fragment. The correct thing to do is to move systemtap properly into the developer kernel type. For now, you can build the developer kernel type, or add the developer kernel configuration fragment via a bbappend, and you'll have a functional systemtap. [YOCTO #12603] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.15.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb index fd003e4d2bec..8a6371625ee0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "4832801a14130645d2251a368cba79d937a775ab" -SRCREV_meta ?= "54b3e9b768651ca15bf65ae1c72dfe6d957285f0" +SRCREV_meta ?= "5f6c3e32365bffb1993c0c62abf2c5bb8916a57f" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb index 38589927037d..9f03c98cffad 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae" -SRCREV_meta ?= "40cef533a17de9d7a1de9b6e3578ac9125486a4a" +SRCREV_meta ?= "65e0a9654f69241d0e6b18162289dabec877039e" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb index 1ccbf6283e43..494d80aa4886 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "09828ddd8d8c91b2d68afdcd8eb99a48e0253582" -SRCREV_meta ?= "54b3e9b768651ca15bf65ae1c72dfe6d957285f0" +SRCREV_meta ?= "5f6c3e32365bffb1993c0c62abf2c5bb8916a57f" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb index 0c0abf38f286..6ec6371b7420 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "9c2e6c0fc71526c45fc7ddf3ec91e2e2f27e3da0" SRCREV_machine_qemux86-64 ?= "9c2e6c0fc71526c45fc7ddf3ec91e2e2f27e3da0" SRCREV_machine_qemumips64 ?= "f9a3a72209bde080e4ecb4fbe7a0f99954643131" SRCREV_machine ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae" -SRCREV_meta ?= "40cef533a17de9d7a1de9b6e3578ac9125486a4a" +SRCREV_meta ?= "65e0a9654f69241d0e6b18162289dabec877039e" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb index a714e39751ae..ba5e35625eba 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "edc90f45a716ffe8e16cebaaf3b5db070af0280a" SRCREV_machine_qemux86-64 ?= "edc90f45a716ffe8e16cebaaf3b5db070af0280a" SRCREV_machine_qemumips64 ?= "6d7fbdbb7e466be645c34eed7bb2b532a9431a85" SRCREV_machine ?= "edc90f45a716ffe8e16cebaaf3b5db070af0280a" -SRCREV_meta ?= "54b3e9b768651ca15bf65ae1c72dfe6d957285f0" +SRCREV_meta ?= "5f6c3e32365bffb1993c0c62abf2c5bb8916a57f" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.15.bb b/meta/recipes-kernel/linux/linux-yocto_4.15.bb index 50be40d9e928..6bd578b931b2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.15.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae" SRCREV_machine_qemux86-64 ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae" SRCREV_machine_qemumips64 ?= "38face5dfd94733484822f392f9469fed18cca7e" SRCREV_machine ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae" -SRCREV_meta ?= "40cef533a17de9d7a1de9b6e3578ac9125486a4a" +SRCREV_meta ?= "65e0a9654f69241d0e6b18162289dabec877039e" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" -- 2.5.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] maintainers: add maintainer for make-mod-scripts 2018-03-14 15:10 [PATCH 0/3] kernel: (mini) consolidated pull request Bruce Ashfield 2018-03-14 15:10 ` [PATCH 1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" Bruce Ashfield @ 2018-03-14 15:10 ` Bruce Ashfield 2018-03-14 15:10 ` [PATCH 3/3] linux-yocto/4.12: backport bugfixes for x86 Bruce Ashfield 2018-03-14 15:32 ` ✗ patchtest: failure for kernel: (mini) consolidated pull request Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Bruce Ashfield @ 2018-03-14 15:10 UTC (permalink / raw) To: richard.purdie; +Cc: openembedded-core I introduced the recipe, so I get to fix any bugs! Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index d4e833f12768..38f7330bf418 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -483,6 +483,7 @@ RECIPE_MAINTAINER_pn-m4-native = "Robert Yang <liezhi.yang@windriver.com>" RECIPE_MAINTAINER_pn-make = "Robert Yang <liezhi.yang@windriver.com>" RECIPE_MAINTAINER_pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>" RECIPE_MAINTAINER_pn-makedevs = "Chen Qi <Qi.Chen@windriver.com>" +RECIPE_MAINTAINER_pn-make-mod-scripts "Bruce Ashfield <bruce.ashfield@windriver.com>" RECIPE_MAINTAINER_pn-man-db = "Hongxu Jia <hongxu.jia@windriver.com>" RECIPE_MAINTAINER_pn-man-pages = "Hongxu Jia <hongxu.jia@windriver.com>" RECIPE_MAINTAINER_pn-matchbox-config-gtk = "Maxin B. John <maxin.john@intel.com>" -- 2.5.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] linux-yocto/4.12: backport bugfixes for x86 2018-03-14 15:10 [PATCH 0/3] kernel: (mini) consolidated pull request Bruce Ashfield 2018-03-14 15:10 ` [PATCH 1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" Bruce Ashfield 2018-03-14 15:10 ` [PATCH 2/3] maintainers: add maintainer for make-mod-scripts Bruce Ashfield @ 2018-03-14 15:10 ` Bruce Ashfield 2018-03-14 15:32 ` ✗ patchtest: failure for kernel: (mini) consolidated pull request Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Bruce Ashfield @ 2018-03-14 15:10 UTC (permalink / raw) To: richard.purdie; +Cc: openembedded-core Integrating the following commits: 60b649971940 x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 cec3c008ec8f drm/i915/cfl: Coffee Lake works on Kaby Lake PCH. 073873cb152c brd: remove unused brd_mutex 912c53b1b346 audit: fix memleak in auditd_send_unicast_skb. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.12.bb | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index a100f7d4a9f9..ad0981296f5a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb @@ -11,7 +11,7 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "b103a20d4b507ede60adc8478dade56a4bdaffad" +SRCREV_machine ?= "da775aa9aab41e8a2b4e9b44ffe268446c51759f" SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index c306db292b2e..0bbd8e28db86 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.20" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" +SRCREV_machine ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index 78a291acf0a6..fabf0f554bbf 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "4fb13c0d7254fe9753bebdfcfe47fd1ba4487386" -SRCREV_machine_qemuarm64 ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" -SRCREV_machine_qemumips ?= "9eb1f72874eeadb1f17e59faaca331971d522e12" -SRCREV_machine_qemuppc ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" -SRCREV_machine_qemux86 ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" -SRCREV_machine_qemux86-64 ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" -SRCREV_machine_qemumips64 ?= "710cc1cb7ba1384b9b0f43fc811a18a7c5a4e03f" -SRCREV_machine ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" +SRCREV_machine_qemuarm ?= "42cf4d6a1bc84b90681cb82ad95c129387d76b4b" +SRCREV_machine_qemuarm64 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" +SRCREV_machine_qemumips ?= "571315a5526b9e22262cf99bae7c0dd6e5bd204c" +SRCREV_machine_qemuppc ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" +SRCREV_machine_qemux86 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" +SRCREV_machine_qemux86-64 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" +SRCREV_machine_qemumips64 ?= "e7889ba18f060368d4ab35e70b076728d73ba622" +SRCREV_machine ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ -- 2.5.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✗ patchtest: failure for kernel: (mini) consolidated pull request 2018-03-14 15:10 [PATCH 0/3] kernel: (mini) consolidated pull request Bruce Ashfield ` (2 preceding siblings ...) 2018-03-14 15:10 ` [PATCH 3/3] linux-yocto/4.12: backport bugfixes for x86 Bruce Ashfield @ 2018-03-14 15:32 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2018-03-14 15:32 UTC (permalink / raw) To: Bruce Ashfield; +Cc: openembedded-core == Series Details == Series: kernel: (mini) consolidated pull request Revision: 1 URL : https://patchwork.openembedded.org/series/11383/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series by patchtest resulting in the following failures: * Patch [1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" Issue Commit shortlog is too long [test_shortlog_length] Suggested fix Edit shortlog so that it is 90 characters or less (currently 92 characters) If you believe any of these test results are incorrect, please reply to the mailing list (openembedded-core@lists.openembedded.org) raising your concerns. Otherwise we would appreciate you correcting the issues and submitting a new version of the patchset if applicable. Please ensure you add/increment the version number when sending the new version (i.e. [PATCH] -> [PATCH v2] -> [PATCH v3] -> ...). --- Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-14 15:32 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-14 15:10 [PATCH 0/3] kernel: (mini) consolidated pull request Bruce Ashfield 2018-03-14 15:10 ` [PATCH 1/3] linux-yocto/4.14/4.15: revert "features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG" Bruce Ashfield 2018-03-14 15:10 ` [PATCH 2/3] maintainers: add maintainer for make-mod-scripts Bruce Ashfield 2018-03-14 15:10 ` [PATCH 3/3] linux-yocto/4.12: backport bugfixes for x86 Bruce Ashfield 2018-03-14 15:32 ` ✗ patchtest: failure for kernel: (mini) consolidated pull request Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox