All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus 00/29] Patch review
@ 2020-01-04 16:25 Armin Kuster
  2020-01-04 16:25 ` [zeus 01/29] sstate: Add ability to hide summary output for sstate Armin Kuster
                   ` (29 more replies)
  0 siblings, 30 replies; 38+ messages in thread
From: Armin Kuster @ 2020-01-04 16:25 UTC (permalink / raw)
  To: openembedded-core

Here is the next set for zeus.

Please have comments back by Monday.

The following changes since commit 754d0ae5a960056468cdf50e5965a4c22515f8f9:

  lttng-modules: fix NULL pointer deference error when testing rpc_task_running (2019-12-31 10:36:32 +0000)

are available in the Git repository at:

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

Adrian Bunk (2):
  systemd: Upgrade 243 -> 243.2
  python3: Upgrade 3.7.5 -> 3.7.6

Bruce Ashfield (11):
  linux-yocto/5.2: update to v5.2.21
  linux-yocto/5.2: update to v5.2.22
  linux-yocto/5.2: update to v5.2.23
  linux-yocto/4.19: update to v4.19.84
  linux-yocto/5.2: update to v5.2.24
  linux-yocto/4.19: update to v4.19.87
  linux-yocto/5.2: update to v5.2.25
  linux-yocto/5.2: update to v5.2.26
  linux-yocto/5.2: update to v5.2.27
  linux-yocto/4.19/5.2/-dev: fix gcc10 build
  linux-yocto/5.2: update to v5.2.28

Joshua Watt (1):
  python3: RDEPEND on libgcc

Khem Raj (1):
  valgrind: Fix build with -fno-common

Martin Jansa (1):
  sstate.bbclass: Fix for consistent whitespace

Richard Purdie (6):
  sstate: Add ability to hide summary output for sstate
  sstate: Stop overwriting SSTATE_PKG
  sstate: Ensure SSTATE_PKG is reloaded when handling siginfo
  sstate: Ensure target sstate directory exists if unihash changes
  sstate: Ensure mkdir happens before mktemp
  python3: Update to apply libgcc fix to libpython, glibc only

Robert Yang (1):
  pseudo: Make realpath() remove trailing slashes

Ross Burton (3):
  podfix: class to remove Pod::Man versions from manpages
  reproducible_build_simple: inherit podfix
  podfix: only alter normal files

Tim Orling (1):
  liberror-perl: update 0.17027 -> 0.17028

Vasyl Gomonovych (1):
  kernel: Make symbol link to vmlinux.64 in boot directory

Yanfei Xu (1):
  libsdl2: fix failure appeared in bitbake libsdl2-native

 meta/classes/kernel.bbclass                   |  3 +
 meta/classes/podfix.bbclass                   | 35 ++++++++++++
 .../classes/reproducible_build_simple.bbclass |  1 +
 meta/classes/sstate.bbclass                   | 51 +++++++++--------
 ...temd-boot_243.bb => systemd-boot_243.2.bb} |  0
 ...temd-conf_243.bb => systemd-conf_243.2.bb} |  0
 meta/recipes-core/systemd/systemd.inc         |  4 +-
 .../{systemd_243.bb => systemd_243.2.bb}      |  0
 ...rl_0.17027.bb => liberror-perl_0.17028.bb} |  6 +-
 ...1-realpath.c-Remove-trailing-slashes.patch | 57 +++++++++++++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  1 +
 .../{python3_3.7.5.bb => python3_3.7.6.bb}    |  6 +-
 .../valgrind/valgrind/s390x_vec_op_t.patch    | 19 +++++++
 .../valgrind/valgrind_3.15.0.bb               |  1 +
 .../libsdl2/libsdl2_2.0.10.bb                 |  1 +
 .../linux/linux-yocto-rt_4.19.bb              |  6 +-
 .../linux/linux-yocto-rt_5.2.bb               |  6 +-
 .../linux/linux-yocto-tiny_4.19.bb            |  8 +--
 .../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 +++----
 21 files changed, 187 insertions(+), 68 deletions(-)
 create mode 100644 meta/classes/podfix.bbclass
 rename meta/recipes-core/systemd/{systemd-boot_243.bb => systemd-boot_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-conf_243.bb => systemd-conf_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd_243.bb => systemd_243.2.bb} (100%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17027.bb => liberror-perl_0.17028.bb} (85%)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch
 rename meta/recipes-devtools/python/{python3_3.7.5.bb => python3_3.7.6.bb} (98%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/s390x_vec_op_t.patch

-- 
2.17.1



^ permalink raw reply	[flat|nested] 38+ messages in thread
* [zeus 00/29] Patch review
@ 2020-02-09 16:09 Armin Kuster
  2020-02-10  8:07 ` Schrempf Frieder
  0 siblings, 1 reply; 38+ messages in thread
From: Armin Kuster @ 2020-02-09 16:09 UTC (permalink / raw)
  To: openembedded-core

These are the additional changes to help address reproducibility issues and additional fixes
we would like to be included in 3.0.2

Please have comments back by Tuesday

The following changes since commit 9b1bf083129be2b849db52d4f0eda9eb6077c97e:

  python2: add ntpath (2020-02-02 18:19:50 -0800)

are available in the Git repository at:

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

Alejandro del Castillo (1):
  opkg-utils: upgrade to version 0.4.2

Alexander Kanavin (1):
  perl: do not install files that contain build host specific data

Anuj Mittal (3):
  Revert "bzip2: Fix CVE-2019-12900"
  curl: fix CVE-2019-15601
  cpio: fix CVE-2019-14866

Joshua Watt (2):
  classes/reproducible_build: Read SDE file later
  mc: Fix build reproducibility

Lee Chee Yang (1):
  rsync: whitelist CVE-2017-16548

Richard Purdie (17):
  opkg-utils: Fix reproducibility issues in opkg-build
  oeqa/reproducible: Improve test output and ensure deb+ipk compared
  sudo: Set vardir deterministically
  libxshmfence: Set shm directory deterministically
  mc: Set zipinfo presence determinstically
  mc: Fix manpage date indeterminism
  tar: Fix build determinism, disable rsh
  patch: Extend to native/nativesdk and depend upon
  libidn2: Fix reproducibility issue
  perl: Fix various reproducibile build issues
  openssl: Fix reproducibility issue
  iputils: Fix build determinism
  libinput: Fix determinism issue
  libgcrypt: Fix determinism issue
  sysvinit: Fix Reproducibility issue
  libevdev: Fix determinism issue
  ncurses: Fix reproducibility issue

Ross Burton (2):
  gtk+3: sort resources for reproducible binaries
  sudo: specify where target tools are

Taras Kondratiuk via Openembedded-core (1):
  gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

Tom Hochstein (1):
  devtool/standard.py: Allow recipe to disable menuconfig logic

 meta/classes/patch.bbclass                    |   7 +
 meta/classes/reproducible_build.bbclass       |  40 ++-
 meta/lib/oeqa/selftest/cases/reproducible.py  |   9 +-
 .../openssl/openssl/reproducible.patch        |  32 ++
 .../openssl/openssl_1.1.1d.bb                 |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb  |   1 +
 meta/recipes-core/ncurses/ncurses.inc         |   1 +
 .../recipes-core/sysvinit/sysvinit_2.88dsf.bb |   1 +
 meta/recipes-devtools/gcc/gcc-9.2.inc         |   1 +
 ...02-aarch64-ICE-on-Linux-kernel-with-.patch |  95 ++++++
 ...Switch-all-scripts-to-use-Python-3.x.patch | 113 -------
 ...ld-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch |  44 ---
 .../opkg-utils/fix-reproducibility.patch      |  32 ++
 .../opkg-utils/opkg-utils/pipefail.patch      |  31 --
 ...pkg-utils_0.4.1.bb => opkg-utils_0.4.2.bb} |  13 +-
 meta/recipes-devtools/patch/patch_2.7.6.bb    |   3 +
 .../perl/files/determinism.patch              |  81 +++++
 meta/recipes-devtools/perl/perl-ptest.inc     |   3 +
 meta/recipes-devtools/perl/perl_5.30.0.bb     |   4 +
 meta/recipes-devtools/rsync/rsync_3.1.3.bb    |   3 +
 .../bzip2/bzip2-1.0.6/CVE-2019-12900.patch    |  36 --
 .../cpio/cpio-2.12/CVE-2019-14866.patch       | 316 ++++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.12.bb       |   1 +
 .../iputils/iputils_s20190709.bb              |   3 +-
 meta/recipes-extended/libidn/libidn2_2.2.0.bb |   3 +-
 ...Add-option-to-control-configure-args.patch |  99 ++++++
 .../recipes-extended/mc/files/nomandate.patch |  21 ++
 meta/recipes-extended/mc/mc_4.8.23.bb         |   7 +-
 meta/recipes-extended/sudo/sudo.inc           |   2 +-
 meta/recipes-extended/sudo/sudo_1.8.27.bb     |  10 +-
 meta/recipes-extended/tar/tar_1.32.bb         |   2 +
 .../gtk+/gtk+3/sort-resources.patch           |  19 ++
 meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb       |   1 +
 .../wayland/libinput/determinism.patch        |  21 ++
 .../wayland/libinput_1.14.1.bb                |   4 +-
 .../xorg-lib/libxshmfence_1.3.bb              |   2 +
 .../curl/curl/CVE-2019-15601.patch            |  46 +++
 meta/recipes-support/curl/curl_7.66.0.bb      |   1 +
 .../libevdev/libevdev/determinism.patch       |  34 ++
 .../libevdev/libevdev_1.8.0.bb                |   3 +-
 .../libgcrypt/files/determinism.patch         |  32 ++
 .../libgcrypt/libgcrypt_1.8.4.bb              |   1 +
 scripts/lib/devtool/standard.py               |   6 +-
 43 files changed, 933 insertions(+), 252 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/reproducible.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch
 create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/pipefail.patch
 rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.4.1.bb => opkg-utils_0.4.2.bb} (83%)
 create mode 100644 meta/recipes-devtools/perl/files/determinism.patch
 delete mode 100644 meta/recipes-extended/bzip2/bzip2-1.0.6/CVE-2019-12900.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/CVE-2019-14866.patch
 create mode 100644 meta/recipes-extended/mc/files/0001-Add-option-to-control-configure-args.patch
 create mode 100644 meta/recipes-extended/mc/files/nomandate.patch
 create mode 100644 meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch
 create mode 100644 meta/recipes-graphics/wayland/libinput/determinism.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2019-15601.patch
 create mode 100644 meta/recipes-support/libevdev/libevdev/determinism.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/determinism.patch

-- 
2.17.1



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

end of thread, other threads:[~2020-02-10 16:01 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 16:25 [zeus 00/29] Patch review Armin Kuster
2020-01-04 16:25 ` [zeus 01/29] sstate: Add ability to hide summary output for sstate Armin Kuster
2020-01-04 16:25 ` [zeus 02/29] sstate: Stop overwriting SSTATE_PKG Armin Kuster
2020-01-04 16:25 ` [zeus 03/29] sstate: Ensure SSTATE_PKG is reloaded when handling siginfo Armin Kuster
2020-01-04 16:25 ` [zeus 04/29] sstate: Ensure target sstate directory exists if unihash changes Armin Kuster
2020-01-04 16:25 ` [zeus 05/29] sstate: Ensure mkdir happens before mktemp Armin Kuster
2020-01-04 16:25 ` [zeus 06/29] sstate.bbclass: Fix for consistent whitespace Armin Kuster
2020-01-04 16:25 ` [zeus 07/29] linux-yocto/5.2: update to v5.2.21 Armin Kuster
2020-01-04 16:25 ` [zeus 08/29] linux-yocto/5.2: update to v5.2.22 Armin Kuster
2020-01-04 16:25 ` [zeus 09/29] linux-yocto/5.2: update to v5.2.23 Armin Kuster
2020-01-04 16:25 ` [zeus 10/29] linux-yocto/4.19: update to v4.19.84 Armin Kuster
2020-01-04 16:25 ` [zeus 11/29] linux-yocto/5.2: update to v5.2.24 Armin Kuster
2020-01-04 16:25 ` [zeus 12/29] linux-yocto/4.19: update to v4.19.87 Armin Kuster
2020-01-04 16:25 ` [zeus 13/29] linux-yocto/5.2: update to v5.2.25 Armin Kuster
2020-01-04 16:25 ` [zeus 14/29] linux-yocto/5.2: update to v5.2.26 Armin Kuster
2020-01-04 16:25 ` [zeus 15/29] linux-yocto/5.2: update to v5.2.27 Armin Kuster
2020-01-04 16:25 ` [zeus 16/29] linux-yocto/4.19/5.2/-dev: fix gcc10 build Armin Kuster
2020-01-04 16:25 ` [zeus 17/29] linux-yocto/5.2: update to v5.2.28 Armin Kuster
2020-01-04 16:25 ` [zeus 18/29] liberror-perl: update 0.17027 -> 0.17028 Armin Kuster
2020-01-04 16:26 ` [zeus 19/29] podfix: class to remove Pod::Man versions from manpages Armin Kuster
2020-01-04 16:26 ` [zeus 20/29] reproducible_build_simple: inherit podfix Armin Kuster
2020-01-04 16:26 ` [zeus 21/29] podfix: only alter normal files Armin Kuster
2020-01-04 16:26 ` [zeus 22/29] systemd: Upgrade 243 -> 243.2 Armin Kuster
2020-01-04 16:26 ` [zeus 23/29] python3: Upgrade 3.7.5 -> 3.7.6 Armin Kuster
2020-01-04 16:26 ` [zeus 24/29] python3: RDEPEND on libgcc Armin Kuster
2020-01-04 16:26 ` [zeus 25/29] python3: Update to apply libgcc fix to libpython, glibc only Armin Kuster
2020-01-04 16:26 ` [zeus 26/29] valgrind: Fix build with -fno-common Armin Kuster
2020-01-05 11:21   ` Adrian Bunk
2020-01-07 20:43     ` akuster808
2020-01-04 16:26 ` [zeus 27/29] pseudo: Make realpath() remove trailing slashes Armin Kuster
2020-01-04 16:26 ` [zeus 28/29] libsdl2: fix failure appeared in bitbake libsdl2-native Armin Kuster
2020-01-04 16:26 ` [zeus 29/29] kernel: Make symbol link to vmlinux.64 in boot directory Armin Kuster
2020-01-06 10:59 ` [zeus 00/29] Patch review Manjukumar Harthikote Matha
2020-02-09 16:09 Armin Kuster
2020-02-10  8:07 ` Schrempf Frieder
2020-02-10  9:55   ` Peter Kjellerstedt
2020-02-10 11:21     ` Richard Purdie
2020-02-10 16:01     ` akuster808

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.