Openembedded Core Discussions
 help / color / mirror / Atom feed
* [zeus 00/21] Zeus patch review
@ 2019-11-11 18:29 Armin Kuster
  2019-11-11 18:29 ` [zeus 01/21] pseudo: Drop static linking to sqlite3 Armin Kuster
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Armin Kuster @ 2019-11-11 18:29 UTC (permalink / raw)
  To: openembedded-core

Other then "pseudo: Drop static linking to sqlite3" outstanding question,
here are the next series to be reviewed for Zeus.

Note: pass a-full

Comments back by Wednesday

The following changes since commit 4e3e8d8270f318e6384c3d9bb5f6c7503f41d736:

  libsdl2: fix race when building in parallel (2019-11-10 13:54:34 -0800)

are available in the git repository at:

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

Alexander Kanavin (1):
  selftest: skip virgl test on centos 7 entirely

Bruce Ashfield (2):
  linux-yocto/4.19: update to v4.19.78
  linux-yocto/5.2: update to v5.2.20

Changqing Li (1):
  mdadm: fix do_package failed when changed local.conf but not cleaned

Ferry Toth (1):
  sudo: Fix fetching sources

Haris Okanovic (1):
  initscripts/sysfs.sh: Mount /sys/firmware/efi/efivars when possible

He Zhe (1):
  ltp: Fix overcommit_memory failure

Jacob Kroon (1):
  rm_work: Promote do_image_qa stamps to setscene versions

Richard Purdie (2):
  pseudo: Drop static linking to sqlite3
  pseudo: Add statx support to fix fedora30 issues

Ross Burton (9):
  file: fix CVE-2019-18218
  file: run test suite when building natively
  cve-check: ensure all known CVEs are in the report
  qemu-helper-native: add missing option to getopt() call
  qemu-helper-native: showing help shouldn't be an error
  qemu-helper-native: pass compiler flags
  cve-check: failure to parse versions should be more visible
  recipeutils-test: use a small dependency in the dummy recipe
  patch: the CVE-2019-13638 fix also handles CVE-2018-20969

Samuli Piippo (1):
  linux-firmware: update packaging for brcm files

Zhixiong Chi (1):
  libtirpc: create the symbol link for rpc header files

 meta-selftest/lib/oeqa/runtime/cases/virgl.py      |   5 -
 .../recipeutils/recipeutils-test_1.2.bb            |   2 +-
 meta/classes/cve-check.bbclass                     |  13 ++-
 meta/classes/rm_work.bbclass                       |   9 ++
 meta/conf/distro/include/no-static-libs.inc        |   4 -
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   2 +
 .../initscripts/initscripts-1.0/sysfs.sh           |   4 +
 .../file/file/CVE-2019-18218.patch                 |  55 +++++++++++
 meta/recipes-devtools/file/file_5.37.bb            |   7 +-
 ...ke-ed-directly-instead-of-using-the-shell.patch |   4 +-
 .../pseudo/files/0001-Add-statx.patch              | 106 +++++++++++++++++++++
 meta/recipes-devtools/pseudo/pseudo.inc            |  17 +---
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   1 +
 .../qemu/qemu-helper-native_1.0.bb                 |   2 +-
 meta/recipes-devtools/qemu/qemu-helper/tunctl.c    |  16 ++--
 meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb   |  14 +++
 ...memory-update-for-mm-fix-false-positive-O.patch |  57 +++++++++++
 meta/recipes-extended/ltp/ltp_20190517.bb          |   1 +
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   5 +-
 meta/recipes-extended/sudo/sudo_1.8.27.bb          |   2 +-
 .../linux-firmware/linux-firmware_20190815.bb      |  18 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |   8 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |  20 ++--
 meta/recipes-kernel/linux/linux-yocto_5.2.bb       |  22 ++---
 27 files changed, 328 insertions(+), 86 deletions(-)
 create mode 100644 meta/recipes-devtools/file/file/CVE-2019-18218.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Add-statx.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-overcommit_memory-update-for-mm-fix-false-positive-O.patch

-- 
2.7.4



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

end of thread, other threads:[~2019-11-11 18:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-11 18:29 [zeus 00/21] Zeus patch review Armin Kuster
2019-11-11 18:29 ` [zeus 01/21] pseudo: Drop static linking to sqlite3 Armin Kuster
2019-11-11 18:29 ` [zeus 02/21] file: fix CVE-2019-18218 Armin Kuster
2019-11-11 18:29 ` [zeus 03/21] file: run test suite when building natively Armin Kuster
2019-11-11 18:29 ` [zeus 04/21] sudo: Fix fetching sources Armin Kuster
2019-11-11 18:29 ` [zeus 05/21] mdadm: fix do_package failed when changed local.conf but not cleaned Armin Kuster
2019-11-11 18:29 ` [zeus 06/21] ltp: Fix overcommit_memory failure Armin Kuster
2019-11-11 18:29 ` [zeus 07/21] cve-check: ensure all known CVEs are in the report Armin Kuster
2019-11-11 18:29 ` [zeus 08/21] qemu-helper-native: add missing option to getopt() call Armin Kuster
2019-11-11 18:29 ` [zeus 09/21] qemu-helper-native: showing help shouldn't be an error Armin Kuster
2019-11-11 18:29 ` [zeus 10/21] qemu-helper-native: pass compiler flags Armin Kuster
2019-11-11 18:29 ` [zeus 11/21] linux-yocto/4.19: update to v4.19.78 Armin Kuster
2019-11-11 18:29 ` [zeus 12/21] linux-yocto/5.2: update to v5.2.20 Armin Kuster
2019-11-11 18:29 ` [zeus 13/21] cve-check: failure to parse versions should be more visible Armin Kuster
2019-11-11 18:29 ` [zeus 14/21] selftest: skip virgl test on centos 7 entirely Armin Kuster
2019-11-11 18:29 ` [zeus 15/21] recipeutils-test: use a small dependency in the dummy recipe Armin Kuster
2019-11-11 18:29 ` [zeus 16/21] patch: the CVE-2019-13638 fix also handles CVE-2018-20969 Armin Kuster
2019-11-11 18:29 ` [zeus 17/21] linux-firmware: update packaging for brcm files Armin Kuster
2019-11-11 18:30 ` [zeus 18/21] rm_work: Promote do_image_qa stamps to setscene versions Armin Kuster
2019-11-11 18:30 ` [zeus 19/21] libtirpc: create the symbol link for rpc header files Armin Kuster
2019-11-11 18:30 ` [zeus 20/21] initscripts/sysfs.sh: Mount /sys/firmware/efi/efivars when possible Armin Kuster
2019-11-11 18:30 ` [zeus 21/21] pseudo: Add statx support to fix fedora30 issues Armin Kuster

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