Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-17 | Kernel: update patches to current version | Christian Poessinger | |
2020-10-14 | frr: T2980: bfdd: fix crash due to invalid parameter length | Christian Poessinger | |
2020-10-14 | frr: T2980: use consistent patch naming | Christian Poessinger | |
2020-10-09 | QAT: T2968: add support for Intel Atom C2000 platform | Christian Poessinger | |
2020-10-03 | Revert "Kernel: T2955: Update Linux Kernel to v4.19.149" | Christian Poessinger | |
This reverts commit b481a3ee4c947d78cb1488b542c31c23cd473b7f. Perf utils do not build anymore: util/evsel.c: In function ‘perf_evsel__exit’: util/util.h:25:28: error: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) util/evsel.c:1293:2: note: in expansion of macro ‘zfree’ zfree(&evsel->pmu_name); ^~~~~ /usr/include/stdlib.h:563:25: note: expected ‘void *’ but argument is of type ‘const char *’ extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ ASCIIDOC perf-probe.xml | |||
2020-10-03 | Kernel: T2955: Update Linux Kernel to v4.19.149 | Christian Poessinger | |
2020-09-29 | Kernel: T2937: Update Linux Kernel to v4.19.148 | Christian Poessinger | |
2020-09-25 | Kernel: T2925: Update Linux Kernel to v4.19.147 | Christian Poessinger | |
2020-09-19 | Kernel: T2901: Update Linux Kernel to v4.19.146 | Christian Poessinger | |
2020-09-16 | T2886: Revert "Kernel: T2879: remove auditing support" | Christian Poessinger | |
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217. | |||
2020-09-13 | Kernel: T2880: Update Linux Kernel to v4.19.145 | Christian Poessinger | |
2020-09-13 | Kernel: T2879: remove NVMe over-fabric support | Christian Poessinger | |
2020-09-13 | Kernel: T2879: remove Data Center Bridging support | Christian Poessinger | |
2020-09-13 | Kernel: T2879: remove early printk as we are no Kernel developers | Christian Poessinger | |
2020-09-13 | Kernel: T2879: statically compile in BFQ scheduler | Christian Poessinger | |
2020-09-13 | Kernel: T2879: cleanup block device drivers which we do not support | Christian Poessinger | |
We do not need drivers for block devices which we do not support in our installation routine. | |||
2020-09-13 | Kernel: T2879: remove extcon subsystem as we have no external connectors | Christian Poessinger | |
2020-09-13 | Kernel: T2879: remove Intel QAT drivers as we use the out-of-tree modules | Christian Poessinger | |
2020-09-13 | Kernel: T2879: remove HugeTLB file system support | Christian Poessinger | |
... we do not need Huge Translation Lookaside Buffers | |||
2020-09-13 | Kernel: T2879: remove MS-DOS and NTFS filesystem support | Christian Poessinger | |
2020-09-13 | Kernel: T2879: cleanup miscellaneous filesystems | Christian Poessinger | |
2020-09-13 | Kernel: T2879: do not enable different security models | Christian Poessinger | |
... we already use the default security model. | |||
2020-09-13 | Kernel: T2879: remove integrity subsystem | Christian Poessinger | |
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 | Kernel: T2879: remove auditing support | Christian Poessinger | |
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 | Kernel: T2879: remove checkpoint/restore support | Christian Poessinger | |
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 | Kernel: T2879: remove SWAP support | Christian Poessinger | |
... we are a router and do not support SWAP partitions - swapping is slow, thus all data must be in memory. | |||
2020-09-12 | Kernel: T2876: Update Linux Kernel to v4.19.144 | Christian Poessinger | |
2020-09-12 | Revert "Kernel: T2843: upgrade Kernel to v5.8.5" | Christian Poessinger | |
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-10 | Kernel: T2870: Update Linux Kernel to v5.8.8 | Christian Poessinger | |
2020-09-06 | qat: T2853: Enables QAT registration with Linux Kernel Crypto | DmitriyEshenko | |
2020-09-06 | accel-ppp: T2860: bump version for L2TP CVE fix | Eshenko Dmitriy | |
2020-09-04 | Intel: QAT: 2853: run depmod when building package to improve boot time | Christian Poessinger | |
Instead of running "depmod -a" on every boot, run it once during ISO build process. | |||
2020-09-03 | firmware: compress using gzip over xz for Pipeline steps | Christian Poessinger | |
2020-09-03 | Kernel: move to fpm build script | Christian Poessinger | |
2020-09-03 | Intel: QAT: T2853: use same version as in 1.2 (crux) | Christian Poessinger | |
2020-09-03 | Kernel: prevent "dirty" tag of Kernel | Christian Poessinger | |
... 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 | Jenkins: Kernel: keep last 20 builds | Christian Poessinger | |
2020-09-01 | Kernel: T2843: remove Intel QAT drivers - we use our own ones | Christian Poessinger | |
We compile Intel QAT drivers from Intel driver release incl. user-space tools. | |||
2020-08-31 | Revert "Kernel: T2843: drop parallel ATA support" | Christian Poessinger | |
This reverts commit 8b520c63ac705aa2c35579ebfbc053b5b6a1bccb. CI tests also use parallel ATA interfaces in QAEmu - we probably should keep it for "poor" virtualisation. | |||
2020-08-30 | Kernel: T2843: drop parallel ATA support | Christian Poessinger | |
2020-08-30 | Kernel: T2843: enable Multipath TCP support | Christian Poessinger | |
2020-08-30 | Kernel: T2843: enable APU2 LEDs and front button | Christian Poessinger | |
2020-08-30 | Kernel: T2843: upgrade Kernel to v5.8.5 | Christian Poessinger | |
Note: Intel does not provide a compatible QAT version. There is a custom patch which make QAT compile for the specified Kernel version. This patch will change the source to a non backwards-compatible version - this is fine as we run 5.8 anyways. | |||
2020-08-30 | WireGuard: T2842: switch to binary package from buster-backports | Christian Poessinger | |
2020-08-30 | Kernel: enable Xen virtual keyboard and mouse support | Christian Poessinger | |
2020-08-30 | Kernel: T1205: re-add PC speaker driver | Christian Poessinger | |
2020-08-30 | Kernel: WireGuard: T2839: update to recent versions | Christian Poessinger | |
* wireguard user-space tools debian/1.0.20200513-1_bpo10+1 * wireguard-linux-compat kernel modules debian/1.0.20200712-1_bpo10+1 | |||
2020-08-26 | Kernel: T2831: Update Linux Kernel to v4.19.142 | Christian Poessinger | |
2020-08-23 | Kernel: T2822: Update Linux Kernel to v4.19.141 | Christian Poessinger | |
2020-08-15 | Kernel: T2797: Update Linux Kernel to v4.19.139 | Christian Poessinger | |