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/21] Patch review
Date: Wed, 24 Mar 2021 04:38:55 -1000	[thread overview]
Message-ID: <cover.1616596544.git.steve@sakoman.com> (raw)

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

Passed a-full on autobuilder:

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

The following changes since commit 7c88d52eaca62237afcda606a3078ec483992213:

  cups: use /run instead /var/run in systemd's unit file (2021-03-11 05:00:02 -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

Alejandro Hernandez Samaniego (1):
  devtool: Fix do_kernel_configme task

Anatol Belski (1):
  glibc: Pull latest 2.31 HEAD

Bruce Ashfield (1):
  linux-yocto/5.4: update to v5.4.105

Chee Yang Lee (1):
  initrdscripts: init-install-efi.sh install extra files for ESP

Chen Qi (1):
  populate_sdk_ext: record METADATA_REVISION

Denys Dmytriyenko (1):
  maintainers: update own email address

Diego Santa Cruz (1):
  iputils: fix various arping regressions

Dorinda Bassey (2):
  meta-selftest: Add HOMEPAGE / DESCRIPTION
  devshell.bbclass: Exceptions displayed within devpyshell

Douglas Royds (2):
  cmake: Fully-qualified path to ar
  externalsrc: Detect code changes in submodules

Lee Chee Yang (2):
  cve-update-db-native: consider version suffix when update CVE db
  cve-check: CVE_VERSION_SUFFIX to work with patched release

Li Wang (1):
  linux-dummy: add empty dependent packages

Martin Jansa (2):
  iso-codes: fix protocol in SRC_URI
  wpa-supplicant: update CVE-2021-27803.patch

Petr Vorel (1):
  scripts/verify-bashisms: Update checkbashisms.pl URL

Richard Purdie (1):
  selftest/wic: Fix dependency issue in rawcopy test

Robert P. J. Day (1):
  bitbake-whatchanged: change ending quote to proper period

Stefan Schmidt (1):
  systemd-conf: do not ask for DHCP if configured on kernel command line

Steve Sakoman (1):
  Revert "sstatesig.py: show an error instead of warning when sstate
    manifest isn't found"

 .../recipes-test/aspell/aspell_0.0.0.1.bb     |   1 +
 meta/classes/cmake.bbclass                    |   3 +-
 meta/classes/devshell.bbclass                 |   1 +
 meta/classes/externalsrc.bbclass              |  16 +-
 meta/classes/linux-dummy.bbclass              |  26 +++
 meta/classes/populate_sdk_ext.bbclass         |   3 +
 meta/conf/distro/include/maintainers.inc      |  40 ++---
 meta/lib/oe/cve_check.py                      |   7 +-
 meta/lib/oe/sstatesig.py                      |   2 +-
 meta/lib/oeqa/selftest/cases/cve_check.py     |   8 +
 meta/lib/oeqa/selftest/cases/wic.py           |  18 +-
 .../wpa-supplicant/CVE-2021-27803.patch       |  12 +-
 meta/recipes-core/glibc/glibc-version.inc     |   2 +-
 .../glibc/glibc/CVE-2019-25013.patch          | 135 ---------------
 .../glibc/glibc/CVE-2020-29562.patch          | 156 ------------------
 meta/recipes-core/glibc/glibc_2.31.bb         |   6 +-
 .../initrdscripts/files/init-install-efi.sh   |   5 +
 .../recipes-core/meta/cve-update-db-native.bb |   7 +-
 .../systemd/systemd-conf/wired.network        |   1 +
 .../systemd/systemd-conf_244.3.bb             |   3 -
 ...rtially-fix-sent-vs-received-package.patch |  39 +++++
 ...fix-f-quit-on-first-reply-regression.patch |  39 +++++
 ...rison-of-different-signedness-warnin.patch |  37 +++++
 ...ccess-when-unsolicited-ARP-mode-dest.patch |  45 +++++
 ...ional-timerfd-to-control-when-timeou.patch |  94 +++++++++++
 .../iputils/iputils_s20190709.bb              |   5 +
 meta/recipes-extended/sudo/sudo.inc           |   2 +
 meta/recipes-kernel/linux/linux-dummy.bb      |   2 +-
 .../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 +--
 .../iso-codes/iso-codes_4.4.bb                |   2 +-
 scripts/bitbake-whatchanged                   |   2 +-
 scripts/lib/devtool/standard.py               |   7 +-
 scripts/verify-bashisms                       |   2 +-
 35 files changed, 401 insertions(+), 363 deletions(-)
 create mode 100644 meta/classes/linux-dummy.bbclass
 delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-25013.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-29562.patch
 create mode 100644 meta/recipes-extended/iputils/iputils/0001-arping-revert-partially-fix-sent-vs-received-package.patch
 create mode 100644 meta/recipes-extended/iputils/iputils/0002-arping-fix-f-quit-on-first-reply-regression.patch
 create mode 100644 meta/recipes-extended/iputils/iputils/0003-arping-Fix-comparison-of-different-signedness-warnin.patch
 create mode 100644 meta/recipes-extended/iputils/iputils/0004-arping-return-success-when-unsolicited-ARP-mode-dest.patch
 create mode 100644 meta/recipes-extended/iputils/iputils/0005-arping-use-additional-timerfd-to-control-when-timeou.patch

-- 
2.25.1


             reply	other threads:[~2021-03-24 14:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24 14:38 Steve Sakoman [this message]
2021-03-24 14:38 ` [OE-core][dunfell 01/21] Revert "sstatesig.py: show an error instead of warning when sstate manifest isn't found" Steve Sakoman
2021-03-24 14:38 ` [OE-core][dunfell 02/21] iso-codes: fix protocol in SRC_URI Steve Sakoman
2021-03-24 14:38 ` [OE-core][dunfell 03/21] devtool: Fix do_kernel_configme task Steve Sakoman
2021-03-24 14:38 ` [OE-core][dunfell 04/21] populate_sdk_ext: record METADATA_REVISION Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 05/21] bitbake-whatchanged: change ending quote to proper period Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 06/21] meta-selftest: Add HOMEPAGE / DESCRIPTION Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 07/21] maintainers: update own email address Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 08/21] systemd-conf: do not ask for DHCP if configured on kernel command line Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 09/21] iputils: fix various arping regressions Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 10/21] glibc: Pull latest 2.31 HEAD Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 11/21] wpa-supplicant: update CVE-2021-27803.patch Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 12/21] initrdscripts: init-install-efi.sh install extra files for ESP Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 13/21] cve-update-db-native: consider version suffix when update CVE db Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 14/21] cve-check: CVE_VERSION_SUFFIX to work with patched release Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 15/21] cmake: Fully-qualified path to ar Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 16/21] externalsrc: Detect code changes in submodules Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 17/21] scripts/verify-bashisms: Update checkbashisms.pl URL Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 18/21] devshell.bbclass: Exceptions displayed within devpyshell Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 19/21] linux-dummy: add empty dependent packages Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 20/21] selftest/wic: Fix dependency issue in rawcopy test Steve Sakoman
2021-03-24 14:39 ` [OE-core][dunfell 21/21] linux-yocto/5.4: update to v5.4.105 Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2022-11-19 17:47 [OE-core][dunfell 00/21] Patch review Steve Sakoman
2021-02-01 16:24 Steve Sakoman
2020-06-15 19:35 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.1616596544.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.