[OS-BUILD PATCH 5/6] Copy Makefile.rhelver as a source file rather than a patch

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: Jeremy Cline Include Makefile.rhelver by treating it as a source file rather than generating it in a patch. This avoids depending on the tree being prepared having a reference to the master branch, which should fix the CKI build failures. It's also simpler. Signed-off-by: Jeremy Cline

[OS-BUILD PATCH 6/6] Add zero-commit to format-patch options

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Because of the way the trees are mangled, the hash for patches change with each build. This creates an unnecessary line of diff in each patch file which is makes a diff in dist-git difficult to read. Let's zero it to clean it up. Signed-off-by: Justin M. Forbes ---

[OS-BUILD PATCH 2/6] Break out the Patches into individual files for dist-git

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" --- redhat/genspec.sh | 13 - redhat/kernel.spec.template | 12 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/redhat/genspec.sh b/redhat/genspec.sh index 1e60bd31c06b..6b618f89f669 100755 --- a/redhat/genspec.sh +++

[OS-BUILD PATCH 4/6] Move the sed to clear the patch templating outside of conditionals

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" While we only add broken out patches if we aren't doing a single tarball we still need to remove the template markers if we are. Signed-off-by: Justin M. Forbes --- redhat/genspec.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OS-BUILD PATCH 0/6] Patch Breakout again.

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com The series breaks the Red Hat patches out into individual patches for dist-git and the spec. It also adds a Patchlist file to the dist-git for a quick view of which patches are applied. That file will also handily show which patches are dropped in a diff before

[OS-BUILD PATCH 1/6] Break the Red Hat patch into individual commits

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: Jeremy Cline People like to go look at the dist-git instead of a source tree for patch files and there were complaints about the big diff file. Jump through some hoops to generate a list of patches from the release branch so the patches are preserved in dist-git. Denys Vlasenko Rado

[OS-BUILD PATCH 3/6] Match template format in kernel.spec.template

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" --- redhat/genspec.sh | 8 redhat/kernel.spec.template | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/redhat/genspec.sh b/redhat/genspec.sh index 6b618f89f669..fce17298d071 100755 --- a/redhat/genspec.sh +++

[OS-BUILD PATCH] Add Documentation back to kernel-devel as it has Kconfig now

2020-05-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" This was fixed in Fedora back in January, and then got dropped in the ARK switch over for some reason. Kernel-devel needs Documentation/Kconfig. rhbz 1789641 Signed-off-by: Justin M. Forbes --- redhat/kernel.spec.template | 1 - 1 file changed, 1 deletion(-) diff

[ARK PATCHv2 0/85] Tools lto disable

2020-09-10 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com Note: The patch series is too large to sent by email. To review the series locally, set up your repository to fetch from the GitLab remote: $ git remote add gitlab https://gitlab.com/cki-project/kernel-ark.git $ git config remote.gitlab.fetch

[ARK PATCH 0/85] Tools lto disable

2020-09-10 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com Note: The patch series is too large to sent by email. To review the series locally, set up your repository to fetch from the GitLab remote: $ git remote add gitlab https://gitlab.com/cki-project/kernel-ark.git $ git config remote.gitlab.fetch

[ARK PATCHv3] Filter out LTO build options from the perl ccopts

2020-09-10 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Kernel tools currently does not build with LTO options enabled. We can turn off the option in most places through the spec file, but for the perl bindings, it auto detects what perl was built with and uses those. This patch will filter out the lto options allowing

[OS-BUILD PATCHv5] Enable Speakup accessibility driver

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/ Signed-off-by:

[OS-BUILD PATCHv2 2/2] Update CONFIG_SPEAKUP_SYNTH_DUMMY to remove extra lines.

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY index

[OS-BUILD PATCHv2 1/2] Enable Speakup accessibility driver

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/ Signed-off-by:

[OS-BUILD PATCHv3 2/3] Update CONFIG_SPEAKUP_SYNTH_DUMMY to remove extra lines.

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY index

[OS-BUILD PATCHv3 3/3] Disable Speakup synth DECEXT

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECEXT | 1 + 1 file changed, 1 insertion(+) create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECEXT diff --git

[OS-BUILD PATCHv3 0/3] Enable Speakup accessibility driver

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/

[OS-BUILD PATCHv3 1/3] Enable Speakup accessibility driver

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/ Signed-off-by:

[OS-BUILD PATCH] Enable Speakup accessibility driver

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/ Signed-off-by:

[OS-BUILD PATCHv2 0/2] Enable Speakup accessibility driver

2020-10-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/

[OS-BUILD PATCHv4 3/4] Disable Speakup synth DECEXT

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECEXT | 1 + 1 file changed, 1 insertion(+) create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECEXT diff --git

[OS-BUILD PATCHv4 2/4] Update CONFIG_SPEAKUP_SYNTH_DUMMY to remove extra lines.

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY index

[OS-BUILD PATCHv4 0/4] Enable Speakup accessibility driver

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/

[OS-BUILD PATCHv4 1/4] Enable Speakup accessibility driver

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The Speakup accessiblility driver is no longer in staging as of 5.9, and is a useful accessibility tool. This enables Speakup core, and all of the synth drivers which do not depend on ISA. More information can be found at http://www.linux-speakup.org/ Signed-off-by:

[OS-BUILD PATCHv4 4/4] Fix whitespace that gitlab web editor destroyed.

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY

[OS-BUILD PATCHv3] Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377

2020-10-13 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- crypto/aegis128-neon-inner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aegis128-neon-inner.c b/crypto/aegis128-neon-inner.c index 2a660ac1bc3a..fa87ff6a2a71 100644 ---

[OS-BUILD PATCH 2/2] Add mlx5_vdpa to module filter for Fedora

2020-08-18 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/fedora_files/filter-aarch64.sh.fedora | 2 +- redhat/fedora_files/filter-armv7hl.sh.fedora | 2 +- redhat/fedora_files/filter-modules.sh.fedora | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OS-BUILD PATCH 1/2] Add python3-sphinx_rtd_theme buildreq for docs

2020-08-18 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index d47c9cce8a0e..5f55bbe5af7c 100644 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCH 0/2] 5.9 Build fixes

2020-08-18 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com A couple of changes required to make things build after the merge window closed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code of

[ARK PATCH] Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377

2020-08-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- crypto/aegis128-neon-inner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aegis128-neon-inner.c b/crypto/aegis128-neon-inner.c index 2a660ac1bc3a..fa87ff6a2a71 100644 ---

[ARK PATCHv2 2/2] Temporarily remove cdomain from sphinx documentation

2020-08-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The documentation subpackage will not build currently. https://github.com/sphinx-doc/sphinx/issues/7421 Signed-off-by: Justin M. Forbes --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py

[ARK PATCHv2 1/2] Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377

2020-08-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- crypto/aegis128-neon-inner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aegis128-neon-inner.c b/crypto/aegis128-neon-inner.c index 2a660ac1bc3a..fa87ff6a2a71 100644 ---

[ARK PATCHv2 0/2] Temporary fix, no need to review, it won't be merged.

2020-08-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com This will not be merged, it is temporarily in place so that I can "include-in-releases" until the GCC bug is fixed in rawhide/eln. Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 Signed-off-by: Justin M. Forbes

[OS-BUILD PATCH] New configs in arch/arm64

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in net/sched

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in net/ipv6

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in drivers/net/phy

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in drivers/clk

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] New configs in drivers/vdpa

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in drivers/net/wireless

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv2] New configs in net/bluetooth

2020-09-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE

2020-06-02 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" From https://www.paul-moore.com/blog/d/2020/06/linux_v57.html "Deprecate setting “/sys/fs/selinux/checkreqprot” to 1. This flag was originally created to deal with legacy userspace and the READ_IMPLIES_EXEC personality flag. We changed the default from 1 to 0 back

[OS-BUILD PATCH] s390: correct __bootdata / __bootdata_preserved macros

2020-10-26 Thread GitLab Bridge on behalf of jmflinuxtx
From: Vasily Gorbik Currently s390 build is broken. SECTCMP .boot.data error: section .boot.data differs between vmlinux and arch/s390/boot/compressed/vmlinux make[2]: *** [arch/s390/boot/section_cmp.boot.data] Error 1 SECTCMP .boot.preserved.data error: section .boot.preserved.data

[OS-BUILD PATCH] Point pathfix to the new location for gen_compile_commands.py

2020-10-26 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" The existing call for pathfix.py fails because scripts/gen_compile_commands.py is no longer present. It has been moved to scripts/clang-tools and another script has been added there as well, so fix up the directory. Signed-off-by: Justin M. Forbes ---

[OS-BUILD PATCH] Revert "Merge branch 'make_configs_fix' into 'os-build'"

2020-08-06 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes This reverts merge request !537 --- redhat/Makefile | 15 redhat/configs/build_configs.sh | 9 +-- .../arm/aarch64/CONFIG_FORCE_MAX_ZONEORDER| 3 +-- redhat/configs/generate_all_configs.sh| 2 +-

[OS-BUILD PATCH] Fix PATCHLEVEL for merge window

2020-06-10 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" When building during the merge window, we need to bump PATCHLEVEL in the Makefile because Linus doesn't bump it until rc1. Something similar has been in the Fedora spec forever. Using 5.8 as an example, without this change we build a kernel rpm version

[OS-BUILD PATCH] [redhat] New configs in net/ipv6

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in net/sched

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in net/bridge

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in drivers/net/wireless

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in net/bluetooth

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in drivers/net/ethernet/mellanox

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in drivers/net/phy

2020-06-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[ARK PATCHv2] PCI: tegra: Revert raw_violation_fixup for tegra124

2020-06-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: Nicolas Chauvet As reported in https://bugzilla.kernel.org/206217 , raw_violation_fixup is causing more harm than good in some common use-cases. This patch as RFC is a partial revert of the 191cd6fb5 commit: "PCI: tegra: Add SW fixup for RAW violations" that was first introduced in 5.3

[OS-BUILD PATCH 0/46] PCI: tegra: Revert raw_violation_fixup for tegra124

2020-06-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com As reported in https://bugzilla.kernel.org/206217 , raw_violation_fixup is causing more harm than good in some common use-cases. This patch as RFC is a partial revert of the 191cd6fb5 commit: "PCI: tegra: Add SW fixup for RAW violations" that was first introduced

[OS-BUILD PATCH] [redhat] New configs in drivers/power

2020-06-11 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH] [redhat] New configs in drivers/clk

2020-06-11 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCH 2/2] Add new certs for dual signing with boothole

2020-07-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/keys/redhatsecureboot301.cer | Bin 0 -> 899 bytes redhat/keys/redhatsecureboot401.cer | Bin 0 -> 978 bytes redhat/keys/redhatsecureboot501.cer | Bin 0 -> 964 bytes redhat/keys/redhatsecurebootca1.cer | Bin 0 -> 977 bytes

[OS-BUILD PATCH 0/2] Kernel secure boot dual signing changes

2020-07-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com These are the changes that we have been running in the kernel for a couple of weeks now to dual sign for secure boot. It is required as people pivot to newer keys while updating to fix the "boothole" CVEs. ___ kernel

[OS-BUILD PATCH 1/2] Update secureboot signing for dual keys

2020-07-30 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" As part of the transition for the boothole vulnerability, we are signing the kernel with both new keys and the old keys. These are the spec changes to make that happen. We have actually been building with this for some time, but didn't want to push the changes until it

[OS-BUILD PATCH] No need to review, Temporary workarounds due to DEBUG_INFO_BTF not working

2020-11-12 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Signed-off-by: Justin M. Forbes --- redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF | 2 +- redhat/kernel.spec.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OS-BUILD PATCH] Temporarily backout parallel xz script

2020-11-19 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" For quite some time, the parallel_xz.sh script has been hanging up builds in koji. While it may be a benefit to get this fixed, it is much better to back that change out in the short term. This reverts us to the way that Fedora used to compress the modules.

[OS-BUILD PATCHv3 0/2] [redhat] New configs in net/ipv6

2020-10-29 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below,

[OS-BUILD PATCHv3 1/2] New configs in net/ipv6

2020-10-29 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are

[OS-BUILD PATCHv3 2/2] Update CONFIG_INET6_ESPINTCP

2020-10-29 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes --- redhat/configs/common/generic/CONFIG_INET6_ESPINTCP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/configs/common/generic/CONFIG_INET6_ESPINTCP b/redhat/configs/common/generic/CONFIG_INET6_ESPINTCP index 1b4ebe140e27..9205e18543d6 100644 ---

[OS-BUILD PATCH] irq: export irq_check_status_bit

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: Levi Yun Because of missing export symbol for irq_chekc_status_bit, Building arm_spe_pmu.ko is failure on modpost step. below is error message what i saw: ERROR:modpost: "irq_check_status_bit" [drivers/perf/arm_spe_pmu.ko] undefined! make[4]: *** [scripts/Makefile.modpost:111:

[OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: =?UTF-8?q?Valdis=20Kl=C4=93tnieks?= Fedora Rawhide has started including gcc 11,and the g++ compiler throws a wobbly when it hits scripts/gcc-plugins: HOSTCXX scripts/gcc-plugins/latent_entropy_plugin.so In file included from /usr/include/c++/11/type_traits:35, from

[OS-BUILD PATCH] Add gcc-c++ to BuildRequires

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" This is required for some of the gcc plugins. Signed-off-by: Justin M. Forbes --- redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 5941924711d4..c8ee1f82c494

[OS-BUILD PATCH] Revert "Merge branch 'ark-enable-structleak' into 'os-build'"

2021-01-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: Justin Forbes This reverts merge request !786 --- redhat/configs/{common => ark}/debug/arm/aarch64/CONFIG_KASAN | 0 .../{common => ark}/debug/arm/aarch64/CONFIG_KASAN_GENERIC | 0 .../{common => ark}/debug/arm/aarch64/CONFIG_KASAN_INLINE | 0 redhat/configs/{common =>

[OS-BUILD PATCH] Turn off vdso_install for ppc

2021-01-04 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" With upstream commit 7fe2de246e21f01212a8923fbabb4ac84c944d4a powerpc/vdso: Stripped VDSO is not needed, don't build it the make targets for vdso_install are gone for ppc. If we call them, the build fails. This just turns them off. Signed-off-by: Justin M. Forbes ---