1064 Commits

Author SHA1 Message Date
DmitriyEshenko
4d76890b35 QAT: T2932: Replace symlinks to files 2020-09-30 07:56:43 +00:00
Christian Poessinger
a058b040f1 Kernel: T2937: Update Linux Kernel to v4.19.148 2020-09-29 22:11:12 +02:00
Christian Poessinger
9edd67734c Jenkins: comment parallel test of vyos-configd
This leads to exzessive host CPU usage which will make the test fail.
2020-09-26 15:43:12 +02:00
Christian Poessinger
6586659716 Testsuite: automatically determine number of CPUs used 2020-09-25 21:36:19 +02:00
Christian Poessinger
440cb4befa Testsuite: increase to 2G ram 2020-09-25 21:13:58 +02:00
Christian Poessinger
2a5f6b12fb Jenkins: run parallel tests with and without vyos-configd 2020-09-25 21:10:52 +02:00
Christian Poessinger
0bcc198ac1 Kernel: T2925: Update Linux Kernel to v4.19.147 2020-09-25 14:26:14 +02:00
Christian Poessinger
d571b38379 Kernel: T2901: Update Linux Kernel to v4.19.146 2020-09-19 22:39:29 +02:00
Christian Poessinger
4a72c26934 T2886: Revert "Kernel: T2879: remove auditing support"
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217.
2020-09-16 17:01:19 +02:00
Christian Poessinger
6cf6583a61
Merge pull request #126 from zdc/origin/T2117-equuleus-20.3
Cloud-init: T2117: Updated requirements list for Cloud-init package
2020-09-15 19:08:36 +02:00
zsdc
6bab90e429 Cloud-init: T2117: Updated requirements list for Cloud-init package
To build newer Cloud-init packages we need also the `python3-pytest-cov` package in the vyos-build image
2020-09-15 17:17:11 +03:00
Christian Poessinger
daf4f59001 Kernel: T2880: Update Linux Kernel to v4.19.145 2020-09-13 21:29:51 +02:00
Christian Poessinger
ac19278382 Kernel: T2879: remove NVMe over-fabric support 2020-09-13 21:26:57 +02:00
Christian Poessinger
1adcabd6d0 Kernel: T2879: remove Data Center Bridging support 2020-09-13 21:26:57 +02:00
Christian Poessinger
776c156004 Kernel: T2879: remove early printk as we are no Kernel developers 2020-09-13 18:00:48 +02:00
Christian Poessinger
780554e361 Kernel: T2879: statically compile in BFQ scheduler 2020-09-13 18:00:25 +02:00
Christian Poessinger
f2d8d1ab68 Kernel: T2879: cleanup block device drivers which we do not support
We do not need drivers for block devices which we do not support in our
installation routine.
2020-09-13 17:57:49 +02:00
Christian Poessinger
1e9cd9d2b2 Kernel: T2879: remove extcon subsystem as we have no external connectors 2020-09-13 17:56:16 +02:00
Christian Poessinger
7c07bd5e59 Kernel: T2879: remove Intel QAT drivers as we use the out-of-tree modules 2020-09-13 17:54:50 +02:00
Christian Poessinger
32d94eabb1 Kernel: T2879: remove HugeTLB file system support
... we do not need Huge Translation Lookaside Buffers
2020-09-13 17:53:24 +02:00
Christian Poessinger
cedf84f283 Kernel: T2879: remove MS-DOS and NTFS filesystem support 2020-09-13 17:51:53 +02:00
Christian Poessinger
9a6620ac26 Kernel: T2879: cleanup miscellaneous filesystems 2020-09-13 17:51:48 +02:00
Christian Poessinger
81740d57cc Kernel: T2879: do not enable different security models
... we already use the default security model.
2020-09-13 17:51:45 +02:00
Christian Poessinger
b3bea80e34 Kernel: T2879: remove integrity subsystem
When enabled this does:

This option enables the integrity subsystem, which is comprised of a number of
different components including the Integrity Measurement Architecture (IMA),
Extended Verification Module (EVM), IMA-appraisal extension, digital signature
verification extension and audit measurement log support.

We do not support secure-boot thus we do not need keyrings.
2020-09-13 17:51:41 +02:00
Christian Poessinger
94a553a52d Kernel: T2879: remove auditing support
Enabling this would do:

Enable auditing infrastructure that can be used with another kernel subsystem,
such as SELinux (which requires this for logging of avc messages output). System
call auditing is include on architectures which support it.

We have no SELinux.
2020-09-13 17:51:36 +02:00
Christian Poessinger
ebe7143f36 Kernel: T2879: remove checkpoint/restore support
When enabled this addditional feature does:

Enables additional kernel features in a sake of checkpoint/restore. In
particular it adds auxiliary prctl codes to setup process text, data and heap
segment sizes, and a few additional /proc filesystem entries.
2020-09-13 17:51:31 +02:00
Christian Poessinger
177cf6fe13 Kernel: T2879: remove SWAP support
... we are a router and do not support SWAP partitions - swapping is slow, thus
all data must be in memory.
2020-09-13 17:51:26 +02:00
Christian Poessinger
1324688272 Kernel: T2876: Update Linux Kernel to v4.19.144 2020-09-12 23:11:48 +02:00
Christian Poessinger
c9eaf71fe0 Revert "Kernel: T2843: upgrade Kernel to v5.8.5"
This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914.

Unfortunately we must revert the Kernel upgrade as there are two problematic
issues. One which is the break of ABI functionality with parted [1] and second
the internal cryptop API [2] which removed required literals for the build of
Intel QAT acceleration.

In the two weeks running 5.8 we still learned a lot - we experienced a
performance improvement of ~30% when doing NAT @ > 10GBit/s and also utilizing
the build in updated drivers for Intel NICs and WireGuard.

We are looking forward to the release of this years LTS kernel and we hope to
ship this in the final 1.3 release.

1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&id=692d062655
2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=d63007eb95
2020-09-12 23:09:09 +02:00
Christian Poessinger
0b69d00740 Kernel: T2870: Update Linux Kernel to v5.8.8 2020-09-10 10:52:00 +02:00
Christian Poessinger
5fbfd67b1a
Merge pull request #125 from DmitriyEshenko/qat-curr
qat: T2853: Enables QAT registration with Linux Kernel Crypto
2020-09-06 17:46:39 +02:00
DmitriyEshenko
5132a1c4d6 qat: T2853: Enables QAT registration with Linux Kernel Crypto 2020-09-06 15:39:39 +00:00
Daniil Baturin
cdab9883eb
Merge pull request #124 from DmitriyEshenko/patch-3
accel-ppp: T2860: bump version for L2TP CVE fix
2020-09-06 14:46:39 +07:00
Eshenko Dmitriy
2d52a5f829
accel-ppp: T2860: bump version for L2TP CVE fix 2020-09-06 10:40:31 +03:00
Christian Poessinger
d8df53ebde Intel: QAT: 2853: run depmod when building package to improve boot time
Instead of running "depmod -a" on every boot, run it once during ISO build
process.
2020-09-04 07:12:31 +02:00
Christian Poessinger
43a67e96b1
firmware: compress using gzip over xz for Pipeline steps 2020-09-03 23:39:30 +02:00
Christian Poessinger
ef44aa7a35 Kernel: move to fpm build script 2020-09-03 23:03:56 +02:00
Christian Poessinger
68c5264a88 Intel: QAT: T2853: use same version as in 1.2 (crux) 2020-09-03 23:03:23 +02:00
Christian Poessinger
f82f39435d Kernel: prevent "dirty" tag of Kernel
... Kernel is appended a + to the version string when there are locally
modified files - which we have. This is prevented by the existence of the
.scmversion file.
2020-09-03 23:01:38 +02:00
Christian Poessinger
592e5fa466 Jenkins: Kernel: keep last 20 builds 2020-09-03 23:00:57 +02:00
Christian Poessinger
221fd15383 Docker: add fpm to build container 2020-09-01 22:38:56 +02:00
Christian Poessinger
7880ac381c Kernel: T2843: remove Intel QAT drivers - we use our own ones
We compile Intel QAT drivers from Intel driver release incl. user-space tools.
2020-09-01 19:00:02 +02:00
John Estabrook
2078f5ceff
Merge pull request #120 from jestabro/vyos-configd
configd: T2582: support for vyos config script daemon

configd: T2582: add option to run testsuite with daemon (default off)
configd: T2582: enable vyos-configd.service
configd: T2582: add build dependency
2020-08-31 11:19:02 -05:00
John Estabrook
2fd5898643 configd: T2582: add option to run testsuite with daemon (default off) 2020-08-31 09:33:47 -05:00
John Estabrook
c3c1fa4518 configd: T2582: enable vyos-configd.service 2020-08-31 09:33:47 -05:00
John Estabrook
323ee69e8e configd: T2582: add build dependency 2020-08-31 09:33:47 -05:00
Christian Poessinger
32f1516d2a Revert "Kernel: T2843: drop parallel ATA support"
This reverts commit 8b520c63ac705aa2c35579ebfbc053b5b6a1bccb.

CI tests also use parallel ATA interfaces in QAEmu - we probably should keep it
for "poor" virtualisation.
2020-08-31 08:00:02 +02:00
Christian Poessinger
5e5e482a1e Merge branch 'kernel-5.8' of github.com:c-po/vyos-build into current
* 'kernel-5.8' of github.com:c-po/vyos-build:
  Kernel: T2843: drop parallel ATA support
  Kernel: T2843: enable Multipath TCP support
  Kernel: T2843: enable APU2 LEDs and front button
  Kernel: T2843: upgrade Kernel to v5.8.5
  WireGuard: T2842: switch to binary package from buster-backports
2020-08-30 21:39:48 +02:00
Christian Poessinger
8b520c63ac Kernel: T2843: drop parallel ATA support 2020-08-30 19:38:18 +00:00
Christian Poessinger
d64d9573d2 Kernel: T2843: enable Multipath TCP support 2020-08-30 18:07:01 +00:00