summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-25 19:30:42 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-26 08:59:55 +0200
commitb38f92681d3acd242c2e5b0e37d353d4e2a683c2 (patch)
treed43bb7dffe24376bc530e55b46bdddfb32f402d0 /testing
parent9d31c53bf5c7a326a03f0b37e534d6ae40cf5d8f (diff)
downloadcurrent-b38f92681d3acd242c2e5b0e37d353d4e2a683c2.tar.gz
current-b38f92681d3acd242c2e5b0e37d353d4e2a683c2.tar.xz
Mon Oct 25 19:30:42 UTC 202120211025193042
ap/slackpkg-15.0.8-noarch-1.txz: Upgraded. Author: piterpunk <piterpunk@slackware.com> To make it easier to do an unattended slackpkg update/upgrade process, this commit provides different exit codes for many situations: 0 Successful slackpkg execution. 1 Something wrong happened. 20 No package found to be downloaded, installed, reinstalled, upgraded, or removed. 50 Slackpkg itself was upgraded and you need to re-run it. 100 There are pending updates. Code and the main manpage are updated accordingly. In addition, this commit also: - removes the ChangeLog.txt in doinst.sh, so the needed 'slackpkg update' after Slackpkg upgrade won't say it's all OK and doesn't need to redo the package lists - removes AUTHORS from manpage. Nowadays there is code from many people in Slackpkg and it seems a bit unfair to have only my and Evaldo's name listed there. Signed-off-by: Robby Workman <rworkman@slackware.com> d/meson-0.60.0-x86_64-1.txz: Upgraded. l/ffmpeg-4.4.1-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_11-x86_64-1.txz: Upgraded. l/libcap-2.60-x86_64-1.txz: Upgraded. l/libsoup-2.74.1-x86_64-1.txz: Upgraded. l/sip-4.19.25-x86_64-3.txz: Rebuilt. Drop the Qt4 modules. Thanks to gmgf. n/dhcpcd-9.4.1-x86_64-1.txz: Upgraded. testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz: Rebuilt. Let's enable SCHED_AUTOGROUP, which should improve desktop latency under a heavy CPU load while being mostly inert on servers. It may be disabled at boot time with a "noautogroup" kernel parameter, or at runtime like this: echo 0 > /proc/sys/kernel/sched_autogroup_enabled Thanks to gbschenkel. SCHED_AUTOGROUP n -> y
Diffstat (limited to 'testing')
-rw-r--r--testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt11
-rwxr-xr-xtesting/source/linux-5.14.x/build-all-kernels.sh2
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.142
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x642
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp2
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.142
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x642
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp2
12 files changed, 7 insertions, 62 deletions
diff --git a/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt
deleted file mode 100644
index 975a5ba6d..000000000
--- a/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-generic: kernel-generic (a general purpose SMP Linux kernel)
-kernel-generic:
-kernel-generic: This is a Linux kernel with built-in support for most disk
-kernel-generic: controllers. To use filesystems, or to load support for a SCSI or
-kernel-generic: other controller, then you'll need to load one or more kernel
-kernel-generic: modules using an initial ramdisk, or initrd. For more information
-kernel-generic: about creating an initrd, see the README.initrd file in the /boot
-kernel-generic: directory.
-kernel-generic:
-kernel-generic: SMP is "Symmetric multiprocessing", or multiple CPU/core support.
-kernel-generic:
diff --git a/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt b/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt
deleted file mode 100644
index 27b46a0e6..000000000
--- a/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-headers: kernel-headers (Linux kernel include files)
-kernel-headers:
-kernel-headers: These are the include files from the Linux kernel.
-kernel-headers:
-kernel-headers: You'll need these to compile most system software for Linux.
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
diff --git a/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt
deleted file mode 100644
index 2d6170611..000000000
--- a/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-huge: kernel-huge (a fully-loaded SMP Linux kernel)
-kernel-huge:
-kernel-huge: This is a Linux kernel with built-in support for most disk
-kernel-huge: controllers. If you're looking for a more stripped down kernel
-kernel-huge: (this one contains everything but the kitchen sink ;-), then install
-kernel-huge: the kernel-generic in the /boot directory along with an initrd to
-kernel-huge: load support for your boot device and filesystem. For instructions
-kernel-huge: on the initrd, see README.initrd in the /boot directory.
-kernel-huge:
-kernel-huge: SMP is "Symmetric multiprocessing", or multiple CPU/core support.
-kernel-huge:
diff --git a/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt
deleted file mode 100644
index 9a9441043..000000000
--- a/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-modules: kernel-modules (Linux kernel modules)
-kernel-modules:
-kernel-modules: Kernel modules are pieces of code that can be loaded and unloaded into
-kernel-modules: the kernel upon demand. They extend the functionality of the kernel
-kernel-modules: without the need to reboot the system. These modules provide support
-kernel-modules: for hardware such as USB devices, RAID controllers, network
-kernel-modules: interfaces, and display devices, or add other additional capabilities
-kernel-modules: to the kernel.
-kernel-modules:
-kernel-modules:
-kernel-modules:
diff --git a/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt b/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt
deleted file mode 100644
index eb2b0a30c..000000000
--- a/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-source: kernel-source (Linux kernel source)
-kernel-source:
-kernel-source: Source code for Linus Torvalds' Linux kernel.
-kernel-source:
-kernel-source: This is the complete and unmodified source code for the Linux kernel.
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
diff --git a/testing/source/linux-5.14.x/build-all-kernels.sh b/testing/source/linux-5.14.x/build-all-kernels.sh
index 1fddd02ce..ba29ea404 100755
--- a/testing/source/linux-5.14.x/build-all-kernels.sh
+++ b/testing/source/linux-5.14.x/build-all-kernels.sh
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
if [ -z "$VERSION" ]; then
# Get the filename of the newest kernel tarball:
KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )"
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14 b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
index cc207888b..0196a951a 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
@@ -203,7 +203,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64 b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
index 2c2fe6365..741fc25be 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
@@ -222,7 +222,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp b/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
index b9b34710f..18962ee80 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
@@ -214,7 +214,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14 b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
index 6b8286e31..d580db6fb 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
@@ -203,7 +203,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64 b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
index 462e89b14..9dbd65532 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
@@ -222,7 +222,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp b/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
index 16bf2bb57..fe06d7959 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
@@ -214,7 +214,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y