Openembedded Core Discussions
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/22] review request
@ 2021-07-02 16:19 Anuj Mittal
  2021-07-02 16:19 ` [hardknott][PATCH 01/22] linux-yocto/5.10: update to v5.10.42 Anuj Mittal
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Anuj Mittal @ 2021-07-02 16:19 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. Two intermittent issues seen
while building a-full on autobuilder - qemuppc shutdown timed out and
valgrind ptest failed.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2306

Thanks,

Anuj

The following changes since commit 61feebd88960eb4e074a80a0e45b36a7a1db869c:

  kernel.bbclass: fix do_sizecheck() comparison (2021-06-22 11:19:38 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Alexander Kanavin (2):
  devtool upgrade: rebase override-only patches as well
  libgcrypt: upgrade 1.9.2 -> 1.9.3

Anuj Mittal (1):
  curl: fix build when proxy is not enabled in PACKAGECONFIG

Bruce Ashfield (11):
  linux-yocto/5.10: update to v5.10.42
  linux-yocto/5.10: update to v5.10.43
  linux-yocto/5.10: cgroup1: fix leaked context root causing sporadic
    NULL deref in LTP
  linux-yocto/5.10: update to v5.10.46
  linux-yocto/5.10: features/nft_tables: refresh config options
  linux-yocto/5.4: update to v5.4.128
  linux-yocto/5.10: rcu: Fix stall-warning deadlock due to non-release
    of rcu_node ->lock
  kern-tools: add dropped options to audit output
  kern-tools: Kconfiglib: add support for bare 'modules' keyword
  kernel-devsrc: adjust NM and OBJTOOL variables for target
  lttng-modules: update to v2.12.6

Michael Ho (1):
  sstate.bbclass: fix errors about read-only sstate mirrors

Ming Liu (1):
  uboot-sign.bbclass: fix some install commands

Richard Purdie (4):
  package_pkgdata: Avoid task hash mismatches for generic task changes
  selftest/fetch: Avoid occasional selftest failure from poor temp file
    name choice
  kernel: Fix interaction when packaging disabled
  kernel-devicetree: Fix interaction when packaging disabled

Zqiang (1):
  ifupdown: Skip wrong test item

jbouchard (1):
  Use the label provided when formating a dos partition

 meta/classes/kernel-devicetree.bbclass        |  11 +-
 meta/classes/kernel.bbclass                   |   2 +
 meta/classes/package_pkgdata.bbclass          |   2 +-
 meta/classes/sstate.bbclass                   |   8 +
 meta/classes/uboot-sign.bbclass               |   8 +-
 meta/lib/oeqa/selftest/cases/fetch.py         |  27 +-
 .../0001-ifupdown-skip-wrong-test-case.patch  |  32 ++
 .../ifupdown/files/tweak-ptest-script.patch   |  15 +-
 meta/recipes-core/ifupdown/ifupdown_0.8.36.bb |   1 +
 .../kern-tools/kern-tools-native_git.bb       |   2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   2 +
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 ...01-Fix-memory-leaks-on-event-destroy.patch |  58 ----
 ...preter-early-exits-on-uninitialized-.patch | 159 ---------
 ...ecord-slab-name-for-kmem_cache_free-.patch |  91 ------
 ...be-null-ptr-deref-on-session-destroy.patch |  41 ---
 ...block-add-a-disk_uevent-helper-v5.12.patch | 305 ------------------
 ...block-add-a-disk_uevent-helper-v5.12.patch |  48 ---
 ...free-event-name-mismatching-with-pro.patch |  71 ----
 ...ules_2.12.5.bb => lttng-modules_2.12.6.bb} |   9 +-
 .../curl/curl/vtls-fix-addsessionid.patch     |  31 ++
 .../curl/curl/vtls-fix-warning.patch          |  40 +++
 meta/recipes-support/curl/curl_7.75.0.bb      |   2 +
 ...{libgcrypt_1.9.2.bb => libgcrypt_1.9.3.bb} |   4 +-
 scripts/lib/devtool/upgrade.py                |  29 +-
 .../lib/wic/plugins/source/bootimg-pcbios.py  |   6 +-
 31 files changed, 212 insertions(+), 866 deletions(-)
 create mode 100644 meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-memory-leaks-on-event-destroy.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-filter-interpreter-early-exits-on-uninitialized-.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-mm-tracing-record-slab-name-for-kmem_cache_free-.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-Fix-kretprobe-null-ptr-deref-on-session-destroy.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-block-add-a-disk_uevent-helper-v5.12.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-backport-block-add-a-disk_uevent-helper-v5.12.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-mm-tracing-kfree-event-name-mismatching-with-pro.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.12.5.bb => lttng-modules_2.12.6.bb} (71%)
 create mode 100644 meta/recipes-support/curl/curl/vtls-fix-addsessionid.patch
 create mode 100644 meta/recipes-support/curl/curl/vtls-fix-warning.patch
 rename meta/recipes-support/libgcrypt/{libgcrypt_1.9.2.bb => libgcrypt_1.9.3.bb} (93%)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-07-02 16:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-02 16:19 [hardknott][PATCH 00/22] review request Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 01/22] linux-yocto/5.10: update to v5.10.42 Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 02/22] linux-yocto/5.10: update to v5.10.43 Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 03/22] linux-yocto/5.10: cgroup1: fix leaked context root causing sporadic NULL deref in LTP Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 04/22] uboot-sign.bbclass: fix some install commands Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 05/22] devtool upgrade: rebase override-only patches as well Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 06/22] package_pkgdata: Avoid task hash mismatches for generic task changes Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 07/22] ifupdown: Skip wrong test item Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 08/22] selftest/fetch: Avoid occasional selftest failure from poor temp file name choice Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 09/22] kernel: Fix interaction when packaging disabled Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 10/22] linux-yocto/5.10: update to v5.10.46 Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 11/22] linux-yocto/5.10: features/nft_tables: refresh config options Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 12/22] linux-yocto/5.4: update to v5.4.128 Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 13/22] linux-yocto/5.10: rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 14/22] Use the label provided when formating a dos partition Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 15/22] sstate.bbclass: fix errors about read-only sstate mirrors Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 16/22] kernel-devicetree: Fix interaction when packaging disabled Anuj Mittal
2021-07-02 16:19 ` [hardknott][PATCH 17/22] libgcrypt: upgrade 1.9.2 -> 1.9.3 Anuj Mittal
2021-07-02 16:20 ` [hardknott][PATCH 18/22] curl: fix build when proxy is not enabled in PACKAGECONFIG Anuj Mittal
2021-07-02 16:20 ` [hardknott][PATCH 19/22] kern-tools: add dropped options to audit output Anuj Mittal
2021-07-02 16:20 ` [hardknott][PATCH 20/22] kern-tools: Kconfiglib: add support for bare 'modules' keyword Anuj Mittal
2021-07-02 16:20 ` [hardknott][PATCH 21/22] kernel-devsrc: adjust NM and OBJTOOL variables for target Anuj Mittal
2021-07-02 16:20 ` [hardknott][PATCH 22/22] lttng-modules: update to v2.12.6 Anuj Mittal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox