All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/15] review request
@ 2021-05-12  8:35 Anuj Mittal
  2021-05-12  8:35 ` [hardknott][PATCH 01/15] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message Anuj Mittal
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Anuj Mittal @ 2021-05-12  8:35 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. No problems while testing on
autobuilder.

Thanks,

Anuj

The following changes since commit d5d88c2293e8ebc958d1bce9af8f796024443be9:

  libevent: Increase ptest timing tolerance 50 ms -> 100 ms (2021-05-07 08:51:54 +0800)

are available in the Git repository at:

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

Alexander Kanavin (1):
  linux-firmware: upgrade 20210208 -> 20210315

Anuj Mittal (1):
  lsb-release: fix reproducibility failure

Bruce Ashfield (1):
  linux-yocto/5.4: qemuppc32: reduce serial shutdown issues

Chen Qi (1):
  db: update CVE_PRODUCT

Kai Kang (1):
  grub2.inc: remove '-O2' from CFLAGS

Michael Opdenacker (1):
  sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure
    message

Peter Kjellerstedt (1):
  libcap: Configure Make variables correctly without a horrible hack

Richard Purdie (4):
  oeqa/qemurunner: Improve logging thread exit handling for qemu
    shutdown test
  oeqa/qemurunner: Fix binary vs str issue
  oeqa/qemurunner: Improve handling of run_serial for shutdown commands
  puzzles: Upstream changed to main branch for development

Romain Naour (1):
  dejagnu: needs expect at runtime

Vinícius Ossanes Aquino (1):
  lttng-modules: backport patches to fix build against 5.12+ kernel

Yann Dirson (1):
  linux-firmware: include all relevant files in -bcm4356

zhengruoqin (1):
  ruby: upgrade 3.0.0 -> 3.0.1

 meta/classes/sanity.bbclass                   |   9 +-
 meta/lib/oeqa/selftest/cases/runqemu.py       |   9 +-
 meta/lib/oeqa/utils/qemurunner.py             |  21 +-
 meta/recipes-bsp/grub/grub2.inc               |   2 +
 .../recipes-devtools/dejagnu/dejagnu_1.6.2.bb |   1 +
 .../ruby/{ruby_3.0.0.bb => ruby_3.0.1.bb}     |   2 +-
 .../help2man-reproducibility.patch            |  27 ++
 meta/recipes-extended/lsb/lsb-release_1.4.bb  |   1 +
 ...20210208.bb => linux-firmware_20210315.bb} |   8 +-
 .../linux/linux-yocto-rt_5.4.bb               |   2 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   2 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |   2 +-
 ...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 ++++
 .../lttng/lttng-modules_2.12.5.bb             |   3 +
 meta/recipes-sato/puzzles/puzzles_git.bb      |   2 +-
 meta/recipes-support/db/db_5.3.28.bb          |   2 +-
 meta/recipes-support/libcap/libcap_2.48.bb    |  21 +-
 19 files changed, 504 insertions(+), 34 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_3.0.0.bb => ruby_3.0.1.bb} (97%)
 create mode 100644 meta/recipes-extended/lsb/lsb-release/help2man-reproducibility.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210208.bb => linux-firmware_20210315.bb} (99%)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-block-add-a-disk_uevent-helper-v5.12.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-backport-block-add-a-disk_uevent-helper-v5.12.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-mm-tracing-kfree-event-name-mismatching-with-pro.patch

-- 
2.31.1


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

end of thread, other threads:[~2021-05-12  8:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12  8:35 [hardknott][PATCH 00/15] review request Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 01/15] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 02/15] oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown test Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 03/15] oeqa/qemurunner: Fix binary vs str issue Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 04/15] oeqa/qemurunner: Improve handling of run_serial for shutdown commands Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 05/15] db: update CVE_PRODUCT Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 06/15] linux-firmware: upgrade 20210208 -> 20210315 Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 07/15] linux-yocto/5.4: qemuppc32: reduce serial shutdown issues Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 08/15] lttng-modules: backport patches to fix build against 5.12+ kernel Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 09/15] libcap: Configure Make variables correctly without a horrible hack Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 10/15] dejagnu: needs expect at runtime Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 11/15] grub2.inc: remove '-O2' from CFLAGS Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 12/15] ruby: upgrade 3.0.0 -> 3.0.1 Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 13/15] lsb-release: fix reproducibility failure Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 14/15] linux-firmware: include all relevant files in -bcm4356 Anuj Mittal
2021-05-12  8:35 ` [hardknott][PATCH 15/15] puzzles: Upstream changed to main branch for development Anuj Mittal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.