All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/19] Patch review
Date: Fri, 23 Apr 2021 03:58:42 -1000	[thread overview]
Message-ID: <cover.1619186107.git.steve@sakoman.com> (raw)

Please review this next set of patches for dunfell and have comments back by
end of day Monday.

Passed a-full on autobuilder:

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

The following changes since commit a1b0631c4723d2a98eb9e80ec85a00bc46276783:

  go_1.14: don't set -buildmode=pie when building for windows targets (2021-04-19 04:27:15 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

Bruce Ashfield (4):
  linux-yocto/5.4: update to v5.4.109
  linux-yocto/5.4: update to v5.4.111
  linux-yocto/5.4: update to v5.4.112
  linux-yocto/5.4: fix arm defconfig warnings

Douglas Royds (2):
  Revert "externalsrc: Detect code changes in submodules"
  externalsrc: Detect code changes in submodules

Gavin Li (1):
  kmod: do not symlink config.guess/config.sub during autoreconf

Khem Raj (1):
  ca-certificates: Fix openssl runtime cert dependencies

Mingli Yu (2):
  libtool: make sure autoheader run before automake
  groff: not ship /usr/bin/grap2graph

Peter Budny (1):
  lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)

Richard Purdie (5):
  oeqa/selftest: Hardcode test assumptions about heartbeat event timings
  oeqa/selftest: Ensure packages classes are set correctly for
    maintainers test
  sanity: Add error check for '%' in build path
  sanity: Further improve directory sanity tests
  pseudo: Upgrade to add trailing slashes ignore path fix

Ross Burton (1):
  insane: clean up some more warning messages

Stefan Ghinea (1):
  wpa-supplicant: fix CVE-2021-30004

Yanfei Xu (1):
  parselogs: ignore floppy error on qemu-system-x86 at boot stage

 meta/classes/externalsrc.bbclass              |   7 +-
 meta/classes/insane.bbclass                   |  12 +-
 meta/classes/sanity.bbclass                   |  19 ++-
 meta/lib/oe/terminal.py                       |  16 ++-
 meta/lib/oeqa/runtime/cases/parselogs.py      |   2 +
 meta/lib/oeqa/selftest/cases/buildoptions.py  |   6 +-
 meta/lib/oeqa/selftest/cases/distrodata.py    |   2 +-
 .../wpa-supplicant/CVE-2021-30004.patch       | 123 ++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |   1 +
 .../libtool/libtool-2.4.6.inc                 |   1 +
 ...-sure-autoheader-run-before-automake.patch |  35 +++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   2 +-
 meta/recipes-extended/groff/groff_1.22.4.bb   |   4 +
 meta/recipes-kernel/kmod/kmod.inc             |   1 -
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 ++--
 .../ca-certificates_20210119.bb               |   6 +-
 18 files changed, 226 insertions(+), 47 deletions(-)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/CVE-2021-30004.patch
 create mode 100644 meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-automake.patch

-- 
2.25.1


             reply	other threads:[~2021-04-23 13:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 13:58 Steve Sakoman [this message]
2021-04-23 13:58 ` [OE-core][dunfell 01/19] wpa-supplicant: fix CVE-2021-30004 Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 02/19] Revert "externalsrc: Detect code changes in submodules" Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 03/19] externalsrc: Detect code changes in submodules Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 04/19] oeqa/selftest: Hardcode test assumptions about heartbeat event timings Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 05/19] oeqa/selftest: Ensure packages classes are set correctly for maintainers test Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 06/19] insane: clean up some more warning messages Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 07/19] sanity: Add error check for '%' in build path Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 08/19] sanity: Further improve directory sanity tests Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 09/19] lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9) Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 10/19] pseudo: Upgrade to add trailing slashes ignore path fix Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 11/19] kmod: do not symlink config.guess/config.sub during autoreconf Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 12/19] libtool: make sure autoheader run before automake Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 13/19] groff: not ship /usr/bin/grap2graph Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 14/19] parselogs: ignore floppy error on qemu-system-x86 at boot stage Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 15/19] ca-certificates: Fix openssl runtime cert dependencies Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 16/19] linux-yocto/5.4: update to v5.4.109 Steve Sakoman
2021-04-23 13:58 ` [OE-core][dunfell 17/19] linux-yocto/5.4: update to v5.4.111 Steve Sakoman
2021-04-23 13:59 ` [OE-core][dunfell 18/19] linux-yocto/5.4: update to v5.4.112 Steve Sakoman
2021-04-23 13:59 ` [OE-core][dunfell 19/19] linux-yocto/5.4: fix arm defconfig warnings Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 22:34 [OE-core][dunfell 00/19] Patch review Steve Sakoman
2021-01-18 22:36 Steve Sakoman
2020-08-10  2:59 Steve Sakoman
2020-05-18 16:48 Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1619186107.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.