public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/18] Patch review
Date: Mon, 27 Jul 2020 05:09:39 -1000	[thread overview]
Message-ID: <cover.1595862361.git.steve@sakoman.com> (raw)

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

The following changes since commit ea886d57db917a41a0d106a15e1e96c72d6407b0:

  kernel-yocto: account for extracted defconfig in elements check (2020-07-23 04:07:37 -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

Ahmad Fatoum (1):
  core: glib-2.0: fix requested libmount/mkostemp/selinux not being
    linked in

Armin Kuster (1):
  glibc: Secruity fix for CVE-2020-6096

Bruce Ashfield (2):
  linux-yocto/5.4: update to v5.4.51
  linux-yocto-rt/5.4: fix mmdrop stress test issues

Changqing Li (1):
  gtk-immodules-cache.bbclass: fix post install scriptlet error

Chen Qi (1):
  rpm: fix nativesdk's default var location

Daniel Ammann (1):
  image.bbclass: improve wording when image size exceeds the specified
    limit

Joshua Watt (2):
  classes/cmake: Fix host detection
  classes/package: Use HOST_OS for runtime dependencies

Kevin Hao (3):
  wic/filemap: Drop the unused block_is_unmapped()
  wic/filemap: Drop the unused get_unmapped_ranges()
  wic/filemap: Fall back to standard copy when no way to get the block
    map

Kurt Kiefer (1):
  linux-firmware: add ibt-20 package

Lee Chee Yang (1):
  buildhistory: use pid for temporary txt file name

Richard Purdie (1):
  oeqa/qemurunner: Add priority/nice information for running processes

Robert Yang (1):
  openssl: openssl-bin requires openssl-conf to run

Ross Burton (1):
  startup-notification: add time_t type mismatch patch from upstream

Sakib Sajal (1):
  busybox: make hwclock compatible with glibc 2.31

 meta/classes/buildhistory.bbclass             |  11 +-
 meta/classes/cmake.bbclass                    |  19 +-
 meta/classes/gtk-immodules-cache.bbclass      |   1 +
 meta/classes/image.bbclass                    |   4 +-
 meta/classes/package.bbclass                  |  10 +-
 meta/lib/oeqa/utils/qemurunner.py             |   2 +-
 meta/lib/oeqa/utils/qemutinyrunner.py         |   2 +-
 .../openssl/openssl_1.1.1g.bb                 |   2 +
 ...1-hwclock-make-glibc-2.31-compatible.patch |  83 ++++++++
 meta/recipes-core/busybox/busybox_1.31.1.bb   |   1 +
 ...ot-hardcode-linux-as-the-host-system.patch |  49 +++++
 meta/recipes-core/glib-2.0/glib-2.0_2.62.4.bb |   1 +
 .../glibc/glibc/CVE-2020-6096.patch           | 112 ++++++++++
 .../glibc/glibc/CVE-2020-6096_2.patch         | 194 ++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.31.bb         |   2 +
 meta/recipes-devtools/rpm/rpm_4.14.2.1.bb     |   2 +-
 .../startup-notification-0.12/time_t.patch    | 108 ++++++++++
 .../startup-notification_0.12.bb              |   1 +
 .../linux-firmware/linux-firmware_20200619.bb |   4 +
 .../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 +-
 scripts/lib/wic/filemap.py                    |  75 +++----
 23 files changed, 630 insertions(+), 89 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/0001-hwclock-make-glibc-2.31-compatible.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0020-meson.build-do-not-hardcode-linux-as-the-host-system.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-6096.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-6096_2.patch
 create mode 100644 meta/recipes-graphics/startup-notification/startup-notification-0.12/time_t.patch

-- 
2.17.1


             reply	other threads:[~2020-07-27 15:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 15:09 Steve Sakoman [this message]
2020-07-27 15:09 ` [OE-core][dunfell 01/18] wic/filemap: Drop the unused block_is_unmapped() Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 02/18] wic/filemap: Drop the unused get_unmapped_ranges() Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 03/18] wic/filemap: Fall back to standard copy when no way to get the block map Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 04/18] rpm: fix nativesdk's default var location Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 05/18] linux-firmware: add ibt-20 package Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 06/18] openssl: openssl-bin requires openssl-conf to run Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 07/18] linux-yocto/5.4: update to v5.4.51 Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 08/18] linux-yocto-rt/5.4: fix mmdrop stress test issues Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 09/18] oeqa/qemurunner: Add priority/nice information for running processes Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 10/18] classes/cmake: Fix host detection Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 11/18] classes/package: Use HOST_OS for runtime dependencies Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 12/18] image.bbclass: improve wording when image size exceeds the specified limit Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 13/18] startup-notification: add time_t type mismatch patch from upstream Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 14/18] core: glib-2.0: fix requested libmount/mkostemp/selinux not being linked in Steve Sakoman
2020-07-27 16:14   ` Andreas Müller
2020-07-27 16:25     ` Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 15/18] busybox: make hwclock compatible with glibc 2.31 Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 16/18] gtk-immodules-cache.bbclass: fix post install scriptlet error Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 17/18] buildhistory: use pid for temporary txt file name Steve Sakoman
2020-07-27 15:09 ` [OE-core][dunfell 18/18] glibc: Secruity fix for CVE-2020-6096 Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2020-09-07 17:01 [OE-core][dunfell 00/18] Patch review Steve Sakoman
2020-11-13 14:52 Steve Sakoman
2021-12-03 18:18 Steve Sakoman
2022-03-04 15:04 Steve Sakoman
2023-01-01 17:42 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.1595862361.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox