14169 Commits

Author SHA1 Message Date
Flatcar Buildbot
8874b8b562 sys-devel/m4: Sync with Gentoo
It's from Gentoo commit 9421f0d8a455a2f09c8555ba156297b06331d20c.
2022-10-18 15:58:04 +00:00
Flatcar Buildbot
c80bc4e5d1 sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 22abbfd63a3d84dd063e300eeaa5b8c15b33d0d4.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
29f1ebe5c3 sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit 90de032e647c1ab386151ab9ad04dede8cab4db5.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
31427847c6 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 6359da299fc35ad35f193ce005b2b1c0ae5da28d.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
0bc4dd139d sys-devel/bison: Sync with Gentoo
It's from Gentoo commit 8fa39bfcd76e459f5b95f642f84a0b9611ae6869.
2022-10-18 15:58:01 +00:00
Flatcar Buildbot
511c634c0b sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 8db889827661b38cfbe74f335e095a4288a83ff7.
2022-10-18 15:57:59 +00:00
Flatcar Buildbot
cbe8bcadec sys-devel/autoconf: Sync with Gentoo
It's from Gentoo commit 3c9ccf651585632364416458ab52ca7be2ff2436.
2022-10-18 15:57:55 +00:00
Flatcar Buildbot
4fae768ab9 profiles: Sync with Gentoo
It's from Gentoo commit 955cb7098a87be09d519a9ebc5ef73fc0ce64a62.
2022-10-18 15:57:53 +00:00
Flatcar Buildbot
eeeb4ae51c net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 54129afda5119acd43615ca57d6c004f35aa13df.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
0961dcbcd1 net-analyzer/nmap: Sync with Gentoo
It's from Gentoo commit 3115ab568925606e26785f49d40aceeb34d9d47e.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
91fe294a2b licenses: Sync with Gentoo
It's from Gentoo commit f1231fa3a4a50b5d4d235f2a9de93b08d52da8bf.
2022-10-18 15:57:51 +00:00
Flatcar Buildbot
9c78b78dce eclass/toolchain: Sync with Gentoo
It's from Gentoo commit b2534ce5456f3d70a25035f573eb8747d7341d3d.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
a73204d43f eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 96ddadb40ddba1bfdba68ff8f2fd889cfd004f03.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
7651e9ef7c eclass/linux-mod: Sync with Gentoo
It's from Gentoo commit 73a0e712c04bc84b642b9ee5f8fdf3ab52233804.
2022-10-18 15:57:30 +00:00
Flatcar Buildbot
c9ac737ae5 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 3c834f5516ea38cb6c90d1937c98f02116ebeda3.
2022-10-18 15:57:13 +00:00
Flatcar Buildbot
4fb3f3402a dev-util/ninja: Sync with Gentoo
It's from Gentoo commit 4c6daafd2e5188fd304f45b8f7f37d4a957a191c.
2022-10-18 15:57:07 +00:00
Flatcar Buildbot
ee0e4644a3 dev-util/gperf: Sync with Gentoo
It's from Gentoo commit 4f154ab273d8371e14bb3d5963a2f41b446b306b.
2022-10-18 15:57:04 +00:00
Flatcar Buildbot
0eaf048d53 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 5d2e81a6bc33d743fffae2af549b9e4ef5c5b719.
2022-10-18 15:57:01 +00:00
Flatcar Buildbot
2af1a203ea dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit 337cb12f6ac4729d216e81eda3552012ad065b87.
2022-10-18 15:56:59 +00:00
Flatcar Buildbot
da24078619 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit be9b6cc2dcdba8005503824981f36cd34a30775f.
2022-10-18 15:56:56 +00:00
Flatcar Buildbot
8e954a83ac dev-lang/perl: Sync with Gentoo
It's from Gentoo commit 38f097b4daa0c859038a9c7e804ee52c3347ad66.
2022-10-18 15:56:55 +00:00
Krzesimir Nowak
9f7bb31f84 Merge pull request #2228 from flatcar/linux-5.15.74-main
Upgrade Linux Kernel in main from 5.15.73 to 5.15.74
2022-10-18 16:16:58 +02:00
Jeremi Piotrowski
99ff470847 sys-kernel/coreos-modules: make wireguard a module
The wireguard module has some crypto dependencies, we benefit from making them
all modules so that they don't increase the arm64 kernel size.
2022-10-18 13:12:56 +02:00
Jeremi Piotrowski
d3d07fc959 sys-kernel/coreos-modules: disable arm64 board specific kconfig settings
Disable ARCH_QCOM, ARCH_ZYNQMP, ARCH_MEDIATEK which enable other options that
are only relevant on the respective boards, none of which are supported targets
for Flatcar. Since the arm64 kernel does not support compression, these
settings have a significant impact on kernel size. The boot partition size is
only 128MB and needs to fit 2 kernels, so we have set ourselves a target of
60MB per kernel. This commit brings down the arm64 kernel size by 3MB.

At the same time, enable the settings that are actually relevant: ARCH_BCM,
because that one is relevant for Raspberry Pi 4 that runs Linux.
2022-10-18 13:12:01 +02:00
Krzesimir Nowak
053fe006d3 .github: Simplify kernel patch script
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.

Also to avoid mismatches in branch names, export the branch name as a
github workflow step output, so the follow-up steps can pick it up and
use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
b15055684e .github: Deduplicate kernel workflows
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
8d00adc16c .github: Simplify ca-certificates patch script
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.

Also fix the mismatch in branch names - we normally create a branch
like "cacerts-${NSS_VERSION}-${BRANCH}" in the last workflow step
whereas we were checking if a branch like "${NSS_VERSION}-${BRANCH}"
existed in the script. To avoid repetition, export the branch name as
a github workflow step output, so the follow-up steps can pick it up
and use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
c1a9aa5a97 .github: Deduplicate ca-certificates workflows
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
522749197c .github: Add a script for figuring out a branch from channel name
It will be used for deduplicating the github workflows.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
7c4b588a5c github: Make workflows fork-friendly
This sets up the coreos-overlay submodule inside the SDK container to
use the remote of the fork and the base branch from that fork. That
way, we can test the workflows in the forks too.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
8b2f073207 github: Use non-deprecated way of setting output
The warnings are currently emitted if the `::set_output` stuff is
used.
2022-10-17 17:55:23 +02:00
Krzesimir Nowak
ba9d159004 github: Limit the depth of Gentoo checkout
It is quite a bit of data to download for no real reason. We are
trying to update packages here, so we will be grabbing them from the
most recent commit that made the changes to the package. With the
advancement the package updates effort, we possibly can later lower
the number of the fetched commits even further.
2022-10-17 17:51:51 +02:00
Krzesimir Nowak
e07dc35011 github: Add a warning about moved or obsoleted packages
Packages (and eclasses) in Gentoo are sometimes moved around or
completely removed. It's good to know about this when it happens,
because such package won't be updated any more, so print a warning.
2022-10-17 17:27:52 +02:00
Krzesimir Nowak
c68b399d89 github: Fix package check
Packages in the list are not necessarily packages only, which are
represented as directories (like sys-apps/systemd), but also, in case
of eclasses, plain files. The check was checking for the path to be a
directory and emitted the warning if it was not, which resulted in
eclasses being kept not updated. Just check if the path exists.
2022-10-17 17:26:53 +02:00
Krzesimir Nowak
1d8feba460 github: Silence the warning about node 12 deprecation
The workflow was inconsistent with usage of actions/checkout. The
first checkout used v3, whereas the next two - v2. These are the same,
but v3 runs on currently supported node 16. Using v2 emits
warnings. To avoid them, update the action versions to v3.
2022-10-17 17:22:36 +02:00
Krzesimir Nowak
261210fe09 github: Gentoo is a proper name 2022-10-17 17:21:52 +02:00
Franklin "Snaipe" Mathieu
81a35f0027 sys-kernel: enable IOMMU on arm64
On Gigabyte R152-P31 arm64 servers, the Flatcar PXE images hang during the boot
process, making them unusable, while Fedora CoreOS images work.

The kernel seems to start correctly, however it invariably ends up printing
this message and hanging:

    ata1.00: qc timeout (cmd 0xec)
    ahci 000c:01:00.0: AHCI controller unavailable!
    pcieport 000c:00:01.0: AER: Uncorrected (Non-Fatal) error received: 000c:00:00.0
    ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    pcieport 000c:00:01.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
    pcieport 000c:00:01.0:   device [1def:e101] error status/mask=00004000/00400000
    pcieport 000c:00:01.0:    [14] CmpltTO                (First)
    ahci 000c:01:00.0: AHCI controller unavailable!
    ahci 000c:01:00.0: AER: can't recover (no error_detected callback)
    pcieport 000c:00:01.0: AER: device recovery failed
    pcieport 000c:00:01.0: AER: Multiple Uncorrected (Non-Fatal) error received: 000c:00:00.0

Enabling IOMMU seems to make the problem disappear.
2022-10-17 16:50:07 +02:00
Flatcar Buildbot
1166d236f9 app-misc: Upgrade ca-certificates 3.83 to 3.84 2022-10-17 07:53:26 +00:00
Flatcar Buildbot
c3d3fe075f sys-kernel: Upgrade Kernel 5.15.73 to 5.15.74 2022-10-15 07:31:35 +00:00
flatcar-ci
291e56f2e4 New version: main-3392.0.0-nightly-20221014-2100 2022-10-14 21:00:29 +00:00
Krzesimir Nowak
d1f85a99bd Merge pull request #368 from flatcar/buildbot/automatic-package-updates
Weekly package updates
2022-10-14 13:06:14 +02:00
Krzesimir Nowak
78429927ca Merge pull request #2209 from flatcar/krnowak/weekly-package-updates
Profile changes for weekly package updates
2022-10-14 13:06:12 +02:00
Sayan Chowdhury
937fac6d07 net-vpn/wireguard-tools: Move to portage-stable 2022-10-14 10:38:46 +00:00
flatcar-ci
d6dd3109e2 New version: main-3391.0.0-nightly-20221013-2100 2022-10-13 21:00:30 +00:00
Krzesimir Nowak
03106c74cc Merge pull request #370 from flatcar/krnowak/bind-tools-update
net-dns/bind-tools: Update to 9.16.33
2022-10-13 17:39:33 +02:00
Dongsu Park
4388c058bb Merge pull request #2216 from flatcar/firmware-20221012-main
Upgrade Linux Firmware in main from 20220913 to 20221012
2022-10-13 16:55:12 +02:00
Krzesimir Nowak
977e0affcc changelog: Fix a link 2022-10-13 10:47:34 +02:00
Dongsu Park
75b7a21d40 sys-kernel/coreos-firmware: update cxgb4 version to 1.27.0.0
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.0.0.
2022-10-13 09:46:52 +02:00
Flatcar Buildbot
c1c8edd5a0 sys-kernel: Upgrade Kernel 5.15.72 to 5.15.73 2022-10-13 07:40:15 +00:00
Flatcar Buildbot
de054baecd sys-kernel: Upgrade Linux Firmware 20220913 to 20221012 2022-10-13 07:29:55 +00:00