public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7ef16982176a01b5e5027f3af9bf11358789a469
Date: Fri, 28 Jan 2022 14:50:12 +0000	[thread overview]
Message-ID: <4JlgNj3V5xz2xXB@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 11685 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  7ef16982176a01b5e5027f3af9bf11358789a469 (commit)
       via  d68f875d61b86e4ffa2d2b88836834350eb2783b (commit)
       via  e385c965fa52dba65d6920137e2d46670f8f8650 (commit)
      from  8b4396559bb0fdad3c4cdcff9df446a41994f25b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ef16982176a01b5e5027f3af9bf11358789a469
Merge: d68f875d6 8b4396559
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Jan 28 14:49:50 2022 +0000

    Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next

commit d68f875d61b86e4ffa2d2b88836834350eb2783b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Jan 28 14:44:03 2022 +0000

    kernel: enable support for compressed firmwares
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit e385c965fa52dba65d6920137e2d46670f8f8650
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Jan 28 11:24:44 2022 +0000

    kernel: aarch64 enable KVM support
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/kernel/kernel.config.aarch64-ipfire | 23 +++++++++++++++++++++--
 config/kernel/kernel.config.armv6l-ipfire  |  2 +-
 config/kernel/kernel.config.x86_64-ipfire  |  2 +-
 config/rootfiles/common/aarch64/linux      | 20 ++++++++++++++++++++
 config/rootfiles/common/armv6l/linux       |  1 +
 config/rootfiles/common/x86_64/linux       |  1 +
 6 files changed, 45 insertions(+), 4 deletions(-)

Difference in files:
diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index f8a5d3bda..60a0d90b0 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -338,6 +338,7 @@ CONFIG_ARM64_ERRATUM_827319=y
 CONFIG_ARM64_ERRATUM_824069=y
 CONFIG_ARM64_ERRATUM_819472=y
 CONFIG_ARM64_ERRATUM_832075=y
+CONFIG_ARM64_ERRATUM_834220=y
 CONFIG_ARM64_ERRATUM_845719=y
 CONFIG_ARM64_ERRATUM_843419=y
 CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y
@@ -601,8 +602,23 @@ CONFIG_ACPI_IORT=y
 CONFIG_ACPI_GTDT=y
 CONFIG_ACPI_PPTT=y
 # CONFIG_PMIC_OPREGION is not set
+CONFIG_IRQ_BYPASS_MANAGER=y
 CONFIG_VIRTUALIZATION=y
-# CONFIG_KVM is not set
+CONFIG_KVM=y
+CONFIG_HAVE_KVM_IRQCHIP=y
+CONFIG_HAVE_KVM_IRQFD=y
+CONFIG_HAVE_KVM_IRQ_ROUTING=y
+CONFIG_HAVE_KVM_EVENTFD=y
+CONFIG_KVM_MMIO=y
+CONFIG_HAVE_KVM_MSI=y
+CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
+CONFIG_KVM_VFIO=y
+CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL=y
+CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
+CONFIG_HAVE_KVM_IRQ_BYPASS=y
+CONFIG_HAVE_KVM_VCPU_RUN_PID_CHANGE=y
+CONFIG_KVM_XFER_TO_GUEST_WORK=y
+# CONFIG_NVHE_EL2_DEBUG is not set
 CONFIG_ARM64_CRYPTO=y
 # CONFIG_CRYPTO_SHA256_ARM64 is not set
 # CONFIG_CRYPTO_SHA512_ARM64 is not set
@@ -813,6 +829,7 @@ CONFIG_BFQ_GROUP_IOSCHED=y
 # CONFIG_BFQ_CGROUP_DEBUG is not set
 # end of IO Schedulers
 
+CONFIG_PREEMPT_NOTIFIERS=y
 CONFIG_PADATA=y
 CONFIG_ASN1=y
 CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y
@@ -915,6 +932,7 @@ CONFIG_PAGE_REPORTING=y
 CONFIG_MIGRATION=y
 CONFIG_CONTIG_ALLOC=y
 CONFIG_PHYS_ADDR_T_64BIT=y
+CONFIG_MMU_NOTIFIER=y
 CONFIG_KSM=y
 CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
@@ -1803,7 +1821,7 @@ CONFIG_FW_LOADER_PAGED_BUF=y
 CONFIG_EXTRA_FIRMWARE=""
 CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
-# CONFIG_FW_LOADER_COMPRESS is not set
+CONFIG_FW_LOADER_COMPRESS=y
 # end of Firmware loader
 
 CONFIG_WANT_DEV_COREDUMP=y
@@ -7872,6 +7890,7 @@ CONFIG_TEXTSEARCH=y
 CONFIG_TEXTSEARCH_KMP=m
 CONFIG_TEXTSEARCH_BM=m
 CONFIG_TEXTSEARCH_FSM=m
+CONFIG_INTERVAL_TREE=y
 CONFIG_ASSOCIATIVE_ARRAY=y
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT_MAP=y
diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kernel.config.armv6l-ipfire
index a6045d784..c4d0d2cbe 100644
--- a/config/kernel/kernel.config.armv6l-ipfire
+++ b/config/kernel/kernel.config.armv6l-ipfire
@@ -1826,7 +1826,7 @@ CONFIG_FW_LOADER_PAGED_BUF=y
 CONFIG_EXTRA_FIRMWARE=""
 CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
-# CONFIG_FW_LOADER_COMPRESS is not set
+CONFIG_FW_LOADER_COMPRESS=y
 # end of Firmware loader
 
 CONFIG_WANT_DEV_COREDUMP=y
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index 7036a204f..f765498b8 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -1830,7 +1830,7 @@ CONFIG_FW_LOADER_PAGED_BUF=y
 CONFIG_EXTRA_FIRMWARE=""
 CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
-# CONFIG_FW_LOADER_COMPRESS is not set
+CONFIG_FW_LOADER_COMPRESS=y
 CONFIG_FW_CACHE=y
 # end of Firmware loader
 
diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux
index 851ffeaa8..69413f49d 100644
--- a/config/rootfiles/common/aarch64/linux
+++ b/config/rootfiles/common/aarch64/linux
@@ -6550,6 +6550,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_826319
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_827319
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_832075
+#lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_834220
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_843419
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_845719
 #lib/modules/KVER-ipfire/build/include/config/ARM64_ERRATUM_858921
@@ -7613,6 +7614,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/FUTEX_PI
 #lib/modules/KVER-ipfire/build/include/config/FWNODE_MDIO
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER
+#lib/modules/KVER-ipfire/build/include/config/FW_LOADER_COMPRESS
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_PAGED_BUF
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_USER_HELPER
 #lib/modules/KVER-ipfire/build/include/config/GACT_PROB
@@ -7755,6 +7757,15 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/HAVE_KCSAN_COMPILER
 #lib/modules/KVER-ipfire/build/include/config/HAVE_KPROBES
 #lib/modules/KVER-ipfire/build/include/config/HAVE_KRETPROBES
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_ARCH_TLB_FLUSH_ALL
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_CPU_RELAX_INTERCEPT
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_EVENTFD
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_IRQCHIP
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_IRQFD
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_IRQ_BYPASS
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_IRQ_ROUTING
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_MSI
+#lib/modules/KVER-ipfire/build/include/config/HAVE_KVM_VCPU_RUN_PID_CHANGE
 #lib/modules/KVER-ipfire/build/include/config/HAVE_MOD_ARCH_SPECIFIC
 #lib/modules/KVER-ipfire/build/include/config/HAVE_MOVE_PMD
 #lib/modules/KVER-ipfire/build/include/config/HAVE_MOVE_PUD
@@ -7998,6 +8009,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/INPUT_YEALINK
 #lib/modules/KVER-ipfire/build/include/config/INTEGRITY
 #lib/modules/KVER-ipfire/build/include/config/INTEL_XWAY_PHY
+#lib/modules/KVER-ipfire/build/include/config/INTERVAL_TREE
 #lib/modules/KVER-ipfire/build/include/config/IOMMU_API
 #lib/modules/KVER-ipfire/build/include/config/IOMMU_DEFAULT_DMA_STRICT
 #lib/modules/KVER-ipfire/build/include/config/IOMMU_DMA
@@ -8145,6 +8157,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/IP_VS_WLC
 #lib/modules/KVER-ipfire/build/include/config/IP_VS_WRR
 #lib/modules/KVER-ipfire/build/include/config/IRQCHIP
+#lib/modules/KVER-ipfire/build/include/config/IRQ_BYPASS_MANAGER
 #lib/modules/KVER-ipfire/build/include/config/IRQ_DOMAIN
 #lib/modules/KVER-ipfire/build/include/config/IRQ_DOMAIN_HIERARCHY
 #lib/modules/KVER-ipfire/build/include/config/IRQ_FASTEOI_HIERARCHY_HANDLERS
@@ -8215,6 +8228,11 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/KSM
 #lib/modules/KVER-ipfire/build/include/config/KSZ884X_PCI
 #lib/modules/KVER-ipfire/build/include/config/KUSER_HELPERS
+#lib/modules/KVER-ipfire/build/include/config/KVM
+#lib/modules/KVER-ipfire/build/include/config/KVM_GENERIC_DIRTYLOG_READ_PROTECT
+#lib/modules/KVER-ipfire/build/include/config/KVM_MMIO
+#lib/modules/KVER-ipfire/build/include/config/KVM_VFIO
+#lib/modules/KVER-ipfire/build/include/config/KVM_XFER_TO_GUEST_WORK
 #lib/modules/KVER-ipfire/build/include/config/L2TP
 #lib/modules/KVER-ipfire/build/include/config/L2TP_ETH
 #lib/modules/KVER-ipfire/build/include/config/L2TP_IP
@@ -8503,6 +8521,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/MMU
 #lib/modules/KVER-ipfire/build/include/config/MMU_GATHER_RCU_TABLE_FREE
 #lib/modules/KVER-ipfire/build/include/config/MMU_GATHER_TABLE_FREE
+#lib/modules/KVER-ipfire/build/include/config/MMU_NOTIFIER
 #lib/modules/KVER-ipfire/build/include/config/MODPROBE_PATH
 #lib/modules/KVER-ipfire/build/include/config/MODULES
 #lib/modules/KVER-ipfire/build/include/config/MODULES_TREE_LOOKUP
@@ -9312,6 +9331,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/PPP_SYNC_TTY
 #lib/modules/KVER-ipfire/build/include/config/PPS
 #lib/modules/KVER-ipfire/build/include/config/PPTP
+#lib/modules/KVER-ipfire/build/include/config/PREEMPT_NOTIFIERS
 #lib/modules/KVER-ipfire/build/include/config/PREEMPT_VOLUNTARY
 #lib/modules/KVER-ipfire/build/include/config/PRESTERA
 #lib/modules/KVER-ipfire/build/include/config/PRESTERA_PCI
diff --git a/config/rootfiles/common/armv6l/linux b/config/rootfiles/common/armv6l/linux
index 070087d54..fd6cb5041 100644
--- a/config/rootfiles/common/armv6l/linux
+++ b/config/rootfiles/common/armv6l/linux
@@ -8061,6 +8061,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/FUTEX_PI
 #lib/modules/KVER-ipfire/build/include/config/FWNODE_MDIO
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER
+#lib/modules/KVER-ipfire/build/include/config/FW_LOADER_COMPRESS
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_PAGED_BUF
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_USER_HELPER
 #lib/modules/KVER-ipfire/build/include/config/GACT_PROB
diff --git a/config/rootfiles/common/x86_64/linux b/config/rootfiles/common/x86_64/linux
index c2eaa6ef0..e677e4c06 100644
--- a/config/rootfiles/common/x86_64/linux
+++ b/config/rootfiles/common/x86_64/linux
@@ -7611,6 +7611,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/FW_ATTR_CLASS
 #lib/modules/KVER-ipfire/build/include/config/FW_CACHE
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER
+#lib/modules/KVER-ipfire/build/include/config/FW_LOADER_COMPRESS
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_PAGED_BUF
 #lib/modules/KVER-ipfire/build/include/config/FW_LOADER_USER_HELPER
 #lib/modules/KVER-ipfire/build/include/config/GACT_PROB


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2022-01-28 14:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4JlgNj3V5xz2xXB@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox