IRQ balancing daemon
Go to file
Tao Liu 26cdeb95e7 Release 1.9.4-2
Add /usr/libexec/irqbalance dir for policyscripts

Resolves: RHEL-47588

Signed-off-by: Tao Liu <ltao@redhat.com>
2024-11-06 21:55:29 +13:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:46:22 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:46:22 +02:00
0001-irqbalance-ui-check-if-using-a-negative-index-of-buf.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0002-Check-fflush-return-value.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0003-fix-32-bit-formats.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0004-add-void-to-fix-strict-prototypes.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0005-cast-void-pointer-to-actual-type.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0006-meson-move-build-files-to-repository-root.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0007-meson-bump-project-version-to-1.9.4.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0008-meson-drop-redundant-install_man-options.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0009-meson-add-a-minimum-version-decorator.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0010-Drop-ProtectKernelTunables.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0011-meson-replace-generic-array-with-files.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0012-meson-use-find_library-for-numa.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0013-ui-change-void-to-char.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0014-clang-tidy-don-t-assign-in-if.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0015-clang-tidy-properly-use-strncmp.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0016-replace-malloc-with-g_malloc0.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0017-clang-tidy-don-t-use-else-after-return.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0018-clang-tidy-remove-return-in-void-functions.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0019-clang-tidy-remove-redundant-declarations.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0020-clang-tidy-remove-duplicate-include.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0021-CI-add-meson-CI.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0022-Wrap-migrate_irq-in-a-higher-level-utility-function.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0023-Track-IRQ-slots-count-per-CPU-to-avoid-overflowing.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0024-Disable-linking-to-curses-if-without-irqbalance-ui-i.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0025-Remove-extraneous-space-causing-with-systemd-not-be-.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0026-direct-initialize-msghdr-members.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0027-direct-initialize-iovec.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0028-clang-tidy-add-missing-free.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0029-clang-tidy-don-t-assign-in-if.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0030-clang-tidy-remove-pointless-casts.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0031-use-g_malloc-and-friends.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0032-remove-malloc-from-ucred.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0033-gcc-analyzer-add-NULL-checks.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0034-gcc-analyzer-increase-socket_name-size.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0035-use-g_strdup_printf.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0036-avoid-malloc-with-create_credentials_msg.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0037-conver-strncmp-to-g_str_has_prefix.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0038-define-IRQBALANCE_ARGS-as-empty-string-to-squelch-sy.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0039-Minor-punctuation-fix.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0040-Version-option-should-return-0-rather-than-1.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0041-Add-CAP_SETPCAP-to-CapabilityBoundingSet-in-irqbalan.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0042-Check-info-moved-before-updating.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0043-irqbalance.1-a-b-a-b-it-s-type-its-type.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
0044-Use-EPERM-instead-of-EIO-when-try-setting-irq-affini.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
gating.yaml initial gating.yaml for rhel9 osci gating test 2021-06-18 12:53:34 +08:00
irqbalance-1.9.0-environment-file-sysconfig.patch Rebase to upstream commit (b4b6f194da) 2024-11-06 21:55:24 +13:00
irqbalance-manual.patch Release 1.9.4-2 2024-11-06 21:55:29 +13:00
irqbalance.spec Release 1.9.4-2 2024-11-06 21:55:29 +13:00
sources Release 1.9.4-1 2024-05-01 18:51:16 +08:00