* Re: [PATCH v2 1/2] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
From: Michael Ellerman @ 2021-12-23 12:09 UTC (permalink / raw)
To: Christophe Leroy, Benjamin Herrenschmidt, Paul Mackerras
Cc: Maxime Bizon, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
In-Reply-To: <112b55c5fe019fefc284e3361772b00345fa0967.1639676816.git.christophe.leroy@csgroup.eu>
Christophe Leroy <christophe.leroy@csgroup.eu> writes:
> Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines")
> included a spin_lock() to change_page_attr() in order to
> safely perform the three step operations. But then
> commit 9f7853d7609d ("powerpc/mm: Fix set_memory_*() against
> concurrent accesses") modify it to use pte_update() and do
> the operation atomically.
It's not really atomic, it's just safe against concurrent access.
We still do a read / modify / write of the pte value.
Which isn't safe against concurrent calls to change_page_attr() for the
same address.
But maybe that's OK? AFAICS other architectures (eg. arm64) have no
protection against concurrent callers. I think the assumption is higher
level code is ensuring there's only a single caller at a time.
On the other hand x86 and s390 do have locking (cpa_lock / cpa_mutex).
But it seems that's mostly to protect against splitting of page tables,
which we aren't doing.
We'd be a bit safer if we used pte_update() "properly", like I did in:
https://lore.kernel.org/linuxppc-dev/20210817132552.3375738-1-mpe@ellerman.id.au/
cheers
> In the meantime, Maxime reported some spinlock recursion.
>
> [ 15.351649] BUG: spinlock recursion on CPU#0, kworker/0:2/217
> [ 15.357540] lock: init_mm+0x3c/0x420, .magic: dead4ead, .owner: kworker/0:2/217, .owner_cpu: 0
> [ 15.366563] CPU: 0 PID: 217 Comm: kworker/0:2 Not tainted 5.15.0+ #523
> [ 15.373350] Workqueue: events do_free_init
> [ 15.377615] Call Trace:
> [ 15.380232] [e4105ac0] [800946a4] do_raw_spin_lock+0xf8/0x120 (unreliable)
> [ 15.387340] [e4105ae0] [8001f4ec] change_page_attr+0x40/0x1d4
> [ 15.393413] [e4105b10] [801424e0] __apply_to_page_range+0x164/0x310
> [ 15.400009] [e4105b60] [80169620] free_pcp_prepare+0x1e4/0x4a0
> [ 15.406045] [e4105ba0] [8016c5a0] free_unref_page+0x40/0x2b8
> [ 15.411979] [e4105be0] [8018724c] kasan_depopulate_vmalloc_pte+0x6c/0x94
> [ 15.418989] [e4105c00] [801424e0] __apply_to_page_range+0x164/0x310
> [ 15.425451] [e4105c50] [80187834] kasan_release_vmalloc+0xbc/0x134
> [ 15.431898] [e4105c70] [8015f7a8] __purge_vmap_area_lazy+0x4e4/0xdd8
> [ 15.438560] [e4105d30] [80160d10] _vm_unmap_aliases.part.0+0x17c/0x24c
> [ 15.445283] [e4105d60] [801642d0] __vunmap+0x2f0/0x5c8
> [ 15.450684] [e4105db0] [800e32d0] do_free_init+0x68/0x94
> [ 15.456181] [e4105dd0] [8005d094] process_one_work+0x4bc/0x7b8
> [ 15.462283] [e4105e90] [8005d614] worker_thread+0x284/0x6e8
> [ 15.468227] [e4105f00] [8006aaec] kthread+0x1f0/0x210
> [ 15.473489] [e4105f40] [80017148] ret_from_kernel_thread+0x14/0x1c
>
> Remove the spin_lock() in change_page_attr().
>
> Reported-by: Maxime Bizon <mbizon@freebox.fr>
> Link: https://lore.kernel.org/all/20211212112152.GA27070@sakura/
> Cc: Russell Currey <ruscur@russell.cc>
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
> ---
> arch/powerpc/mm/pageattr.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/powerpc/mm/pageattr.c b/arch/powerpc/mm/pageattr.c
> index edea388e9d3f..308adc51da9d 100644
> --- a/arch/powerpc/mm/pageattr.c
> +++ b/arch/powerpc/mm/pageattr.c
> @@ -30,8 +30,6 @@ static int change_page_attr(pte_t *ptep, unsigned long addr, void *data)
> long action = (long)data;
> pte_t pte;
>
> - spin_lock(&init_mm.page_table_lock);
> -
> pte = ptep_get(ptep);
>
> /* modify the PTE bits as desired, then apply */
> @@ -61,8 +59,6 @@ static int change_page_attr(pte_t *ptep, unsigned long addr, void *data)
>
> flush_tlb_kernel_range(addr, addr + PAGE_SIZE);
>
> - spin_unlock(&init_mm.page_table_lock);
> -
> return 0;
> }
>
> --
> 2.33.1
^ permalink raw reply
* [powerpc:next-test] BUILD SUCCESS 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac
From: kernel test robot @ 2021-12-23 14:55 UTC (permalink / raw)
To: Michael Ellerman; +Cc: linuxppc-dev
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test
branch HEAD: 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in selftests
elapsed time: 1339m
configs tested: 160
configs skipped: 3
The following configs have been built successfully.
More configs may be tested in the coming days.
gcc tested configs:
arm defconfig
arm allyesconfig
arm allmodconfig
arm64 allyesconfig
arm64 defconfig
i386 randconfig-c001-20211223
arm moxart_defconfig
powerpc mpc834x_itxgp_defconfig
sparc sparc64_defconfig
powerpc wii_defconfig
powerpc64 alldefconfig
powerpc ppc44x_defconfig
arm shannon_defconfig
m68k apollo_defconfig
powerpc katmai_defconfig
arm magician_defconfig
sh kfr2r09-romimage_defconfig
powerpc pcm030_defconfig
arc nsimosci_hs_defconfig
mips db1xxx_defconfig
sh sdk7786_defconfig
arm badge4_defconfig
powerpc tqm8540_defconfig
mips ip22_defconfig
powerpc motionpro_defconfig
arm clps711x_defconfig
sh se7343_defconfig
ia64 gensparse_defconfig
h8300 edosk2674_defconfig
arc vdk_hs38_defconfig
m68k m5208evb_defconfig
powerpc tqm8555_defconfig
arm lpc32xx_defconfig
mips sb1250_swarm_defconfig
arm aspeed_g4_defconfig
arm pxa3xx_defconfig
sh se7722_defconfig
mips cu1000-neo_defconfig
mips e55_defconfig
arm pxa_defconfig
sh kfr2r09_defconfig
powerpc mpc832x_mds_defconfig
ia64 allyesconfig
powerpc skiroot_defconfig
sh rsk7264_defconfig
powerpc64 defconfig
sh edosk7760_defconfig
powerpc kilauea_defconfig
arm hackkit_defconfig
mips loongson2k_defconfig
ia64 bigsur_defconfig
mips ath25_defconfig
mips ath79_defconfig
arm mmp2_defconfig
mips decstation_r4k_defconfig
mips mtx1_defconfig
arm pxa168_defconfig
powerpc makalu_defconfig
arm trizeps4_defconfig
arm zeus_defconfig
m68k m5475evb_defconfig
xtensa smp_lx200_defconfig
arm vexpress_defconfig
powerpc allmodconfig
sh rts7751r2d1_defconfig
s390 allyesconfig
openrisc defconfig
m68k bvme6000_defconfig
alpha defconfig
riscv nommu_k210_sdcard_defconfig
arm randconfig-c002-20211222
arm randconfig-c002-20211223
ia64 allmodconfig
ia64 defconfig
m68k allmodconfig
m68k defconfig
m68k allyesconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
nds32 defconfig
nios2 allyesconfig
csky defconfig
alpha allyesconfig
xtensa allyesconfig
h8300 allyesconfig
arc defconfig
sh allmodconfig
parisc defconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
i386 allyesconfig
sparc allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allnoconfig
x86_64 randconfig-a001-20211222
x86_64 randconfig-a003-20211222
x86_64 randconfig-a005-20211222
x86_64 randconfig-a006-20211222
x86_64 randconfig-a004-20211222
x86_64 randconfig-a002-20211222
i386 randconfig-a006-20211222
i386 randconfig-a004-20211222
i386 randconfig-a002-20211222
i386 randconfig-a003-20211222
i386 randconfig-a005-20211222
i386 randconfig-a001-20211222
x86_64 randconfig-a013-20211223
x86_64 randconfig-a015-20211223
x86_64 randconfig-a014-20211223
x86_64 randconfig-a011-20211223
x86_64 randconfig-a012-20211223
x86_64 randconfig-a016-20211223
i386 randconfig-a012-20211223
i386 randconfig-a011-20211223
i386 randconfig-a014-20211223
i386 randconfig-a016-20211223
i386 randconfig-a015-20211223
i386 randconfig-a013-20211223
arc randconfig-r043-20211223
riscv randconfig-r042-20211223
s390 randconfig-r044-20211223
riscv nommu_k210_defconfig
riscv allnoconfig
riscv defconfig
riscv allmodconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv rv32_defconfig
um x86_64_defconfig
um i386_defconfig
x86_64 allyesconfig
x86_64 rhel-8.3-kselftests
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
x86_64 randconfig-a001-20211223
x86_64 randconfig-a003-20211223
x86_64 randconfig-a005-20211223
x86_64 randconfig-a006-20211223
x86_64 randconfig-a004-20211223
x86_64 randconfig-a002-20211223
i386 randconfig-a006-20211223
i386 randconfig-a004-20211223
i386 randconfig-a002-20211223
i386 randconfig-a003-20211223
i386 randconfig-a005-20211223
i386 randconfig-a001-20211223
hexagon randconfig-r041-20211222
hexagon randconfig-r045-20211222
riscv randconfig-r042-20211222
s390 randconfig-r044-20211222
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply
* Re: [PATCH v2 1/2] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
From: Christophe Leroy @ 2021-12-23 15:14 UTC (permalink / raw)
To: Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras
Cc: Maxime Bizon, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
In-Reply-To: <871r2334ld.fsf@mpe.ellerman.id.au>
Le 23/12/2021 à 13:09, Michael Ellerman a écrit :
> Christophe Leroy <christophe.leroy@csgroup.eu> writes:
>> Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines")
>> included a spin_lock() to change_page_attr() in order to
>> safely perform the three step operations. But then
>> commit 9f7853d7609d ("powerpc/mm: Fix set_memory_*() against
>> concurrent accesses") modify it to use pte_update() and do
>> the operation atomically.
>
> It's not really atomic, it's just safe against concurrent access.
>
> We still do a read / modify / write of the pte value.
>
> Which isn't safe against concurrent calls to change_page_attr() for the
> same address.
>
> But maybe that's OK? AFAICS other architectures (eg. arm64) have no
> protection against concurrent callers. I think the assumption is higher
> level code is ensuring there's only a single caller at a time.
>
> On the other hand x86 and s390 do have locking (cpa_lock / cpa_mutex).
> But it seems that's mostly to protect against splitting of page tables,
> which we aren't doing.
>
> We'd be a bit safer if we used pte_update() "properly", like I did in:
>
> https://lore.kernel.org/linuxppc-dev/20210817132552.3375738-1-mpe@ellerman.id.au/
>
>
Probably not so simple as that patch, but I get the idea.
See b6cb20fdc273 ("powerpc/book3e: Fix set_memory_x() and set_memory_nx()")
I think we then need to define platform specific helpers to do it,
similar to ptep_set_wrprotect() and avoid an #ifdefery in change_page_attr()
Christophe
^ permalink raw reply
* [PATCH 0/3] KVM: PPC: Minor fixes
From: Fabiano Rosas @ 2021-12-23 21:15 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin, aik
Two fixes for MMIO emulation code that don't really affect anything.
One fix for ioctl return code that is a prerequisite for the selftests
enablement.
Fabiano Rosas (3):
KVM: PPC: Book3S HV: Stop returning internal values to userspace
KVM: PPC: Fix vmx/vsx mixup in mmio emulation
KVM: PPC: Fix mmio length message
arch/powerpc/kvm/powerpc.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
--
2.33.1
^ permalink raw reply
* [PATCH 1/3] KVM: PPC: Book3S HV: Stop returning internal values to userspace
From: Fabiano Rosas @ 2021-12-23 21:15 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin, aik
In-Reply-To: <20211223211528.3560711-1-farosas@linux.ibm.com>
Our kvm_arch_vcpu_ioctl_run currently returns the RESUME_HOST values
to userspace, against the API of the KVM_RUN ioctl which returns 0 on
success.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
This was noticed while enabling the kvm selftests for powerpc. There's
an assert at the _vcpu_run function when we return a value different
from the expected.
---
arch/powerpc/kvm/powerpc.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index a72920f4f221..1e130bb087c4 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -1849,6 +1849,14 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
#ifdef CONFIG_ALTIVEC
out:
#endif
+
+ /*
+ * We're already returning to userspace, don't pass the
+ * RESUME_HOST flags along.
+ */
+ if (r > 0)
+ r = 0;
+
vcpu_put(vcpu);
return r;
}
--
2.33.1
^ permalink raw reply related
* [PATCH 2/3] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
From: Fabiano Rosas @ 2021-12-23 21:15 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin, aik
In-Reply-To: <20211223211528.3560711-1-farosas@linux.ibm.com>
The MMIO emulation code for vector instructions is duplicated between
VSX and VMX. When emulating VMX we should check the VMX copy size
instead of the VSX one.
Fixes: acc9eb9305fe ("KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction ...")
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
arch/powerpc/kvm/powerpc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index 1e130bb087c4..793d42bd6c8f 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -1507,7 +1507,7 @@ int kvmppc_handle_vmx_load(struct kvm_vcpu *vcpu,
{
enum emulation_result emulated = EMULATE_DONE;
- if (vcpu->arch.mmio_vsx_copy_nums > 2)
+ if (vcpu->arch.mmio_vmx_copy_nums > 2)
return EMULATE_FAIL;
while (vcpu->arch.mmio_vmx_copy_nums) {
--
2.33.1
^ permalink raw reply related
* [PATCH 3/3] KVM: PPC: Fix mmio length message
From: Fabiano Rosas @ 2021-12-23 21:15 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin, aik
In-Reply-To: <20211223211528.3560711-1-farosas@linux.ibm.com>
We check against 'bytes' but print 'run->mmio.len' which at that point
has an old value.
e.g. 16-byte load:
before:
__kvmppc_handle_load: bad MMIO length: 8
now:
__kvmppc_handle_load: bad MMIO length: 16
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
arch/powerpc/kvm/powerpc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index 793d42bd6c8f..7823207eb8f1 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -1246,7 +1246,7 @@ static int __kvmppc_handle_load(struct kvm_vcpu *vcpu,
if (bytes > sizeof(run->mmio.data)) {
printk(KERN_ERR "%s: bad MMIO length: %d\n", __func__,
- run->mmio.len);
+ bytes);
}
run->mmio.phys_addr = vcpu->arch.paddr_accessed;
@@ -1335,7 +1335,7 @@ int kvmppc_handle_store(struct kvm_vcpu *vcpu,
if (bytes > sizeof(run->mmio.data)) {
printk(KERN_ERR "%s: bad MMIO length: %d\n", __func__,
- run->mmio.len);
+ bytes);
}
run->mmio.phys_addr = vcpu->arch.paddr_accessed;
--
2.33.1
^ permalink raw reply related
* [PATCH 0/3] KVM: PPC: KVM module exit fixes
From: Fabiano Rosas @ 2021-12-23 21:19 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin
This is a resend the module cleanup fixes but this time without the
HV/PR merge.
Fabiano Rosas (1):
KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
KVM: PPC: Book3S HV: Delay setting of kvm ops
KVM: PPC: Book3S HV: Free allocated memory if module init fails
arch/powerpc/kvm/book3s_hv.c | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)
--
2.33.1
^ permalink raw reply
* [PATCH 3/3] KVM: PPC: Book3S HV: Free allocated memory if module init fails
From: Fabiano Rosas @ 2021-12-23 21:19 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin
In-Reply-To: <20211223211931.3560887-1-farosas@linux.ibm.com>
The module's exit function is not called when the init fails, we need
to do cleanup before returning.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
arch/powerpc/kvm/book3s_hv.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index 53400932f5d8..2d79298e7ca4 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -6065,7 +6065,7 @@ static int kvmppc_book3s_init_hv(void)
r = kvm_init_subcore_bitmap();
if (r)
- return r;
+ goto err;
/*
* We need a way of accessing the XICS interrupt controller,
@@ -6080,7 +6080,8 @@ static int kvmppc_book3s_init_hv(void)
np = of_find_compatible_node(NULL, NULL, "ibm,opal-intc");
if (!np) {
pr_err("KVM-HV: Cannot determine method for accessing XICS\n");
- return -ENODEV;
+ r = -ENODEV;
+ goto err;
}
/* presence of intc confirmed - node can be dropped again */
of_node_put(np);
@@ -6093,12 +6094,12 @@ static int kvmppc_book3s_init_hv(void)
r = kvmppc_mmu_hv_init();
if (r)
- return r;
+ goto err;
if (kvmppc_radix_possible()) {
r = kvmppc_radix_init();
if (r)
- return r;
+ goto err;
}
r = kvmppc_uvmem_init();
@@ -6111,6 +6112,12 @@ static int kvmppc_book3s_init_hv(void)
kvmppc_hv_ops = &kvm_ops_hv;
return 0;
+
+err:
+ kvmhv_nested_exit();
+ kvmppc_radix_exit();
+
+ return r;
}
static void kvmppc_book3s_exit_hv(void)
--
2.33.1
^ permalink raw reply related
* [PATCH 1/3] KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
From: Fabiano Rosas @ 2021-12-23 21:19 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin
In-Reply-To: <20211223211931.3560887-1-farosas@linux.ibm.com>
The return of the function is being shadowed by the call to
kvmppc_uvmem_init.
Fixes: ca9f4942670c ("KVM: PPC: Book3S HV: Support for running secure guests")
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
arch/powerpc/kvm/book3s_hv.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index 7b74fc0a986b..9f4765951733 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -6098,8 +6098,11 @@ static int kvmppc_book3s_init_hv(void)
if (r)
return r;
- if (kvmppc_radix_possible())
+ if (kvmppc_radix_possible()) {
r = kvmppc_radix_init();
+ if (r)
+ return r;
+ }
r = kvmppc_uvmem_init();
if (r < 0)
--
2.33.1
^ permalink raw reply related
* [PATCH 2/3] KVM: PPC: Book3S HV: Delay setting of kvm ops
From: Fabiano Rosas @ 2021-12-23 21:19 UTC (permalink / raw)
To: kvm-ppc; +Cc: linuxppc-dev, npiggin
In-Reply-To: <20211223211931.3560887-1-farosas@linux.ibm.com>
Delay the setting of kvm_hv_ops until after all init code has
completed. This avoids leaving the ops still accessible if the init
fails.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
---
arch/powerpc/kvm/book3s_hv.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index 9f4765951733..53400932f5d8 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -6087,9 +6087,6 @@ static int kvmppc_book3s_init_hv(void)
}
#endif
- kvm_ops_hv.owner = THIS_MODULE;
- kvmppc_hv_ops = &kvm_ops_hv;
-
init_default_hcalls();
init_vcore_lists();
@@ -6105,10 +6102,15 @@ static int kvmppc_book3s_init_hv(void)
}
r = kvmppc_uvmem_init();
- if (r < 0)
+ if (r < 0) {
pr_err("KVM-HV: kvmppc_uvmem_init failed %d\n", r);
+ return r;
+ }
- return r;
+ kvm_ops_hv.owner = THIS_MODULE;
+ kvmppc_hv_ops = &kvm_ops_hv;
+
+ return 0;
}
static void kvmppc_book3s_exit_hv(void)
--
2.33.1
^ permalink raw reply related
* Re: [PATCH] Revert "mm/usercopy: Drop extra is_vmalloc_or_module() check"
From: Christophe Leroy @ 2021-12-24 6:01 UTC (permalink / raw)
To: Kefeng Wang, Kees Cook, Laura Abbott, Mark Rutland,
linux-mm@kvack.org, Andrew Morton, linux-kernel@vger.kernel.org,
Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
linuxppc-dev@lists.ozlabs.org
In-Reply-To: <20211223102126.161848-1-wangkefeng.wang@huawei.com>
Le 23/12/2021 à 11:21, Kefeng Wang a écrit :
> This reverts commit 517e1fbeb65f5eade8d14f46ac365db6c75aea9b.
>
> usercopy: Kernel memory exposure attempt detected from SLUB object not in SLUB page?! (offset 0, size 1048)!
> kernel BUG at mm/usercopy.c:99
> ...
> usercopy_abort+0x64/0xa0 (unreliable)
> __check_heap_object+0x168/0x190
> __check_object_size+0x1a0/0x200
> dev_ethtool+0x2494/0x2b20
> dev_ioctl+0x5d0/0x770
> sock_do_ioctl+0xf0/0x1d0
> sock_ioctl+0x3ec/0x5a0
> __se_sys_ioctl+0xf0/0x160
> system_call_exception+0xfc/0x1f0
> system_call_common+0xf8/0x200
>
> When run ethtool eth0, the BUG occurred, the code shows below,
>
> data = vzalloc(array_size(gstrings.len, ETH_GSTRING_LEN));
> copy_to_user(useraddr, data, gstrings.len * ETH_GSTRING_LEN))
>
> The data is alloced by vmalloc(), virt_addr_valid(ptr) will return true
> on PowerPC64, which leads to the panic, add back the is_vmalloc_or_module()
> check to fix it.
Is it expected that virt_addr_valid() returns true on PPC64 for
vmalloc'ed memory ? If that's the case it also means that
CONFIG_DEBUG_VIRTUAL won't work as expected either.
If it is unexpected, I think you should fix PPC64 instead of adding this
hack back. Maybe the ARM64 fix can be used as a starting point, see
commit 68dd8ef32162 ("arm64: memory: Fix virt_addr_valid() using
__is_lm_address()")
In the meantime, can you provide more information on your config,
especially which memory model is used ?
Christophe
^ permalink raw reply
* Re: code conditional on non-existing PPC_EARLY_DEBUG_MICROWATT.
From: Christophe Leroy @ 2021-12-24 6:10 UTC (permalink / raw)
To: Lukas Bulwahn, Michael Ellerman, Benjamin Herrenschmidt,
Paul Mackerras, linuxppc-dev@lists.ozlabs.org
Cc: kernel-janitors, Linux Kernel Mailing List
In-Reply-To: <CAKXUXMxa6zuTncNjTVHeU7nJ9uvv3KqMtSDocMC7P5hxfrkakQ@mail.gmail.com>
Le 23/12/2021 à 11:21, Lukas Bulwahn a écrit :
> Dear Benjamin, dear Paul, dear Michael,
>
> with commit 48b545b8018d ("powerpc/microwatt: Use standard 16550 UART
> for console"), you have some code in arch/powerpc/kernel/udbg_16550.c,
> conditional on the Kconfig symbol PPC_EARLY_DEBUG_MICROWATT. However,
> since then, the definition of this Kconfig symbol was never introduced
> to the mainline repository or current linux-next, nor am I finding any
> pending patch for that.
>
> Are you going to add this config definition soon? Or did you identify
> that this setup code in udbg_16550.c is not actually needed and can we
> simply drop this code again?
>
> This issue was identified with the script ./scripts/checkkconfigsymbols.py.
>
Was it forgotten when handling comments to
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20200509050340.GD1464954@thinks.paulus.ozlabs.org/
?
^ permalink raw reply
* aacraid (PM8068) freqent EEH with kernel 5.15 on talos2
From: Georgy Yakovlev @ 2021-12-24 5:57 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1806 bytes --]
Hi,
I'm looking for help or directions or pointers with my issue.
I have a Talos2 machine and built-in SAS controller (PM8068) is
basically unusable due to EEH errors with kernel 5.15+
phberr.by decode:
==== PHB Register dump found ====
Dec 20 21:11:41 gentoo kernel: PHB4 PHB#2 Diag-data (Version: 1)
phbErrorStatus = 0000020000000000:
! 22 - RXE_TCE OR Error Status
phbRxeTceErrorStatus = 2000000000000000:
! 2 - TCE Response Page Access Error
PEST entries:
PEST[0fd] = 8000b03800000000 8000000000000000
==== PHB Register dump found ====
Dec 21 13:23:43 hydra kernel: PHB4 PHB#2 Diag-data (Version: 1)
phbErrorStatus = 0000028000000000:
! 22 - RXE_TCE OR Error Status
24 - pcie_etu_regb_err_inf
phbRxeTceErrorStatus = 6000000000000000:
1 - TCE Request Page Access Error
! 2 - TCE Response Page Access Error
phbRegbErrorStatus = 0000004000000000:
! 25 - PBL Error Trap: INF Error
phbPblErrorStatus = 0000000000020000:
! 46 - pb_err_p_fe_pci_sig_cpl_abort_e
PEST entries:
PEST[0fd] = 8300b03800000000 8000000000000000
Basically it will work for couple of minutes and will flop under slight
load with iommu=nobypass
without iommu=nobypass it takes slightly longer but it will eventually
error-out too.
This machine worked perfectly with 5.10 kernel though.
I have previously reported same/similar error here:
https://bugzilla.kernel.org/show_bug.cgi?id=206123
and patch powerpc/dma: Fix dma_map_ops::get_required_mask
fixed that. But it came back it seems and happens even more often now.
Attaching a collection of random dmesgs I've collected.
I can build custom kernels or apply patches to debug this issue if
needed, just need someone more experienced to guide/help.
Thanks in advance.
--
Best regards,
Georgy
[-- Attachment #2: aacraid-eeh-dmesg-talos-5.15.10.txt --]
[-- Type: text/plain, Size: 2104026 bytes --]
Dec 20 21:10:57 gentoo kernel: PowerNV: IOMMU bypass window disabled.
Dec 20 21:10:57 gentoo kernel: Reserving 4096MB of memory at 128MB for crashkernel (System RAM: 524288MB)
Dec 20 21:10:57 gentoo kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 20 21:10:57 gentoo kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 20 21:10:57 gentoo kernel: radix-mmu: Page sizes from device-tree:
Dec 20 21:10:57 gentoo kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 20 21:10:57 gentoo kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 20 21:10:57 gentoo kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 20 21:10:57 gentoo kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 20 21:10:57 gentoo kernel: Activating Kernel Userspace Execution Prevention
Dec 20 21:10:57 gentoo kernel: Activating Kernel Userspace Access Prevention
Dec 20 21:10:57 gentoo kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002600000 with 2.00 MiB pages (exec)
Dec 20 21:10:57 gentoo kernel: radix-mmu: Mapped 0x0000000002600000-0x0000000040000000 with 2.00 MiB pages
Dec 20 21:10:57 gentoo kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 20 21:10:57 gentoo kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 20 21:10:57 gentoo kernel: radix-mmu: Initializing Radix MMU
Dec 20 21:10:57 gentoo kernel: Found initrd at 0xc000000004d30000:0xc000000008353384
Dec 20 21:10:57 gentoo kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 20 21:10:57 gentoo kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 20 21:10:57 gentoo kernel: Using PowerNV machine description
Dec 20 21:10:57 gentoo kernel: printk: bootconsole [udbg0] enabled
Dec 20 21:10:57 gentoo kernel: CPU maps initialized for 4 threads per core
Dec 20 21:10:57 gentoo kernel: (thread shift is 2)
Dec 20 21:10:57 gentoo kernel: Allocated 3968 bytes for 176 pacas
Dec 20 21:10:57 gentoo kernel: -----------------------------------------------------
Dec 20 21:10:57 gentoo kernel: phys_mem_size = 0x8000000000
Dec 20 21:10:57 gentoo kernel: dcache_bsize = 0x80
Dec 20 21:10:57 gentoo kernel: icache_bsize = 0x80
Dec 20 21:10:57 gentoo kernel: cpu_features = 0x0001f86b8f5fb187
Dec 20 21:10:57 gentoo kernel: possible = 0x000ffbfbcf5fb187
Dec 20 21:10:57 gentoo kernel: always = 0x0000000380008181
Dec 20 21:10:57 gentoo kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 20 21:10:57 gentoo kernel: mmu_features = 0x3c007641
Dec 20 21:10:57 gentoo kernel: firmware_features = 0x0000000110000000
Dec 20 21:10:57 gentoo kernel: vmalloc start = 0xc008000000000000
Dec 20 21:10:57 gentoo kernel: IO start = 0xc00a000000000000
Dec 20 21:10:57 gentoo kernel: vmemmap start = 0xc00c000000000000
Dec 20 21:10:57 gentoo kernel: -----------------------------------------------------
Dec 20 21:10:57 gentoo kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 20 21:10:57 gentoo kernel: cma: Reserved 26224 MiB at 0x0000000108000000
Dec 20 21:10:57 gentoo kernel: numa: NODE_DATA [mem 0x3fff881a00-0x3fff88957f]
Dec 20 21:10:57 gentoo kernel: numa: NODE_DATA [mem 0x203ffcae4480-0x203ffcaebfff]
Dec 20 21:10:57 gentoo kernel: rfi-flush: mttrig type flush available
Dec 20 21:10:57 gentoo kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 20 21:10:57 gentoo kernel: count-cache-flush: flush disabled.
Dec 20 21:10:57 gentoo kernel: link-stack-flush: software flush enabled.
Dec 20 21:10:57 gentoo kernel: entry-flush: patched 61 locations (mttrig type flush)
Dec 20 21:10:57 gentoo kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 20 21:10:57 gentoo kernel: stf-barrier: eieio barrier available
Dec 20 21:10:57 gentoo kernel: stf-barrier: patched 61 entry locations (eieio barrier)
Dec 20 21:10:57 gentoo kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 20 21:10:57 gentoo kernel: OPAL nvram setup, 589824 bytes
Dec 20 21:10:57 gentoo kernel: barrier-nospec: using ORI speculation barrier
Dec 20 21:10:57 gentoo kernel: barrier-nospec: patched 294 locations
Dec 20 21:10:57 gentoo kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 20 21:10:57 gentoo kernel: Memory hole size: 33292288MB
Dec 20 21:10:57 gentoo kernel: Zone ranges:
Dec 20 21:10:57 gentoo kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 20 21:10:57 gentoo kernel: Device empty
Dec 20 21:10:57 gentoo kernel: Movable zone start for each node
Dec 20 21:10:57 gentoo kernel: Early memory node ranges
Dec 20 21:10:57 gentoo kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 20 21:10:57 gentoo kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 20 21:10:57 gentoo kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 20 21:10:57 gentoo kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 20 21:10:57 gentoo kernel: percpu: Embedded 35 pages/cpu s103320 r0 d40040 u143360
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: s103320 r0 d40040 u143360 alloc=35*4096
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 20 21:10:57 gentoo kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 20 21:10:57 gentoo kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 20 21:10:57 gentoo kernel: Policy zone: Normal
Dec 20 21:10:57 gentoo kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 quiet splash
Dec 20 21:10:57 gentoo kernel: audit: enabled (after initialization)
Dec 20 21:10:57 gentoo kernel: Unknown kernel command line parameters "splash crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M", will be passed to user space.
Dec 20 21:10:57 gentoo kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Dec 20 21:10:57 gentoo kernel: printk: log_buf_len total cpu_extra contributions: 716800 bytes
Dec 20 21:10:57 gentoo kernel: printk: log_buf_len min size: 262144 bytes
Dec 20 21:10:57 gentoo kernel: printk: log_buf_len: 1048576 bytes
Dec 20 21:10:57 gentoo kernel: printk: early log buf free: 255000(97%)
Dec 20 21:10:57 gentoo kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 20 21:10:57 gentoo kernel: mem auto-init: clearing system memory may take some time...
Dec 20 21:10:57 gentoo kernel: software IO TLB: Cannot allocate buffer
Dec 20 21:10:57 gentoo kernel: Memory: 497179600K/536870912K available (17800K kernel code, 2952K rwdata, 3456K rodata, 5268K init, 1165K bss, 12837936K reserved, 26853376K cma-reserved)
Dec 20 21:10:57 gentoo kernel: random: get_random_u64 called from __kmem_cache_create+0x3c/0x740 with crng_init=0
Dec 20 21:10:57 gentoo kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 20 21:10:57 gentoo kernel: ftrace: allocating 40403 entries in 238 pages
Dec 20 21:10:57 gentoo kernel: ftrace: allocated 237 pages with 6 groups
Dec 20 21:10:57 gentoo kernel: trace event string verifier disabled
Dec 20 21:10:57 gentoo kernel: rcu: Hierarchical RCU implementation.
Dec 20 21:10:57 gentoo kernel: rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=176.
Dec 20 21:10:57 gentoo kernel: Rude variant of Tasks RCU enabled.
Dec 20 21:10:57 gentoo kernel: Tracing variant of Tasks RCU enabled.
Dec 20 21:10:57 gentoo kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dec 20 21:10:57 gentoo kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=176
Dec 20 21:10:57 gentoo kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 20 21:10:57 gentoo kernel: xive: Interrupt handling initialized with native backend
Dec 20 21:10:57 gentoo kernel: xive: Using priority 7 for all interrupts
Dec 20 21:10:57 gentoo kernel: xive: Using 4kB queues
Dec 20 21:10:57 gentoo kernel: rcu: Offload RCU callbacks from CPUs: (none).
Dec 20 21:10:57 gentoo kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 20 21:10:57 gentoo kernel: time_init: processor frequency = 2134.000000 MHz
Dec 20 21:10:57 gentoo kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 20 21:10:57 gentoo kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 20 21:10:57 gentoo kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 20 21:10:57 gentoo kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 20 21:10:57 gentoo kernel: Console: colour dummy device 80x25
Dec 20 21:10:57 gentoo kernel: printk: console [tty0] enabled
Dec 20 21:10:57 gentoo kernel: printk: bootconsole [udbg0] disabled
Dec 20 21:10:57 gentoo kernel: printk: console [hvc0] enabled
Dec 20 21:10:57 gentoo kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 20 21:10:57 gentoo kernel: pid_max: default: 180224 minimum: 1408
Dec 20 21:10:57 gentoo kernel: LSM: Security Framework initializing
Dec 20 21:10:57 gentoo kernel: Yama: becoming mindful.
Dec 20 21:10:57 gentoo kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 20 21:10:57 gentoo kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 20 21:10:57 gentoo kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: POWER9 performance monitor hardware support registered
Dec 20 21:10:57 gentoo kernel: rcu: Hierarchical SRCU implementation.
Dec 20 21:10:57 gentoo kernel: smp: Bringing up secondary CPUs ...
Dec 20 21:10:57 gentoo kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 20 21:10:57 gentoo kernel: numa: Node 0 CPUs: 0-87
Dec 20 21:10:57 gentoo kernel: numa: Node 8 CPUs: 88-175
Dec 20 21:10:57 gentoo kernel: devtmpfs: initialized
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 20 21:10:57 gentoo kernel: Using M64 #31 as default window
Dec 20 21:10:57 gentoo kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 20 21:10:57 gentoo kernel: Using M64 #31 as default window
Dec 20 21:10:57 gentoo kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 20 21:10:57 gentoo kernel: Using M64 #31 as default window
Dec 20 21:10:57 gentoo kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 20 21:10:57 gentoo kernel: Using M64 #15 as default window
Dec 20 21:10:57 gentoo kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 20 21:10:57 gentoo kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 20 21:10:57 gentoo kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 20 21:10:57 gentoo kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 20 21:10:57 gentoo kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 20 21:10:57 gentoo kernel: Using M64 #31 as default window
Dec 20 21:10:57 gentoo kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 21:10:57 gentoo kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 21:10:57 gentoo kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 20 21:10:57 gentoo kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dec 20 21:10:57 gentoo kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 20 21:10:57 gentoo kernel: audit: initializing netlink subsys (enabled)
Dec 20 21:10:57 gentoo kernel: audit: type=2000 audit(1640063454.519:1): state=initialized audit_enabled=1 res=1
Dec 20 21:10:57 gentoo kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 20 21:10:57 gentoo kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 20 21:10:57 gentoo kernel: cpuidle: using governor menu
Dec 20 21:10:57 gentoo kernel: pstore: Registered nvram as persistent store backend
Dec 20 21:10:57 gentoo kernel: EEH: PowerNV platform initialized
Dec 20 21:10:57 gentoo kernel: PCI: Probing PCI hardware
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0000:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0001:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0002:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0003:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: supports D1 D2
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0004:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0005:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: supports D1 D2
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:02: extended config space not accessible
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: supports D1 D2
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0030:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0031:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x1e4: [mem 0x00000000-0x00000fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0000ffff 64bit] (contains BAR0 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x1ec: [mem 0x00000000-0x00007fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: VF(n) BAR2 space: [mem 0x00000000-0x0007ffff 64bit] (contains BAR2 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: reg 0x1f4: [mem 0x00001000-0x00002fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: VF(n) BAR4 space: [mem 0x00001000-0x00020fff 64bit] (contains BAR4 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: Don't support SR-IOV with non M64 VF BAR0: [mem 0x00000000-0x0000ffff 64bit].
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x1e4: [mem 0x00000000-0x00000fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0000ffff 64bit] (contains BAR0 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x1ec: [mem 0x00000000-0x00007fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: VF(n) BAR2 space: [mem 0x00000000-0x0007ffff 64bit] (contains BAR2 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: reg 0x1f4: [mem 0x00001000-0x00002fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: VF(n) BAR4 space: [mem 0x00001000-0x00020fff 64bit] (contains BAR4 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: Don't support SR-IOV with non M64 VF BAR0: [mem 0x00000000-0x0000ffff 64bit].
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x1e4: [mem 0x00000000-0x00000fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: VF(n) BAR0 space: [mem 0x00000000-0x0000ffff 64bit] (contains BAR0 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x1ec: [mem 0x00000000-0x00007fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: VF(n) BAR2 space: [mem 0x00000000-0x0007ffff 64bit] (contains BAR2 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: reg 0x1f4: [mem 0x00001000-0x00002fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: VF(n) BAR4 space: [mem 0x00001000-0x00020fff 64bit] (contains BAR4 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: Don't support SR-IOV with non M64 VF BAR0: [mem 0x00000000-0x0000ffff 64bit].
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x1e4: [mem 0x00000000-0x00000fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: VF(n) BAR0 space: [mem 0x00000000-0x0000ffff 64bit] (contains BAR0 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x1ec: [mem 0x00000000-0x00007fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: VF(n) BAR2 space: [mem 0x00000000-0x0007ffff 64bit] (contains BAR2 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: reg 0x1f4: [mem 0x00001000-0x00002fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: VF(n) BAR4 space: [mem 0x00001000-0x00020fff 64bit] (contains BAR4 for 16 VFs)
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: Don't support SR-IOV with non M64 VF BAR0: [mem 0x00000000-0x0000ffff 64bit].
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0032:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 21:10:57 gentoo kernel: PCI host bridge to bus 0033:00
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 21:10:57 gentoo kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 21:10:57 gentoo kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 15: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 15: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 14: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 15: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 14: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: BAR 14: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: BAR 14: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: BAR 14: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: BAR 14: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: BAR 14: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: BAR 14: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: BAR 14: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: BAR 14: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: BAR 15: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: BAR 14: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 14: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 14: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 15: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 14: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 15: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 14: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 15: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: BAR 14: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 14: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: BAR 14: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: BAR 14: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: no space for [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: BAR 13: failed to assign [io size 0x1000]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: BAR 14: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 20 21:10:57 gentoo kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:02: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 20 21:10:57 gentoo kernel: pci_bus 0000:03: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: Configured PE#0
Dec 20 21:10:57 gentoo kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: IOMMU table initialized, virtual merging enabled
Dec 20 21:10:57 gentoo kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: Configured PE#fd
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:02: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: Configured PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:03: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: Configured PE#fb
Dec 20 21:10:57 gentoo kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:04: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: Configured PE#fa
Dec 20 21:10:57 gentoo kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:05: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: Configured PE#f9
Dec 20 21:10:57 gentoo kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 20 21:10:57 gentoo kernel: pci_bus 0001:06: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: Configured PE#f8
Dec 20 21:10:57 gentoo kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0002:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: Configured PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0003:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 20 21:10:57 gentoo kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0004:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: Configured PE#0
Dec 20 21:10:57 gentoo kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 20 21:10:57 gentoo kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: Configured PE#fd
Dec 20 21:10:57 gentoo kernel: pci_bus 0005:02: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: Configured PE#fc
Dec 20 21:10:57 gentoo kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:02: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:03: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 20 21:10:57 gentoo kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:04: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 20 21:10:57 gentoo kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:05: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 20 21:10:57 gentoo kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 20 21:10:57 gentoo kernel: pci_bus 0030:06: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 20 21:10:57 gentoo kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0031:01: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: Configured PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 21:10:57 gentoo kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 20 21:10:57 gentoo kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 20 21:10:57 gentoo kernel: pci_bus 0032:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 21:10:57 gentoo kernel: pci 0032:00:00.0: Configured PE#fe
Dec 20 21:10:57 gentoo kernel: pci_bus 0033:00: Configuring PE for bus
Dec 20 21:10:57 gentoo kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 21:10:57 gentoo kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 20 21:10:57 gentoo kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 20 21:10:57 gentoo kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 20 21:10:57 gentoo kernel: EEH: Capable adapter found: recovery enabled.
Dec 20 21:10:57 gentoo kernel: PCI: Probing PCI hardware done
Dec 20 21:10:57 gentoo kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 20 21:10:57 gentoo kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 20 21:10:57 gentoo kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 20 21:10:57 gentoo kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 20 21:10:57 gentoo kernel: Kprobes globally optimized
Dec 20 21:10:57 gentoo kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 20 21:10:57 gentoo kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 20 21:10:57 gentoo kernel: raid6: skip pq benchmark and using algorithm vpermxor8
Dec 20 21:10:57 gentoo kernel: raid6: using intx1 recovery algorithm
Dec 20 21:10:57 gentoo kernel: iommu: Default domain type: Translated
Dec 20 21:10:57 gentoo kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 20 21:10:57 gentoo kernel: vgaarb: loaded
Dec 20 21:10:57 gentoo kernel: SCSI subsystem initialized
Dec 20 21:10:57 gentoo kernel: libata version 3.00 loaded.
Dec 20 21:10:57 gentoo kernel: usbcore: registered new interface driver usbfs
Dec 20 21:10:57 gentoo kernel: usbcore: registered new interface driver hub
Dec 20 21:10:57 gentoo kernel: usbcore: registered new device driver usb
Dec 20 21:10:57 gentoo kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 20 21:10:57 gentoo kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 20 21:10:57 gentoo kernel: PTP clock support registered
Dec 20 21:10:57 gentoo kernel: EDAC MC: Ver: 3.0.0
Dec 20 21:10:57 gentoo kernel: NetLabel: Initializing
Dec 20 21:10:57 gentoo kernel: NetLabel: domain hash size = 128
Dec 20 21:10:57 gentoo kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dec 20 21:10:57 gentoo kernel: NetLabel: unlabeled traffic allowed by default
Dec 20 21:10:57 gentoo kernel: audit: type=1409 audit(1640063455.099:2): netlabel: auid=0 ses=0 nlbl_domain=(default) nlbl_protocol=unlbl res=1
Dec 20 21:10:57 gentoo kernel: audit: type=1406 audit(1640063455.099:3): netlabel: auid=0 ses=0 unlbl_accept=1 old=0
Dec 20 21:10:57 gentoo kernel: clocksource: Switched to clocksource timebase
Dec 20 21:10:57 gentoo kernel: VFS: Disk quotas dquot_6.6.0
Dec 20 21:10:57 gentoo kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_INET protocol family
Dec 20 21:10:57 gentoo kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 20 21:10:57 gentoo kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 20 21:10:57 gentoo kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_XDP protocol family
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.0: disabling ATS
Dec 20 21:10:57 gentoo kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 20 21:10:57 gentoo kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:57 gentoo kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:57 gentoo kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:57 gentoo kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:57 gentoo kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:57 gentoo kernel: PCI: CLS 0 bytes, default 128
Dec 20 21:10:57 gentoo kernel: Trying to unpack rootfs image as initramfs...
Dec 20 21:10:57 gentoo kernel: rtas_flash: no firmware flash support
Dec 20 21:10:57 gentoo kernel: Initialise system trusted keyrings
Dec 20 21:10:57 gentoo kernel: Key type blacklist registered
Dec 20 21:10:57 gentoo kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 20 21:10:57 gentoo kernel: zbud: loaded
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_ALG protocol family
Dec 20 21:10:57 gentoo kernel: xor: measuring software checksum speed
Dec 20 21:10:57 gentoo kernel: 8regs : 5719 MB/sec
Dec 20 21:10:57 gentoo kernel: 8regs_prefetch : 4659 MB/sec
Dec 20 21:10:57 gentoo kernel: 32regs : 5859 MB/sec
Dec 20 21:10:57 gentoo kernel: 32regs_prefetch : 5013 MB/sec
Dec 20 21:10:57 gentoo kernel: altivec : 6790 MB/sec
Dec 20 21:10:57 gentoo kernel: xor: using function: altivec (6790 MB/sec)
Dec 20 21:10:57 gentoo kernel: Key type asymmetric registered
Dec 20 21:10:57 gentoo kernel: Asymmetric key parser 'x509' registered
Dec 20 21:10:57 gentoo kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Dec 20 21:10:57 gentoo kernel: io scheduler mq-deadline registered
Dec 20 21:10:57 gentoo kernel: io scheduler kyber registered
Dec 20 21:10:57 gentoo kernel: io scheduler bfq registered
Dec 20 21:10:57 gentoo kernel: atomic64_test: passed
Dec 20 21:10:57 gentoo kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 20 21:10:57 gentoo kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 20 21:10:57 gentoo kernel: hvc0: No interrupts property, using OPAL event
Dec 20 21:10:57 gentoo kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 20 21:10:57 gentoo kernel: Non-volatile memory driver v1.3
Dec 20 21:10:57 gentoo kernel: libphy: Fixed MDIO Bus: probed
Dec 20 21:10:57 gentoo kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 20 21:10:57 gentoo kernel: ehci-pci: EHCI PCI platform driver
Dec 20 21:10:57 gentoo kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec 20 21:10:57 gentoo kernel: ohci-pci: OHCI PCI platform driver
Dec 20 21:10:57 gentoo kernel: uhci_hcd: USB Universal Host Controller Interface driver
Dec 20 21:10:57 gentoo kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 21:10:57 gentoo kernel: Freeing initrd memory: 52032K
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 21:10:57 gentoo kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb1: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb1: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 20 21:10:57 gentoo kernel: hub 1-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 1-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 21:10:57 gentoo kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 21:10:57 gentoo kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb2: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb2: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 20 21:10:57 gentoo kernel: hub 2-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 2-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 21:10:57 gentoo kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb3: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb3: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 20 21:10:57 gentoo kernel: hub 3-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 3-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 21:10:57 gentoo kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 21:10:57 gentoo kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb4: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb4: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 20 21:10:57 gentoo kernel: hub 4-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 4-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 21:10:57 gentoo kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb5: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb5: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 20 21:10:57 gentoo kernel: hub 5-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 5-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 21:10:57 gentoo kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 21:10:57 gentoo kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb6: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb6: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 20 21:10:57 gentoo kernel: hub 6-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 6-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 21:10:57 gentoo kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb7: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb7: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 20 21:10:57 gentoo kernel: hub 7-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 7-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 21:10:57 gentoo kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 21:10:57 gentoo kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb8: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb8: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 20 21:10:57 gentoo kernel: hub 8-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 8-0:1.0: 2 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 20 21:10:57 gentoo kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb9: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb9: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 20 21:10:57 gentoo kernel: hub 9-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 9-0:1.0: 4 ports detected
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 20 21:10:57 gentoo kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 21:10:57 gentoo kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 21:10:57 gentoo kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 21:10:57 gentoo kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb usb10: Product: xHCI Host Controller
Dec 20 21:10:57 gentoo kernel: usb usb10: Manufacturer: Linux 5.15.10-gentoo-dist-hardened xhci-hcd
Dec 20 21:10:57 gentoo kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 20 21:10:57 gentoo kernel: hub 10-0:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 10-0:1.0: 4 ports detected
Dec 20 21:10:57 gentoo kernel: usbcore: registered new interface driver usbserial_generic
Dec 20 21:10:57 gentoo kernel: usbserial: USB Serial support registered for generic
Dec 20 21:10:57 gentoo kernel: mousedev: PS/2 mouse device common for all mice
Dec 20 21:10:57 gentoo kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Dec 20 21:10:57 gentoo kernel: device-mapper: uevent: version 1.0.3
Dec 20 21:10:57 gentoo kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
Dec 20 21:10:57 gentoo kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 20 21:10:57 gentoo kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 20 21:10:57 gentoo kernel: powernv_idle_driver registered
Dec 20 21:10:57 gentoo kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 20 21:10:57 gentoo kernel: usbcore: registered new interface driver usbhid
Dec 20 21:10:57 gentoo kernel: usbhid: USB HID core driver
Dec 20 21:10:57 gentoo kernel: drop_monitor: Initializing network drop monitor service
Dec 20 21:10:57 gentoo kernel: Initializing XFRM netlink socket
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_INET6 protocol family
Dec 20 21:10:57 gentoo kernel: Segment Routing with IPv6
Dec 20 21:10:57 gentoo kernel: RPL Segment Routing with IPv6
Dec 20 21:10:57 gentoo kernel: In-situ OAM (IOAM) with IPv6
Dec 20 21:10:57 gentoo kernel: mip6: Mobile IPv6
Dec 20 21:10:57 gentoo kernel: NET: Registered PF_PACKET protocol family
Dec 20 21:10:57 gentoo kernel: drmem: No dynamic reconfiguration memory found
Dec 20 21:10:57 gentoo kernel: registered taskstats version 1
Dec 20 21:10:57 gentoo kernel: Loading compiled-in X.509 certificates
Dec 20 21:10:57 gentoo kernel: zswap: loaded using pool lzo/zbud
Dec 20 21:10:57 gentoo kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 20 21:10:57 gentoo kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: usb 1-2: Product: USB 2.0 Hub
Dec 20 21:10:57 gentoo kernel: hub 1-2:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 1-2:1.0: 4 ports detected
Dec 20 21:10:57 gentoo kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 20 21:10:57 gentoo kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: usb 3-2: Product: CSR8510 A10
Dec 20 21:10:57 gentoo kernel: Key type ._fscrypt registered
Dec 20 21:10:57 gentoo kernel: Key type .fscrypt registered
Dec 20 21:10:57 gentoo kernel: Key type fscrypt-provisioning registered
Dec 20 21:10:57 gentoo kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
Dec 20 21:10:57 gentoo kernel: pstore: Using crash dump compression: deflate
Dec 20 21:10:57 gentoo kernel: Key type big_key registered
Dec 20 21:10:57 gentoo kernel: Key type encrypted registered
Dec 20 21:10:57 gentoo kernel: ima: No TPM chip found, activating TPM-bypass!
Dec 20 21:10:57 gentoo kernel: ima: Allocated hash algorithm: sha256
Dec 20 21:10:57 gentoo kernel: ima: No architecture policies found
Dec 20 21:10:57 gentoo kernel: evm: Initialising EVM extended attributes:
Dec 20 21:10:57 gentoo kernel: evm: security.selinux
Dec 20 21:10:57 gentoo kernel: evm: security.SMACK64 (disabled)
Dec 20 21:10:57 gentoo kernel: evm: security.SMACK64EXEC (disabled)
Dec 20 21:10:57 gentoo kernel: evm: security.SMACK64TRANSMUTE (disabled)
Dec 20 21:10:57 gentoo kernel: evm: security.SMACK64MMAP (disabled)
Dec 20 21:10:57 gentoo kernel: evm: security.apparmor (disabled)
Dec 20 21:10:57 gentoo kernel: evm: security.ima
Dec 20 21:10:57 gentoo kernel: evm: security.capability
Dec 20 21:10:57 gentoo kernel: evm: HMAC attrs: 0x1
Dec 20 21:10:57 gentoo kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 20 21:10:57 gentoo kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: usb 7-2: Product: USB2.0 Hub
Dec 20 21:10:57 gentoo kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 20 21:10:57 gentoo kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 20 21:10:57 gentoo kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 21:10:57 gentoo kernel: usb 9-3: Product: USB Virtual Hub
Dec 20 21:10:57 gentoo kernel: usb 9-3: Manufacturer: Aspeed
Dec 20 21:10:57 gentoo kernel: usb 9-3: SerialNumber: 00000000
Dec 20 21:10:57 gentoo kernel: Freeing unused kernel image (initmem) memory: 5268K
Dec 20 21:10:57 gentoo kernel: hub 7-2:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 7-2:1.0: 4 ports detected
Dec 20 21:10:57 gentoo kernel: hub 9-3:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 9-3:1.0: 5 ports detected
Dec 20 21:10:57 gentoo kernel: Checked W+X mappings: passed, no W+X pages found
Dec 20 21:10:57 gentoo kernel: Run /init as init process
Dec 20 21:10:57 gentoo kernel: with arguments:
Dec 20 21:10:57 gentoo kernel: /init
Dec 20 21:10:57 gentoo kernel: splash
Dec 20 21:10:57 gentoo kernel: with environment:
Dec 20 21:10:57 gentoo kernel: HOME=/
Dec 20 21:10:57 gentoo kernel: TERM=linux
Dec 20 21:10:57 gentoo kernel: crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
Dec 20 21:10:57 gentoo kernel: pstore: crypto_comp_decompress failed, ret = -22!
Dec 20 21:10:57 gentoo kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 20 21:10:57 gentoo kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: audit: type=1334 audit(1640063457.559:4): prog-id=1 op=LOAD
Dec 20 21:10:57 gentoo kernel: audit: type=1300 audit(1640063457.559:4): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc0f0c940 a2=78 a3=3fff9c0d95e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 21:10:57 gentoo kernel: audit: type=1327 audit(1640063457.559:4): proctitle=2F696E69740073706C617368
Dec 20 21:10:57 gentoo kernel: audit: type=1334 audit(1640063457.559:5): prog-id=0 op=UNLOAD
Dec 20 21:10:57 gentoo kernel: audit: type=1334 audit(1640063457.559:6): prog-id=2 op=LOAD
Dec 20 21:10:57 gentoo kernel: audit: type=1300 audit(1640063457.559:6): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc0f0c9e0 a2=78 a3=3fff9c0d95e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 21:10:57 gentoo kernel: audit: type=1327 audit(1640063457.559:6): proctitle=2F696E69740073706C617368
Dec 20 21:10:57 gentoo kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 20 21:10:57 gentoo kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 20 21:10:57 gentoo kernel: usb 10-2: Manufacturer: Generic
Dec 20 21:10:57 gentoo kernel: hub 10-2:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 10-2:1.0: 4 ports detected
Dec 20 21:10:57 gentoo kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 20 21:10:57 gentoo kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 20 21:10:57 gentoo kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 20 21:10:57 gentoo kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: usb 9-4: Product: USB2.0 Hub
Dec 20 21:10:57 gentoo kernel: hub 9-4:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 9-4:1.0: 4 ports detected
Dec 20 21:10:57 gentoo dracut-cmdline[1454]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=of
Dec 20 21:10:57 gentoo kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 20 21:10:57 gentoo kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 20 21:10:57 gentoo kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 20 21:10:57 gentoo kernel: hub 1-2.1:1.0: USB hub found
Dec 20 21:10:57 gentoo kernel: hub 1-2.1:1.0: 4 ports detected
Dec 20 21:10:58 gentoo kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 21:10:58 gentoo kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 20 21:10:58 gentoo kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 20 21:10:58 gentoo kernel: usb 9-3.1: Product: virtual_input
Dec 20 21:10:58 gentoo kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 20 21:10:58 gentoo kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 20 21:10:58 gentoo kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 20 21:10:58 gentoo kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 20 21:10:58 gentoo kernel: usb 6-1: SerialNumber: 20170920
Dec 20 21:10:58 gentoo kernel: [drm] amdgpu kernel modesetting enabled.
Dec 20 21:10:58 gentoo kernel: amdgpu: CRAT table disabled by module option
Dec 20 21:10:58 gentoo kernel: amdgpu: DSDT table not found for OEM information
Dec 20 21:10:58 gentoo kernel: amdgpu: IO link not available for non x86 platforms
Dec 20 21:10:58 gentoo kernel: amdgpu: IO link not available for non x86 platforms
Dec 20 21:10:58 gentoo kernel: amdgpu: Virtual CRAT table created for CPU
Dec 20 21:10:58 gentoo kernel: amdgpu: Topology: Add CPU node
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 20 21:10:58 gentoo kernel: [drm] register mmio base: 0x00000000
Dec 20 21:10:58 gentoo kernel: [drm] register mmio size: 524288
Dec 20 21:10:58 gentoo kernel: [drm] PCIE atomic ops is not supported
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 0 <nv_common>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 2 <navi10_ih>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 3 <psp>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 4 <smu>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 5 <dm>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 20 21:10:58 gentoo kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 20 21:10:58 gentoo kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 20 21:10:58 gentoo kernel: [drm] VCN decode is enabled in VM mode
Dec 20 21:10:58 gentoo kernel: [drm] VCN encode is enabled in VM mode
Dec 20 21:10:58 gentoo kernel: [drm] JPEG decode is enabled in VM mode
Dec 20 21:10:58 gentoo kernel: [drm] GPU posting now...
Dec 20 21:10:58 gentoo kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:02:00.0: BAR 15: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:01:00.0: BAR 15: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:00:00.0: BAR 15: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:00:00.0: BAR 15: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:01:00.0: BAR 15: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:02:00.0: BAR 15: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 21:10:58 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:58 gentoo kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 21:10:58 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 21:10:58 gentoo kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 21:10:58 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 21:10:58 gentoo kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 20 21:10:58 gentoo kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 20 21:10:58 gentoo kernel: [drm] RAM width 128bits GDDR6
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 20 21:10:58 gentoo kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 20 21:10:58 gentoo kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 20 21:10:58 gentoo kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 20 21:10:58 gentoo kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 20 21:10:58 gentoo kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 20 21:10:58 gentoo kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 20 21:10:58 gentoo kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 20 21:10:58 gentoo kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 20 21:10:58 gentoo kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 20 21:10:58 gentoo kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 20 21:10:58 gentoo kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 20 21:10:58 gentoo kernel: [drm] Display Core initialized with v3.2.149!
Dec 20 21:10:58 gentoo kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 20 21:10:58 gentoo kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 20 21:10:58 gentoo kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 20 21:10:58 gentoo kernel: [drm] JPEG decode initialized successfully.
Dec 20 21:10:58 gentoo kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 20 21:10:58 gentoo kernel: [drm] fb mappable at 0x6000000202000
Dec 20 21:10:58 gentoo kernel: [drm] vram apper at 0x6000000000000
Dec 20 21:10:58 gentoo kernel: [drm] size 29491200
Dec 20 21:10:58 gentoo kernel: [drm] fb depth is 24
Dec 20 21:10:58 gentoo kernel: [drm] pitch is 20480
Dec 20 21:10:58 gentoo kernel: fbcon: Deferring console take-over
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 20 21:10:58 gentoo kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 20 21:10:58 gentoo kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 20 21:10:58 gentoo kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 20 21:10:58 gentoo kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 20 21:10:58 gentoo kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 20 21:10:58 gentoo kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 20 21:10:58 gentoo kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 20 21:10:58 gentoo kernel: scsi host0: usb-storage 6-1:1.0
Dec 20 21:10:58 gentoo kernel: usbcore: registered new interface driver usb-storage
Dec 20 21:10:58 gentoo kernel: usbcore: registered new interface driver uas
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 20 21:10:58 gentoo kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 20 21:10:58 gentoo kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 20 21:10:58 gentoo kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 20 21:10:58 gentoo kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 21:10:58 gentoo kernel: random: crng init done
Dec 20 21:10:58 gentoo kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 20 21:10:58 gentoo kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 20 21:10:58 gentoo kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: nvme nvme0: pci function 0030:03:00.0
Dec 20 21:10:58 gentoo kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: nvme nvme1: pci function 0030:04:00.0
Dec 20 21:10:58 gentoo kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: nvme nvme2: pci function 0030:05:00.0
Dec 20 21:10:58 gentoo kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: nvme nvme3: pci function 0030:06:00.0
Dec 20 21:10:58 gentoo kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: aacraid: Comm Interface type3 enabled
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 20 21:10:58 gentoo kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 20 21:10:58 gentoo kernel: AAC0: monitor 0.0-0[0]
Dec 20 21:10:58 gentoo kernel: AAC0: bios 0.13-209[32000]
Dec 20 21:10:58 gentoo kernel: AAC0: serial 10F447
Dec 20 21:10:58 gentoo kernel: AAC0: Non-DASD support enabled.
Dec 20 21:10:58 gentoo kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 20 21:10:58 gentoo kernel: AAC0: 64bit support enabled.
Dec 20 21:10:58 gentoo kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 20 21:10:58 gentoo kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 20 21:10:58 gentoo kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 20 21:10:58 gentoo kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 20 21:10:58 gentoo kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 20 21:10:58 gentoo kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 20 21:10:58 gentoo kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 20 21:10:58 gentoo kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 20 21:10:58 gentoo kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 20 21:10:58 gentoo kernel: Loading firmware: cxgb4/t5fw.bin
Dec 20 21:10:58 gentoo kernel: cxgb4 0031:01:00.4: firmware on card (1.26.2.0) is older than the version supported with this driver, installing firmware 1.26.4.0 on card.
Dec 20 21:10:58 gentoo kernel: scsi host1: aacraid
Dec 20 21:10:59 gentoo kernel: scsi 1:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: Attached scsi generic sg0 type 0
Dec 20 21:10:59 gentoo kernel: scsi 1:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: Attached scsi generic sg1 type 0
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] 4096-byte physical blocks
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 20 21:10:59 gentoo kernel: scsi 1:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] 4096-byte physical blocks
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 20 21:10:59 gentoo kernel: scsi 1:2:2:0: Attached scsi generic sg2 type 0
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: scsi 1:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] 4096-byte physical blocks
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: Attached scsi generic sg3 type 0
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] 4096-byte physical blocks
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 20 21:10:59 gentoo kernel: scsi 1:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: Attached scsi generic sg4 type 0
Dec 20 21:10:59 gentoo kernel: scsi 1:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: Attached scsi generic sg5 type 0
Dec 20 21:10:59 gentoo kernel: scsi 1:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: [sde] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 20 21:10:59 gentoo kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 20 21:10:59 gentoo kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 21:10:59 gentoo kernel: usb 8-2: Product: USB3.0 Hub
Dec 20 21:10:59 gentoo kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: Attached scsi generic sg6 type 0
Dec 20 21:10:59 gentoo kernel: scsi 1:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 20 21:10:59 gentoo kernel: hub 8-2:1.0: USB hub found
Dec 20 21:10:59 gentoo kernel: hub 8-2:1.0: 4 ports detected
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 20 21:10:59 gentoo kernel: spl: loading out-of-tree module taints kernel.
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: Attached scsi generic sg7 type 0
Dec 20 21:10:59 gentoo kernel: scsi 1:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 20 21:10:59 gentoo kernel: sd 1:3:123:0: Attached scsi generic sg8 type 13
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: [sdf] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: [sdg] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sda: sda1 sda9
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: [sdh] Write Protect is off
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 20 21:10:59 gentoo kernel: sdb: sdb1 sdb9
Dec 20 21:10:59 gentoo kernel: sdd: sdd1 sdd9
Dec 20 21:10:59 gentoo kernel: sdc: sdc1 sdc9
Dec 20 21:10:59 gentoo kernel: sde: sde1 sde9
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 20 21:10:59 gentoo kernel: sd 1:2:0:0: [sda] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: sdg: sdg1 sdg9
Dec 20 21:10:59 gentoo kernel: sdh: sdh1 sdh9
Dec 20 21:10:59 gentoo kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 20 21:10:59 gentoo kernel: sd 1:2:1:0: [sdb] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: sd 1:2:3:0: [sdd] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: sdf: sdf1 sdf9
Dec 20 21:10:59 gentoo kernel: sd 1:2:2:0: [sdc] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: sd 1:2:4:0: [sde] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: Manufacturer: CPS
Dec 20 21:10:59 gentoo kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 20 21:10:59 gentoo kernel: sd 1:2:7:0: [sdh] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: sd 1:2:6:0: [sdg] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 20 21:10:59 gentoo kernel: sd 1:2:5:0: [sdf] Attached SCSI disk
Dec 20 21:10:59 gentoo kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 20 21:10:59 gentoo kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 20 21:10:59 gentoo kernel: scsi 0:0:0:0: Attached scsi generic sg9 type 0
Dec 20 21:10:59 gentoo kernel: sd 0:0:0:0: [sdi] Media removed, stopped polling
Dec 20 21:10:59 gentoo kernel: sd 0:0:0:0: [sdi] Attached SCSI removable disk
Dec 20 21:11:06 gentoo kernel: [drm] free PSP TMR buffer
Dec 20 21:11:38 gentoo kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 20 21:11:39 gentoo kernel: Loading firmware: cxgb4/t5-config.txt
Dec 20 21:11:39 gentoo kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 20 21:11:39 gentoo kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 20 21:11:40 gentoo kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 20 21:11:40 gentoo kernel: csiostor: Chelsio FCoE driver 1.0.0-ko
Dec 20 21:11:40 gentoo kernel: csiostor 0031:01:00.6: enabling device (0140 -> 0142)
Dec 20 21:11:40 gentoo kernel: csiostor 0031:01:00.6: Firmware revision: 1.26.4.0
Dec 20 21:11:40 gentoo kernel: csiostor 0031:01:00.6: PF: 6, Coming up as SLAVE, Master PF: 4, HW state: Initialized
Dec 20 21:11:40 gentoo kernel: csiostor 0031:01:00.6: No FCoE Initiator capability in the firmware.
Dec 20 21:11:40 gentoo kernel: csiostor 0031:01:00.6: probe of device failed: -19
Dec 20 21:11:40 gentoo kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 20 21:11:40 gentoo kernel: audit: type=1130 audit(1640063500.333:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 21:11:41 gentoo kernel: EEH: Recovering PHB#2-PE#fd
Dec 20 21:11:41 gentoo kernel: EEH: PE location: UOPWR.A100034-Node0-Builtin SAS, PHB location: N/A
Dec 20 21:11:41 gentoo kernel: EEH: Frozen PHB#2-PE#fd detected
Dec 20 21:11:41 gentoo kernel: EEH: Call Trace:
Dec 20 21:11:41 gentoo kernel: EEH: [00000000deb714c2] __eeh_send_failure_event+0x7c/0x160
Dec 20 21:11:41 gentoo kernel: EEH: [000000002fe88f0b] eeh_dev_check_failure+0x2b4/0x670
Dec 20 21:11:41 gentoo kernel: EEH: [00000000a866f0fb] aac_src_check_health+0x94/0xd0 [aacraid]
Dec 20 21:11:41 gentoo kernel: EEH: [000000002a4629e2] aac_command_thread+0x7cc/0xa70 [aacraid]
Dec 20 21:11:41 gentoo kernel: EEH: [00000000772b9dda] kthread+0x180/0x190
Dec 20 21:11:41 gentoo kernel: EEH: [00000000e864eee0] ret_from_kernel_thread+0x5c/0x64
Dec 20 21:11:41 gentoo kernel: EEH: This PCI device has failed 1 times in the last hour and will be permanently disabled after 5 failures.
Dec 20 21:11:41 gentoo kernel: EEH: Notify device drivers to shutdown
Dec 20 21:11:41 gentoo kernel: EEH: Beginning: 'error_detected(IO frozen)'
Dec 20 21:11:41 gentoo kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->error_detected(IO frozen)
Dec 20 21:11:41 gentoo kernel: aacraid 0002:01:00.0: aacraid: PCI error detected 2
Dec 20 21:11:41 gentoo kernel: sd 1:2:4:0: [sde] tag#88 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:5:0: [sdf] tag#188 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:4:0: [sde] tag#88 CDB: Read(10) 28 00 74 6f df c4 00 00 1c 00
Dec 20 21:11:41 gentoo kernel: sd 1:2:5:0: [sdf] tag#188 CDB: Read(10) 28 00 74 6f df c4 00 00 1c 00
Dec 20 21:11:41 gentoo kernel: sd 1:2:6:0: [sdg] tag#423 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sde, sector 15627910688 op 0x0:(READ) flags 0x700 phys_seg 2 prio class 0
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sdf, sector 15627910688 op 0x0:(READ) flags 0x700 phys_seg 1 prio class 0
Dec 20 21:11:41 gentoo kernel: sd 1:2:0:0: [sda] tag#204 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:7:0: [sdh] tag#203 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:0:0: [sda] tag#204 CDB: Read(10) 28 00 1d 1c 16 20 00 00 e0 00
Dec 20 21:11:41 gentoo kernel: sd 1:2:6:0: [sdg] tag#423 CDB: Read(10) 28 00 74 6f df 84 00 00 1c 00
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2666c6d98-part1 error=5 type=1 offset=8001481883648 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: sd 1:2:7:0: [sdh] tag#203 CDB: Read(10) 28 00 74 6f df c4 00 00 1c 00
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2565ab744-part1 error=5 type=1 offset=8001481883648 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sda, sector 488379936 op 0x0:(READ) flags 0x700 phys_seg 1 prio class 0
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sdg, sector 15627910176 op 0x0:(READ) flags 0x700 phys_seg 1 prio class 0
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sdh, sector 15627910688 op 0x0:(READ) flags 0x700 phys_seg 1 prio class 0
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca04db0d248-part1 error=5 type=1 offset=250049478656 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca26b5708c8-part1 error=5 type=1 offset=8001481883648 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca266d5c270-part1 error=5 type=1 offset=8001481621504 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: sd 1:2:1:0: [sdb] tag#993 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:6:0: [sdg] tag#424 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 20 21:11:41 gentoo kernel: sd 1:2:1:0: [sdb] tag#993 CDB: Read(10) 28 00 1d 1c 16 20 00 00 e0 00
Dec 20 21:11:41 gentoo kernel: sd 1:2:6:0: [sdg] tag#424 CDB: Read(10) 28 00 74 6f df c4 00 00 1c 00
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sdb, sector 488379936 op 0x0:(READ) flags 0x700 phys_seg 21 prio class 0
Dec 20 21:11:41 gentoo kernel: blk_update_request: I/O error, dev sdg, sector 15627910688 op 0x0:(READ) flags 0x700 phys_seg 1 prio class 0
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca04db12034-part1 error=5 type=1 offset=250049478656 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca266d5c270-part1 error=5 type=1 offset=8001481883648 size=114688 flags=80bc0
Dec 20 21:11:41 gentoo kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'need reset'
Dec 20 21:11:41 gentoo kernel: EEH: Finished:'error_detected(IO frozen)' with aggregate recovery state:'need reset'
Dec 20 21:11:41 gentoo kernel: EEH: Collect temporary log
Dec 20 21:11:41 gentoo kernel: EEH: of node=0002:01:00.0
Dec 20 21:11:41 gentoo kernel: EEH: PCI device/vendor: 028d9005
Dec 20 21:11:41 gentoo kernel: EEH: PCI cmd/status register: 00100146
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E capabilities and status follow:
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E 00: 00020010 000081a2 00002950 00437083
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E 10: 10820000 00000000 00000000 00000000
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E 20: 00000000
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E AER capability register set follows:
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E AER 00: 30020001 00000000 00400000 00462030
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E AER 10: 00000000 0000e000 000001e0 00000000
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E AER 20: 00000000 00000000 00000000 00000000
Dec 20 21:11:41 gentoo kernel: EEH: PCI-E AER 30: 00000000 00000000
Dec 20 21:11:41 gentoo kernel: PHB4 PHB#2 Diag-data (Version: 1)
Dec 20 21:11:41 gentoo kernel: brdgCtl: 00000002
Dec 20 21:11:41 gentoo kernel: RootSts: 00000040 00402000 e0820008 00100107 00000000
Dec 20 21:11:41 gentoo kernel: PhbSts: 0000001c00000000 0000001c00000000
Dec 20 21:11:41 gentoo kernel: Lem: 0000000000000080 0000000000000000 0000000000000080
Dec 20 21:11:41 gentoo kernel: PhbErr: 0000020000000000 0000020000000000 2148000098000240 a008400000000000
Dec 20 21:11:41 gentoo kernel: RxeTceErr: 2000000000000000 2000000000000000 40000000000000fd 0000000000000000
Dec 20 21:11:41 gentoo kernel: PE[0fd] A/B: 8000b03800000000 8000000000000000
Dec 20 21:11:41 gentoo kernel: EEH: Reset without hotplug activity
Dec 20 21:11:46 gentoo kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 20 21:11:46 gentoo kernel: EEH: Beginning: 'slot_reset'
Dec 20 21:11:46 gentoo kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->slot_reset()
Dec 20 21:11:46 gentoo kernel: aacraid 0002:01:00.0: aacraid: PCI error - slot reset
Dec 20 21:11:46 gentoo kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'recovered'
Dec 20 21:11:46 gentoo kernel: EEH: Finished:'slot_reset' with aggregate recovery state:'recovered'
Dec 20 21:11:46 gentoo kernel: EEH: Notify device driver to resume
Dec 20 21:11:46 gentoo kernel: EEH: Beginning: 'resume'
Dec 20 21:12:13 gentoo kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->resume()
Dec 20 21:12:13 gentoo kernel: audit: type=1130 audit(1640063533.686:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 21:12:13 gentoo kernel: audit: type=1130 audit(1640063533.723:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 21:12:13 gentoo kernel: audit: type=1131 audit(1640063533.723:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 21:12:13 gentoo kernel: audit: type=1130 audit(1640063533.776:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 21:12:13 gentoo kernel: audit: type=1334 audit(1640063533.816:35): prog-id=0 op=UNLOAD
Dec 20 21:12:13 gentoo kernel: audit: type=1334 audit(1640063533.819:36): prog-id=0 op=UNLOAD
Dec 20 21:12:14 gentoo kernel: audit: type=1334 audit(1640063534.349:37): prog-id=9 op=LOAD
Dec 20 21:12:14 gentoo kernel: audit: type=1300 audit(1640063534.349:37): arch=c0000015 syscall=361 success=yes exit=16 a0=5 a1=3fffc0f0c600 a2=78 a3=3fff9c0d95e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 21:12:14 gentoo kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 20 21:12:14 gentoo kernel: audit: kauditd hold queue overflow
Dec 20 21:12:14 gentoo systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 20 21:12:16 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 21:12:16 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 21:12:16 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 21:12:16 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 21:12:16 hydra kernel: fuse: init (API version 7.34)
Dec 20 21:12:16 hydra kernel: aacraid 0002:01:00.0: aacraid: PCI error - resume
Dec 20 21:12:16 hydra kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'none'
Dec 20 21:12:16 hydra kernel: EEH: Finished:'resume'
Dec 20 21:12:16 hydra kernel: EEH: Recovery successful.
Dec 20 21:12:17 hydra kernel: Bluetooth: Core ver 2.22
Dec 20 21:12:17 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 20 21:12:17 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 20 21:12:17 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 20 21:12:17 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 20 21:12:17 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 20 21:12:17 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 20 21:12:17 hydra kernel: [drm] PSP is resuming...
Dec 20 21:12:17 hydra kernel: usbcore: registered new interface driver btusb
Dec 20 21:12:17 hydra kernel: ses 1:3:123:0: Attached Enclosure device
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 20 21:12:17 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 20 21:12:17 hydra kernel: IPMI message handler: version 39.2
Dec 20 21:12:17 hydra kernel: ipmi device interface
Dec 20 21:12:17 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 20 21:12:17 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 20 21:12:17 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 20 21:12:17 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 20 21:12:17 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 20 21:12:17 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 20 21:12:17 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 20 21:12:17 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 20 21:12:17 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 20 21:12:17 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 20 21:12:17 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 20 21:12:17 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 20 21:12:17 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 20 21:12:17 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T05:12:17 UTC (1640063537)
Dec 20 21:12:17 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 20 21:12:17 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1 eth0: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1 eth0: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1 eth0: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 20 21:12:17 hydra kernel: at24 9-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: at24 9-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 20 21:12:17 hydra kernel: at24 10-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: at24 11-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: at24 11-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 20 21:12:17 hydra kernel: at24 12-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: at24 12-0050: 256 byte spd EEPROM, read-only
Dec 20 21:12:17 hydra kernel: at24 12-0051: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 20 21:12:17 hydra kernel: at24 12-0052: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth0
Dec 20 21:12:17 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 20 21:12:17 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 20 21:12:17 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 20 21:12:17 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 20 21:12:17 hydra kernel: at24 12-0052: 256 byte spd EEPROM, read-only
Dec 20 21:12:17 hydra kernel: at24 12-0053: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: ------------[ cut here ]------------
Dec 20 21:12:17 hydra kernel: WARNING: CPU: 47 PID: 4650 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0xbc8/0xbf0 [amdgpu]
Dec 20 21:12:17 hydra kernel: Modules linked in: at24(+) regmap_i2c crct10dif_vpmsum ofpart raid1 powernv_flash ipmi_powernv ipmi_devintf mtd ipmi_msghandler rtc_opal opal_prd i2c_opal tg3 ses enclosure btusb scsi_transport_sas btrtl btbcm btintel joydev bluetooth snd_hda_intel(+) snd_intel_dspcfg snd_hda_codec ecdh_generic rfkill snd_hda_core snd_hwdep snd_pcm snd_timer snd soundcore fuse csiostor zfs(O) zunicode(O) zzstd(O) zlua(O) zcommon(O) znvpair(O) zavl(O) icp(O) spl(O) vmx_crypto crc32c_vpmsum cxgb4 scsi_transport_fc tls nvme nvme_core aacraid uas usb_storage amdgpu drm_ttm_helper ttm mfd_core gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm i2c_core drm_panel_orientation_quirks
Dec 20 21:12:17 hydra kernel: CPU: 47 PID: 4650 Comm: systemd-udevd Tainted: G O T 5.15.10-gentoo-dist-hardened #1
Dec 20 21:12:17 hydra kernel: NIP: c00800001fddc340 LR: c00800001fddbee8 CTR: c00800001fddc2c0
Dec 20 21:12:17 hydra kernel: REGS: c0000007ca755f40 TRAP: 0700 Tainted: G O T (5.15.10-gentoo-dist-hardened)
Dec 20 21:12:17 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88228222 XER: 20040000
Dec 20 21:12:17 hydra kernel: CFAR: c00800001fddbf00 IRQMASK: 0
Dec 20 21:12:17 hydra kernel: NIP [c00800001fddc340] get_meta_and_pte_attr.constprop.0+0xbc8/0xbf0 [amdgpu]
Dec 20 21:12:17 hydra kernel: LR [c00800001fddbee8] get_meta_and_pte_attr.constprop.0+0x770/0xbf0 [amdgpu]
Dec 20 21:12:17 hydra kernel: Call Trace:
Dec 20 21:12:17 hydra kernel: [c0000007ca7561e0] [0000000000000001] 0x1 (unreliable)
Dec 20 21:12:17 hydra kernel: [c0000007ca756370] [c00800001fddc498] dml20v2_rq_dlg_get_rq_params+0x130/0x4c0 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca7564f0] [c00800001fddce80] dml20v2_rq_dlg_get_dlg_reg+0x258/0x2470 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756a10] [c00800001fd744b8] dcn20_calculate_dlg_params+0x490/0x590 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756b10] [c00800001fd74ec4] dcn20_validate_bandwidth_internal+0x90c/0xa40 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756c10] [c00800001fd75060] dcn20_validate_bandwidth_fp+0x68/0x140 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756c50] [c00800001fd75198] dcn20_validate_bandwidth+0x60/0xa0 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756ca0] [c00800001fe977d8] dc_validate_global_state+0x430/0x550 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756d40] [c00800001fcfa978] dm_gpureset_toggle_interrupts+0x2440/0x2640 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca756f00] [c00800001ec3bf90] drm_atomic_check_only+0x548/0xa90 [drm]
Dec 20 21:12:17 hydra kernel: [c0000007ca757000] [c00800001ec3c508] drm_atomic_commit+0x30/0xa0 [drm]
Dec 20 21:12:17 hydra kernel: [c0000007ca757070] [c00800001ec5e960] drm_client_modeset_commit_atomic+0x2c8/0x350 [drm]
Dec 20 21:12:17 hydra kernel: [c0000007ca757130] [c00800001ec5eb38] drm_client_modeset_commit_locked+0x80/0x240 [drm]
Dec 20 21:12:17 hydra kernel: [c0000007ca757180] [c00800001ec5ed40] drm_client_modeset_commit+0x48/0x90 [drm]
Dec 20 21:12:17 hydra kernel: [c0000007ca7571b0] [c00800001ed6e504] drm_fb_helper_set_par+0x14c/0x1a0 [drm_kms_helper]
Dec 20 21:12:17 hydra kernel: [c0000007ca757240] [c00800001ed6e654] drm_fb_helper_hotplug_event.part.0+0xfc/0x140 [drm_kms_helper]
Dec 20 21:12:17 hydra kernel: [c0000007ca7572b0] [c00800001ed4e534] drm_kms_helper_hotplug_event+0x4c/0x80 [drm_kms_helper]
Dec 20 21:12:17 hydra kernel: [c0000007ca7572e0] [c00800001fa06b58] amdgpu_device_resume+0x250/0x2f0 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca757370] [c00800001fa014cc] amdgpu_drm_ioctl+0x4b4/0x1270 [amdgpu]
Dec 20 21:12:17 hydra kernel: [c0000007ca7573b0] [c000000000a5fe28] pci_pm_runtime_resume+0x108/0x150
Dec 20 21:12:17 hydra kernel: [c0000007ca7573f0] [c000000000babcf8] __rpm_callback+0x98/0x260
Dec 20 21:12:17 hydra kernel: [c0000007ca757440] [c000000000babf54] rpm_callback+0x94/0xc0
Dec 20 21:12:17 hydra kernel: [c0000007ca757480] [c000000000bac6e0] rpm_resume+0x760/0xb30
Dec 20 21:12:17 hydra kernel: [c0000007ca757540] [c000000000bacb34] __pm_runtime_resume+0x84/0xe0
Dec 20 21:12:17 hydra kernel: [c0000007ca757580] [c000000000bae94c] pm_runtime_get_suppliers+0x8c/0x120
Dec 20 21:12:17 hydra kernel: [c0000007ca7575d0] [c000000000b8fe3c] __driver_probe_device+0x6c/0x240
Dec 20 21:12:17 hydra kernel: [c0000007ca757650] [c000000000b9006c] driver_probe_device+0x5c/0x140
Dec 20 21:12:17 hydra kernel: [c0000007ca757690] [c000000000b90c28] __driver_attach+0x118/0x290
Dec 20 21:12:17 hydra kernel: [c0000007ca757710] [c000000000b8bca8] bus_for_each_dev+0xb8/0x140
Dec 20 21:12:17 hydra kernel: [c0000007ca757770] [c000000000b8eb44] driver_attach+0x34/0x50
Dec 20 21:12:17 hydra kernel: [c0000007ca757790] [c000000000b8e1a0] bus_add_driver+0x1b0/0x2f0
Dec 20 21:12:17 hydra kernel: [c0000007ca757820] [c000000000b91e44] driver_register+0xb4/0x1c0
Dec 20 21:12:17 hydra kernel: [c0000007ca757890] [c000000000a5d8f8] __pci_register_driver+0x68/0x80
Dec 20 21:12:17 hydra kernel: [c0000007ca7578b0] [c00800004f3ef328] init_module+0x78/0x98 [snd_hda_intel]
Dec 20 21:12:17 hydra kernel: [c0000007ca7578e0] [c000000000012264] do_one_initcall+0x84/0x2f0
Dec 20 21:12:17 hydra kernel: [c0000007ca7579b0] [c00000000023dd1c] do_init_module+0x7c/0x3a0
Dec 20 21:12:17 hydra kernel: [c0000007ca757a40] [c000000000241408] load_module+0x31e8/0x3780
Dec 20 21:12:17 hydra kernel: [c0000007ca757c90] [c000000000241cd4] __do_sys_finit_module+0xd4/0x160
Dec 20 21:12:17 hydra kernel: [c0000007ca757db0] [c00000000002dd78] system_call_exception+0x188/0x360
Dec 20 21:12:17 hydra kernel: [c0000007ca757e10] [c00000000000c068] system_call_vectored_common+0xe8/0x278
Dec 20 21:12:17 hydra kernel: --- interrupt: 3000 at 0x3fff97f86ad4
Dec 20 21:12:17 hydra kernel: NIP: 00003fff97f86ad4 LR: 0000000000000000 CTR: 0000000000000000
Dec 20 21:12:17 hydra kernel: REGS: c0000007ca757e80 TRAP: 3000 Tainted: G O T (5.15.10-gentoo-dist-hardened)
Dec 20 21:12:17 hydra kernel: MSR: 900000000000d033 <SF,HV,EE,PR,ME,IR,DR,RI,LE> CR: 48222244 XER: 00000000
Dec 20 21:12:17 hydra kernel: IRQMASK: 0
Dec 20 21:12:17 hydra kernel: NIP [00003fff97f86ad4] 0x3fff97f86ad4
Dec 20 21:12:17 hydra kernel: LR [0000000000000000] 0x0
Dec 20 21:12:17 hydra kernel: --- interrupt: 3000
Dec 20 21:12:17 hydra kernel: Instruction dump:
Dec 20 21:12:17 hydra kernel: f9210060 4bfff69c 60000000 60000000 39200012 3ac00411 f9210060 3d220001
Dec 20 21:12:17 hydra kernel: c029bb28 4bfff67c 60000000 60000000 <0fe00000> 480f286d e8410018 39200005
Dec 20 21:12:17 hydra kernel: ---[ end trace 321a6494af3e5441 ]---
Dec 20 21:12:17 hydra kernel: at24 13-0054: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 20 21:12:17 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 20 21:12:17 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 20 21:12:17 hydra kernel: at24 13-0054: 256 byte spd EEPROM, read-only
Dec 20 21:12:17 hydra kernel: at24 13-0055: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 20 21:12:17 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 20 21:12:17 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops initialize_plane [amdgpu])
Dec 20 21:12:17 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 20 21:12:17 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 20 21:12:17 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 20 21:12:17 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 20 21:12:17 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 20 21:12:17 hydra kernel: at24 13-0056: supply vcc not found, using dummy regulator
Dec 20 21:12:17 hydra kernel: at24 13-0056: 256 byte spd EEPROM, read-only
Dec 20 21:12:17 hydra kernel: at24 13-0057: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 14-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 14-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 20 21:12:18 hydra kernel: at24 15-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 16-0050: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 16-0050: 256 byte spd EEPROM, read-only
Dec 20 21:12:18 hydra kernel: at24 16-0051: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 16-0052: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 16-0052: 256 byte spd EEPROM, read-only
Dec 20 21:12:18 hydra kernel: at24 16-0053: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 17-0054: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 17-0054: 256 byte spd EEPROM, read-only
Dec 20 21:12:18 hydra kernel: at24 17-0055: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 17-0056: supply vcc not found, using dummy regulator
Dec 20 21:12:18 hydra kernel: at24 17-0056: 256 byte spd EEPROM, read-only
Dec 20 21:12:18 hydra kernel: at24 17-0057: supply vcc not found, using dummy regulator
Dec 20 21:12:19 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 20 21:12:22 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 20 21:12:23 hydra systemd[1]: Startup finished in 5.441s (kernel) + 1min 17.479s (initrd) + 7.407s (userspace) = 1min 30.328s.
Dec 20 21:12:23 hydra kernel: fbcon: Taking over console
Dec 20 21:12:23 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 20 21:39:00 hydra sudo[12464]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/rm /etc/resolv.conf
Dec 20 21:39:18 hydra sudo[12561]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/ln -s ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Dec 20 21:39:38 hydra sudo[12669]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/vi /etc/fstab
Dec 20 21:39:49 hydra sudo[12793]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/mount /var/cache/distfiles
Dec 20 21:39:49 hydra kernel: FS-Cache: Loaded
Dec 20 21:39:49 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 20 21:39:49 hydra kernel: RPC: Registered udp transport module.
Dec 20 21:39:49 hydra kernel: RPC: Registered tcp transport module.
Dec 20 21:39:49 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 20 21:39:50 hydra kernel: FS-Cache: Netfs 'nfs' registered for caching
Dec 20 21:39:50 hydra kernel: Key type dns_resolver registered
Dec 20 21:39:50 hydra kernel: NFS: Registering the id_resolver key type
Dec 20 21:39:50 hydra kernel: Key type id_resolver registered
Dec 20 21:39:50 hydra kernel: Key type id_legacy registered
Dec 20 21:40:00 hydra sudo[12900]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/umount /var/cache/distfiles
Dec 20 21:40:06 hydra sudo[12967]: ya : TTY=pts/0 ; PWD=/var/db/repos/gentoo/sys-kernel/gentoo-kernel ; USER=root ; COMMAND=/usr/sbin/mount /var/cache/distfiles
Dec 20 23:21:24 hydra kernel: kauditd_printk_skb: 478 callbacks suppressed
Dec 20 23:21:24 hydra kernel: audit: type=1305 audit(1640071284.834:515): op=set audit_pid=0 old=5378 auid=4294967295 ses=4294967295 res=1
Dec 20 23:21:24 hydra kernel: audit: type=1300 audit(1640071284.834:515): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3fffd29639f4 a2=3c a3=0 items=0 ppid=1 pid=5378 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 20 23:21:24 hydra kernel: audit: type=1327 audit(1640071284.834:515): proctitle="/sbin/auditd"
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.888:516): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:21:24 hydra kernel: audit: type=1334 audit(1640071284.914:517): prog-id=0 op=UNLOAD
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.914:518): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.914:519): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.938:520): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.938:521): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:21:24 hydra kernel: audit: type=1131 audit(1640071284.938:522): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:25:21 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 20 23:25:21 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 20 23:25:21 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 20 23:25:21 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 20 23:25:21 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 20 23:25:21 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 20 23:25:21 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 20 23:25:21 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 20 23:25:21 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 20 23:25:21 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 20 23:25:21 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 20 23:25:21 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 20 23:25:21 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 20 23:25:21 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 20 23:25:21 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 20 23:25:21 hydra kernel: Found initrd at 0xc0000000049f0000:0xc00000000724f060
Dec 20 23:25:21 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 20 23:25:21 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 20 23:25:21 hydra kernel: Using PowerNV machine description
Dec 20 23:25:21 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 20 23:25:21 hydra kernel: CPU maps initialized for 4 threads per core
Dec 20 23:25:21 hydra kernel: (thread shift is 2)
Dec 20 23:25:21 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 20 23:25:21 hydra kernel: -----------------------------------------------------
Dec 20 23:25:21 hydra kernel: phys_mem_size = 0x8000000000
Dec 20 23:25:21 hydra kernel: dcache_bsize = 0x80
Dec 20 23:25:21 hydra kernel: icache_bsize = 0x80
Dec 20 23:25:21 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 20 23:25:21 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 20 23:25:21 hydra kernel: always = 0x0000000380008181
Dec 20 23:25:21 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 20 23:25:21 hydra kernel: mmu_features = 0x3c007641
Dec 20 23:25:21 hydra kernel: firmware_features = 0x0000000010000000
Dec 20 23:25:21 hydra kernel: vmalloc start = 0xc008000000000000
Dec 20 23:25:21 hydra kernel: IO start = 0xc00a000000000000
Dec 20 23:25:21 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 20 23:25:21 hydra kernel: -----------------------------------------------------
Dec 20 23:25:21 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 20 23:25:21 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 20 23:25:21 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 20 23:25:21 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 20 23:25:21 hydra kernel: rfi-flush: mttrig type flush available
Dec 20 23:25:21 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 20 23:25:21 hydra kernel: count-cache-flush: flush disabled.
Dec 20 23:25:21 hydra kernel: link-stack-flush: software flush enabled.
Dec 20 23:25:21 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 20 23:25:21 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 20 23:25:21 hydra kernel: stf-barrier: eieio barrier available
Dec 20 23:25:21 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 20 23:25:21 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 20 23:25:21 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 20 23:25:21 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 20 23:25:21 hydra kernel: barrier-nospec: patched 352 locations
Dec 20 23:25:21 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 20 23:25:21 hydra kernel: Memory hole size: 33292288MB
Dec 20 23:25:21 hydra kernel: Zone ranges:
Dec 20 23:25:21 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 20 23:25:21 hydra kernel: Movable zone start for each node
Dec 20 23:25:21 hydra kernel: Early memory node ranges
Dec 20 23:25:21 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 20 23:25:21 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 20 23:25:21 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 20 23:25:21 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 20 23:25:21 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 20 23:25:21 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 20 23:25:21 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 20 23:25:21 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 20 23:25:21 hydra kernel: Policy zone: Normal
Dec 20 23:25:21 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 quiet splash systemd.show_status=1
Dec 20 23:25:21 hydra kernel: audit: enabled (after initialization)
Dec 20 23:25:21 hydra kernel: Unknown kernel command line parameters "splash crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M", will be passed to user space.
Dec 20 23:25:21 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 20 23:25:21 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 20 23:25:21 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 20 23:25:21 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 20 23:25:21 hydra kernel: printk: early log buf free: 255112(97%)
Dec 20 23:25:21 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 20 23:25:21 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 20 23:25:21 hydra kernel: Memory: 0K/536870912K available (13508K kernel code, 1880K rwdata, 3720K rodata, 3148K init, 1020K bss, 9040152K reserved, 26853376K cma-reserved)
Dec 20 23:25:21 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 20 23:25:21 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 20 23:25:21 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 20 23:25:21 hydra kernel: rcu: RCU event tracing is enabled.
Dec 20 23:25:21 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 20 23:25:21 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 20 23:25:21 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 20 23:25:21 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 20 23:25:21 hydra kernel: xive: Using priority 7 for all interrupts
Dec 20 23:25:21 hydra kernel: xive: Using 4kB queues
Dec 20 23:25:21 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 20 23:25:21 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 20 23:25:21 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 20 23:25:21 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 20 23:25:21 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 20 23:25:21 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 20 23:25:21 hydra kernel: Console: colour dummy device 80x25
Dec 20 23:25:21 hydra kernel: printk: console [tty0] enabled
Dec 20 23:25:21 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 20 23:25:21 hydra kernel: printk: console [hvc0] enabled
Dec 20 23:25:21 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 20 23:25:21 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 20 23:25:21 hydra kernel: LSM: Security Framework initializing
Dec 20 23:25:21 hydra kernel: Yama: becoming mindful.
Dec 20 23:25:21 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 20 23:25:21 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 20 23:25:21 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: POWER9 performance monitor hardware support registered
Dec 20 23:25:21 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 20 23:25:21 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 20 23:25:21 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 20 23:25:21 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 20 23:25:21 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 20 23:25:21 hydra kernel: node 0 deferred pages initialised in 23642ms
Dec 20 23:25:21 hydra kernel: node 8 deferred pages initialised in 26516ms
Dec 20 23:25:21 hydra kernel: devtmpfs: initialized
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 20 23:25:21 hydra kernel: Using M64 #31 as default window
Dec 20 23:25:21 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 20 23:25:21 hydra kernel: Using M64 #31 as default window
Dec 20 23:25:21 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 20 23:25:21 hydra kernel: Using M64 #31 as default window
Dec 20 23:25:21 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 20 23:25:21 hydra kernel: Using M64 #15 as default window
Dec 20 23:25:21 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 20 23:25:21 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 20 23:25:21 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 20 23:25:21 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 20 23:25:21 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 20 23:25:21 hydra kernel: Using M64 #31 as default window
Dec 20 23:25:21 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 20 23:25:21 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 20 23:25:21 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 20 23:25:21 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 20 23:25:21 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 20 23:25:21 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 20 23:25:21 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 20 23:25:21 hydra kernel: audit: type=2000 audit(1640071517.959:1): state=initialized audit_enabled=1 res=1
Dec 20 23:25:21 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 20 23:25:21 hydra kernel: cpuidle: using governor menu
Dec 20 23:25:21 hydra kernel: EEH: PowerNV platform initialized
Dec 20 23:25:21 hydra kernel: PCI: Probing PCI hardware
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0000:00
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0001:00
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:02: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:03: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:04: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:05: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:06: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0002:00
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0003:00
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0004:00
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0005:00
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0030:00
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:03: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:05: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0030:06: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0031:00
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0032:00
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0032:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 20 23:25:21 hydra kernel: PCI host bridge to bus 0033:00
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: scanning bus
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 20 23:25:21 hydra kernel: pci_bus 0033:01: scanning bus
Dec 20 23:25:21 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 20 23:25:21 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 20 23:25:21 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 20 23:25:21 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 20 23:25:21 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 20 23:25:21 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 20 23:25:21 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 20 23:25:21 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 20 23:25:21 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 20 23:25:21 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 20 23:25:21 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 20 23:25:21 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 20 23:25:21 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 20 23:25:21 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 20 23:25:21 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 20 23:25:21 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 20 23:25:21 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 20 23:25:21 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 20 23:25:21 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 20 23:25:21 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 20 23:25:21 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 20 23:25:21 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 20 23:25:21 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 20 23:25:21 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 20 23:25:21 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 20 23:25:21 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 20 23:25:21 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 20 23:25:21 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 20 23:25:21 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 20 23:25:21 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 20 23:25:21 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 20 23:25:21 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 20 23:25:21 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 20 23:25:21 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 20 23:25:21 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 20 23:25:21 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 20 23:25:21 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 20 23:25:21 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 20 23:25:21 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 20 23:25:21 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 20 23:25:21 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 20 23:25:21 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 20 23:25:21 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 20 23:25:21 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 20 23:25:21 hydra kernel: PCI: Probing PCI hardware done
Dec 20 23:25:21 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 20 23:25:21 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 20 23:25:21 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 20 23:25:21 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 20 23:25:21 hydra kernel: Kprobes globally optimized
Dec 20 23:25:21 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 20 23:25:21 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 20 23:25:21 hydra kernel: iommu: Default domain type: Translated
Dec 20 23:25:21 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 20 23:25:21 hydra kernel: vgaarb: loaded
Dec 20 23:25:21 hydra kernel: SCSI subsystem initialized
Dec 20 23:25:21 hydra kernel: libata version 3.00 loaded.
Dec 20 23:25:21 hydra kernel: usbcore: registered new interface driver usbfs
Dec 20 23:25:21 hydra kernel: usbcore: registered new interface driver hub
Dec 20 23:25:21 hydra kernel: usbcore: registered new device driver usb
Dec 20 23:25:21 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 20 23:25:21 hydra kernel: clocksource: Switched to clocksource timebase
Dec 20 23:25:21 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 20 23:25:21 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 20 23:25:21 hydra kernel: NET: Registered PF_INET protocol family
Dec 20 23:25:21 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 20 23:25:21 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 20 23:25:21 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 20 23:25:21 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 20 23:25:21 hydra kernel: NET: Registered PF_XDP protocol family
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 20 23:25:21 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:21 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 20 23:25:21 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 20 23:25:21 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 20 23:25:21 hydra kernel: Initialise system trusted keyrings
Dec 20 23:25:21 hydra kernel: Key type blacklist registered
Dec 20 23:25:21 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 20 23:25:21 hydra kernel: zbud: loaded
Dec 20 23:25:21 hydra kernel: NET: Registered PF_ALG protocol family
Dec 20 23:25:21 hydra kernel: Key type asymmetric registered
Dec 20 23:25:21 hydra kernel: Asymmetric key parser 'x509' registered
Dec 20 23:25:21 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 20 23:25:21 hydra kernel: io scheduler bfq registered
Dec 20 23:25:21 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 20 23:25:21 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 20 23:25:21 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 20 23:25:21 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 20 23:25:21 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 20 23:25:21 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 20 23:25:21 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 20 23:25:21 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 20 23:25:21 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 20 23:25:21 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 20 23:25:21 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 20 23:25:21 hydra kernel: IPMI message handler: version 39.2
Dec 20 23:25:21 hydra kernel: ipmi device interface
Dec 20 23:25:21 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 20 23:25:21 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 20 23:25:21 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 20 23:25:21 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 20 23:25:21 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 20 23:25:21 hydra kernel: IPMI Watchdog: driver initialized
Dec 20 23:25:21 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 20 23:25:21 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 20 23:25:21 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 20 23:25:21 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 20 23:25:21 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 20 23:25:21 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 20 23:25:21 hydra kernel: Non-volatile memory driver v1.3
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:21 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:21 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:21 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 20 23:25:21 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 20 23:25:21 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 20 23:25:21 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 20 23:25:21 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 20 23:25:21 hydra kernel: random: fast init done
Dec 20 23:25:21 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 20 23:25:21 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 20 23:25:21 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 20 23:25:21 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 20 23:25:21 hydra kernel: Freeing initrd memory: 41340K
Dec 20 23:25:21 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 20 23:25:21 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 20 23:25:21 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 20 23:25:21 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 20 23:25:21 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 20 23:25:21 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 20 23:25:21 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 20 23:25:21 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 20 23:25:21 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 20 23:25:21 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 20 23:25:21 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 20 23:25:21 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T07:25:20 UTC (1640071520)
Dec 20 23:25:21 hydra kernel: audit: type=1332 audit(1640071520.500:2): sec=1 nsec=-324018335
Dec 20 23:25:21 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 20 23:25:21 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 20 23:25:21 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 20 23:25:21 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 20 23:25:21 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 20 23:25:21 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 20 23:25:21 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 20 23:25:21 hydra kernel: powernv_idle_driver registered
Dec 20 23:25:21 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 20 23:25:21 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 20 23:25:21 hydra kernel: usbcore: registered new interface driver usbhid
Dec 20 23:25:21 hydra kernel: usbhid: USB HID core driver
Dec 20 23:25:21 hydra kernel: IPv4 over IPsec tunneling driver
Dec 20 23:25:21 hydra kernel: Initializing XFRM netlink socket
Dec 20 23:25:21 hydra kernel: IPsec XFRM device driver
Dec 20 23:25:21 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 20 23:25:21 hydra kernel: Segment Routing with IPv6
Dec 20 23:25:21 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 20 23:25:21 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 20 23:25:21 hydra kernel: NET: Registered PF_KEY protocol family
Dec 20 23:25:21 hydra kernel: Key type dns_resolver registered
Dec 20 23:25:21 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 20 23:25:21 hydra kernel: registered taskstats version 1
Dec 20 23:25:21 hydra kernel: Loading compiled-in X.509 certificates
Dec 20 23:25:21 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 20 23:25:21 hydra kernel: Key type ._fscrypt registered
Dec 20 23:25:21 hydra kernel: Key type .fscrypt registered
Dec 20 23:25:21 hydra kernel: Key type fscrypt-provisioning registered
Dec 20 23:25:21 hydra kernel: Freeing unused kernel image (initmem) memory: 3148K
Dec 20 23:25:21 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 20 23:25:21 hydra kernel: Run /init as init process
Dec 20 23:25:21 hydra kernel: with arguments:
Dec 20 23:25:21 hydra kernel: /init
Dec 20 23:25:21 hydra kernel: splash
Dec 20 23:25:21 hydra kernel: with environment:
Dec 20 23:25:21 hydra kernel: HOME=/
Dec 20 23:25:21 hydra kernel: TERM=linux
Dec 20 23:25:21 hydra kernel: crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
Dec 20 23:25:21 hydra kernel: fbcon: Taking over console
Dec 20 23:25:21 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 20 23:25:21 hydra kernel: audit: type=1334 audit(1640071521.519:3): prog-id=1 op=LOAD
Dec 20 23:25:21 hydra kernel: audit: type=1300 audit(1640071521.519:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffe4a3e5e0 a2=78 a3=3fffa3c4a5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 23:25:21 hydra kernel: audit: type=1327 audit(1640071521.519:3): proctitle=2F696E69740073706C617368
Dec 20 23:25:21 hydra kernel: audit: type=1334 audit(1640071521.519:4): prog-id=0 op=UNLOAD
Dec 20 23:25:21 hydra kernel: audit: type=1334 audit(1640071521.519:5): prog-id=2 op=LOAD
Dec 20 23:25:21 hydra kernel: audit: type=1300 audit(1640071521.519:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffe4a3e680 a2=78 a3=3fffa3c4a5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 23:25:21 hydra kernel: audit: type=1327 audit(1640071521.519:5): proctitle=2F696E69740073706C617368
Dec 20 23:25:21 hydra kernel: audit: type=1334 audit(1640071521.520:6): prog-id=0 op=UNLOAD
Dec 20 23:25:21 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 20 23:25:21 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 20 23:25:21 hydra dracut-cmdline[1463]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=of
Dec 20 23:25:21 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 20 23:25:21 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 20 23:25:21 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 20 23:25:21 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 20 23:25:21 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 20 23:25:21 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 20 23:25:21 hydra kernel: amdgpu: Topology: Add CPU node
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:21 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 20 23:25:21 hydra kernel: [drm] register mmio base: 0x00000000
Dec 20 23:25:21 hydra kernel: [drm] register mmio size: 524288
Dec 20 23:25:21 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 3 <psp>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 4 <smu>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 5 <dm>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 20 23:25:21 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 20 23:25:21 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 20 23:25:21 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 20 23:25:21 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 20 23:25:21 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 20 23:25:21 hydra kernel: [drm] GPU posting now...
Dec 20 23:25:21 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 20 23:25:21 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 20 23:25:21 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 20 23:25:21 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 20 23:25:21 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 20 23:25:21 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 20 23:25:21 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 20 23:25:21 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 20 23:25:21 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 20 23:25:21 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 20 23:25:21 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 20 23:25:21 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 20 23:25:22 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 20 23:25:22 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 20 23:25:22 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 20 23:25:22 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 20 23:25:22 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 20 23:25:22 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 20 23:25:22 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 20 23:25:22 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 20 23:25:22 hydra kernel: [drm] size 88473600
Dec 20 23:25:22 hydra kernel: [drm] fb depth is 24
Dec 20 23:25:22 hydra kernel: [drm] pitch is 20480
Dec 20 23:25:22 hydra kernel: ------------[ cut here ]------------
Dec 20 23:25:22 hydra kernel: WARNING: CPU: 0 PID: 978 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 20 23:25:22 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 20 23:25:22 hydra kernel: CPU: 0 PID: 978 Comm: kworker/0:3 Tainted: G T 5.15.10-hydra #1
Dec 20 23:25:22 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 20 23:25:22 hydra kernel: NIP: c00800002018e9b0 LR: c00800002018e7c4 CTR: c00800002018e940
Dec 20 23:25:22 hydra kernel: REGS: c000000019e2e160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 20 23:25:22 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 20 23:25:22 hydra kernel: CFAR: c00800002018e7dc IRQMASK: 0
Dec 20 23:25:22 hydra kernel: NIP [c00800002018e9b0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 20 23:25:22 hydra kernel: LR [c00800002018e7c4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 20 23:25:22 hydra kernel: Call Trace:
Dec 20 23:25:22 hydra kernel: [c000000019e2e400] [0000000000000001] 0x1 (unreliable)
Dec 20 23:25:22 hydra kernel: [c000000019e2e540] [c00800002018eb00] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2e6c0] [c00800002018f444] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2ec50] [c0080000201286c8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2ed50] [c008000020129124] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2ee50] [c0080000201292b8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2ee90] [c008000020129400] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2eee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2ef80] [c0080000200b20e8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2f140] [c00800001efa9910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 20 23:25:22 hydra kernel: [c000000019e2f240] [c00800001efa9f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 20 23:25:22 hydra kernel: [c000000019e2f2b0] [c00800001efce2cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 20 23:25:22 hydra kernel: [c000000019e2f370] [c00800001efce4b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 20 23:25:22 hydra kernel: [c000000019e2f3c0] [c00800001efce708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 20 23:25:22 hydra kernel: [c000000019e2f3f0] [c00800001f0f2504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 20 23:25:22 hydra kernel: [c000000019e2f480] [c0000000007cea3c] fbcon_init+0x4dc/0x640
Dec 20 23:25:22 hydra kernel: [c000000019e2f560] [c00000000083984c] visual_init+0xec/0x180
Dec 20 23:25:22 hydra kernel: [c000000019e2f5a0] [c00000000083d1b4] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 20 23:25:22 hydra kernel: [c000000019e2f660] [c00000000083d548] do_take_over_console+0x1b8/0x330
Dec 20 23:25:22 hydra kernel: [c000000019e2f710] [c0000000007ca08c] do_fbcon_takeover+0x10c/0x2a0
Dec 20 23:25:22 hydra kernel: [c000000019e2f730] [c0000000007bf544] register_framebuffer+0x394/0x470
Dec 20 23:25:22 hydra kernel: [c000000019e2f820] [c00800001f0efe08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 20 23:25:22 hydra kernel: [c000000019e2f900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2f950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2faa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2fb20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 20 23:25:22 hydra kernel: [c000000019e2fbc0] [c000000000785140] local_pci_probe+0x60/0x130
Dec 20 23:25:22 hydra kernel: [c000000019e2fc40] [c00000000011d410] work_for_cpu_fn+0x30/0x60
Dec 20 23:25:22 hydra kernel: [c000000019e2fc70] [c000000000121d70] process_one_work+0x2a0/0x490
Dec 20 23:25:22 hydra kernel: [c000000019e2fd10] [c0000000001221f0] worker_thread+0x290/0x5e0
Dec 20 23:25:22 hydra kernel: [c000000019e2fda0] [c00000000012fc08] kthread+0x178/0x180
Dec 20 23:25:22 hydra kernel: [c000000019e2fe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 20 23:25:22 hydra kernel: Instruction dump:
Dec 20 23:25:22 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 20 23:25:22 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3ccd e8410018 3b800005
Dec 20 23:25:22 hydra kernel: ---[ end trace 80bc7bfc2b19541c ]---
Dec 20 23:25:22 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 20 23:25:22 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 20 23:25:22 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 20 23:25:22 hydra kernel: random: crng init done
Dec 20 23:25:22 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 23:25:22 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 20 23:25:22 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 20 23:25:22 hydra kernel: PTP clock support registered
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 20 23:25:22 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 20 23:25:22 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 20 23:25:22 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 23:25:22 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 20 23:25:22 hydra kernel: hub 1-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 23:25:22 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 23:25:22 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 20 23:25:22 hydra kernel: hub 2-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 23:25:22 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 20 23:25:22 hydra kernel: hub 3-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 23:25:22 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 23:25:22 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 20 23:25:22 hydra kernel: hub 4-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 23:25:22 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 23:25:22 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 20 23:25:22 hydra kernel: hub 5-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 23:25:22 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 23:25:22 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 23:25:22 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:22 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:22 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 20 23:25:22 hydra kernel: hub 6-0:1.0: USB hub found
Dec 20 23:25:22 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:22 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 20 23:25:22 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 20 23:25:23 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 20 23:25:23 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 23:25:23 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:23 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:23 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 20 23:25:23 hydra kernel: hub 7-0:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 20 23:25:23 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 20 23:25:23 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 23:25:23 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 23:25:23 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 23:25:23 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:23 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:23 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 20 23:25:23 hydra kernel: hub 8-0:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 20 23:25:23 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 20 23:25:23 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:23 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:23 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 20 23:25:23 hydra kernel: hub 9-0:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 20 23:25:23 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 20 23:25:23 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 20 23:25:23 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 20 23:25:23 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:23 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 20 23:25:23 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 20 23:25:23 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 20 23:25:23 hydra kernel: hub 10-0:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 20 23:25:23 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 20 23:25:23 hydra kernel: hub 1-2:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 20 23:25:23 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 20 23:25:23 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 20 23:25:23 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 20 23:25:23 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 20 23:25:23 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 20 23:25:23 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 20 23:25:23 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 20 23:25:23 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 20 23:25:23 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 20 23:25:23 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 20 23:25:23 hydra kernel: hub 7-2:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: hub 9-3:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 20 23:25:23 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 23:25:23 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 20 23:25:23 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 20 23:25:23 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 20 23:25:23 hydra kernel: hub 10-2:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 20 23:25:23 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 20 23:25:23 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 20 23:25:23 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 20 23:25:23 hydra kernel: kauditd_printk_skb: 36 callbacks suppressed
Dec 20 23:25:23 hydra kernel: audit: type=1130 audit(1640071523.912:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:25:23 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 20 23:25:23 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 20 23:25:23 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 20 23:25:23 hydra kernel: hub 8-2:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 20 23:25:23 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 20 23:25:23 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 20 23:25:23 hydra kernel: hub 9-4:1.0: USB hub found
Dec 20 23:25:23 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 20 23:25:23 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 20 23:25:24 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 20 23:25:24 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 20 23:25:24 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 20 23:25:24 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 20 23:25:24 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 20 23:25:24 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 20 23:25:24 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 20 23:25:24 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 20 23:25:24 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 20 23:25:24 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 20 23:25:24 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 20 23:25:24 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 20 23:25:24 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 20 23:25:24 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 20 23:25:24 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 20 23:25:24 hydra kernel: hid-generic 0003:0764:0601.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 20 23:25:24 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0002/input/input0
Dec 20 23:25:24 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 20 23:25:24 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 20 23:25:24 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 20 23:25:24 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 20 23:25:24 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 20 23:25:24 hydra kernel: scsi host0: usb-storage 6-1:1.0
Dec 20 23:25:24 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 20 23:25:24 hydra kernel: usbcore: registered new interface driver uas
Dec 20 23:25:24 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 20 23:25:24 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0003/input/input1
Dec 20 23:25:24 hydra kernel: hid-generic 0003:1D6B:0104.0003: input,hidraw2: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 20 23:25:24 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 20 23:25:24 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 20 23:25:24 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 20 23:25:24 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 20 23:25:24 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0004/input/input2
Dec 20 23:25:24 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 20 23:25:24 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input3
Dec 20 23:25:24 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input4
Dec 20 23:25:24 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hidraw4: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 20 23:25:24 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input5
Dec 20 23:25:24 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input6
Dec 20 23:25:24 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input7
Dec 20 23:25:24 hydra kernel: hid-generic 0003:04D9:4545.0006: input,hiddev97,hidraw5: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 20 23:25:25 hydra kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 20 23:25:25 hydra kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 20 23:25:25 hydra kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Dec 20 23:25:25 hydra kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 20 23:25:27 hydra kernel: audit: type=1130 audit(1640071527.081:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 20 23:25:27 hydra kernel: audit: type=1130 audit(1640071527.105:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:25:27 hydra kernel: audit: type=1131 audit(1640071527.105:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:25:27 hydra kernel: audit: type=1130 audit(1640071527.158:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:25:27 hydra kernel: audit: type=1334 audit(1640071527.217:34): prog-id=0 op=UNLOAD
Dec 20 23:25:27 hydra kernel: audit: type=1334 audit(1640071527.231:35): prog-id=0 op=UNLOAD
Dec 20 23:25:27 hydra kernel: audit: type=1334 audit(1640071527.596:36): prog-id=9 op=LOAD
Dec 20 23:25:27 hydra kernel: audit: type=1300 audit(1640071527.596:36): arch=c0000015 syscall=361 success=yes exit=16 a0=5 a1=3fffe4a3e2a0 a2=78 a3=3fffa3c4a5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 23:25:27 hydra kernel: audit: type=1327 audit(1640071527.596:36): proctitle=2F696E69740073706C617368
Dec 20 23:25:27 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 20 23:25:29 hydra kernel: kauditd_printk_skb: 183 callbacks suppressed
Dec 20 23:25:29 hydra kernel: audit: type=1334 audit(1640071529.292:78): prog-id=17 op=LOAD
Dec 20 23:25:29 hydra kernel: audit: audit_lost=65 audit_rate_limit=0 audit_backlog_limit=64
Dec 20 23:25:29 hydra kernel: audit: kauditd hold queue overflow
Dec 20 23:25:29 hydra kernel: audit: type=1300 audit(1640071529.292:78): arch=c0000015 syscall=361 success=yes exit=25 a0=5 a1=3fffef30cae0 a2=78 a3=3fff8bca95e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 20 23:25:29 hydra kernel: audit: audit_lost=66 audit_rate_limit=0 audit_backlog_limit=64
Dec 20 23:25:29 hydra kernel: audit: kauditd hold queue overflow
Dec 20 23:25:29 hydra kernel: audit: type=1327 audit(1640071529.292:78): proctitle=2F696E69740073706C617368
Dec 20 23:25:29 hydra kernel: audit: audit_lost=67 audit_rate_limit=0 audit_backlog_limit=64
Dec 20 23:25:29 hydra kernel: audit: kauditd hold queue overflow
Dec 20 23:25:29 hydra kernel: audit: audit_lost=68 audit_rate_limit=0 audit_backlog_limit=64
Dec 20 23:25:29 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 23:25:29 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 23:25:29 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 23:25:29 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 20 23:25:29 hydra kernel: fuse: init (API version 7.34)
Dec 20 23:25:29 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 20 23:25:29 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 20 23:25:29 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 20 23:25:29 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 20 23:25:29 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 20 23:25:29 hydra kernel: Bluetooth: Core ver 2.22
Dec 20 23:25:29 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 20 23:25:29 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 20 23:25:29 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 20 23:25:29 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 20 23:25:29 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 20 23:25:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 20 23:25:29 hydra kernel: usbcore: registered new interface driver btusb
Dec 20 23:25:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 20 23:25:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 20 23:25:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 20 23:25:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 20 23:25:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 20 23:25:29 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 20 23:25:29 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 20 23:25:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 20 23:25:29 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 20 23:25:30 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 20 23:25:30 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 20 23:25:30 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 20 23:25:30 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 20 23:25:30 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 20 23:25:30 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 20 23:25:30 hydra kernel: RPC: Registered udp transport module.
Dec 20 23:25:30 hydra kernel: RPC: Registered tcp transport module.
Dec 20 23:25:30 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 20 23:25:30 hydra kernel: NFS: Registering the id_resolver key type
Dec 20 23:25:30 hydra kernel: Key type id_resolver registered
Dec 20 23:25:30 hydra kernel: Key type id_legacy registered
Dec 20 23:25:33 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 20 23:25:34 hydra systemd[1]: Startup finished in 31.717s (kernel) + 6.752s (initrd) + 5.873s (userspace) = 44.343s.
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 20 23:25:41 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 20 23:56:42 hydra kernel: kauditd_printk_skb: 280 callbacks suppressed
Dec 20 23:56:42 hydra kernel: audit: type=1305 audit(1640073402.539:303): op=set audit_pid=0 old=4618 auid=4294967295 ses=4294967295 res=1
Dec 20 23:56:42 hydra kernel: audit: type=1300 audit(1640073402.539:303): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3ffff4aedcb4 a2=3c a3=0 items=0 ppid=1 pid=4618 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 20 23:56:42 hydra kernel: audit: type=1327 audit(1640073402.539:303): proctitle="/sbin/auditd"
Dec 20 23:56:42 hydra kernel: audit: type=1131 audit(1640073402.542:304): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:42 hydra kernel: audit: type=1131 audit(1640073402.543:305): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:42 hydra kernel: audit: type=1334 audit(1640073402.552:306): prog-id=0 op=UNLOAD
Dec 20 23:56:43 hydra kernel: audit: type=1131 audit(1640073403.703:307): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:43 hydra kernel: audit: type=1130 audit(1640073403.736:308): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-switch-root-initramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:43 hydra kernel: audit: type=1131 audit(1640073403.759:309): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-997036d0\x2d059c\x2d4ca0\x2dac07\x2d499c46d733e7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:44 hydra kernel: audit: type=1131 audit(1640073404.498:310): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 20 23:56:44 hydra kernel: IPMI Watchdog: Unexpected close, not stopping watchdog!
Dec 21 00:00:41 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 00:00:41 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 00:00:41 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 00:00:41 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 00:00:41 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 00:00:41 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 00:00:41 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 00:00:41 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 00:00:41 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 00:00:41 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 00:00:41 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 00:00:41 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 00:00:41 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 00:00:41 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 00:00:41 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 00:00:41 hydra kernel: Found initrd at 0xc0000000049f0000:0xc0000000072c6428
Dec 21 00:00:41 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 00:00:41 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 00:00:41 hydra kernel: Using PowerNV machine description
Dec 21 00:00:41 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 00:00:41 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 00:00:41 hydra kernel: (thread shift is 2)
Dec 21 00:00:41 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 00:00:41 hydra kernel: -----------------------------------------------------
Dec 21 00:00:41 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 00:00:41 hydra kernel: dcache_bsize = 0x80
Dec 21 00:00:41 hydra kernel: icache_bsize = 0x80
Dec 21 00:00:41 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 00:00:41 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 00:00:41 hydra kernel: always = 0x0000000380008181
Dec 21 00:00:41 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 00:00:41 hydra kernel: mmu_features = 0x3c007641
Dec 21 00:00:41 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 00:00:41 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 00:00:41 hydra kernel: IO start = 0xc00a000000000000
Dec 21 00:00:41 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 00:00:41 hydra kernel: -----------------------------------------------------
Dec 21 00:00:41 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 00:00:41 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 00:00:41 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 00:00:41 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 00:00:41 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 00:00:41 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 00:00:41 hydra kernel: count-cache-flush: flush disabled.
Dec 21 00:00:41 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 00:00:41 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 00:00:41 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 00:00:41 hydra kernel: stf-barrier: eieio barrier available
Dec 21 00:00:41 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 00:00:41 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 00:00:41 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 00:00:41 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 00:00:41 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 00:00:41 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 00:00:41 hydra kernel: Memory hole size: 33292288MB
Dec 21 00:00:41 hydra kernel: Zone ranges:
Dec 21 00:00:41 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 00:00:41 hydra kernel: Movable zone start for each node
Dec 21 00:00:41 hydra kernel: Early memory node ranges
Dec 21 00:00:41 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:00:41 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:00:41 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:00:41 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:00:41 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 00:00:41 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 00:00:41 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 00:00:41 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 00:00:41 hydra kernel: Policy zone: Normal
Dec 21 00:00:41 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 00:00:41 hydra kernel: audit: enabled (after initialization)
Dec 21 00:00:41 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 00:00:41 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 00:00:41 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 00:00:41 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 00:00:41 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 00:00:41 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 00:00:41 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 00:00:41 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 00:00:41 hydra kernel: Memory: 0K/536870912K available (13508K kernel code, 1880K rwdata, 3720K rodata, 3148K init, 1020K bss, 9040628K reserved, 26853376K cma-reserved)
Dec 21 00:00:41 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 00:00:41 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 00:00:41 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 00:00:41 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 00:00:41 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 00:00:41 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 00:00:41 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 00:00:41 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 00:00:41 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 00:00:41 hydra kernel: xive: Using 4kB queues
Dec 21 00:00:41 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 00:00:41 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 00:00:41 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 00:00:41 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 00:00:41 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 00:00:41 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 00:00:41 hydra kernel: Console: colour dummy device 80x25
Dec 21 00:00:41 hydra kernel: printk: console [tty0] enabled
Dec 21 00:00:41 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 00:00:41 hydra kernel: printk: console [hvc0] enabled
Dec 21 00:00:41 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 00:00:41 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 00:00:41 hydra kernel: LSM: Security Framework initializing
Dec 21 00:00:41 hydra kernel: Yama: becoming mindful.
Dec 21 00:00:41 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 00:00:41 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 00:00:41 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 00:00:41 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 00:00:41 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 00:00:41 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 00:00:41 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 00:00:41 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 00:00:41 hydra kernel: node 0 deferred pages initialised in 23576ms
Dec 21 00:00:41 hydra kernel: node 8 deferred pages initialised in 26579ms
Dec 21 00:00:41 hydra kernel: devtmpfs: initialized
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 00:00:41 hydra kernel: Using M64 #31 as default window
Dec 21 00:00:41 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 00:00:41 hydra kernel: Using M64 #31 as default window
Dec 21 00:00:41 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 00:00:41 hydra kernel: Using M64 #31 as default window
Dec 21 00:00:41 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 00:00:41 hydra kernel: Using M64 #15 as default window
Dec 21 00:00:41 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 00:00:41 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 00:00:41 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 00:00:41 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 00:00:41 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 00:00:41 hydra kernel: Using M64 #31 as default window
Dec 21 00:00:41 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:00:41 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:00:41 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 00:00:41 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 00:00:41 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 00:00:41 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 00:00:41 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 00:00:41 hydra kernel: audit: type=2000 audit(1640073634.041:1): state=initialized audit_enabled=1 res=1
Dec 21 00:00:41 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 00:00:41 hydra kernel: cpuidle: using governor menu
Dec 21 00:00:41 hydra kernel: EEH: PowerNV platform initialized
Dec 21 00:00:41 hydra kernel: PCI: Probing PCI hardware
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:00:41 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 00:00:41 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 00:00:41 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:00:41 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 00:00:41 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 00:00:41 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 00:00:41 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 00:00:41 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 00:00:41 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 00:00:41 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 00:00:41 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 00:00:41 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 00:00:41 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 00:00:41 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 00:00:41 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 00:00:41 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 00:00:41 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 00:00:41 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 00:00:41 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 00:00:41 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 00:00:41 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 00:00:41 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 00:00:41 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 00:00:41 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 00:00:41 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 00:00:41 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 00:00:41 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 00:00:41 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 00:00:41 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 00:00:41 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 00:00:41 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 00:00:41 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 00:00:41 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 00:00:41 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 00:00:41 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 00:00:41 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 00:00:41 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 00:00:41 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:00:41 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 00:00:41 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 00:00:41 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:00:41 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 00:00:41 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 00:00:41 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:00:41 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 00:00:41 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:00:41 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 00:00:41 hydra kernel: PCI: Probing PCI hardware done
Dec 21 00:00:41 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 00:00:41 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 00:00:41 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 00:00:41 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 00:00:41 hydra kernel: Kprobes globally optimized
Dec 21 00:00:41 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 00:00:41 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 00:00:41 hydra kernel: iommu: Default domain type: Translated
Dec 21 00:00:41 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 00:00:41 hydra kernel: vgaarb: loaded
Dec 21 00:00:41 hydra kernel: SCSI subsystem initialized
Dec 21 00:00:41 hydra kernel: libata version 3.00 loaded.
Dec 21 00:00:41 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 00:00:41 hydra kernel: usbcore: registered new interface driver hub
Dec 21 00:00:41 hydra kernel: usbcore: registered new device driver usb
Dec 21 00:00:41 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 00:00:41 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 00:00:41 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 00:00:41 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 00:00:41 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 00:00:41 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 00:00:41 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 00:00:41 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:00:41 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 00:00:41 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 00:00:41 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:41 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:00:41 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 00:00:41 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 00:00:41 hydra kernel: Initialise system trusted keyrings
Dec 21 00:00:41 hydra kernel: Key type blacklist registered
Dec 21 00:00:41 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 00:00:41 hydra kernel: zbud: loaded
Dec 21 00:00:41 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 00:00:41 hydra kernel: Key type asymmetric registered
Dec 21 00:00:41 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 00:00:41 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 00:00:41 hydra kernel: io scheduler bfq registered
Dec 21 00:00:41 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 00:00:41 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 00:00:41 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 00:00:41 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 00:00:41 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 00:00:41 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 00:00:41 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 00:00:41 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 00:00:41 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 00:00:41 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 00:00:41 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 00:00:41 hydra kernel: IPMI message handler: version 39.2
Dec 21 00:00:41 hydra kernel: ipmi device interface
Dec 21 00:00:41 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 00:00:41 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 00:00:41 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 00:00:41 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 00:00:41 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 00:00:41 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 00:00:41 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 00:00:41 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 00:00:41 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 00:00:41 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 00:00:41 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 00:00:41 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 00:00:41 hydra kernel: Non-volatile memory driver v1.3
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:41 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:41 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:00:41 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 00:00:41 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 00:00:41 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 00:00:41 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 00:00:41 hydra kernel: random: fast init done
Dec 21 00:00:41 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 00:00:41 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 00:00:41 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 00:00:41 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 00:00:41 hydra kernel: Freeing initrd memory: 41816K
Dec 21 00:00:41 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 00:00:41 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 00:00:41 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 00:00:41 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 00:00:41 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 00:00:41 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 00:00:41 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 00:00:41 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 00:00:41 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 00:00:41 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 00:00:41 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 00:00:41 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T08:00:36 UTC (1640073636)
Dec 21 00:00:41 hydra kernel: audit: type=1332 audit(1640073636.500:2): sec=1 nsec=-420019039
Dec 21 00:00:41 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 00:00:41 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:00:41 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 00:00:41 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:00:41 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 00:00:41 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 00:00:41 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 00:00:41 hydra kernel: powernv_idle_driver registered
Dec 21 00:00:41 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 00:00:41 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 00:00:41 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 00:00:41 hydra kernel: usbhid: USB HID core driver
Dec 21 00:00:41 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 00:00:41 hydra kernel: Initializing XFRM netlink socket
Dec 21 00:00:41 hydra kernel: IPsec XFRM device driver
Dec 21 00:00:41 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 00:00:41 hydra kernel: Segment Routing with IPv6
Dec 21 00:00:41 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 00:00:41 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 00:00:41 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 00:00:41 hydra kernel: Key type dns_resolver registered
Dec 21 00:00:41 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 00:00:41 hydra kernel: registered taskstats version 1
Dec 21 00:00:41 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 00:00:41 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 00:00:41 hydra kernel: Key type ._fscrypt registered
Dec 21 00:00:41 hydra kernel: Key type .fscrypt registered
Dec 21 00:00:41 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 00:00:41 hydra kernel: Freeing unused kernel image (initmem) memory: 3148K
Dec 21 00:00:41 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 00:00:41 hydra kernel: Run /init as init process
Dec 21 00:00:41 hydra kernel: with arguments:
Dec 21 00:00:41 hydra kernel: /init
Dec 21 00:00:41 hydra kernel: splash
Dec 21 00:00:41 hydra kernel: with environment:
Dec 21 00:00:41 hydra kernel: HOME=/
Dec 21 00:00:41 hydra kernel: TERM=linux
Dec 21 00:00:41 hydra kernel: crashkernel=4096M
Dec 21 00:00:41 hydra kernel: fbcon: Taking over console
Dec 21 00:00:41 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:00:41 hydra kernel: audit: type=1334 audit(1640073641.551:3): prog-id=1 op=LOAD
Dec 21 00:00:41 hydra kernel: audit: type=1300 audit(1640073641.551:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffd977a830 a2=78 a3=3fffa1a6c5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:00:41 hydra kernel: audit: type=1327 audit(1640073641.551:3): proctitle=2F696E69740073706C617368
Dec 21 00:00:41 hydra kernel: audit: type=1334 audit(1640073641.551:4): prog-id=0 op=UNLOAD
Dec 21 00:00:41 hydra kernel: audit: type=1334 audit(1640073641.551:5): prog-id=2 op=LOAD
Dec 21 00:00:41 hydra kernel: audit: type=1300 audit(1640073641.551:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffd977a8d0 a2=78 a3=3fffa1a6c5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:00:41 hydra kernel: audit: type=1327 audit(1640073641.551:5): proctitle=2F696E69740073706C617368
Dec 21 00:00:41 hydra kernel: audit: type=1334 audit(1640073641.551:6): prog-id=0 op=UNLOAD
Dec 21 00:00:41 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 00:00:41 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:00:41 hydra kernel: audit: type=1335 audit(1640073641.696:7): pid=1 uid=0 auid=4294967295 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" nl-mcgrp=1 op=connect res=1
Dec 21 00:00:41 hydra kernel: audit: type=1300 audit(1640073641.696:7): arch=c0000015 syscall=327 success=yes exit=0 a0=1a a1=167b96bd0 a2=c a3=3fffd977a1b4 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:00:41 hydra dracut-cmdline[1466]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 00:00:41 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 00:00:41 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 00:00:41 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 00:00:41 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:00:41 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:00:41 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 00:00:41 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 00:00:41 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:41 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:41 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 00:00:41 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 00:00:41 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 00:00:41 hydra kernel: [drm] register mmio size: 524288
Dec 21 00:00:41 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 00:00:41 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 00:00:42 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 00:00:42 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 00:00:42 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 00:00:42 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 00:00:42 hydra kernel: [drm] GPU posting now...
Dec 21 00:00:42 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:00:42 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:42 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:00:42 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:00:42 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:00:42 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:00:42 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:00:42 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 00:00:42 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 00:00:42 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 00:00:42 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 00:00:42 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 00:00:42 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 00:00:42 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 00:00:42 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 00:00:42 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 00:00:42 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 00:00:42 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 00:00:42 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 00:00:42 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 00:00:42 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 00:00:42 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 00:00:42 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 00:00:42 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 00:00:42 hydra kernel: [drm] size 88473600
Dec 21 00:00:42 hydra kernel: [drm] fb depth is 24
Dec 21 00:00:42 hydra kernel: [drm] pitch is 20480
Dec 21 00:00:42 hydra kernel: ------------[ cut here ]------------
Dec 21 00:00:42 hydra kernel: WARNING: CPU: 0 PID: 911 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:00:42 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 21 00:00:42 hydra kernel: CPU: 0 PID: 911 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 00:00:42 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 00:00:42 hydra kernel: NIP: c00800002018e9b0 LR: c00800002018e7c4 CTR: c00800002018e940
Dec 21 00:00:42 hydra kernel: REGS: c00000000cc56160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 00:00:42 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 00:00:42 hydra kernel: CFAR: c00800002018e7dc IRQMASK: 0
Dec 21 00:00:42 hydra kernel: NIP [c00800002018e9b0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:00:42 hydra kernel: LR [c00800002018e7c4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 00:00:42 hydra kernel: Call Trace:
Dec 21 00:00:42 hydra kernel: [c00000000cc56400] [c000000002566f38] shadow_timekeeper+0x0/0x118 (unreliable)
Dec 21 00:00:42 hydra kernel: [c00000000cc56540] [c00800002018eb00] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc566c0] [c00800002018f444] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56c50] [c0080000201286c8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56d50] [c008000020129124] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56e50] [c0080000201292b8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56e90] [c008000020129400] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56ee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc56f80] [c0080000200b20e8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc57140] [c00800001efa1910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 00:00:42 hydra kernel: [c00000000cc57240] [c00800001efa1f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 00:00:42 hydra kernel: [c00000000cc572b0] [c00800001efc62cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 00:00:42 hydra kernel: [c00000000cc57370] [c00800001efc64b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 00:00:42 hydra kernel: [c00000000cc573c0] [c00800001efc6708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 00:00:42 hydra kernel: [c00000000cc573f0] [c00800001f0ea504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 00:00:42 hydra kernel: [c00000000cc57480] [c0000000007cea3c] fbcon_init+0x4dc/0x640
Dec 21 00:00:42 hydra kernel: [c00000000cc57560] [c00000000083984c] visual_init+0xec/0x180
Dec 21 00:00:42 hydra kernel: [c00000000cc575a0] [c00000000083d1b4] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 00:00:42 hydra kernel: [c00000000cc57660] [c00000000083d548] do_take_over_console+0x1b8/0x330
Dec 21 00:00:42 hydra kernel: [c00000000cc57710] [c0000000007ca08c] do_fbcon_takeover+0x10c/0x2a0
Dec 21 00:00:42 hydra kernel: [c00000000cc57730] [c0000000007bf544] register_framebuffer+0x394/0x470
Dec 21 00:00:42 hydra kernel: [c00000000cc57820] [c00800001f0e7e08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 00:00:42 hydra kernel: [c00000000cc57900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc57950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc57aa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc57b20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 00:00:42 hydra kernel: [c00000000cc57bc0] [c000000000785140] local_pci_probe+0x60/0x130
Dec 21 00:00:42 hydra kernel: [c00000000cc57c40] [c00000000011d410] work_for_cpu_fn+0x30/0x60
Dec 21 00:00:42 hydra kernel: [c00000000cc57c70] [c000000000121d70] process_one_work+0x2a0/0x490
Dec 21 00:00:42 hydra kernel: [c00000000cc57d10] [c0000000001221f0] worker_thread+0x290/0x5e0
Dec 21 00:00:42 hydra kernel: [c00000000cc57da0] [c00000000012fc08] kthread+0x178/0x180
Dec 21 00:00:42 hydra kernel: [c00000000cc57e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 00:00:42 hydra kernel: Instruction dump:
Dec 21 00:00:42 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 00:00:42 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3ccd e8410018 3b800005
Dec 21 00:00:42 hydra kernel: ---[ end trace 0f3244028dcb0c62 ]---
Dec 21 00:00:42 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 00:00:42 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:00:42 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 00:00:42 hydra kernel: random: crng init done
Dec 21 00:00:42 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:00:42 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 00:00:42 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 00:00:42 hydra kernel: PTP clock support registered
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:00:42 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 00:00:42 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 00:00:42 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:00:42 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:00:42 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:42 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:42 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 00:00:42 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 00:00:42 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:00:42 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:00:42 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:00:42 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:42 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:42 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 00:00:42 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 00:00:42 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:00:42 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:00:42 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:42 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:42 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 00:00:42 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 00:00:42 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:00:42 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:00:42 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:00:42 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:42 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:42 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 00:00:42 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 00:00:42 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:42 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 00:00:42 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:00:43 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:00:43 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 00:00:43 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:00:43 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:00:43 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 00:00:43 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:43 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:00:43 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 00:00:43 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 00:00:43 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:00:43 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:00:43 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 00:00:43 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 00:00:43 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 00:00:43 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 00:00:43 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:00:43 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:00:43 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:00:43 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 00:00:43 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:00:43 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 00:00:43 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 00:00:43 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 00:00:43 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:00:43 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 00:00:43 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 00:00:43 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 00:00:43 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:00:43 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 00:00:43 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 00:00:43 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 00:00:43 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:00:43 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 00:00:43 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:00:43 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 00:00:43 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 00:00:43 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:00:43 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 00:00:43 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 00:00:43 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 00:00:43 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 00:00:43 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 00:00:43 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:00:43 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 00:00:43 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 00:00:43 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 00:00:43 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 00:00:43 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 00:00:43 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 00:00:43 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 00:00:43 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:00:43 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 00:00:43 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 00:00:43 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 00:00:44 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 00:00:44 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 00:00:44 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 00:00:44 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 00:00:44 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 00:00:44 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 00:00:44 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 00:00:44 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 00:00:44 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 00:00:44 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 00:00:44 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 00:00:44 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:00:44 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 00:00:44 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 00:00:44 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 00:00:44 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 00:00:44 hydra kernel: scsi host0: usb-storage 6-1:1.0
Dec 21 00:00:44 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 00:00:44 hydra kernel: usbcore: registered new interface driver uas
Dec 21 00:00:44 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 00:00:44 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 00:00:44 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 00:00:44 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 00:00:44 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 00:00:44 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:00:44 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 00:00:44 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 00:00:44 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 00:00:44 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 00:00:44 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 00:00:44 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 00:00:44 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 00:00:44 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 00:00:44 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 00:00:44 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 00:00:44 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:00:45 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 00:00:45 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:00:45 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 00:00:45 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:00:45 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 00:00:45 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 00:00:45 hydra kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 21 00:00:45 hydra kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 00:00:45 hydra kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Dec 21 00:00:45 hydra kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 21 00:00:45 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:00:45 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 00:00:45 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 00:00:45 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 00:00:45 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 00:00:45 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 00:00:45 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 00:00:47 hydra kernel: kauditd_printk_skb: 36 callbacks suppressed
Dec 21 00:00:47 hydra kernel: audit: type=1130 audit(1640073647.398:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 21 00:00:47 hydra kernel: audit: type=1130 audit(1640073647.422:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:00:47 hydra kernel: audit: type=1131 audit(1640073647.422:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:00:47 hydra kernel: audit: type=1130 audit(1640073647.467:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:00:47 hydra kernel: audit: type=1334 audit(1640073647.523:35): prog-id=0 op=UNLOAD
Dec 21 00:00:47 hydra kernel: audit: type=1334 audit(1640073647.534:36): prog-id=0 op=UNLOAD
Dec 21 00:00:47 hydra kernel: audit: type=1334 audit(1640073647.897:37): prog-id=9 op=LOAD
Dec 21 00:00:47 hydra kernel: audit: type=1300 audit(1640073647.897:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3fffd977a4f0 a2=78 a3=3fffa1a6c5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:00:47 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:00:47 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:00:48 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 00:00:49 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:00:49 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:00:49 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:00:49 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:00:49 hydra kernel: fuse: init (API version 7.34)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 00:00:50 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:00:50 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 00:00:50 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 00:00:50 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 00:00:50 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 00:00:50 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 00:00:50 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 00:00:50 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 00:00:50 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 00:00:50 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 00:00:50 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 00:00:50 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 00:00:50 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 00:00:50 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 00:00:50 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 00:00:50 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 00:00:50 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 00:00:50 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 00:00:50 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 00:00:50 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 00:00:50 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 00:00:50 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 00:00:50 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 00:00:50 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 00:00:50 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 00:00:50 hydra kernel: RPC: Registered udp transport module.
Dec 21 00:00:50 hydra kernel: RPC: Registered tcp transport module.
Dec 21 00:00:50 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 00:00:50 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 00:00:50 hydra kernel: Key type id_resolver registered
Dec 21 00:00:50 hydra kernel: Key type id_legacy registered
Dec 21 00:00:54 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:01:01 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 00:03:50 hydra systemd[1]: Startup finished in 35.865s (kernel) + 7.029s (initrd) + 3min 1.712s (userspace) = 3min 44.607s.
Dec 21 00:12:23 hydra kernel: kauditd_printk_skb: 469 callbacks suppressed
Dec 21 00:12:23 hydra kernel: audit: type=1305 audit(1640074343.464:286): op=set audit_pid=0 old=4592 auid=4294967295 ses=4294967295 res=1
Dec 21 00:12:23 hydra kernel: audit: type=1300 audit(1640074343.464:286): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3fffd76fa0d4 a2=3c a3=0 items=0 ppid=1 pid=4592 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 21 00:12:23 hydra kernel: audit: type=1327 audit(1640074343.464:286): proctitle="/sbin/auditd"
Dec 21 00:12:23 hydra kernel: audit: type=1131 audit(1640074343.467:287): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:23 hydra kernel: audit: type=1131 audit(1640074343.467:288): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:24 hydra kernel: audit: type=1131 audit(1640074344.734:289): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:24 hydra kernel: audit: type=1130 audit(1640074344.769:290): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-switch-root-initramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:24 hydra kernel: audit: type=1131 audit(1640074344.776:291): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-997036d0\x2d059c\x2d4ca0\x2dac07\x2d499c46d733e7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:24 hydra kernel: audit: type=1131 audit(1640074344.821:292): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:24 hydra kernel: audit: type=1131 audit(1640074344.821:293): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:12:25 hydra kernel: IPMI Watchdog: Unexpected close, not stopping watchdog!
Dec 21 00:16:12 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 00:16:12 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 00:16:12 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 00:16:12 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 00:16:12 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 00:16:12 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 00:16:12 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 00:16:12 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 00:16:12 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 00:16:12 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 00:16:12 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 00:16:12 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 00:16:12 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 00:16:12 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 00:16:12 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 00:16:12 hydra kernel: Found initrd at 0xc0000000049f0000:0xc0000000072c6428
Dec 21 00:16:12 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 00:16:12 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 00:16:12 hydra kernel: Using PowerNV machine description
Dec 21 00:16:12 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 00:16:12 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 00:16:12 hydra kernel: (thread shift is 2)
Dec 21 00:16:12 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 00:16:12 hydra kernel: -----------------------------------------------------
Dec 21 00:16:12 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 00:16:12 hydra kernel: dcache_bsize = 0x80
Dec 21 00:16:12 hydra kernel: icache_bsize = 0x80
Dec 21 00:16:12 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 00:16:12 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 00:16:12 hydra kernel: always = 0x0000000380008181
Dec 21 00:16:12 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 00:16:12 hydra kernel: mmu_features = 0x3c007641
Dec 21 00:16:12 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 00:16:12 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 00:16:12 hydra kernel: IO start = 0xc00a000000000000
Dec 21 00:16:12 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 00:16:12 hydra kernel: -----------------------------------------------------
Dec 21 00:16:12 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 00:16:12 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 00:16:12 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 00:16:12 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 00:16:12 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 00:16:12 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 00:16:12 hydra kernel: count-cache-flush: flush disabled.
Dec 21 00:16:12 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 00:16:12 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 00:16:12 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 00:16:12 hydra kernel: stf-barrier: eieio barrier available
Dec 21 00:16:12 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 00:16:12 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 00:16:12 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 00:16:12 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 00:16:12 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 00:16:12 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 00:16:12 hydra kernel: Memory hole size: 33292288MB
Dec 21 00:16:12 hydra kernel: Zone ranges:
Dec 21 00:16:12 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 00:16:12 hydra kernel: Movable zone start for each node
Dec 21 00:16:12 hydra kernel: Early memory node ranges
Dec 21 00:16:12 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:16:12 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:16:12 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:16:12 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:16:12 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 00:16:12 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 00:16:12 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 00:16:12 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 00:16:12 hydra kernel: Policy zone: Normal
Dec 21 00:16:12 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 00:16:12 hydra kernel: audit: enabled (after initialization)
Dec 21 00:16:12 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 00:16:12 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 00:16:12 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 00:16:12 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 00:16:12 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 00:16:12 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 00:16:12 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 00:16:12 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 00:16:12 hydra kernel: Memory: 0K/536870912K available (13508K kernel code, 1880K rwdata, 3720K rodata, 3148K init, 1020K bss, 9040628K reserved, 26853376K cma-reserved)
Dec 21 00:16:12 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 00:16:12 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 00:16:12 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 00:16:12 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 00:16:12 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 00:16:12 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 00:16:12 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 00:16:12 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 00:16:12 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 00:16:12 hydra kernel: xive: Using 4kB queues
Dec 21 00:16:12 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 00:16:12 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 00:16:12 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 00:16:12 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 00:16:12 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 00:16:12 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 00:16:12 hydra kernel: Console: colour dummy device 80x25
Dec 21 00:16:12 hydra kernel: printk: console [tty0] enabled
Dec 21 00:16:12 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 00:16:12 hydra kernel: printk: console [hvc0] enabled
Dec 21 00:16:12 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 00:16:12 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 00:16:12 hydra kernel: LSM: Security Framework initializing
Dec 21 00:16:12 hydra kernel: Yama: becoming mindful.
Dec 21 00:16:12 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 00:16:12 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 00:16:12 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 00:16:12 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 00:16:12 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 00:16:12 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 00:16:12 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 00:16:12 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 00:16:12 hydra kernel: node 0 deferred pages initialised in 23608ms
Dec 21 00:16:12 hydra kernel: node 8 deferred pages initialised in 26662ms
Dec 21 00:16:12 hydra kernel: devtmpfs: initialized
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 00:16:12 hydra kernel: Using M64 #31 as default window
Dec 21 00:16:12 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 00:16:12 hydra kernel: Using M64 #31 as default window
Dec 21 00:16:12 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 00:16:12 hydra kernel: Using M64 #31 as default window
Dec 21 00:16:12 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 00:16:12 hydra kernel: Using M64 #15 as default window
Dec 21 00:16:12 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 00:16:12 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 00:16:12 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 00:16:12 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 00:16:12 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 00:16:12 hydra kernel: Using M64 #31 as default window
Dec 21 00:16:12 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:16:12 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:16:12 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 00:16:12 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 00:16:12 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 00:16:12 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 00:16:12 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 00:16:12 hydra kernel: audit: type=2000 audit(1640074569.124:1): state=initialized audit_enabled=1 res=1
Dec 21 00:16:12 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 00:16:12 hydra kernel: cpuidle: using governor menu
Dec 21 00:16:12 hydra kernel: EEH: PowerNV platform initialized
Dec 21 00:16:12 hydra kernel: PCI: Probing PCI hardware
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:16:12 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 00:16:12 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 00:16:12 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:16:12 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 00:16:12 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 00:16:12 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 00:16:12 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 00:16:12 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 00:16:12 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 00:16:12 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 00:16:12 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 00:16:12 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 00:16:12 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 00:16:12 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 00:16:12 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 00:16:12 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 00:16:12 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 00:16:12 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 00:16:12 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 00:16:12 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 00:16:12 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 00:16:12 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 00:16:12 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 00:16:12 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 00:16:12 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 00:16:12 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 00:16:12 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 00:16:12 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 00:16:12 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 00:16:12 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 00:16:12 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 00:16:12 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 00:16:12 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 00:16:12 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 00:16:12 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 00:16:12 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 00:16:12 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 00:16:12 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:16:12 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 00:16:12 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 00:16:12 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:16:12 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 00:16:12 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 00:16:12 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:16:12 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 00:16:12 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:16:12 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 00:16:12 hydra kernel: PCI: Probing PCI hardware done
Dec 21 00:16:12 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 00:16:12 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 00:16:12 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 00:16:12 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 00:16:12 hydra kernel: Kprobes globally optimized
Dec 21 00:16:12 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 00:16:12 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 00:16:12 hydra kernel: iommu: Default domain type: Translated
Dec 21 00:16:12 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 00:16:12 hydra kernel: vgaarb: loaded
Dec 21 00:16:12 hydra kernel: SCSI subsystem initialized
Dec 21 00:16:12 hydra kernel: libata version 3.00 loaded.
Dec 21 00:16:12 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 00:16:12 hydra kernel: usbcore: registered new interface driver hub
Dec 21 00:16:12 hydra kernel: usbcore: registered new device driver usb
Dec 21 00:16:12 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 00:16:12 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 00:16:12 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 00:16:12 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 00:16:12 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 00:16:12 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 00:16:12 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 00:16:12 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:16:12 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 00:16:12 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 00:16:12 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:12 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:16:12 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 00:16:12 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 00:16:12 hydra kernel: Initialise system trusted keyrings
Dec 21 00:16:12 hydra kernel: Key type blacklist registered
Dec 21 00:16:12 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 00:16:12 hydra kernel: zbud: loaded
Dec 21 00:16:12 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 00:16:12 hydra kernel: Key type asymmetric registered
Dec 21 00:16:12 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 00:16:12 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 00:16:12 hydra kernel: io scheduler bfq registered
Dec 21 00:16:12 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 00:16:12 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 00:16:12 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 00:16:12 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 00:16:12 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 00:16:12 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 00:16:12 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 00:16:12 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 00:16:12 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 00:16:12 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 00:16:12 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 00:16:12 hydra kernel: IPMI message handler: version 39.2
Dec 21 00:16:12 hydra kernel: ipmi device interface
Dec 21 00:16:12 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 00:16:12 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 00:16:12 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 00:16:12 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 00:16:12 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 00:16:12 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 00:16:12 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 00:16:12 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 00:16:12 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 00:16:12 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 00:16:12 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 00:16:12 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 00:16:12 hydra kernel: Non-volatile memory driver v1.3
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:12 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:12 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:12 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:16:12 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 00:16:12 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 00:16:12 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 00:16:12 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 00:16:12 hydra kernel: random: fast init done
Dec 21 00:16:12 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 00:16:12 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 00:16:12 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 00:16:12 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 00:16:12 hydra kernel: Freeing initrd memory: 41816K
Dec 21 00:16:12 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 00:16:12 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 00:16:12 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 00:16:12 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 00:16:12 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 00:16:12 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 00:16:12 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 00:16:12 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 00:16:12 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 00:16:12 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 00:16:12 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 00:16:12 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T08:16:11 UTC (1640074571)
Dec 21 00:16:12 hydra kernel: audit: type=1332 audit(1640074571.500:2): sec=0 nsec=493980786
Dec 21 00:16:12 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 00:16:12 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:16:12 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 00:16:12 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:16:12 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 00:16:12 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 00:16:12 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 00:16:12 hydra kernel: powernv_idle_driver registered
Dec 21 00:16:12 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 00:16:12 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 00:16:12 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 00:16:12 hydra kernel: usbhid: USB HID core driver
Dec 21 00:16:12 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 00:16:12 hydra kernel: Initializing XFRM netlink socket
Dec 21 00:16:12 hydra kernel: IPsec XFRM device driver
Dec 21 00:16:12 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 00:16:12 hydra kernel: Segment Routing with IPv6
Dec 21 00:16:12 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 00:16:12 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 00:16:12 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 00:16:12 hydra kernel: Key type dns_resolver registered
Dec 21 00:16:12 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 00:16:12 hydra kernel: registered taskstats version 1
Dec 21 00:16:12 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 00:16:12 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 00:16:12 hydra kernel: Key type ._fscrypt registered
Dec 21 00:16:12 hydra kernel: Key type .fscrypt registered
Dec 21 00:16:12 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 00:16:12 hydra kernel: Freeing unused kernel image (initmem) memory: 3148K
Dec 21 00:16:12 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 00:16:12 hydra kernel: Run /init as init process
Dec 21 00:16:12 hydra kernel: with arguments:
Dec 21 00:16:12 hydra kernel: /init
Dec 21 00:16:12 hydra kernel: splash
Dec 21 00:16:12 hydra kernel: with environment:
Dec 21 00:16:12 hydra kernel: HOME=/
Dec 21 00:16:12 hydra kernel: TERM=linux
Dec 21 00:16:12 hydra kernel: crashkernel=4096M
Dec 21 00:16:12 hydra kernel: fbcon: Taking over console
Dec 21 00:16:12 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:16:12 hydra kernel: audit: type=1334 audit(1640074572.607:3): prog-id=1 op=LOAD
Dec 21 00:16:12 hydra kernel: audit: type=1300 audit(1640074572.607:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffca2e97d0 a2=78 a3=3fffb02665e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:16:12 hydra kernel: audit: type=1327 audit(1640074572.607:3): proctitle=2F696E69740073706C617368
Dec 21 00:16:12 hydra kernel: audit: type=1334 audit(1640074572.607:4): prog-id=0 op=UNLOAD
Dec 21 00:16:12 hydra kernel: audit: type=1334 audit(1640074572.607:5): prog-id=2 op=LOAD
Dec 21 00:16:12 hydra kernel: audit: type=1300 audit(1640074572.607:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffca2e9870 a2=78 a3=3fffb02665e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:16:12 hydra kernel: audit: type=1327 audit(1640074572.607:5): proctitle=2F696E69740073706C617368
Dec 21 00:16:12 hydra kernel: audit: type=1334 audit(1640074572.607:6): prog-id=0 op=UNLOAD
Dec 21 00:16:12 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 00:16:12 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:16:12 hydra dracut-cmdline[1463]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 00:16:13 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 00:16:13 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 00:16:13 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 00:16:13 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:16:13 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:16:13 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 00:16:13 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 00:16:13 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 00:16:13 hydra kernel: [drm] register mmio size: 524288
Dec 21 00:16:13 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 00:16:13 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 00:16:13 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 00:16:13 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 00:16:13 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 00:16:13 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 00:16:13 hydra kernel: [drm] GPU posting now...
Dec 21 00:16:13 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:16:13 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:13 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:16:13 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:16:13 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:16:13 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:16:13 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:16:13 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 00:16:13 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 00:16:13 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 00:16:13 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 00:16:13 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 00:16:13 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 00:16:13 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 00:16:13 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 00:16:13 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 00:16:13 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 00:16:13 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 00:16:13 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 00:16:13 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 00:16:13 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 00:16:13 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 00:16:13 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 00:16:13 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 00:16:13 hydra kernel: [drm] size 88473600
Dec 21 00:16:13 hydra kernel: [drm] fb depth is 24
Dec 21 00:16:13 hydra kernel: [drm] pitch is 20480
Dec 21 00:16:13 hydra kernel: ------------[ cut here ]------------
Dec 21 00:16:13 hydra kernel: WARNING: CPU: 0 PID: 908 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:16:13 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 21 00:16:13 hydra kernel: CPU: 0 PID: 908 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 00:16:13 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 00:16:13 hydra kernel: NIP: c00800002018e9b0 LR: c00800002018e7c4 CTR: c00800002018e940
Dec 21 00:16:13 hydra kernel: REGS: c000000039eea160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 00:16:13 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 00:16:13 hydra kernel: CFAR: c00800002018e7dc IRQMASK: 0
Dec 21 00:16:13 hydra kernel: NIP [c00800002018e9b0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:16:13 hydra kernel: LR [c00800002018e7c4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 00:16:13 hydra kernel: Call Trace:
Dec 21 00:16:13 hydra kernel: [c000000039eea400] [c00000000235d0e0] psi_system+0x0/0x298 (unreliable)
Dec 21 00:16:13 hydra kernel: [c000000039eea540] [c00800002018eb00] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eea6c0] [c00800002018f444] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeac50] [c0080000201286c8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eead50] [c008000020129124] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeae50] [c0080000201292b8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeae90] [c008000020129400] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeaee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeaf80] [c0080000200b20e8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeb140] [c00800001efa5910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 00:16:13 hydra kernel: [c000000039eeb240] [c00800001efa5f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 00:16:13 hydra kernel: [c000000039eeb2b0] [c00800001efca2cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 00:16:13 hydra kernel: [c000000039eeb370] [c00800001efca4b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 00:16:13 hydra kernel: [c000000039eeb3c0] [c00800001efca708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 00:16:13 hydra kernel: [c000000039eeb3f0] [c00800001f0ee504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 00:16:13 hydra kernel: [c000000039eeb480] [c0000000007cea3c] fbcon_init+0x4dc/0x640
Dec 21 00:16:13 hydra kernel: [c000000039eeb560] [c00000000083984c] visual_init+0xec/0x180
Dec 21 00:16:13 hydra kernel: [c000000039eeb5a0] [c00000000083d1b4] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 00:16:13 hydra kernel: [c000000039eeb660] [c00000000083d548] do_take_over_console+0x1b8/0x330
Dec 21 00:16:13 hydra kernel: [c000000039eeb710] [c0000000007ca08c] do_fbcon_takeover+0x10c/0x2a0
Dec 21 00:16:13 hydra kernel: [c000000039eeb730] [c0000000007bf544] register_framebuffer+0x394/0x470
Dec 21 00:16:13 hydra kernel: [c000000039eeb820] [c00800001f0ebe08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 00:16:13 hydra kernel: [c000000039eeb900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eeb950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eebaa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eebb20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 00:16:13 hydra kernel: [c000000039eebbc0] [c000000000785140] local_pci_probe+0x60/0x130
Dec 21 00:16:13 hydra kernel: [c000000039eebc40] [c00000000011d410] work_for_cpu_fn+0x30/0x60
Dec 21 00:16:13 hydra kernel: [c000000039eebc70] [c000000000121d70] process_one_work+0x2a0/0x490
Dec 21 00:16:13 hydra kernel: [c000000039eebd10] [c0000000001221f0] worker_thread+0x290/0x5e0
Dec 21 00:16:13 hydra kernel: [c000000039eebda0] [c00000000012fc08] kthread+0x178/0x180
Dec 21 00:16:13 hydra kernel: [c000000039eebe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 00:16:13 hydra kernel: Instruction dump:
Dec 21 00:16:13 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 00:16:13 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3ccd e8410018 3b800005
Dec 21 00:16:13 hydra kernel: ---[ end trace 852083e99c44d996 ]---
Dec 21 00:16:13 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 00:16:13 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:16:13 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 00:16:13 hydra kernel: random: crng init done
Dec 21 00:16:13 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:16:13 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 00:16:13 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 00:16:13 hydra kernel: PTP clock support registered
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:16:13 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 00:16:13 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 00:16:13 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:16:13 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:16:13 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:13 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 00:16:13 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:13 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 00:16:13 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 00:16:13 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:16:13 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:16:13 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:16:13 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:13 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 00:16:13 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:13 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 00:16:13 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 00:16:13 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:13 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 00:16:13 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:16:14 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 00:16:14 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:16:14 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:16:14 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 00:16:14 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:14 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:16:14 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 00:16:14 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:16:14 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:16:14 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 00:16:14 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:14 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:16:14 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:16:14 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 00:16:14 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 00:16:14 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:16:14 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:16:14 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 00:16:14 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 00:16:14 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 00:16:14 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 00:16:14 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:16:14 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:16:14 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:16:14 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 00:16:14 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:16:14 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 00:16:14 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 00:16:14 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 00:16:14 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:16:14 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 00:16:14 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 00:16:14 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 00:16:14 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:16:14 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 00:16:14 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 00:16:14 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 00:16:14 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:16:14 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 00:16:14 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:16:14 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 00:16:14 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:16:14 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 00:16:14 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 00:16:14 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 00:16:14 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 00:16:14 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 00:16:14 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 00:16:14 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:16:14 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 00:16:14 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 00:16:14 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 00:16:14 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 00:16:14 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 00:16:14 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 00:16:14 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 00:16:15 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 00:16:15 hydra kernel: audit: type=1130 audit(1640074575.001:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:16:15 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 00:16:15 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:16:15 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 00:16:15 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 00:16:15 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 00:16:15 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 00:16:15 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 00:16:15 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 00:16:15 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 00:16:15 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 00:16:15 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 00:16:15 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 00:16:15 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 00:16:15 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 00:16:15 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 00:16:15 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 00:16:15 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:16:15 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 00:16:15 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 00:16:15 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 00:16:15 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 00:16:15 hydra kernel: scsi host0: usb-storage 6-1:1.0
Dec 21 00:16:15 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 00:16:15 hydra kernel: usbcore: registered new interface driver uas
Dec 21 00:16:15 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 00:16:15 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 00:16:15 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 00:16:15 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 00:16:15 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 00:16:15 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:16:15 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 00:16:15 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 00:16:15 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 00:16:15 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 00:16:15 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 00:16:15 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 00:16:15 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 00:16:15 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 00:16:15 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 00:16:15 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 00:16:15 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:16:16 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 00:16:16 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:16:16 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 00:16:16 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:16:16 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 00:16:16 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 00:16:16 hydra kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 21 00:16:16 hydra kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 00:16:16 hydra kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Dec 21 00:16:16 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:16:16 hydra kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 21 00:16:16 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 00:16:16 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 00:16:16 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 00:16:16 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 00:16:16 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 00:16:16 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 00:16:18 hydra kernel: audit: type=1130 audit(1640074578.401:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:16:18 hydra kernel: audit: type=1130 audit(1640074578.423:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:16:18 hydra kernel: audit: type=1131 audit(1640074578.423:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:16:18 hydra kernel: audit: type=1130 audit(1640074578.466:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:16:18 hydra kernel: audit: type=1334 audit(1640074578.533:35): prog-id=0 op=UNLOAD
Dec 21 00:16:18 hydra kernel: audit: type=1334 audit(1640074578.537:36): prog-id=0 op=UNLOAD
Dec 21 00:16:18 hydra kernel: audit: type=1334 audit(1640074578.898:37): prog-id=9 op=LOAD
Dec 21 00:16:18 hydra kernel: audit: type=1300 audit(1640074578.898:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3fffca2e9490 a2=78 a3=3fffb02665e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:16:18 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:16:19 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 00:16:20 hydra kernel: kauditd_printk_skb: 188 callbacks suppressed
Dec 21 00:16:20 hydra kernel: audit: type=1334 audit(1640074580.630:80): prog-id=17 op=LOAD
Dec 21 00:16:20 hydra kernel: audit: audit_lost=67 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:16:20 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:16:20 hydra kernel: audit: type=1300 audit(1640074580.630:80): arch=c0000015 syscall=361 success=yes exit=26 a0=5 a1=3fffcbf12ed0 a2=78 a3=3fff8740b5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:16:20 hydra kernel: audit: audit_lost=68 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:16:20 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:16:20 hydra kernel: audit: type=1327 audit(1640074580.630:80): proctitle=2F696E69740073706C617368
Dec 21 00:16:20 hydra kernel: audit: audit_lost=69 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:16:20 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:16:20 hydra kernel: audit: audit_lost=70 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:16:20 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:16:20 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:16:20 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:16:20 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:16:20 hydra kernel: fuse: init (API version 7.34)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 00:16:21 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:16:21 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 00:16:21 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 00:16:21 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 00:16:21 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 00:16:21 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 00:16:21 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 00:16:21 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 00:16:21 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 00:16:21 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 00:16:21 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 00:16:21 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 00:16:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 00:16:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 00:16:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 00:16:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 00:16:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 00:16:21 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 00:16:21 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 00:16:21 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 00:16:21 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 00:16:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 00:16:21 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 00:16:21 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 00:16:22 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 00:16:22 hydra kernel: RPC: Registered udp transport module.
Dec 21 00:16:22 hydra kernel: RPC: Registered tcp transport module.
Dec 21 00:16:22 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 00:16:22 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 00:16:22 hydra kernel: Key type id_resolver registered
Dec 21 00:16:22 hydra kernel: Key type id_legacy registered
Dec 21 00:16:25 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:16:25 hydra systemd[1]: Startup finished in 31.986s (kernel) + 6.989s (initrd) + 5.884s (userspace) = 44.860s.
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:16:32 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 00:17:16 hydra kernel: kauditd_printk_skb: 275 callbacks suppressed
Dec 21 00:17:16 hydra kernel: audit: type=1305 audit(1640074636.057:247): op=set audit_pid=0 old=3586 auid=4294967295 ses=4294967295 res=1
Dec 21 00:17:16 hydra kernel: audit: type=1300 audit(1640074636.057:247): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3fffdc993f14 a2=3c a3=0 items=0 ppid=1 pid=3586 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 21 00:17:16 hydra kernel: audit: type=1327 audit(1640074636.057:247): proctitle="/sbin/auditd"
Dec 21 00:17:16 hydra kernel: audit: type=1131 audit(1640074636.058:248): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:17:16 hydra kernel: audit: type=1131 audit(1640074636.059:249): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:17:16 hydra kernel: audit: type=1131 audit(1640074636.059:250): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:17:16 hydra kernel: audit: type=1131 audit(1640074636.060:251): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:17:16 hydra kernel: audit: type=1131 audit(1640074636.060:252): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:17:16 hydra kernel: audit: type=1334 audit(1640074636.079:253): prog-id=0 op=UNLOAD
Dec 21 00:17:17 hydra kernel: audit: type=1131 audit(1640074637.256:254): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:28 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 00:24:28 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 00:24:28 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 00:24:28 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 00:24:28 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 00:24:28 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 00:24:28 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 00:24:28 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 00:24:28 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 00:24:28 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 00:24:28 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 00:24:28 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 00:24:28 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 00:24:28 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 00:24:28 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 00:24:28 hydra kernel: Found initrd at 0xc0000000049f0000:0xc0000000072c6428
Dec 21 00:24:28 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 00:24:28 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 00:24:28 hydra kernel: Using PowerNV machine description
Dec 21 00:24:28 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 00:24:28 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 00:24:28 hydra kernel: (thread shift is 2)
Dec 21 00:24:28 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 00:24:28 hydra kernel: -----------------------------------------------------
Dec 21 00:24:28 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 00:24:28 hydra kernel: dcache_bsize = 0x80
Dec 21 00:24:28 hydra kernel: icache_bsize = 0x80
Dec 21 00:24:28 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 00:24:28 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 00:24:28 hydra kernel: always = 0x0000000380008181
Dec 21 00:24:28 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 00:24:28 hydra kernel: mmu_features = 0x3c007641
Dec 21 00:24:28 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 00:24:28 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 00:24:28 hydra kernel: IO start = 0xc00a000000000000
Dec 21 00:24:28 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 00:24:28 hydra kernel: -----------------------------------------------------
Dec 21 00:24:28 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 00:24:28 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 00:24:28 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 00:24:28 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 00:24:28 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 00:24:28 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 00:24:28 hydra kernel: count-cache-flush: flush disabled.
Dec 21 00:24:28 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 00:24:28 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 00:24:28 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 00:24:28 hydra kernel: stf-barrier: eieio barrier available
Dec 21 00:24:28 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 00:24:28 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 00:24:28 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 00:24:28 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 00:24:28 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 00:24:28 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 00:24:28 hydra kernel: Memory hole size: 33292288MB
Dec 21 00:24:28 hydra kernel: Zone ranges:
Dec 21 00:24:28 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 00:24:28 hydra kernel: Movable zone start for each node
Dec 21 00:24:28 hydra kernel: Early memory node ranges
Dec 21 00:24:28 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:24:28 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:24:28 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 00:24:28 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 00:24:28 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 00:24:28 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 00:24:28 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 00:24:28 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 00:24:28 hydra kernel: Policy zone: Normal
Dec 21 00:24:28 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 00:24:28 hydra kernel: audit: enabled (after initialization)
Dec 21 00:24:28 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 00:24:28 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 00:24:28 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 00:24:28 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 00:24:28 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 00:24:28 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 00:24:28 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 00:24:28 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 00:24:28 hydra kernel: Memory: 0K/536870912K available (13508K kernel code, 1880K rwdata, 3720K rodata, 3148K init, 1020K bss, 9040628K reserved, 26853376K cma-reserved)
Dec 21 00:24:28 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 00:24:28 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 00:24:28 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 00:24:28 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 00:24:28 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 00:24:28 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 00:24:28 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 00:24:28 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 00:24:28 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 00:24:28 hydra kernel: xive: Using 4kB queues
Dec 21 00:24:28 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 00:24:28 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 00:24:28 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 00:24:28 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 00:24:28 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 00:24:28 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 00:24:28 hydra kernel: Console: colour dummy device 80x25
Dec 21 00:24:28 hydra kernel: printk: console [tty0] enabled
Dec 21 00:24:28 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 00:24:28 hydra kernel: printk: console [hvc0] enabled
Dec 21 00:24:28 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 00:24:28 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 00:24:28 hydra kernel: LSM: Security Framework initializing
Dec 21 00:24:28 hydra kernel: Yama: becoming mindful.
Dec 21 00:24:28 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 00:24:28 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 00:24:28 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 00:24:28 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 00:24:28 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 00:24:28 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 00:24:28 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 00:24:28 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 00:24:28 hydra kernel: node 0 deferred pages initialised in 23628ms
Dec 21 00:24:28 hydra kernel: node 8 deferred pages initialised in 26539ms
Dec 21 00:24:28 hydra kernel: devtmpfs: initialized
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 00:24:28 hydra kernel: Using M64 #31 as default window
Dec 21 00:24:28 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 00:24:28 hydra kernel: Using M64 #31 as default window
Dec 21 00:24:28 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 00:24:28 hydra kernel: Using M64 #31 as default window
Dec 21 00:24:28 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 00:24:28 hydra kernel: Using M64 #15 as default window
Dec 21 00:24:28 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 00:24:28 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 00:24:28 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 00:24:28 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 00:24:28 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 00:24:28 hydra kernel: Using M64 #31 as default window
Dec 21 00:24:28 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 00:24:28 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 00:24:28 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 00:24:28 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 00:24:28 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 00:24:28 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 00:24:28 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 00:24:28 hydra kernel: audit: type=2000 audit(1640075064.999:1): state=initialized audit_enabled=1 res=1
Dec 21 00:24:28 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 00:24:28 hydra kernel: cpuidle: using governor menu
Dec 21 00:24:28 hydra kernel: EEH: PowerNV platform initialized
Dec 21 00:24:28 hydra kernel: PCI: Probing PCI hardware
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 00:24:28 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 00:24:28 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 00:24:28 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 00:24:28 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 00:24:28 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 00:24:28 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 00:24:28 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 00:24:28 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 00:24:28 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 00:24:28 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 00:24:28 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 00:24:28 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 00:24:28 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 00:24:28 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 00:24:28 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 00:24:28 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 00:24:28 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 00:24:28 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 00:24:28 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 00:24:28 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 00:24:28 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 00:24:28 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 00:24:28 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 00:24:28 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 00:24:28 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 00:24:28 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 00:24:28 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 00:24:28 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 00:24:28 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 00:24:28 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 00:24:28 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 00:24:28 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 00:24:28 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 00:24:28 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 00:24:28 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 00:24:28 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 00:24:28 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 00:24:28 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 00:24:28 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 00:24:28 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 00:24:28 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 00:24:28 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 00:24:28 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 00:24:28 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 00:24:28 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 00:24:28 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 00:24:28 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 00:24:28 hydra kernel: PCI: Probing PCI hardware done
Dec 21 00:24:28 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 00:24:28 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 00:24:28 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 00:24:28 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 00:24:28 hydra kernel: Kprobes globally optimized
Dec 21 00:24:28 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 00:24:28 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 00:24:28 hydra kernel: iommu: Default domain type: Translated
Dec 21 00:24:28 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 00:24:28 hydra kernel: vgaarb: loaded
Dec 21 00:24:28 hydra kernel: SCSI subsystem initialized
Dec 21 00:24:28 hydra kernel: libata version 3.00 loaded.
Dec 21 00:24:28 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 00:24:28 hydra kernel: usbcore: registered new interface driver hub
Dec 21 00:24:28 hydra kernel: usbcore: registered new device driver usb
Dec 21 00:24:28 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 00:24:28 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 00:24:28 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 00:24:28 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 00:24:28 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 00:24:28 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 00:24:28 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 00:24:28 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 00:24:28 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 00:24:28 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 00:24:28 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:28 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:24:28 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 00:24:28 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 00:24:28 hydra kernel: Initialise system trusted keyrings
Dec 21 00:24:28 hydra kernel: Key type blacklist registered
Dec 21 00:24:28 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 00:24:28 hydra kernel: zbud: loaded
Dec 21 00:24:28 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 00:24:28 hydra kernel: Key type asymmetric registered
Dec 21 00:24:28 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 00:24:28 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 00:24:28 hydra kernel: io scheduler bfq registered
Dec 21 00:24:28 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 00:24:28 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 00:24:28 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 00:24:28 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 00:24:28 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 00:24:28 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 00:24:28 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 00:24:28 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 00:24:28 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 00:24:28 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 00:24:28 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 00:24:28 hydra kernel: IPMI message handler: version 39.2
Dec 21 00:24:28 hydra kernel: ipmi device interface
Dec 21 00:24:28 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 00:24:28 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 00:24:28 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 00:24:28 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 00:24:28 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 00:24:28 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 00:24:28 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 00:24:28 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 00:24:28 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 00:24:28 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 00:24:28 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 00:24:28 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 00:24:28 hydra kernel: Non-volatile memory driver v1.3
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:28 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:28 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:24:28 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 00:24:28 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 00:24:28 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 00:24:28 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 00:24:28 hydra kernel: random: fast init done
Dec 21 00:24:28 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 00:24:28 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 00:24:28 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 00:24:28 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 00:24:28 hydra kernel: Freeing initrd memory: 41816K
Dec 21 00:24:28 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 00:24:28 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 00:24:28 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 00:24:28 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 00:24:28 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 00:24:28 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 00:24:28 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 00:24:28 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 00:24:28 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 00:24:28 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 00:24:28 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 00:24:28 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T08:24:27 UTC (1640075067)
Dec 21 00:24:28 hydra kernel: audit: type=1332 audit(1640075067.500:2): sec=1 nsec=-349019492
Dec 21 00:24:28 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 00:24:28 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:24:28 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 00:24:28 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 00:24:28 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 00:24:28 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 00:24:28 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 00:24:28 hydra kernel: powernv_idle_driver registered
Dec 21 00:24:28 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 00:24:28 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 00:24:28 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 00:24:28 hydra kernel: usbhid: USB HID core driver
Dec 21 00:24:28 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 00:24:28 hydra kernel: Initializing XFRM netlink socket
Dec 21 00:24:28 hydra kernel: IPsec XFRM device driver
Dec 21 00:24:28 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 00:24:28 hydra kernel: Segment Routing with IPv6
Dec 21 00:24:28 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 00:24:28 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 00:24:28 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 00:24:28 hydra kernel: Key type dns_resolver registered
Dec 21 00:24:28 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 00:24:28 hydra kernel: registered taskstats version 1
Dec 21 00:24:28 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 00:24:28 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 00:24:28 hydra kernel: Key type ._fscrypt registered
Dec 21 00:24:28 hydra kernel: Key type .fscrypt registered
Dec 21 00:24:28 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 00:24:28 hydra kernel: Freeing unused kernel image (initmem) memory: 3148K
Dec 21 00:24:28 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 00:24:28 hydra kernel: Run /init as init process
Dec 21 00:24:28 hydra kernel: with arguments:
Dec 21 00:24:28 hydra kernel: /init
Dec 21 00:24:28 hydra kernel: splash
Dec 21 00:24:28 hydra kernel: with environment:
Dec 21 00:24:28 hydra kernel: HOME=/
Dec 21 00:24:28 hydra kernel: TERM=linux
Dec 21 00:24:28 hydra kernel: crashkernel=4096M
Dec 21 00:24:28 hydra kernel: fbcon: Taking over console
Dec 21 00:24:28 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:24:28 hydra kernel: audit: type=1334 audit(1640075068.596:3): prog-id=1 op=LOAD
Dec 21 00:24:28 hydra kernel: audit: type=1300 audit(1640075068.596:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc9107d30 a2=78 a3=3fffbbc0e5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:24:28 hydra kernel: audit: type=1327 audit(1640075068.596:3): proctitle=2F696E69740073706C617368
Dec 21 00:24:28 hydra kernel: audit: type=1334 audit(1640075068.596:4): prog-id=0 op=UNLOAD
Dec 21 00:24:28 hydra kernel: audit: type=1334 audit(1640075068.596:5): prog-id=2 op=LOAD
Dec 21 00:24:28 hydra kernel: audit: type=1300 audit(1640075068.596:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc9107dd0 a2=78 a3=3fffbbc0e5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:24:28 hydra kernel: audit: type=1327 audit(1640075068.596:5): proctitle=2F696E69740073706C617368
Dec 21 00:24:28 hydra kernel: audit: type=1334 audit(1640075068.596:6): prog-id=0 op=UNLOAD
Dec 21 00:24:28 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 00:24:28 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 00:24:28 hydra dracut-cmdline[1461]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 00:24:29 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 00:24:29 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 00:24:29 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 00:24:29 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:24:29 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 00:24:29 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 00:24:29 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 00:24:29 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 00:24:29 hydra kernel: [drm] register mmio size: 524288
Dec 21 00:24:29 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 00:24:29 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 00:24:29 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 00:24:29 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 00:24:29 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 00:24:29 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 00:24:29 hydra kernel: [drm] GPU posting now...
Dec 21 00:24:29 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 00:24:29 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:29 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 00:24:29 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 00:24:29 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 00:24:29 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 00:24:29 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 00:24:29 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 00:24:29 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 00:24:29 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 00:24:29 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 00:24:29 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 00:24:29 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 00:24:29 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 00:24:29 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 00:24:29 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 00:24:29 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 00:24:29 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 00:24:29 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 00:24:29 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 00:24:29 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 00:24:29 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 00:24:29 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 00:24:29 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 00:24:29 hydra kernel: [drm] size 88473600
Dec 21 00:24:29 hydra kernel: [drm] fb depth is 24
Dec 21 00:24:29 hydra kernel: [drm] pitch is 20480
Dec 21 00:24:29 hydra kernel: ------------[ cut here ]------------
Dec 21 00:24:29 hydra kernel: WARNING: CPU: 0 PID: 910 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:24:29 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 21 00:24:29 hydra kernel: CPU: 0 PID: 910 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 00:24:29 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 00:24:29 hydra kernel: NIP: c00800002018e9b0 LR: c00800002018e7c4 CTR: c00800002018e940
Dec 21 00:24:29 hydra kernel: REGS: c000000039ef2160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 00:24:29 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 00:24:29 hydra kernel: CFAR: c00800002018e7dc IRQMASK: 0
Dec 21 00:24:29 hydra kernel: NIP [c00800002018e9b0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 00:24:29 hydra kernel: LR [c00800002018e7c4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 00:24:29 hydra kernel: Call Trace:
Dec 21 00:24:29 hydra kernel: [c000000039ef2540] [c00800002018eb00] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef26c0] [c00800002018f444] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2c50] [c0080000201286c8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2d50] [c008000020129124] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2e50] [c0080000201292b8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2e90] [c008000020129400] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2ee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef2f80] [c0080000200b20e8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef3140] [c00800001efa1910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 00:24:29 hydra kernel: [c000000039ef3240] [c00800001efa1f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 00:24:29 hydra kernel: [c000000039ef32b0] [c00800001efc62cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 00:24:29 hydra kernel: [c000000039ef3370] [c00800001efc64b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 00:24:29 hydra kernel: [c000000039ef33c0] [c00800001efc6708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 00:24:29 hydra kernel: [c000000039ef33f0] [c00800001f0ea504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 00:24:29 hydra kernel: [c000000039ef3480] [c0000000007cea3c] fbcon_init+0x4dc/0x640
Dec 21 00:24:29 hydra kernel: [c000000039ef3560] [c00000000083984c] visual_init+0xec/0x180
Dec 21 00:24:29 hydra kernel: [c000000039ef35a0] [c00000000083d1b4] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 00:24:29 hydra kernel: [c000000039ef3660] [c00000000083d548] do_take_over_console+0x1b8/0x330
Dec 21 00:24:29 hydra kernel: [c000000039ef3710] [c0000000007ca08c] do_fbcon_takeover+0x10c/0x2a0
Dec 21 00:24:29 hydra kernel: [c000000039ef3730] [c0000000007bf544] register_framebuffer+0x394/0x470
Dec 21 00:24:29 hydra kernel: [c000000039ef3820] [c00800001f0e7e08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 00:24:29 hydra kernel: [c000000039ef3900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef3950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef3aa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef3b20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 00:24:29 hydra kernel: [c000000039ef3bc0] [c000000000785140] local_pci_probe+0x60/0x130
Dec 21 00:24:29 hydra kernel: [c000000039ef3c40] [c00000000011d410] work_for_cpu_fn+0x30/0x60
Dec 21 00:24:29 hydra kernel: [c000000039ef3c70] [c000000000121d70] process_one_work+0x2a0/0x490
Dec 21 00:24:29 hydra kernel: [c000000039ef3d10] [c0000000001221f0] worker_thread+0x290/0x5e0
Dec 21 00:24:29 hydra kernel: [c000000039ef3da0] [c00000000012fc08] kthread+0x178/0x180
Dec 21 00:24:29 hydra kernel: [c000000039ef3e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 00:24:29 hydra kernel: Instruction dump:
Dec 21 00:24:29 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 00:24:29 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3ccd e8410018 3b800005
Dec 21 00:24:29 hydra kernel: ---[ end trace 22d440241ae4c092 ]---
Dec 21 00:24:29 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 00:24:29 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:24:29 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 00:24:29 hydra kernel: random: crng init done
Dec 21 00:24:29 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:24:29 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 00:24:29 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 00:24:29 hydra kernel: PTP clock support registered
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 00:24:29 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 00:24:29 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 00:24:29 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:24:29 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:24:29 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:29 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 00:24:29 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:29 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 00:24:29 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 00:24:29 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:24:29 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:24:29 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:24:29 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:29 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 00:24:29 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:29 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 00:24:29 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 00:24:29 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:29 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 00:24:29 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:24:30 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 00:24:30 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:24:30 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:24:30 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 00:24:30 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:30 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:24:30 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:24:30 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 00:24:30 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:24:30 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:24:30 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 00:24:30 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:30 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 00:24:30 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 00:24:30 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 00:24:30 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:24:30 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:24:30 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 00:24:30 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 00:24:30 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 00:24:30 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 00:24:30 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 00:24:30 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 00:24:30 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 00:24:30 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 00:24:30 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 00:24:30 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 00:24:30 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 00:24:30 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 00:24:30 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:24:30 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 00:24:30 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 00:24:30 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 00:24:30 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:24:30 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 00:24:30 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 00:24:30 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 00:24:30 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 00:24:30 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 00:24:30 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 00:24:30 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 00:24:30 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 00:24:30 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:24:30 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 00:24:30 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:24:30 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 00:24:30 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 00:24:30 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:24:30 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 00:24:30 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:24:30 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 00:24:30 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 00:24:30 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 00:24:30 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 00:24:30 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 00:24:30 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 00:24:30 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 00:24:30 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 00:24:30 hydra kernel: audit: type=1130 audit(1640075070.996:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:31 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 00:24:31 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 00:24:31 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 00:24:31 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 00:24:31 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 00:24:31 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 00:24:31 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 00:24:31 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 00:24:31 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 00:24:31 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 00:24:31 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 00:24:31 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 00:24:31 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 00:24:31 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 00:24:31 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 00:24:31 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 00:24:31 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 00:24:31 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 00:24:31 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 00:24:31 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 00:24:31 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 00:24:31 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 00:24:31 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 00:24:31 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 00:24:31 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 00:24:31 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 00:24:31 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 00:24:31 hydra kernel: hid-generic 0003:0764:0601.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 00:24:31 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0002/input/input0
Dec 21 00:24:31 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:24:31 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 00:24:31 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 00:24:31 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 00:24:31 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 00:24:31 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 00:24:31 hydra kernel: scsi host0: usb-storage 6-1:1.0
Dec 21 00:24:31 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 00:24:31 hydra kernel: usbcore: registered new interface driver uas
Dec 21 00:24:31 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0003/input/input1
Dec 21 00:24:31 hydra kernel: hid-generic 0003:1D6B:0104.0003: input,hidraw2: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 00:24:31 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 00:24:31 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 00:24:31 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 00:24:31 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 00:24:31 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0004/input/input2
Dec 21 00:24:31 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 00:24:31 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input3
Dec 21 00:24:31 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input4
Dec 21 00:24:31 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hidraw4: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 00:24:31 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input5
Dec 21 00:24:31 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input6
Dec 21 00:24:31 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input7
Dec 21 00:24:31 hydra kernel: hid-generic 0003:04D9:4545.0006: input,hiddev97,hidraw5: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 00:24:32 hydra kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 21 00:24:32 hydra kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 00:24:32 hydra kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Dec 21 00:24:32 hydra kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 21 00:24:33 hydra kernel: audit: type=1130 audit(1640075073.346:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:33 hydra kernel: audit: type=1130 audit(1640075073.370:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:33 hydra kernel: audit: type=1131 audit(1640075073.370:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:33 hydra kernel: audit: type=1130 audit(1640075073.416:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:33 hydra kernel: audit: type=1334 audit(1640075073.462:35): prog-id=0 op=UNLOAD
Dec 21 00:24:33 hydra kernel: audit: type=1334 audit(1640075073.478:36): prog-id=0 op=UNLOAD
Dec 21 00:24:33 hydra kernel: audit: type=1334 audit(1640075073.839:37): prog-id=9 op=LOAD
Dec 21 00:24:33 hydra kernel: audit: type=1300 audit(1640075073.839:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3fffc91079f0 a2=78 a3=3fffbbc0e5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 00:24:33 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:24:34 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 00:24:35 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:24:35 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:24:35 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:24:35 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 00:24:35 hydra kernel: fuse: init (API version 7.34)
Dec 21 00:24:35 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 00:24:35 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 00:24:35 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 00:24:35 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 00:24:35 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 00:24:35 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 00:24:35 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 00:24:35 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:24:35 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 00:24:35 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 00:24:35 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 00:24:35 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 00:24:35 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 00:24:35 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 00:24:35 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 00:24:35 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 00:24:35 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 00:24:35 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 00:24:35 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 00:24:35 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 00:24:35 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1 eth1: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1 eth1: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1 eth1: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:35 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 00:24:36 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 00:24:36 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth1
Dec 21 00:24:36 hydra kernel: kauditd_printk_skb: 424 callbacks suppressed
Dec 21 00:24:36 hydra kernel: audit: type=1130 audit(1640075076.086:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:36 hydra kernel: audit: audit_lost=150 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:24:36 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:24:36 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 00:24:36 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 00:24:36 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 00:24:36 hydra kernel: audit: type=1130 audit(1640075076.130:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mdmonitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:36 hydra kernel: audit: audit_lost=151 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:24:36 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:24:36 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 00:24:36 hydra kernel: audit: type=1130 audit(1640075076.144:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:36 hydra kernel: audit: audit_lost=152 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 00:24:36 hydra kernel: audit: kauditd hold queue overflow
Dec 21 00:24:36 hydra kernel: audit: type=1130 audit(1640075076.161:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-997036d0\x2d059c\x2d4ca0\x2dac07\x2d499c46d733e7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 00:24:36 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 00:24:36 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 00:24:36 hydra kernel: RPC: Registered udp transport module.
Dec 21 00:24:36 hydra kernel: RPC: Registered tcp transport module.
Dec 21 00:24:36 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 00:24:36 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 00:24:36 hydra kernel: Key type id_resolver registered
Dec 21 00:24:36 hydra kernel: Key type id_legacy registered
Dec 21 00:24:39 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 00:24:39 hydra systemd[1]: Startup finished in 31.854s (kernel) + 5.842s (initrd) + 5.536s (userspace) = 43.233s.
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 00:24:46 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 01:15:52 hydra kernel: kauditd_printk_skb: 39 callbacks suppressed
Dec 21 01:15:52 hydra kernel: audit: type=1305 audit(1640078152.184:268): op=set audit_pid=0 old=3647 auid=4294967295 ses=4294967295 res=1
Dec 21 01:15:52 hydra kernel: audit: type=1300 audit(1640078152.184:268): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3fffc7dcb554 a2=3c a3=0 items=0 ppid=1 pid=3647 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 21 01:15:52 hydra kernel: audit: type=1327 audit(1640078152.184:268): proctitle="/sbin/auditd"
Dec 21 01:15:52 hydra kernel: audit: type=1131 audit(1640078152.186:269): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:15:52 hydra kernel: audit: type=1131 audit(1640078152.189:270): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:15:52 hydra kernel: audit: type=1334 audit(1640078152.195:271): prog-id=0 op=UNLOAD
Dec 21 01:15:52 hydra kernel: audit: type=1131 audit(1640078152.215:272): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:15:52 hydra kernel: audit: type=1131 audit(1640078152.218:273): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:15:52 hydra kernel: audit: type=1131 audit(1640078152.220:274): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:15:52 hydra kernel: audit: type=1334 audit(1640078152.228:275): prog-id=0 op=UNLOAD
Dec 21 01:15:53 hydra kernel: IPMI Watchdog: Unexpected close, not stopping watchdog!
Dec 21 01:19:34 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 01:19:34 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 01:19:34 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 01:19:34 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 01:19:34 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 01:19:34 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 01:19:34 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 01:19:34 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 01:19:34 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 01:19:34 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 01:19:34 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 01:19:34 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 01:19:34 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 01:19:34 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 01:19:34 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 01:19:34 hydra kernel: Found initrd at 0xc0000000049f0000:0xc0000000072c6cee
Dec 21 01:19:34 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 01:19:34 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 01:19:34 hydra kernel: Using PowerNV machine description
Dec 21 01:19:34 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 01:19:34 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 01:19:34 hydra kernel: (thread shift is 2)
Dec 21 01:19:34 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 01:19:34 hydra kernel: -----------------------------------------------------
Dec 21 01:19:34 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 01:19:34 hydra kernel: dcache_bsize = 0x80
Dec 21 01:19:34 hydra kernel: icache_bsize = 0x80
Dec 21 01:19:34 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 01:19:34 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 01:19:34 hydra kernel: always = 0x0000000380008181
Dec 21 01:19:34 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 01:19:34 hydra kernel: mmu_features = 0x3c007641
Dec 21 01:19:34 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 01:19:34 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 01:19:34 hydra kernel: IO start = 0xc00a000000000000
Dec 21 01:19:34 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 01:19:34 hydra kernel: -----------------------------------------------------
Dec 21 01:19:34 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 01:19:34 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 01:19:34 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 01:19:34 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 01:19:34 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 01:19:34 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 01:19:34 hydra kernel: count-cache-flush: flush disabled.
Dec 21 01:19:34 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 01:19:34 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 01:19:34 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 01:19:34 hydra kernel: stf-barrier: eieio barrier available
Dec 21 01:19:34 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 01:19:34 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 01:19:34 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 01:19:34 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 01:19:34 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 01:19:34 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 01:19:34 hydra kernel: Memory hole size: 33292288MB
Dec 21 01:19:34 hydra kernel: Zone ranges:
Dec 21 01:19:34 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 01:19:34 hydra kernel: Movable zone start for each node
Dec 21 01:19:34 hydra kernel: Early memory node ranges
Dec 21 01:19:34 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 01:19:34 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 01:19:34 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 01:19:34 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 01:19:34 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 01:19:34 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 01:19:34 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 01:19:34 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 01:19:34 hydra kernel: Policy zone: Normal
Dec 21 01:19:34 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 01:19:34 hydra kernel: audit: enabled (after initialization)
Dec 21 01:19:34 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 01:19:34 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 01:19:34 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 01:19:34 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 01:19:34 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 01:19:34 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 01:19:34 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 01:19:34 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 01:19:34 hydra kernel: Memory: 0K/536870912K available (13504K kernel code, 1896K rwdata, 3720K rodata, 3148K init, 1004K bss, 9040628K reserved, 26853376K cma-reserved)
Dec 21 01:19:34 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 01:19:34 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 01:19:34 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 01:19:34 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 01:19:34 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 01:19:34 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 01:19:34 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 01:19:34 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 01:19:34 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 01:19:34 hydra kernel: xive: Using 4kB queues
Dec 21 01:19:34 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 01:19:34 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 01:19:34 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 01:19:34 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 01:19:34 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 01:19:34 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 01:19:34 hydra kernel: Console: colour dummy device 80x25
Dec 21 01:19:34 hydra kernel: printk: console [tty0] enabled
Dec 21 01:19:34 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 01:19:34 hydra kernel: printk: console [hvc0] enabled
Dec 21 01:19:34 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 01:19:34 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 01:19:34 hydra kernel: LSM: Security Framework initializing
Dec 21 01:19:34 hydra kernel: Yama: becoming mindful.
Dec 21 01:19:34 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 01:19:34 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 01:19:34 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 01:19:34 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 01:19:34 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 01:19:34 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 01:19:34 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 01:19:34 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 01:19:34 hydra kernel: node 0 deferred pages initialised in 23698ms
Dec 21 01:19:34 hydra kernel: node 8 deferred pages initialised in 26757ms
Dec 21 01:19:34 hydra kernel: devtmpfs: initialized
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 01:19:34 hydra kernel: Using M64 #31 as default window
Dec 21 01:19:34 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 01:19:34 hydra kernel: Using M64 #31 as default window
Dec 21 01:19:34 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 01:19:34 hydra kernel: Using M64 #31 as default window
Dec 21 01:19:34 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 01:19:34 hydra kernel: Using M64 #15 as default window
Dec 21 01:19:34 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 01:19:34 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 01:19:34 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 01:19:34 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 01:19:34 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 01:19:34 hydra kernel: Using M64 #31 as default window
Dec 21 01:19:34 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:19:34 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:19:34 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 01:19:34 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 01:19:34 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 01:19:34 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 01:19:34 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 01:19:34 hydra kernel: audit: type=2000 audit(1640078371.222:1): state=initialized audit_enabled=1 res=1
Dec 21 01:19:34 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 01:19:34 hydra kernel: cpuidle: using governor menu
Dec 21 01:19:34 hydra kernel: EEH: PowerNV platform initialized
Dec 21 01:19:34 hydra kernel: PCI: Probing PCI hardware
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:19:34 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 01:19:34 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 01:19:34 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 01:19:34 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 01:19:34 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 01:19:34 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 01:19:34 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 01:19:34 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 01:19:34 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 01:19:34 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 01:19:34 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 01:19:34 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 01:19:34 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 01:19:34 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 01:19:34 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 01:19:34 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 01:19:34 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 01:19:34 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 01:19:34 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 01:19:34 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 01:19:34 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 01:19:34 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 01:19:34 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 01:19:34 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 01:19:34 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 01:19:34 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 01:19:34 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 01:19:34 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 01:19:34 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 01:19:34 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 01:19:34 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 01:19:34 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 01:19:34 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 01:19:34 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 01:19:34 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 01:19:34 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 01:19:34 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 01:19:34 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:19:34 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 01:19:34 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 01:19:34 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:19:34 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 01:19:34 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 01:19:34 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:19:34 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 01:19:34 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:19:34 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 01:19:34 hydra kernel: PCI: Probing PCI hardware done
Dec 21 01:19:34 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 01:19:34 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 01:19:34 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 01:19:34 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 01:19:34 hydra kernel: Kprobes globally optimized
Dec 21 01:19:34 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 01:19:34 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 01:19:34 hydra kernel: iommu: Default domain type: Translated
Dec 21 01:19:34 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 01:19:34 hydra kernel: vgaarb: loaded
Dec 21 01:19:34 hydra kernel: SCSI subsystem initialized
Dec 21 01:19:34 hydra kernel: libata version 3.00 loaded.
Dec 21 01:19:34 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 01:19:34 hydra kernel: usbcore: registered new interface driver hub
Dec 21 01:19:34 hydra kernel: usbcore: registered new device driver usb
Dec 21 01:19:34 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 01:19:34 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 01:19:34 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 01:19:34 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 01:19:34 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 01:19:34 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 01:19:34 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 01:19:34 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:19:34 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 01:19:34 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 01:19:34 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:19:34 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 01:19:34 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 01:19:34 hydra kernel: Initialise system trusted keyrings
Dec 21 01:19:34 hydra kernel: Key type blacklist registered
Dec 21 01:19:34 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 01:19:34 hydra kernel: zbud: loaded
Dec 21 01:19:34 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 01:19:34 hydra kernel: Key type asymmetric registered
Dec 21 01:19:34 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 01:19:34 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 01:19:34 hydra kernel: io scheduler bfq registered
Dec 21 01:19:34 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 01:19:34 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 01:19:34 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 01:19:34 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 01:19:34 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 01:19:34 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 01:19:34 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 01:19:34 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 01:19:34 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 01:19:34 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 01:19:34 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 01:19:34 hydra kernel: IPMI message handler: version 39.2
Dec 21 01:19:34 hydra kernel: ipmi device interface
Dec 21 01:19:34 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 01:19:34 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 01:19:34 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 01:19:34 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 01:19:34 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 01:19:34 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 01:19:34 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 01:19:34 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 01:19:34 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 01:19:34 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 01:19:34 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 01:19:34 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 01:19:34 hydra kernel: Non-volatile memory driver v1.3
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:34 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:19:34 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:34 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:19:34 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 01:19:34 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 01:19:34 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 01:19:34 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 01:19:34 hydra kernel: random: fast init done
Dec 21 01:19:34 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 01:19:34 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 01:19:34 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 01:19:34 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 01:19:34 hydra kernel: Freeing initrd memory: 41816K
Dec 21 01:19:34 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 01:19:34 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 01:19:34 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 01:19:34 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 01:19:34 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 01:19:34 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 01:19:34 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 01:19:34 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 01:19:34 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 01:19:34 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 01:19:34 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 01:19:34 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T09:19:33 UTC (1640078373)
Dec 21 01:19:34 hydra kernel: audit: type=1332 audit(1640078373.500:2): sec=0 nsec=370981499
Dec 21 01:19:34 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 01:19:34 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 01:19:34 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 01:19:34 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 01:19:34 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 01:19:34 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 01:19:34 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 01:19:34 hydra kernel: powernv_idle_driver registered
Dec 21 01:19:34 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 01:19:34 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 01:19:34 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 01:19:34 hydra kernel: usbhid: USB HID core driver
Dec 21 01:19:34 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 01:19:34 hydra kernel: Initializing XFRM netlink socket
Dec 21 01:19:34 hydra kernel: IPsec XFRM device driver
Dec 21 01:19:34 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 01:19:34 hydra kernel: Segment Routing with IPv6
Dec 21 01:19:34 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 01:19:34 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 01:19:34 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 01:19:34 hydra kernel: Key type dns_resolver registered
Dec 21 01:19:34 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 01:19:34 hydra kernel: registered taskstats version 1
Dec 21 01:19:34 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 01:19:34 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 01:19:34 hydra kernel: Key type ._fscrypt registered
Dec 21 01:19:34 hydra kernel: Key type .fscrypt registered
Dec 21 01:19:34 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 01:19:34 hydra kernel: Freeing unused kernel image (initmem) memory: 3148K
Dec 21 01:19:34 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 01:19:34 hydra kernel: Run /init as init process
Dec 21 01:19:34 hydra kernel: with arguments:
Dec 21 01:19:34 hydra kernel: /init
Dec 21 01:19:34 hydra kernel: splash
Dec 21 01:19:34 hydra kernel: with environment:
Dec 21 01:19:34 hydra kernel: HOME=/
Dec 21 01:19:34 hydra kernel: TERM=linux
Dec 21 01:19:34 hydra kernel: crashkernel=4096M
Dec 21 01:19:34 hydra kernel: fbcon: Taking over console
Dec 21 01:19:34 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 01:19:34 hydra kernel: audit: type=1334 audit(1640078374.529:3): prog-id=1 op=LOAD
Dec 21 01:19:34 hydra kernel: audit: type=1300 audit(1640078374.529:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffffac04d00 a2=78 a3=3fff97db15e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:19:34 hydra kernel: audit: type=1327 audit(1640078374.529:3): proctitle=2F696E69740073706C617368
Dec 21 01:19:34 hydra kernel: audit: type=1334 audit(1640078374.529:4): prog-id=0 op=UNLOAD
Dec 21 01:19:34 hydra kernel: audit: type=1334 audit(1640078374.529:5): prog-id=2 op=LOAD
Dec 21 01:19:34 hydra kernel: audit: type=1300 audit(1640078374.529:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffffac04da0 a2=78 a3=3fff97db15e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:19:34 hydra kernel: audit: type=1327 audit(1640078374.529:5): proctitle=2F696E69740073706C617368
Dec 21 01:19:34 hydra kernel: audit: type=1334 audit(1640078374.529:6): prog-id=0 op=UNLOAD
Dec 21 01:19:34 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 01:19:34 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 01:19:34 hydra dracut-cmdline[1464]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 01:19:34 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 01:19:34 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 01:19:34 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 01:19:34 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 01:19:34 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 01:19:34 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 01:19:34 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 01:19:34 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:34 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:34 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 01:19:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 01:19:34 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 01:19:34 hydra kernel: [drm] register mmio size: 524288
Dec 21 01:19:34 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 01:19:34 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 01:19:35 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 01:19:35 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 01:19:35 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 01:19:35 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 01:19:35 hydra kernel: [drm] GPU posting now...
Dec 21 01:19:35 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:19:35 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:35 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:19:35 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:19:35 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:19:35 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:19:35 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:19:35 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 01:19:35 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 01:19:35 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 01:19:35 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 01:19:35 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 01:19:35 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 01:19:35 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 01:19:35 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 01:19:35 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 01:19:35 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 01:19:35 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 01:19:35 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 01:19:35 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 01:19:35 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 01:19:35 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 01:19:35 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 01:19:35 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 01:19:35 hydra kernel: [drm] size 88473600
Dec 21 01:19:35 hydra kernel: [drm] fb depth is 24
Dec 21 01:19:35 hydra kernel: [drm] pitch is 20480
Dec 21 01:19:35 hydra kernel: ------------[ cut here ]------------
Dec 21 01:19:35 hydra kernel: WARNING: CPU: 0 PID: 1167 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 01:19:35 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 21 01:19:35 hydra kernel: CPU: 0 PID: 1167 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 01:19:35 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 01:19:35 hydra kernel: NIP: c00800002018e9f0 LR: c00800002018e804 CTR: c00800002018e980
Dec 21 01:19:35 hydra kernel: REGS: c000000004cf2160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 01:19:35 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 01:19:35 hydra kernel: CFAR: c00800002018e81c IRQMASK: 0
Dec 21 01:19:35 hydra kernel: NIP [c00800002018e9f0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 01:19:35 hydra kernel: LR [c00800002018e804] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 01:19:35 hydra kernel: Call Trace:
Dec 21 01:19:35 hydra kernel: [c000000004cf2400] [00000007b1a2b215] 0x7b1a2b215 (unreliable)
Dec 21 01:19:35 hydra kernel: [c000000004cf2540] [c00800002018eb40] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf26c0] [c00800002018f484] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2c50] [c008000020128718] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2d50] [c008000020129174] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2e50] [c008000020129308] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2e90] [c008000020129450] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2ee0] [c0080000202458c8] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf2f80] [c0080000200b20d8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf3140] [c00800001efa1910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 01:19:35 hydra kernel: [c000000004cf3240] [c00800001efa1f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 01:19:35 hydra kernel: [c000000004cf32b0] [c00800001efc62cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 01:19:35 hydra kernel: [c000000004cf3370] [c00800001efc64b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 01:19:35 hydra kernel: [c000000004cf33c0] [c00800001efc6708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 01:19:35 hydra kernel: [c000000004cf33f0] [c00800001f0ea504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 01:19:35 hydra kernel: [c000000004cf3480] [c0000000007ce4cc] fbcon_init+0x4dc/0x640
Dec 21 01:19:35 hydra kernel: [c000000004cf3560] [c00000000083930c] visual_init+0xec/0x180
Dec 21 01:19:35 hydra kernel: [c000000004cf35a0] [c00000000083cc74] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 01:19:35 hydra kernel: [c000000004cf3660] [c00000000083d008] do_take_over_console+0x1b8/0x330
Dec 21 01:19:35 hydra kernel: [c000000004cf3710] [c0000000007c9b1c] do_fbcon_takeover+0x10c/0x2a0
Dec 21 01:19:35 hydra kernel: [c000000004cf3730] [c0000000007befd4] register_framebuffer+0x394/0x470
Dec 21 01:19:35 hydra kernel: [c000000004cf3820] [c00800001f0e7e08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 01:19:35 hydra kernel: [c000000004cf3900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf3950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf3aa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf3b20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 01:19:35 hydra kernel: [c000000004cf3bc0] [c000000000784bd0] local_pci_probe+0x60/0x130
Dec 21 01:19:35 hydra kernel: [c000000004cf3c40] [c00000000011d2f0] work_for_cpu_fn+0x30/0x60
Dec 21 01:19:35 hydra kernel: [c000000004cf3c70] [c000000000121c50] process_one_work+0x2a0/0x490
Dec 21 01:19:35 hydra kernel: [c000000004cf3d10] [c0000000001220d0] worker_thread+0x290/0x5e0
Dec 21 01:19:35 hydra kernel: [c000000004cf3da0] [c00000000012fb08] kthread+0x178/0x180
Dec 21 01:19:35 hydra kernel: [c000000004cf3e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 01:19:35 hydra kernel: Instruction dump:
Dec 21 01:19:35 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 01:19:35 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3cbd e8410018 3b800005
Dec 21 01:19:35 hydra kernel: ---[ end trace 7c36c0becbfaa73b ]---
Dec 21 01:19:35 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 01:19:35 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:19:35 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 01:19:35 hydra kernel: random: crng init done
Dec 21 01:19:35 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:19:35 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 01:19:35 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 01:19:35 hydra kernel: PTP clock support registered
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:19:35 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 01:19:35 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 01:19:35 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:19:35 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:19:35 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:35 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:35 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 01:19:35 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 01:19:35 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:19:35 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:19:35 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:19:35 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:35 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:35 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 01:19:35 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 01:19:35 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:19:35 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:19:35 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:35 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:35 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 01:19:35 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 01:19:35 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:19:35 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:19:35 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:19:35 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:35 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:35 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 01:19:35 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 01:19:35 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 01:19:35 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:19:36 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:19:36 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 01:19:36 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:19:36 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:19:36 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 01:19:36 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:36 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:19:36 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 01:19:36 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 01:19:36 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:19:36 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:19:36 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 01:19:36 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 01:19:36 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 01:19:36 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 01:19:36 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:19:36 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:19:36 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:19:36 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 01:19:36 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:19:36 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 01:19:36 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 01:19:36 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 01:19:36 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 01:19:36 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 01:19:36 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 01:19:36 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 01:19:36 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 01:19:36 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 01:19:36 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 01:19:36 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:19:36 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 01:19:36 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 01:19:36 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 01:19:36 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 01:19:36 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 01:19:36 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 01:19:36 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 01:19:36 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 01:19:36 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 01:19:36 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 01:19:36 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 01:19:36 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 01:19:36 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 01:19:36 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 01:19:36 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 01:19:36 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 01:19:36 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 01:19:36 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 01:19:36 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 01:19:36 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 01:19:36 hydra kernel: audit: type=1130 audit(1640078376.986:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:19:37 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 01:19:37 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 01:19:37 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 01:19:37 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 01:19:37 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 01:19:37 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 01:19:37 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 01:19:37 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 01:19:37 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 01:19:37 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 01:19:37 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 01:19:37 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 01:19:37 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 01:19:37 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 01:19:37 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 01:19:37 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 01:19:37 hydra kernel: hid-generic 0003:0764:0601.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 01:19:37 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0002/input/input0
Dec 21 01:19:37 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:19:37 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 01:19:37 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 01:19:37 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 01:19:37 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 01:19:37 hydra kernel: scsi host0: usb-storage 6-1:1.0
Dec 21 01:19:37 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 01:19:37 hydra kernel: usbcore: registered new interface driver uas
Dec 21 01:19:37 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 01:19:37 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0003/input/input1
Dec 21 01:19:37 hydra kernel: hid-generic 0003:1D6B:0104.0003: input,hidraw2: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 01:19:37 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 01:19:37 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 01:19:37 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 01:19:37 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 01:19:37 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0004/input/input2
Dec 21 01:19:37 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 01:19:37 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input3
Dec 21 01:19:37 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0005/input/input4
Dec 21 01:19:37 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hidraw4: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 01:19:37 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input5
Dec 21 01:19:37 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input6
Dec 21 01:19:37 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0006/input/input7
Dec 21 01:19:37 hydra kernel: hid-generic 0003:04D9:4545.0006: input,hiddev97,hidraw5: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 01:19:38 hydra kernel: scsi host0: scsi scan: INQUIRY result too short (5), using 36
Dec 21 01:19:38 hydra kernel: scsi 0:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 01:19:38 hydra kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Dec 21 01:19:38 hydra kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 21 01:19:40 hydra kernel: audit: type=1130 audit(1640078380.652:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:19:40 hydra kernel: audit: type=1130 audit(1640078380.677:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:19:40 hydra kernel: audit: type=1131 audit(1640078380.677:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:19:40 hydra kernel: audit: type=1130 audit(1640078380.721:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:19:40 hydra kernel: audit: type=1334 audit(1640078380.778:35): prog-id=0 op=UNLOAD
Dec 21 01:19:40 hydra kernel: audit: type=1334 audit(1640078380.780:36): prog-id=0 op=UNLOAD
Dec 21 01:19:41 hydra kernel: audit: type=1334 audit(1640078381.143:37): prog-id=9 op=LOAD
Dec 21 01:19:41 hydra kernel: audit: type=1300 audit(1640078381.143:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3ffffac049c0 a2=78 a3=3fff97db15e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:19:41 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:19:41 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 01:19:42 hydra kernel: kauditd_printk_skb: 188 callbacks suppressed
Dec 21 01:19:42 hydra kernel: audit: type=1334 audit(1640078382.599:80): prog-id=17 op=LOAD
Dec 21 01:19:42 hydra kernel: audit: audit_lost=67 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:19:42 hydra kernel: audit: kauditd hold queue overflow
Dec 21 01:19:42 hydra kernel: audit: type=1300 audit(1640078382.599:80): arch=c0000015 syscall=361 success=yes exit=26 a0=5 a1=3fffe0505c60 a2=78 a3=3fff8e2e15e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:19:42 hydra kernel: audit: audit_lost=68 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:19:42 hydra kernel: audit: kauditd hold queue overflow
Dec 21 01:19:42 hydra kernel: audit: type=1327 audit(1640078382.599:80): proctitle=2F696E69740073706C617368
Dec 21 01:19:42 hydra kernel: audit: audit_lost=69 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:19:42 hydra kernel: audit: kauditd hold queue overflow
Dec 21 01:19:42 hydra kernel: audit: audit_lost=70 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:19:42 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:19:42 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:19:42 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:19:42 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:19:42 hydra kernel: fuse: init (API version 7.34)
Dec 21 01:19:43 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:19:43 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 01:19:43 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 01:19:43 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 01:19:43 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 01:19:43 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 01:19:43 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 01:19:43 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 01:19:43 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 01:19:43 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 01:19:43 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 01:19:43 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 01:19:43 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 01:19:43 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 01:19:43 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 01:19:43 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 01:19:43 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 01:19:43 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 01:19:43 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 01:19:43 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 01:19:43 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 01:19:43 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 01:19:43 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 01:19:43 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 01:19:44 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 01:19:44 hydra kernel: RPC: Registered udp transport module.
Dec 21 01:19:44 hydra kernel: RPC: Registered tcp transport module.
Dec 21 01:19:44 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 01:19:44 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 01:19:44 hydra kernel: Key type id_resolver registered
Dec 21 01:19:44 hydra kernel: Key type id_legacy registered
Dec 21 01:19:47 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:19:47 hydra systemd[1]: Startup finished in 32.036s (kernel) + 7.204s (initrd) + 5.775s (userspace) = 45.017s.
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:19:54 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 01:34:08 hydra kernel: aacraid: version magic '5.15.10-hydra SMP mod_unload modversions relocatable RANDSTRUCT_PLUGIN_63cf78c9137c7fc0f54437b85b3b23028e0265efd76fc276fb20f332b204f56f' should be '5.15.10-hydra SMP mod_unload modversions relocatable RANDSTRUCT_PLUGIN_55c68afcf38312ab46e3860f5e540974eab310c8d388d8c31b621dca8946633a'
Dec 21 01:34:14 hydra kernel: kauditd_printk_skb: 286 callbacks suppressed
Dec 21 01:34:14 hydra kernel: audit: type=1305 audit(1640079254.853:250): op=set audit_pid=0 old=3671 auid=4294967295 ses=4294967295 res=1
Dec 21 01:34:14 hydra kernel: audit: type=1300 audit(1640079254.853:250): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3fffc3056c64 a2=3c a3=0 items=0 ppid=1 pid=3671 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 21 01:34:14 hydra kernel: audit: type=1327 audit(1640079254.853:250): proctitle="/sbin/auditd"
Dec 21 01:34:14 hydra kernel: audit: type=1131 audit(1640079254.855:251): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:14 hydra kernel: audit: type=1131 audit(1640079254.856:252): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:14 hydra kernel: audit: type=1334 audit(1640079254.862:253): prog-id=0 op=UNLOAD
Dec 21 01:34:16 hydra kernel: audit: type=1131 audit(1640079256.024:254): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:16 hydra kernel: audit: type=1130 audit(1640079256.080:255): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-switch-root-initramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:16 hydra kernel: audit: type=1131 audit(1640079256.119:256): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-997036d0\x2d059c\x2d4ca0\x2dac07\x2d499c46d733e7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:16 hydra kernel: audit: type=1131 audit(1640079256.165:257): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:34:16 hydra kernel: IPMI Watchdog: Unexpected close, not stopping watchdog!
Dec 21 01:37:56 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 01:37:56 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 01:37:56 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 01:37:56 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 01:37:56 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 01:37:56 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 01:37:56 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 01:37:56 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 01:37:56 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 01:37:56 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 01:37:56 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 01:37:56 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 01:37:56 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 01:37:56 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 01:37:56 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 01:37:56 hydra kernel: Found initrd at 0xc0000000049e0000:0xc0000000072e3558
Dec 21 01:37:56 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 01:37:56 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 01:37:56 hydra kernel: Using PowerNV machine description
Dec 21 01:37:56 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 01:37:56 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 01:37:56 hydra kernel: (thread shift is 2)
Dec 21 01:37:56 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 01:37:56 hydra kernel: -----------------------------------------------------
Dec 21 01:37:56 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 01:37:56 hydra kernel: dcache_bsize = 0x80
Dec 21 01:37:56 hydra kernel: icache_bsize = 0x80
Dec 21 01:37:56 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 01:37:56 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 01:37:56 hydra kernel: always = 0x0000000380008181
Dec 21 01:37:56 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 01:37:56 hydra kernel: mmu_features = 0x3c007641
Dec 21 01:37:56 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 01:37:56 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 01:37:56 hydra kernel: IO start = 0xc00a000000000000
Dec 21 01:37:56 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 01:37:56 hydra kernel: -----------------------------------------------------
Dec 21 01:37:56 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 01:37:56 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 01:37:56 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 01:37:56 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 01:37:56 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 01:37:56 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 01:37:56 hydra kernel: count-cache-flush: flush disabled.
Dec 21 01:37:56 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 01:37:56 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 01:37:56 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 01:37:56 hydra kernel: stf-barrier: eieio barrier available
Dec 21 01:37:56 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 01:37:56 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 01:37:56 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 01:37:56 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 01:37:56 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 01:37:56 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 01:37:56 hydra kernel: Memory hole size: 33292288MB
Dec 21 01:37:56 hydra kernel: Zone ranges:
Dec 21 01:37:56 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 01:37:56 hydra kernel: Movable zone start for each node
Dec 21 01:37:56 hydra kernel: Early memory node ranges
Dec 21 01:37:56 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 01:37:56 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 01:37:56 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 01:37:56 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 01:37:56 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 01:37:56 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 01:37:56 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 01:37:56 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 01:37:56 hydra kernel: Policy zone: Normal
Dec 21 01:37:56 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 01:37:56 hydra kernel: audit: enabled (after initialization)
Dec 21 01:37:56 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 01:37:56 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 01:37:56 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 01:37:56 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 01:37:56 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 01:37:56 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 01:37:56 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 01:37:56 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 01:37:56 hydra kernel: Memory: 0K/536870912K available (13340K kernel code, 1884K rwdata, 3652K rodata, 3108K init, 992K bss, 9040744K reserved, 26853376K cma-reserved)
Dec 21 01:37:56 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 01:37:56 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 01:37:56 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 01:37:56 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 01:37:56 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 01:37:56 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 01:37:56 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 01:37:56 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 01:37:56 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 01:37:56 hydra kernel: xive: Using 4kB queues
Dec 21 01:37:56 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 01:37:56 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 01:37:56 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 01:37:56 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 01:37:56 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 01:37:56 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 01:37:56 hydra kernel: Console: colour dummy device 80x25
Dec 21 01:37:56 hydra kernel: printk: console [tty0] enabled
Dec 21 01:37:56 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 01:37:56 hydra kernel: printk: console [hvc0] enabled
Dec 21 01:37:56 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 01:37:56 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 01:37:56 hydra kernel: LSM: Security Framework initializing
Dec 21 01:37:56 hydra kernel: Yama: becoming mindful.
Dec 21 01:37:56 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 01:37:56 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 01:37:56 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 01:37:56 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 01:37:56 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 01:37:56 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 01:37:56 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 01:37:56 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 01:37:56 hydra kernel: node 0 deferred pages initialised in 23659ms
Dec 21 01:37:56 hydra kernel: node 8 deferred pages initialised in 26667ms
Dec 21 01:37:56 hydra kernel: devtmpfs: initialized
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 01:37:56 hydra kernel: Using M64 #31 as default window
Dec 21 01:37:56 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 01:37:56 hydra kernel: Using M64 #31 as default window
Dec 21 01:37:56 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 01:37:56 hydra kernel: Using M64 #31 as default window
Dec 21 01:37:56 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 01:37:56 hydra kernel: Using M64 #15 as default window
Dec 21 01:37:56 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 01:37:56 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 01:37:56 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 01:37:56 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 01:37:56 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 01:37:56 hydra kernel: Using M64 #31 as default window
Dec 21 01:37:56 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 01:37:56 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 01:37:56 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 01:37:56 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 01:37:56 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 01:37:56 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 01:37:56 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 01:37:56 hydra kernel: audit: type=2000 audit(1640079473.128:1): state=initialized audit_enabled=1 res=1
Dec 21 01:37:56 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 01:37:56 hydra kernel: cpuidle: using governor menu
Dec 21 01:37:56 hydra kernel: EEH: PowerNV platform initialized
Dec 21 01:37:56 hydra kernel: PCI: Probing PCI hardware
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 01:37:56 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 01:37:56 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 01:37:56 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 01:37:56 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 01:37:56 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 01:37:56 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 01:37:56 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 01:37:56 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 01:37:56 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 01:37:56 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 01:37:56 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 01:37:56 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 01:37:56 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 01:37:56 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 01:37:56 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 01:37:56 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 01:37:56 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 01:37:56 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 01:37:56 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 01:37:56 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 01:37:56 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 01:37:56 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 01:37:56 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 01:37:56 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 01:37:56 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 01:37:56 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 01:37:56 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 01:37:56 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 01:37:56 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 01:37:56 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 01:37:56 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 01:37:56 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 01:37:56 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 01:37:56 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 01:37:56 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 01:37:56 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 01:37:56 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 01:37:56 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 01:37:56 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 01:37:56 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 01:37:56 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 01:37:56 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 01:37:56 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 01:37:56 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 01:37:56 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 01:37:56 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 01:37:56 hydra kernel: PCI: Probing PCI hardware done
Dec 21 01:37:56 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 01:37:56 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 01:37:56 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 01:37:56 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 01:37:56 hydra kernel: Kprobes globally optimized
Dec 21 01:37:56 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 01:37:56 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 01:37:56 hydra kernel: iommu: Default domain type: Translated
Dec 21 01:37:56 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 01:37:56 hydra kernel: vgaarb: loaded
Dec 21 01:37:56 hydra kernel: SCSI subsystem initialized
Dec 21 01:37:56 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 01:37:56 hydra kernel: usbcore: registered new interface driver hub
Dec 21 01:37:56 hydra kernel: usbcore: registered new device driver usb
Dec 21 01:37:56 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 01:37:56 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 01:37:56 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 01:37:56 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 01:37:56 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 01:37:56 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 01:37:56 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 01:37:56 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 01:37:56 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 01:37:56 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 01:37:56 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:56 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:37:56 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 01:37:56 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 01:37:56 hydra kernel: Initialise system trusted keyrings
Dec 21 01:37:56 hydra kernel: Key type blacklist registered
Dec 21 01:37:56 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 01:37:56 hydra kernel: zbud: loaded
Dec 21 01:37:56 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 01:37:56 hydra kernel: Key type asymmetric registered
Dec 21 01:37:56 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 01:37:56 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 01:37:56 hydra kernel: io scheduler bfq registered
Dec 21 01:37:56 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 01:37:56 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 01:37:56 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 01:37:56 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 01:37:56 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 01:37:56 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 01:37:56 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 01:37:56 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 01:37:56 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 01:37:56 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 01:37:56 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 01:37:56 hydra kernel: IPMI message handler: version 39.2
Dec 21 01:37:56 hydra kernel: ipmi device interface
Dec 21 01:37:56 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 01:37:56 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 01:37:56 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 01:37:56 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 01:37:56 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 01:37:56 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 01:37:56 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 01:37:56 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 01:37:56 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 01:37:56 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 01:37:56 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 01:37:56 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 01:37:56 hydra kernel: Non-volatile memory driver v1.3
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:56 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:56 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:37:56 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 01:37:56 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 01:37:56 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 01:37:56 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 01:37:56 hydra kernel: random: fast init done
Dec 21 01:37:56 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 01:37:56 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 01:37:56 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 01:37:56 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 01:37:56 hydra kernel: Freeing initrd memory: 41996K
Dec 21 01:37:56 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 01:37:56 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 01:37:56 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 01:37:56 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 01:37:56 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 01:37:56 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 01:37:56 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 01:37:56 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 01:37:56 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 01:37:56 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 01:37:56 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 01:37:56 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-21T09:37:55 UTC (1640079475)
Dec 21 01:37:56 hydra kernel: audit: type=1332 audit(1640079475.500:2): sec=0 nsec=491980418
Dec 21 01:37:56 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 01:37:56 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 01:37:56 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 01:37:56 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 01:37:56 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 01:37:56 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 01:37:56 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 01:37:56 hydra kernel: powernv_idle_driver registered
Dec 21 01:37:56 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 01:37:56 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 01:37:56 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 01:37:56 hydra kernel: usbhid: USB HID core driver
Dec 21 01:37:56 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 01:37:56 hydra kernel: Initializing XFRM netlink socket
Dec 21 01:37:56 hydra kernel: IPsec XFRM device driver
Dec 21 01:37:56 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 01:37:56 hydra kernel: Segment Routing with IPv6
Dec 21 01:37:56 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 01:37:56 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 01:37:56 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 01:37:56 hydra kernel: Key type dns_resolver registered
Dec 21 01:37:56 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 01:37:56 hydra kernel: registered taskstats version 1
Dec 21 01:37:56 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 01:37:56 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 01:37:56 hydra kernel: Key type ._fscrypt registered
Dec 21 01:37:56 hydra kernel: Key type .fscrypt registered
Dec 21 01:37:56 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 01:37:56 hydra kernel: Freeing unused kernel image (initmem) memory: 3108K
Dec 21 01:37:56 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 01:37:56 hydra kernel: Run /init as init process
Dec 21 01:37:56 hydra kernel: with arguments:
Dec 21 01:37:56 hydra kernel: /init
Dec 21 01:37:56 hydra kernel: splash
Dec 21 01:37:56 hydra kernel: with environment:
Dec 21 01:37:56 hydra kernel: HOME=/
Dec 21 01:37:56 hydra kernel: TERM=linux
Dec 21 01:37:56 hydra kernel: crashkernel=4096M
Dec 21 01:37:56 hydra kernel: fbcon: Taking over console
Dec 21 01:37:56 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 01:37:56 hydra kernel: audit: type=1334 audit(1640079476.488:3): prog-id=1 op=LOAD
Dec 21 01:37:56 hydra kernel: audit: type=1300 audit(1640079476.488:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc506f410 a2=78 a3=3fff8aada5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:37:56 hydra kernel: audit: type=1327 audit(1640079476.488:3): proctitle=2F696E69740073706C617368
Dec 21 01:37:56 hydra kernel: audit: type=1334 audit(1640079476.488:4): prog-id=0 op=UNLOAD
Dec 21 01:37:56 hydra kernel: audit: type=1334 audit(1640079476.488:5): prog-id=2 op=LOAD
Dec 21 01:37:56 hydra kernel: audit: type=1300 audit(1640079476.488:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffc506f4b0 a2=78 a3=3fff8aada5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:37:56 hydra kernel: audit: type=1327 audit(1640079476.488:5): proctitle=2F696E69740073706C617368
Dec 21 01:37:56 hydra kernel: audit: type=1334 audit(1640079476.488:6): prog-id=0 op=UNLOAD
Dec 21 01:37:56 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 01:37:56 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 01:37:56 hydra dracut-cmdline[1463]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 01:37:56 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 01:37:56 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 01:37:56 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 01:37:56 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 01:37:56 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 01:37:56 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 01:37:56 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:56 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 01:37:56 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 01:37:56 hydra kernel: [drm] register mmio size: 524288
Dec 21 01:37:56 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 01:37:56 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 01:37:56 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 01:37:56 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 01:37:56 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 01:37:56 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 01:37:56 hydra kernel: [drm] GPU posting now...
Dec 21 01:37:56 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 01:37:56 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 01:37:56 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 01:37:56 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 01:37:56 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 01:37:56 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 01:37:56 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 01:37:56 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 01:37:56 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 01:37:56 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 01:37:56 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 01:37:57 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 01:37:57 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 01:37:57 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 01:37:57 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 01:37:57 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 01:37:57 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 01:37:57 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 01:37:57 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 01:37:57 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 01:37:57 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 01:37:57 hydra kernel: [drm] size 88473600
Dec 21 01:37:57 hydra kernel: [drm] fb depth is 24
Dec 21 01:37:57 hydra kernel: [drm] pitch is 20480
Dec 21 01:37:57 hydra kernel: ------------[ cut here ]------------
Dec 21 01:37:57 hydra kernel: WARNING: CPU: 0 PID: 912 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 01:37:57 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks
Dec 21 01:37:57 hydra kernel: CPU: 0 PID: 912 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 01:37:57 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 01:37:57 hydra kernel: NIP: c00800002018e9c0 LR: c00800002018e7d4 CTR: c00800002018e950
Dec 21 01:37:57 hydra kernel: REGS: c000000039ff2160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 01:37:57 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 01:37:57 hydra kernel: CFAR: c00800002018e7ec IRQMASK: 0
Dec 21 01:37:57 hydra kernel: NIP [c00800002018e9c0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 01:37:57 hydra kernel: LR [c00800002018e7d4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 01:37:57 hydra kernel: Call Trace:
Dec 21 01:37:57 hydra kernel: [c000000039ff2400] [00000000000000b0] 0xb0 (unreliable)
Dec 21 01:37:57 hydra kernel: [c000000039ff2540] [c00800002018eb10] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff26c0] [c00800002018f454] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2c50] [c0080000201286d8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2d50] [c008000020129134] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2e50] [c0080000201292c8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2e90] [c008000020129410] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2ee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff2f80] [c0080000200b20d8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff3140] [c00800001efa9910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 01:37:57 hydra kernel: [c000000039ff3240] [c00800001efa9f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 01:37:57 hydra kernel: [c000000039ff32b0] [c00800001efce2cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 01:37:57 hydra kernel: [c000000039ff3370] [c00800001efce4b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 01:37:57 hydra kernel: [c000000039ff33c0] [c00800001efce708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 01:37:57 hydra kernel: [c000000039ff33f0] [c00800001f0f2504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 01:37:57 hydra kernel: [c000000039ff3480] [c0000000007ce77c] fbcon_init+0x4dc/0x640
Dec 21 01:37:57 hydra kernel: [c000000039ff3560] [c0000000008395ac] visual_init+0xec/0x180
Dec 21 01:37:57 hydra kernel: [c000000039ff35a0] [c00000000083cf14] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 01:37:57 hydra kernel: [c000000039ff3660] [c00000000083d2a8] do_take_over_console+0x1b8/0x330
Dec 21 01:37:57 hydra kernel: [c000000039ff3710] [c0000000007c9dcc] do_fbcon_takeover+0x10c/0x2a0
Dec 21 01:37:57 hydra kernel: [c000000039ff3730] [c0000000007bf284] register_framebuffer+0x394/0x470
Dec 21 01:37:57 hydra kernel: [c000000039ff3820] [c00800001f0efe08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 01:37:57 hydra kernel: [c000000039ff3900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff3950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff3aa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff3b20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 01:37:57 hydra kernel: [c000000039ff3bc0] [c000000000784e80] local_pci_probe+0x60/0x130
Dec 21 01:37:57 hydra kernel: [c000000039ff3c40] [c00000000011d450] work_for_cpu_fn+0x30/0x60
Dec 21 01:37:57 hydra kernel: [c000000039ff3c70] [c000000000121db0] process_one_work+0x2a0/0x490
Dec 21 01:37:57 hydra kernel: [c000000039ff3d10] [c000000000122230] worker_thread+0x290/0x5e0
Dec 21 01:37:57 hydra kernel: [c000000039ff3da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 01:37:57 hydra kernel: [c000000039ff3e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 01:37:57 hydra kernel: Instruction dump:
Dec 21 01:37:57 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 01:37:57 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3cbd e8410018 3b800005
Dec 21 01:37:57 hydra kernel: ---[ end trace 5fd56f97ecd049d5 ]---
Dec 21 01:37:57 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 01:37:57 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:37:57 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 01:37:57 hydra kernel: random: crng init done
Dec 21 01:37:57 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:37:57 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 01:37:57 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 01:37:57 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 01:37:57 hydra kernel: PTP clock support registered
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:37:57 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 01:37:57 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 01:37:57 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:37:57 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:37:57 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:57 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:57 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 01:37:57 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:37:57 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 01:37:57 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 01:37:57 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:37:57 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:37:57 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:37:57 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:57 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:57 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 01:37:57 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 01:37:57 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:37:57 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 01:37:57 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 01:37:57 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 01:37:57 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 01:37:57 hydra kernel: AAC0: serial 10F447
Dec 21 01:37:57 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 01:37:57 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 01:37:57 hydra kernel: AAC0: 64bit support enabled.
Dec 21 01:37:57 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:37:57 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:37:57 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:57 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:57 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 01:37:57 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 01:37:57 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:37:57 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:37:57 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:37:57 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:57 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:57 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 01:37:57 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 01:37:57 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:57 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 01:37:57 hydra kernel: scsi host0: aacraid
Dec 21 01:37:57 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 01:37:57 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:37:58 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 01:37:58 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:37:58 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:37:58 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 01:37:58 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:58 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 01:37:58 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] 4096-byte physical blocks
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 21 01:37:58 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] 4096-byte physical blocks
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 01:37:58 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 01:37:58 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:37:58 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:37:58 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 01:37:58 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] 4096-byte physical blocks
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 01:37:58 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 01:37:58 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 01:37:58 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 01:37:58 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 01:37:58 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 01:37:58 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 01:37:58 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 01:37:58 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 01:37:58 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 01:37:58 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] 4096-byte physical blocks
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 01:37:58 hydra kernel: sda: sda1 sda9
Dec 21 01:37:58 hydra kernel: sd 0:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 01:37:58 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 01:37:58 hydra kernel: sd 0:2:4:0: [sde] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 21 01:37:58 hydra kernel: sd 0:2:5:0: [sdf] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:37:58 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 01:37:58 hydra kernel: sd 0:2:0:0: [sda] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sd 0:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: sd 0:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: sd 0:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 01:37:58 hydra kernel: sdd: sdd1 sdd9
Dec 21 01:37:58 hydra kernel: sd 0:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 01:37:58 hydra kernel: sd 0:2:7:0: [sdh] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 01:37:58 hydra kernel: sdc: sdc1 sdc9
Dec 21 01:37:58 hydra kernel: sd 0:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: sdb: sdb1 sdb9
Dec 21 01:37:58 hydra kernel: sd 0:2:6:0: [sdg] Write Protect is off
Dec 21 01:37:58 hydra kernel: sd 0:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 01:37:58 hydra kernel: sd 0:2:2:0: [sdc] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sd 0:2:3:0: [sdd] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sd 0:2:1:0: [sdb] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sdh: sdh1 sdh9
Dec 21 01:37:58 hydra kernel: sde: sde1 sde9
Dec 21 01:37:58 hydra kernel: sd 0:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 01:37:58 hydra kernel: sd 0:2:4:0: [sde] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sd 0:2:7:0: [sdh] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sdf: sdf1 sdf9
Dec 21 01:37:58 hydra kernel: sdg: sdg1 sdg9
Dec 21 01:37:58 hydra kernel: sd 0:2:5:0: [sdf] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: sd 0:2:6:0: [sdg] Attached SCSI disk
Dec 21 01:37:58 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:37:58 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 01:37:58 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 01:37:58 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 01:37:58 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 01:37:58 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:37:58 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 01:37:58 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 01:37:58 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 01:37:58 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 01:37:58 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 01:37:58 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 01:37:58 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 01:37:58 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 01:37:58 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 01:37:58 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 01:37:58 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 01:37:58 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 01:37:58 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:37:58 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 01:37:58 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 01:37:58 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 01:37:58 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 01:37:58 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 01:37:58 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 01:37:58 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:37:58 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 01:37:58 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 01:37:58 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 01:37:58 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 01:37:58 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 01:37:58 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 01:37:58 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 01:37:59 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 01:37:59 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 01:37:59 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 01:37:59 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 01:37:59 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 01:37:59 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 01:37:59 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 01:37:59 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 01:37:59 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 01:37:59 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 01:37:59 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 01:37:59 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 01:37:59 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 01:37:59 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 01:37:59 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 01:37:59 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 01:37:59 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:37:59 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 01:37:59 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 01:37:59 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 01:37:59 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 01:37:59 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 01:37:59 hydra kernel: scsi host1: usb-storage 6-1:1.0
Dec 21 01:37:59 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 01:37:59 hydra kernel: usbcore: registered new interface driver uas
Dec 21 01:37:59 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 01:37:59 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 01:37:59 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 01:37:59 hydra kernel: audit: type=1130 audit(1640079479.272:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:37:59 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 01:37:59 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 01:37:59 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 01:37:59 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 01:37:59 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 01:37:59 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 01:37:59 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 01:37:59 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 01:37:59 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 01:37:59 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 01:37:59 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 01:37:59 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 01:37:59 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 01:37:59 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:38:00 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 01:38:00 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 01:38:00 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 01:38:00 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 01:38:00 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 01:38:00 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 01:38:00 hydra kernel: scsi host1: scsi scan: INQUIRY result too short (5), using 36
Dec 21 01:38:00 hydra kernel: scsi 1:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 01:38:00 hydra kernel: sd 1:0:0:0: [sdi] Media removed, stopped polling
Dec 21 01:38:00 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 01:38:00 hydra kernel: sd 1:0:0:0: [sdi] Attached SCSI removable disk
Dec 21 01:38:00 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 01:38:00 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 01:38:00 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 01:38:00 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 01:38:00 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 01:38:00 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 01:38:04 hydra kernel: audit: type=1130 audit(1640079484.310:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:38:04 hydra kernel: audit: type=1130 audit(1640079484.349:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:38:04 hydra kernel: audit: type=1131 audit(1640079484.349:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:38:04 hydra kernel: audit: type=1130 audit(1640079484.408:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 01:38:04 hydra kernel: audit: type=1334 audit(1640079484.462:35): prog-id=0 op=UNLOAD
Dec 21 01:38:04 hydra kernel: audit: type=1334 audit(1640079484.474:36): prog-id=0 op=UNLOAD
Dec 21 01:38:04 hydra kernel: audit: type=1334 audit(1640079484.961:37): prog-id=9 op=LOAD
Dec 21 01:38:04 hydra kernel: audit: type=1300 audit(1640079484.961:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3fffc506f0d0 a2=78 a3=3fff8aada5e0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 01:38:04 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 01:38:04 hydra kernel: audit: kauditd hold queue overflow
Dec 21 01:38:05 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 01:38:06 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:38:06 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:38:06 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:38:06 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 01:38:06 hydra kernel: fuse: init (API version 7.34)
Dec 21 01:38:07 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:38:07 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 01:38:07 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 01:38:07 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 01:38:07 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 01:38:07 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 01:38:07 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 01:38:07 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 01:38:07 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 01:38:07 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 01:38:07 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 01:38:07 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 01:38:07 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 01:38:07 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 01:38:07 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 01:38:07 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 01:38:07 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 01:38:07 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 01:38:07 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 01:38:07 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 01:38:07 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 01:38:07 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 01:38:07 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 01:38:07 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 01:38:09 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 01:38:09 hydra kernel: RPC: Registered udp transport module.
Dec 21 01:38:09 hydra kernel: RPC: Registered tcp transport module.
Dec 21 01:38:09 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 01:38:09 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 01:38:09 hydra kernel: Key type id_resolver registered
Dec 21 01:38:09 hydra kernel: Key type id_legacy registered
Dec 21 01:38:12 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 01:38:12 hydra systemd[1]: Startup finished in 31.873s (kernel) + 9.161s (initrd) + 7.147s (userspace) = 48.182s.
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 01:38:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 02:00:12 hydra kernel: usb 9-2: new high-speed USB device number 5 using xhci_hcd
Dec 21 02:00:12 hydra kernel: usb 9-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.07
Dec 21 02:00:12 hydra kernel: usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 02:00:12 hydra kernel: usb 9-2: Product: 4-Port USB 2.1 Hub
Dec 21 02:00:12 hydra kernel: usb 9-2: Manufacturer: Generic
Dec 21 02:00:12 hydra kernel: hub 9-2:1.0: USB hub found
Dec 21 02:00:12 hydra kernel: hub 9-2:1.0: 5 ports detected
Dec 21 04:35:05 hydra kernel: conftest[1054304]: segfault (11) at 0 nip 3fffb967bd9c lr 3fffb96c7fd0 code 1 in libc-2.33.so[3fffb95c4000+1f8000]
Dec 21 04:35:05 hydra kernel: conftest[1054304]: code: a0c40000 38840002 b0cb0000 396b0002 409f0014 88c40000 38840001 98cb0000
Dec 21 04:35:05 hydra kernel: conftest[1054304]: code: 396b0001 28a50010 7cb01120 4184002c <80c40000> 80e40004 90cb0000 81040008
Dec 21 04:46:28 hydra NetworkManager[1278664]: <info> [1640090788.5898] manager[0x13c245090]: monitoring kernel firmware directory '/lib/firmware'.
Dec 21 04:46:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: passive DA module inserted
Dec 21 04:46:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: passive DA module inserted
Dec 21 04:46:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 04:46:29 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4: link becomes ready
Dec 21 04:46:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 04:46:29 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4d1: link becomes ready
Dec 21 05:35:38 hydra kernel: Process accounting resumed
Dec 21 13:23:43 hydra kernel: EEH: Recovering PHB#2-PE#fd
Dec 21 13:23:43 hydra kernel: EEH: PE location: UOPWR.A100034-Node0-Builtin SAS, PHB location: N/A
Dec 21 13:23:43 hydra kernel: EEH: Frozen PHB#2-PE#fd detected
Dec 21 13:23:43 hydra kernel: EEH: Call Trace:
Dec 21 13:23:43 hydra kernel: EEH: [0000000093c222c4] __eeh_send_failure_event+0x70/0x160
Dec 21 13:23:43 hydra kernel: EEH: [000000000921ecc5] eeh_dev_check_failure+0x2f0/0x650
Dec 21 13:23:43 hydra kernel: EEH: [0000000001efea17] aac_src_check_health+0x94/0xf0 [aacraid]
Dec 21 13:23:43 hydra kernel: EEH: [00000000ee4486c1] aac_command_thread+0x7fc/0xaa0 [aacraid]
Dec 21 13:23:43 hydra kernel: EEH: [000000000d3ac3f3] kthread+0x178/0x180
Dec 21 13:23:43 hydra kernel: EEH: [00000000768b1f4e] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:23:43 hydra kernel: EEH: This PCI device has failed 1 times in the last hour and will be permanently disabled after 5 failures.
Dec 21 13:23:43 hydra kernel: EEH: Notify device drivers to shutdown
Dec 21 13:23:43 hydra kernel: EEH: Beginning: 'error_detected(IO frozen)'
Dec 21 13:23:43 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->error_detected(IO frozen)
Dec 21 13:23:43 hydra kernel: aacraid 0002:01:00.0: aacraid: PCI error detected 2
Dec 21 13:23:43 hydra kernel: sd 0:2:7:0: [sdh] tag#553 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:7:0: [sdh] tag#553 CDB: Write(10) 2a 00 00 00 9e f5 00 00 20 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdh, sector 325544 op 0x1:(WRITE) flags 0x700 phys_seg 3 prio class 0
Dec 21 13:23:43 hydra kernel: sd 0:2:4:0: [sde] tag#630 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:4:0: [sde] tag#630 CDB: Write(10) 2a 00 00 00 a0 51 00 00 40 00
Dec 21 13:23:43 hydra kernel: sd 0:2:7:0: [sdh] tag#743 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:7:0: [sdh] tag#743 CDB: Write(10) 2a 00 00 00 8b 95 00 00 13 00
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#881 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdh, sector 285864 op 0x1:(WRITE) flags 0x700 phys_seg 1 prio class 0
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#881 CDB: Write(10) 2a 00 00 00 9f 51 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 326280 op 0x1:(WRITE) flags 0x4700 phys_seg 27 prio class 0
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca26b5708c8-part1 error=5 type=2 offset=137973760 size=77824 flags=180880
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#882 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#882 CDB: Write(10) 2a 00 00 00 9f 91 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 326792 op 0x1:(WRITE) flags 0x4700 phys_seg 33 prio class 0
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#883 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#883 CDB: Write(10) 2a 00 00 00 9f d1 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 327304 op 0x1:(WRITE) flags 0x4700 phys_seg 26 prio class 0
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#884 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#884 CDB: Write(10) 2a 00 00 00 a0 11 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 327816 op 0x1:(WRITE) flags 0x700 phys_seg 30 prio class 0
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2565ab744-part1 error=5 type=2 offset=158666752 size=1048576 flags=40080c80
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#885 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#885 CDB: Write(10) 2a 00 00 00 a0 51 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 328328 op 0x1:(WRITE) flags 0x4700 phys_seg 33 prio class 0
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#886 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:5:0: [sdf] tag#886 CDB: Write(10) 2a 00 00 00 a0 91 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sdf, sector 328840 op 0x1:(WRITE) flags 0x700 phys_seg 2 prio class 0
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2565ab744-part1 error=5 type=2 offset=159715328 size=524288 flags=40080c80
Dec 21 13:23:43 hydra kernel: sd 0:2:4:0: [sde] tag#889 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 13:23:43 hydra kernel: sd 0:2:4:0: [sde] tag#889 CDB: Write(10) 2a 00 00 00 9f 91 00 00 40 00
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sde, sector 326792 op 0x1:(WRITE) flags 0x4700 phys_seg 33 prio class 0
Dec 21 13:23:43 hydra kernel: blk_update_request: I/O error, dev sde, sector 327304 op 0x1:(WRITE) flags 0x700 phys_seg 26 prio class 0
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2666c6d98-part1 error=5 type=2 offset=158404608 size=1048576 flags=40080c80
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca26b5708c8-part1 error=5 type=2 offset=158289920 size=131072 flags=180880
Dec 21 13:23:43 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2666c6d98-part1 error=5 type=2 offset=159453184 size=786432 flags=40080c80
Dec 21 13:23:43 hydra kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'need reset'
Dec 21 13:23:43 hydra kernel: EEH: Finished:'error_detected(IO frozen)' with aggregate recovery state:'need reset'
Dec 21 13:23:43 hydra kernel: EEH: Collect temporary log
Dec 21 13:23:43 hydra kernel: EEH: of node=0002:01:00.0
Dec 21 13:23:43 hydra kernel: EEH: PCI device/vendor: 028d9005
Dec 21 13:23:43 hydra kernel: EEH: PCI cmd/status register: 00100146
Dec 21 13:23:43 hydra kernel: EEH: PCI-E capabilities and status follow:
Dec 21 13:23:43 hydra kernel: EEH: PCI-E 00: 00020010 000081a2 00002950 00437083
Dec 21 13:23:43 hydra kernel: EEH: PCI-E 10: 10820000 00000000 00000000 00000000
Dec 21 13:23:43 hydra kernel: EEH: PCI-E 20: 00000000
Dec 21 13:23:43 hydra kernel: EEH: PCI-E AER capability register set follows:
Dec 21 13:23:43 hydra kernel: EEH: PCI-E AER 00: 30020001 00000000 00400000 00462030
Dec 21 13:23:43 hydra kernel: EEH: PCI-E AER 10: 00000000 0000e000 000001e0 00000000
Dec 21 13:23:43 hydra kernel: EEH: PCI-E AER 20: 00000000 00000000 00000000 00000000
Dec 21 13:23:43 hydra kernel: EEH: PCI-E AER 30: 00000000 00000000
Dec 21 13:23:43 hydra kernel: PHB4 PHB#2 Diag-data (Version: 1)
Dec 21 13:23:43 hydra kernel: brdgCtl: 00000002
Dec 21 13:23:43 hydra kernel: RootSts: 00060040 00402000 e0820008 00100107 00000800
Dec 21 13:23:43 hydra kernel: PhbSts: 0000001c00000000 0000001c00000000
Dec 21 13:23:43 hydra kernel: Lem: 0000000100000080 0000000000000000 0000000000000080
Dec 21 13:23:43 hydra kernel: PhbErr: 0000028000000000 0000020000000000 2148000098000240 a008400000000000
Dec 21 13:23:43 hydra kernel: RxeTceErr: 6000000000000000 2000000000000000 c0000000000000fd 0000000000000000
Dec 21 13:23:43 hydra kernel: PblErr: 0000000000020000 0000000000020000 0000000000000000 0000000000000000
Dec 21 13:23:43 hydra kernel: PcieDlp: 0000000000000000 0000000000000000 4000000000000000
Dec 21 13:23:43 hydra kernel: RegbErr: 0000004000000000 0000004000000000 8800006000000000 0000000007011000
Dec 21 13:23:43 hydra kernel: PE[0fd] A/B: 8300b03800000000 8000000000000000
Dec 21 13:23:43 hydra kernel: EEH: Reset without hotplug activity
Dec 21 13:23:48 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 13:23:48 hydra kernel: EEH: Beginning: 'slot_reset'
Dec 21 13:23:48 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->slot_reset()
Dec 21 13:23:48 hydra kernel: aacraid 0002:01:00.0: aacraid: PCI error - slot reset
Dec 21 13:23:48 hydra kernel: aacraid 0002:01:00.0: restoring config space at offset 0x4 (was 0x100142, writing 0x100546)
Dec 21 13:23:48 hydra kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'recovered'
Dec 21 13:23:48 hydra kernel: EEH: Finished:'slot_reset' with aggregate recovery state:'recovered'
Dec 21 13:23:48 hydra kernel: EEH: Notify device driver to resume
Dec 21 13:23:48 hydra kernel: EEH: Beginning: 'resume'
Dec 21 13:26:30 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->resume()
Dec 21 13:26:30 hydra kernel: INFO: task txg_sync:3301 blocked for more than 122 seconds.
Dec 21 13:26:30 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:26:30 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:26:30 hydra kernel: task:txg_sync state:D stack: 0 pid: 3301 ppid: 2 flags:0x00000882
Dec 21 13:26:30 hydra kernel: Call Trace:
Dec 21 13:26:30 hydra kernel: [c00000006cb933b0] [0000000000000005] 0x5 (unreliable)
Dec 21 13:26:30 hydra kernel: [c00000006cb935a0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:26:30 hydra kernel: [c00000006cb93600] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:26:30 hydra kernel: [c00000006cb93760] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:26:30 hydra kernel: [c00000006cb93790] [c000000000d046c4] schedule_timeout+0xa4/0x150
Dec 21 13:26:30 hydra kernel: [c00000006cb93850] [c000000000cfc140] io_schedule_timeout+0x60/0xb0
Dec 21 13:26:30 hydra kernel: [c00000006cb93880] [c00800001f95a1d4] __cv_timedwait_common+0x20c/0x2c0 [spl]
Dec 21 13:26:30 hydra kernel: [c00000006cb93910] [c00800001f95a2f8] __cv_timedwait_io+0x20/0x50 [spl]
Dec 21 13:26:30 hydra kernel: [c00000006cb93930] [c008000020bc2b24] zio_wait+0x1bc/0x4f0 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cb939f0] [c008000020ac55dc] dsl_pool_sync+0x134/0x6a0 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cb93ae0] [c008000020b0aa54] spa_sync+0x63c/0x12c0 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cb93c60] [c008000020b327bc] txg_fini+0x6a4/0xcc0 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cb93d60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:26:30 hydra kernel: [c00000006cb93da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:26:30 hydra kernel: [c00000006cb93e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:26:30 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 122 seconds.
Dec 21 13:26:30 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:26:30 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:26:30 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:26:30 hydra kernel: Call Trace:
Dec 21 13:26:30 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:26:30 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:26:30 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:26:30 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:26:30 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:26:30 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:26:30 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:28:33 hydra kernel: INFO: task txg_sync:3301 blocked for more than 245 seconds.
Dec 21 13:28:33 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:28:33 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:28:33 hydra kernel: task:txg_sync state:D stack: 0 pid: 3301 ppid: 2 flags:0x00000882
Dec 21 13:28:33 hydra kernel: Call Trace:
Dec 21 13:28:33 hydra kernel: [c00000006cb933b0] [0000000000000005] 0x5 (unreliable)
Dec 21 13:28:33 hydra kernel: [c00000006cb935a0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:28:33 hydra kernel: [c00000006cb93600] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:28:33 hydra kernel: [c00000006cb93760] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:28:33 hydra kernel: [c00000006cb93790] [c000000000d046c4] schedule_timeout+0xa4/0x150
Dec 21 13:28:33 hydra kernel: [c00000006cb93850] [c000000000cfc140] io_schedule_timeout+0x60/0xb0
Dec 21 13:28:33 hydra kernel: [c00000006cb93880] [c00800001f95a1d4] __cv_timedwait_common+0x20c/0x2c0 [spl]
Dec 21 13:28:33 hydra kernel: [c00000006cb93910] [c00800001f95a2f8] __cv_timedwait_io+0x20/0x50 [spl]
Dec 21 13:28:33 hydra kernel: [c00000006cb93930] [c008000020bc2b24] zio_wait+0x1bc/0x4f0 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cb939f0] [c008000020ac55dc] dsl_pool_sync+0x134/0x6a0 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cb93ae0] [c008000020b0aa54] spa_sync+0x63c/0x12c0 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cb93c60] [c008000020b327bc] txg_fini+0x6a4/0xcc0 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cb93d60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:28:33 hydra kernel: [c00000006cb93da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:28:33 hydra kernel: [c00000006cb93e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:28:33 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 245 seconds.
Dec 21 13:28:33 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:28:33 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:28:33 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:28:33 hydra kernel: Call Trace:
Dec 21 13:28:33 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:28:33 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:28:33 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:28:33 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:28:33 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:28:33 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:28:33 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:30:36 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 368 seconds.
Dec 21 13:30:36 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:30:36 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:30:36 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:30:36 hydra kernel: Call Trace:
Dec 21 13:30:36 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:30:36 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:30:36 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:30:36 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:30:36 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:30:36 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:30:36 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:32:39 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 491 seconds.
Dec 21 13:32:39 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:32:39 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:32:39 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:32:39 hydra kernel: Call Trace:
Dec 21 13:32:39 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:32:39 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:32:39 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:32:39 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:32:39 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:32:39 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:32:39 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:34:42 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 614 seconds.
Dec 21 13:34:42 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:34:42 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:34:42 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:34:42 hydra kernel: Call Trace:
Dec 21 13:34:42 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:34:42 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:34:42 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:34:42 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:34:42 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:34:42 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:34:42 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:36:45 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 737 seconds.
Dec 21 13:36:45 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:36:45 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:36:45 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:36:45 hydra kernel: Call Trace:
Dec 21 13:36:45 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:36:45 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:36:45 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:36:45 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:36:45 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:36:45 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:36:45 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:38:47 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 860 seconds.
Dec 21 13:38:47 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:38:47 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:38:47 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:38:47 hydra kernel: Call Trace:
Dec 21 13:38:47 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:38:47 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:38:47 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:38:47 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:38:47 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:38:47 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:38:47 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 13:40:50 hydra kernel: INFO: task vdev_autotrim:3310 blocked for more than 983 seconds.
Dec 21 13:40:50 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 13:40:50 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 13:40:50 hydra kernel: task:vdev_autotrim state:D stack: 0 pid: 3310 ppid: 2 flags:0x00000882
Dec 21 13:40:50 hydra kernel: Call Trace:
Dec 21 13:40:50 hydra kernel: [c00000006cbbb860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 13:40:50 hydra kernel: [c00000006cbbb8c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 13:40:50 hydra kernel: [c00000006cbbba20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 13:40:50 hydra kernel: [c00000006cbbba50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 13:40:50 hydra kernel: [c00000006cbbba80] [c00800001f959c04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbb10] [c008000020b33738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbb70] [c008000020b338b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbbd0] [c008000020aedc30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbc20] [c008000020b72878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbd60] [c00800001f966348] __thread_exit+0xd0/0x110 [spl]
Dec 21 13:40:50 hydra kernel: [c00000006cbbbda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 13:40:50 hydra kernel: [c00000006cbbbe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 16:44:45 hydra kernel: opal-power: Poweroff requested
Dec 21 16:50:17 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 16:50:17 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 16:50:17 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 16:50:17 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 16:50:17 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 16:50:17 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 16:50:17 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 16:50:17 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 16:50:17 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 16:50:17 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 16:50:17 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 16:50:17 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 16:50:17 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 16:50:17 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 16:50:17 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 16:50:17 hydra kernel: Found initrd at 0xc0000000049e0000:0xc000000007311119
Dec 21 16:50:17 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 16:50:17 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 16:50:17 hydra kernel: Using PowerNV machine description
Dec 21 16:50:17 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 16:50:17 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 16:50:17 hydra kernel: (thread shift is 2)
Dec 21 16:50:17 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 16:50:17 hydra kernel: -----------------------------------------------------
Dec 21 16:50:17 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 16:50:17 hydra kernel: dcache_bsize = 0x80
Dec 21 16:50:17 hydra kernel: icache_bsize = 0x80
Dec 21 16:50:17 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 16:50:17 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 16:50:17 hydra kernel: always = 0x0000000380008181
Dec 21 16:50:17 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 16:50:17 hydra kernel: mmu_features = 0x3c007641
Dec 21 16:50:17 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 16:50:17 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 16:50:17 hydra kernel: IO start = 0xc00a000000000000
Dec 21 16:50:17 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 16:50:17 hydra kernel: -----------------------------------------------------
Dec 21 16:50:17 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 16:50:17 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 16:50:17 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 16:50:17 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 16:50:17 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 16:50:17 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 16:50:17 hydra kernel: count-cache-flush: flush disabled.
Dec 21 16:50:17 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 16:50:17 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 16:50:17 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 16:50:17 hydra kernel: stf-barrier: eieio barrier available
Dec 21 16:50:17 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 16:50:17 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 16:50:17 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 16:50:17 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 16:50:17 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 16:50:17 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 16:50:17 hydra kernel: Memory hole size: 33292288MB
Dec 21 16:50:17 hydra kernel: Zone ranges:
Dec 21 16:50:17 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 16:50:17 hydra kernel: Movable zone start for each node
Dec 21 16:50:17 hydra kernel: Early memory node ranges
Dec 21 16:50:17 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 16:50:17 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 16:50:17 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 16:50:17 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 16:50:17 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 16:50:17 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 16:50:17 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 16:50:17 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 16:50:17 hydra kernel: Policy zone: Normal
Dec 21 16:50:17 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 16:50:17 hydra kernel: audit: enabled (after initialization)
Dec 21 16:50:17 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 16:50:17 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 16:50:17 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 16:50:17 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 16:50:17 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 16:50:17 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 16:50:17 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 16:50:17 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 16:50:17 hydra kernel: Memory: 0K/536870912K available (13340K kernel code, 1884K rwdata, 3652K rodata, 3108K init, 992K bss, 9040928K reserved, 26853376K cma-reserved)
Dec 21 16:50:17 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 16:50:17 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 16:50:17 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 16:50:17 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 16:50:17 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 16:50:17 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 16:50:17 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 16:50:17 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 16:50:17 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 16:50:17 hydra kernel: xive: Using 4kB queues
Dec 21 16:50:17 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 16:50:17 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 16:50:17 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 16:50:17 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 16:50:17 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 16:50:17 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 16:50:17 hydra kernel: Console: colour dummy device 80x25
Dec 21 16:50:17 hydra kernel: printk: console [tty0] enabled
Dec 21 16:50:17 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 16:50:17 hydra kernel: printk: console [hvc0] enabled
Dec 21 16:50:17 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 16:50:17 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 16:50:17 hydra kernel: LSM: Security Framework initializing
Dec 21 16:50:17 hydra kernel: Yama: becoming mindful.
Dec 21 16:50:17 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 16:50:17 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 16:50:17 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 16:50:17 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 16:50:17 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 16:50:17 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 16:50:17 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 16:50:17 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 16:50:17 hydra kernel: node 0 deferred pages initialised in 23706ms
Dec 21 16:50:17 hydra kernel: node 8 deferred pages initialised in 26655ms
Dec 21 16:50:17 hydra kernel: devtmpfs: initialized
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 16:50:17 hydra kernel: Using M64 #31 as default window
Dec 21 16:50:17 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 16:50:17 hydra kernel: Using M64 #31 as default window
Dec 21 16:50:17 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 16:50:17 hydra kernel: Using M64 #31 as default window
Dec 21 16:50:17 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 16:50:17 hydra kernel: Using M64 #15 as default window
Dec 21 16:50:17 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 16:50:17 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 16:50:17 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 16:50:17 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 16:50:17 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 16:50:17 hydra kernel: Using M64 #31 as default window
Dec 21 16:50:17 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 16:50:17 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 16:50:17 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 16:50:17 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 16:50:17 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 16:50:17 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 16:50:17 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 16:50:17 hydra kernel: audit: type=2000 audit(1640134214.118:1): state=initialized audit_enabled=1 res=1
Dec 21 16:50:17 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 16:50:17 hydra kernel: cpuidle: using governor menu
Dec 21 16:50:17 hydra kernel: EEH: PowerNV platform initialized
Dec 21 16:50:17 hydra kernel: PCI: Probing PCI hardware
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 16:50:17 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 16:50:17 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 16:50:17 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 16:50:17 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 16:50:17 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 16:50:17 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 16:50:17 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 16:50:17 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 16:50:17 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 16:50:17 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 16:50:17 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 16:50:17 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 16:50:17 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 16:50:17 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 16:50:17 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 16:50:17 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 16:50:17 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 16:50:17 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 16:50:17 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 16:50:17 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 16:50:17 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 16:50:17 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 16:50:17 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 16:50:17 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 16:50:17 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 16:50:17 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 16:50:17 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 16:50:17 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 16:50:17 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 16:50:17 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 16:50:17 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 16:50:17 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 16:50:17 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 16:50:17 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 16:50:17 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 16:50:17 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 16:50:17 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 16:50:17 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 16:50:17 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 16:50:17 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 16:50:17 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 16:50:17 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 16:50:17 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 16:50:17 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 16:50:17 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 16:50:17 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 16:50:17 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 16:50:17 hydra kernel: PCI: Probing PCI hardware done
Dec 21 16:50:17 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 16:50:17 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 16:50:17 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 16:50:17 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 16:50:17 hydra kernel: Kprobes globally optimized
Dec 21 16:50:17 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 16:50:17 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 16:50:17 hydra kernel: iommu: Default domain type: Translated
Dec 21 16:50:17 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 16:50:17 hydra kernel: vgaarb: loaded
Dec 21 16:50:17 hydra kernel: SCSI subsystem initialized
Dec 21 16:50:17 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 16:50:17 hydra kernel: usbcore: registered new interface driver hub
Dec 21 16:50:17 hydra kernel: usbcore: registered new device driver usb
Dec 21 16:50:17 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 16:50:17 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 16:50:17 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 16:50:17 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 16:50:17 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 16:50:17 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 16:50:17 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 16:50:17 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 16:50:17 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 16:50:17 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 16:50:17 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:17 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 16:50:17 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 16:50:17 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 16:50:17 hydra kernel: Initialise system trusted keyrings
Dec 21 16:50:17 hydra kernel: Key type blacklist registered
Dec 21 16:50:17 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 16:50:17 hydra kernel: zbud: loaded
Dec 21 16:50:17 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 16:50:17 hydra kernel: Key type asymmetric registered
Dec 21 16:50:17 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 16:50:17 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 16:50:17 hydra kernel: io scheduler bfq registered
Dec 21 16:50:17 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 16:50:17 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 16:50:17 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 16:50:17 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 16:50:17 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 16:50:17 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 16:50:17 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 16:50:17 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 16:50:17 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 16:50:17 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 16:50:17 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 16:50:17 hydra kernel: IPMI message handler: version 39.2
Dec 21 16:50:17 hydra kernel: ipmi device interface
Dec 21 16:50:17 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 16:50:17 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 16:50:17 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 16:50:17 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 16:50:17 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 16:50:17 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 16:50:17 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 16:50:17 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 16:50:17 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 16:50:17 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 16:50:17 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 16:50:17 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 16:50:17 hydra kernel: Non-volatile memory driver v1.3
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:17 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:17 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:17 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 16:50:17 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 16:50:17 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 16:50:17 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 16:50:17 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 16:50:17 hydra kernel: random: fast init done
Dec 21 16:50:17 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 16:50:17 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 16:50:17 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 16:50:17 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 16:50:17 hydra kernel: Freeing initrd memory: 42180K
Dec 21 16:50:17 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 16:50:17 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 16:50:17 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 16:50:17 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 16:50:17 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 16:50:17 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 16:50:17 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 16:50:17 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 16:50:17 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 16:50:17 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 16:50:17 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 16:50:17 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-22T00:50:16 UTC (1640134216)
Dec 21 16:50:17 hydra kernel: audit: type=1332 audit(1640134216.500:2): sec=1 nsec=-499018818
Dec 21 16:50:17 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 16:50:17 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 16:50:17 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 16:50:17 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 16:50:17 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 16:50:17 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 16:50:17 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 16:50:17 hydra kernel: powernv_idle_driver registered
Dec 21 16:50:17 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 16:50:17 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 16:50:17 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 16:50:17 hydra kernel: usbhid: USB HID core driver
Dec 21 16:50:17 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 16:50:17 hydra kernel: Initializing XFRM netlink socket
Dec 21 16:50:17 hydra kernel: IPsec XFRM device driver
Dec 21 16:50:17 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 16:50:17 hydra kernel: Segment Routing with IPv6
Dec 21 16:50:17 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 16:50:17 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 16:50:17 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 16:50:17 hydra kernel: Key type dns_resolver registered
Dec 21 16:50:17 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 16:50:17 hydra kernel: registered taskstats version 1
Dec 21 16:50:17 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 16:50:17 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 16:50:17 hydra kernel: Key type ._fscrypt registered
Dec 21 16:50:17 hydra kernel: Key type .fscrypt registered
Dec 21 16:50:17 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 16:50:17 hydra kernel: Freeing unused kernel image (initmem) memory: 3108K
Dec 21 16:50:17 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 16:50:17 hydra kernel: Run /init as init process
Dec 21 16:50:17 hydra kernel: with arguments:
Dec 21 16:50:17 hydra kernel: /init
Dec 21 16:50:17 hydra kernel: splash
Dec 21 16:50:17 hydra kernel: with environment:
Dec 21 16:50:17 hydra kernel: HOME=/
Dec 21 16:50:17 hydra kernel: TERM=linux
Dec 21 16:50:17 hydra kernel: crashkernel=4096M
Dec 21 16:50:17 hydra kernel: fbcon: Taking over console
Dec 21 16:50:17 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 16:50:17 hydra kernel: audit: type=1334 audit(1640134217.561:3): prog-id=1 op=LOAD
Dec 21 16:50:17 hydra kernel: audit: type=1300 audit(1640134217.561:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffff3beeb70 a2=78 a3=3fff8eab9950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 16:50:17 hydra kernel: audit: type=1327 audit(1640134217.561:3): proctitle=2F696E69740073706C617368
Dec 21 16:50:17 hydra kernel: audit: type=1334 audit(1640134217.561:4): prog-id=0 op=UNLOAD
Dec 21 16:50:17 hydra kernel: audit: type=1334 audit(1640134217.561:5): prog-id=2 op=LOAD
Dec 21 16:50:17 hydra kernel: audit: type=1300 audit(1640134217.561:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffff3beec10 a2=78 a3=3fff8eab9950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 16:50:17 hydra kernel: audit: type=1327 audit(1640134217.561:5): proctitle=2F696E69740073706C617368
Dec 21 16:50:17 hydra kernel: audit: type=1334 audit(1640134217.561:6): prog-id=0 op=UNLOAD
Dec 21 16:50:17 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 16:50:17 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 16:50:17 hydra kernel: Asymmetric key parser 'pkcs8' registered
Dec 21 16:50:17 hydra dracut-cmdline[1462]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 16:50:18 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 16:50:18 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 16:50:18 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 16:50:18 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 16:50:18 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 16:50:18 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 16:50:18 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 16:50:18 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 16:50:18 hydra kernel: [drm] register mmio size: 524288
Dec 21 16:50:18 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 16:50:18 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 16:50:18 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 16:50:18 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 16:50:18 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 16:50:18 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 16:50:18 hydra kernel: [drm] GPU posting now...
Dec 21 16:50:18 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 16:50:18 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:18 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 16:50:18 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 16:50:18 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 16:50:18 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 16:50:18 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 16:50:18 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 16:50:18 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 16:50:18 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 16:50:18 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 16:50:18 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 16:50:18 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 16:50:18 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 16:50:18 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 16:50:18 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 16:50:18 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 16:50:18 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 16:50:18 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 16:50:18 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 16:50:18 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 16:50:18 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 16:50:18 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 16:50:18 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 16:50:18 hydra kernel: [drm] size 88473600
Dec 21 16:50:18 hydra kernel: [drm] fb depth is 24
Dec 21 16:50:18 hydra kernel: [drm] pitch is 20480
Dec 21 16:50:18 hydra kernel: ------------[ cut here ]------------
Dec 21 16:50:18 hydra kernel: WARNING: CPU: 0 PID: 910 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 16:50:18 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks pkcs8_key_parser
Dec 21 16:50:18 hydra kernel: CPU: 0 PID: 910 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 16:50:18 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 16:50:18 hydra kernel: NIP: c00800002018e9c0 LR: c00800002018e7d4 CTR: c00800002018e950
Dec 21 16:50:18 hydra kernel: REGS: c00000000cc4a160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 16:50:18 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 16:50:18 hydra kernel: CFAR: c00800002018e7ec IRQMASK: 0
Dec 21 16:50:18 hydra kernel: NIP [c00800002018e9c0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 16:50:18 hydra kernel: LR [c00800002018e7d4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 16:50:18 hydra kernel: Call Trace:
Dec 21 16:50:18 hydra kernel: [c00000000cc4a400] [c00000000012fb18] kthread+0x8/0x180 (unreliable)
Dec 21 16:50:18 hydra kernel: [c00000000cc4a540] [c00800002018eb10] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4a6c0] [c00800002018f454] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4ac50] [c0080000201286d8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4ad50] [c008000020129134] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4ae50] [c0080000201292c8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4ae90] [c008000020129410] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4aee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4af80] [c0080000200b20d8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b140] [c00800001ef83910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b240] [c00800001ef83f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b2b0] [c00800001efa82cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b370] [c00800001efa84b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b3c0] [c00800001efa8708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b3f0] [c00800001f0a3504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b480] [c0000000007ce77c] fbcon_init+0x4dc/0x640
Dec 21 16:50:18 hydra kernel: [c00000000cc4b560] [c0000000008395ac] visual_init+0xec/0x180
Dec 21 16:50:18 hydra kernel: [c00000000cc4b5a0] [c00000000083cf14] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 16:50:18 hydra kernel: [c00000000cc4b660] [c00000000083d2a8] do_take_over_console+0x1b8/0x330
Dec 21 16:50:18 hydra kernel: [c00000000cc4b710] [c0000000007c9dcc] do_fbcon_takeover+0x10c/0x2a0
Dec 21 16:50:18 hydra kernel: [c00000000cc4b730] [c0000000007bf284] register_framebuffer+0x394/0x470
Dec 21 16:50:18 hydra kernel: [c00000000cc4b820] [c00800001f0a0e08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4b950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4baa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4bb20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 16:50:18 hydra kernel: [c00000000cc4bbc0] [c000000000784e80] local_pci_probe+0x60/0x130
Dec 21 16:50:18 hydra kernel: [c00000000cc4bc40] [c00000000011d450] work_for_cpu_fn+0x30/0x60
Dec 21 16:50:18 hydra kernel: [c00000000cc4bc70] [c000000000121db0] process_one_work+0x2a0/0x490
Dec 21 16:50:18 hydra kernel: [c00000000cc4bd10] [c000000000122230] worker_thread+0x290/0x5e0
Dec 21 16:50:18 hydra kernel: [c00000000cc4bda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 16:50:18 hydra kernel: [c00000000cc4be10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 16:50:18 hydra kernel: Instruction dump:
Dec 21 16:50:18 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 16:50:18 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3cbd e8410018 3b800005
Dec 21 16:50:18 hydra kernel: ---[ end trace cf3cee1f23ffaeb9 ]---
Dec 21 16:50:18 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 16:50:18 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 16:50:18 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 16:50:18 hydra kernel: random: crng init done
Dec 21 16:50:18 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 16:50:18 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 16:50:18 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 16:50:18 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 16:50:18 hydra kernel: PTP clock support registered
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 16:50:18 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 16:50:18 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 16:50:18 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 16:50:18 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:18 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 16:50:18 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 16:50:18 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:18 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 16:50:18 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:18 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 16:50:18 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 16:50:18 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 16:50:18 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 16:50:18 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 16:50:18 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:18 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 16:50:18 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:18 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 16:50:18 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 16:50:18 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:18 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 16:50:18 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 16:50:18 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 16:50:18 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 16:50:18 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 16:50:18 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 16:50:18 hydra kernel: AAC0: serial 10F447
Dec 21 16:50:18 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 16:50:18 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 16:50:18 hydra kernel: AAC0: 64bit support enabled.
Dec 21 16:50:18 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 16:50:19 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 16:50:19 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 16:50:19 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 16:50:19 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 16:50:19 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:19 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 16:50:19 hydra kernel: scsi host0: aacraid
Dec 21 16:50:19 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 16:50:19 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 16:50:19 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 16:50:19 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 16:50:19 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 16:50:19 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:19 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 16:50:19 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] 4096-byte physical blocks
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] 4096-byte physical blocks
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 16:50:19 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] 4096-byte physical blocks
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] 4096-byte physical blocks
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 16:50:19 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 16:50:19 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 16:50:19 hydra kernel: sd 0:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:4:0: [sde] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 21 16:50:19 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 16:50:19 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 16:50:19 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 16:50:19 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 16:50:19 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 16:50:19 hydra kernel: sdb: sdb1 sdb9
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 16:50:19 hydra kernel: sd 0:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: sdc: sdc1 sdc9
Dec 21 16:50:19 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 16:50:19 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 16:50:19 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 16:50:19 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 16:50:19 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 16:50:19 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 16:50:19 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 16:50:19 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 16:50:19 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 16:50:19 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 16:50:19 hydra kernel: sd 0:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:5:0: [sdf] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 16:50:19 hydra kernel: sd 0:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: sda: sda1 sda9
Dec 21 16:50:19 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 16:50:19 hydra kernel: sd 0:2:2:0: [sdc] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sd 0:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:19 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 16:50:19 hydra kernel: sd 0:2:1:0: [sdb] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sd 0:2:0:0: [sda] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sd 0:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 16:50:19 hydra kernel: sd 0:2:7:0: [sdh] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 16:50:19 hydra kernel: sd 0:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: sd 0:2:6:0: [sdg] Write Protect is off
Dec 21 16:50:19 hydra kernel: sd 0:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 16:50:19 hydra kernel: sd 0:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 16:50:19 hydra kernel: sdd: sdd1 sdd9
Dec 21 16:50:19 hydra kernel: sd 0:2:3:0: [sdd] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sdh: sdh1 sdh9
Dec 21 16:50:19 hydra kernel: sde: sde1 sde9
Dec 21 16:50:19 hydra kernel: sdf: sdf1 sdf9
Dec 21 16:50:19 hydra kernel: sd 0:2:7:0: [sdh] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sd 0:2:5:0: [sdf] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sd 0:2:4:0: [sde] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: sdg: sdg1 sdg9
Dec 21 16:50:19 hydra kernel: sd 0:2:6:0: [sdg] Attached SCSI disk
Dec 21 16:50:19 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 16:50:19 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 16:50:19 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 16:50:19 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 16:50:19 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 16:50:19 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 16:50:19 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 16:50:19 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 16:50:19 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 16:50:19 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 16:50:19 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 16:50:19 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 16:50:19 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 16:50:19 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 16:50:19 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 16:50:19 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 16:50:19 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 16:50:19 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 16:50:19 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 16:50:19 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 16:50:19 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 16:50:19 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 16:50:19 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 16:50:19 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 16:50:19 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 16:50:19 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 16:50:19 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 16:50:19 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 16:50:19 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 16:50:19 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 16:50:19 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 16:50:19 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 16:50:19 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 16:50:20 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 16:50:20 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 16:50:20 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 16:50:20 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 16:50:20 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 16:50:20 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 16:50:20 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 16:50:20 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 16:50:20 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 16:50:20 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 16:50:20 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 16:50:20 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 16:50:20 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 16:50:20 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 16:50:20 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 16:50:20 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 16:50:20 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 16:50:20 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 16:50:20 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 16:50:20 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 16:50:20 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 16:50:20 hydra kernel: scsi host1: usb-storage 6-1:1.0
Dec 21 16:50:20 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 16:50:20 hydra kernel: usbcore: registered new interface driver uas
Dec 21 16:50:20 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 16:50:20 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 16:50:20 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 16:50:20 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 16:50:20 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 16:50:20 hydra kernel: audit: type=1130 audit(1640134220.544:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 16:50:20 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 16:50:20 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 16:50:20 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 16:50:20 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 16:50:20 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 16:50:20 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 16:50:20 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 16:50:20 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 16:50:20 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 16:50:20 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 16:50:20 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 16:50:20 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 16:50:21 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 16:50:21 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 16:50:21 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 16:50:21 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 16:50:21 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 16:50:21 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 16:50:21 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 16:50:21 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 16:50:21 hydra kernel: scsi host1: scsi scan: INQUIRY result too short (5), using 36
Dec 21 16:50:21 hydra kernel: scsi 1:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 16:50:21 hydra kernel: sd 1:0:0:0: [sdi] Media removed, stopped polling
Dec 21 16:50:21 hydra kernel: sd 1:0:0:0: [sdi] Attached SCSI removable disk
Dec 21 16:50:21 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 16:50:21 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 16:50:21 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 16:50:21 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 16:50:21 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 16:50:21 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 16:50:26 hydra kernel: audit: type=1130 audit(1640134226.185:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 16:50:26 hydra kernel: audit: type=1130 audit(1640134226.224:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 16:50:26 hydra kernel: audit: type=1131 audit(1640134226.224:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 16:50:26 hydra kernel: audit: type=1130 audit(1640134226.283:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 16:50:26 hydra kernel: audit: type=1334 audit(1640134226.341:35): prog-id=0 op=UNLOAD
Dec 21 16:50:26 hydra kernel: audit: type=1334 audit(1640134226.343:36): prog-id=0 op=UNLOAD
Dec 21 16:50:26 hydra kernel: audit: type=1334 audit(1640134226.838:37): prog-id=9 op=LOAD
Dec 21 16:50:26 hydra kernel: audit: type=1300 audit(1640134226.838:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3ffff3bee830 a2=78 a3=3fff8eab9950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 16:50:26 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 16:50:26 hydra kernel: audit: kauditd hold queue overflow
Dec 21 16:50:27 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 16:50:28 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 16:50:28 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 16:50:28 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 16:50:28 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 16:50:28 hydra kernel: fuse: init (API version 7.34)
Dec 21 16:50:29 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 16:50:29 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 16:50:29 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 16:50:29 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 16:50:29 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 16:50:29 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 16:50:29 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 16:50:29 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 16:50:29 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 16:50:29 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 16:50:29 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 16:50:29 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 16:50:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 16:50:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 16:50:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 16:50:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 16:50:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 16:50:29 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 16:50:29 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 16:50:29 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 16:50:29 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 16:50:29 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 16:50:29 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 16:50:31 hydra kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 21 16:50:31 hydra kernel: Bluetooth: BNEP filters: protocol multicast
Dec 21 16:50:31 hydra kernel: Bluetooth: BNEP socket layer initialized
Dec 21 16:50:31 hydra kernel: Process accounting resumed
Dec 21 16:50:31 hydra NetworkManager[5287]: <info> [1640134231.0771] manager[0x11d7dc050]: monitoring kernel firmware directory '/lib/firmware'.
Dec 21 16:50:31 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: passive DA module inserted
Dec 21 16:50:31 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: passive DA module inserted
Dec 21 16:50:31 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 16:50:31 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 16:50:31 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 16:50:31 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 16:50:32 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 16:50:32 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4: link becomes ready
Dec 21 16:50:32 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 16:50:32 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4d1: link becomes ready
Dec 21 16:50:34 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 16:50:35 hydra gsd-rfkill[6251]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 16:50:51 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 16:51:31 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 16:51:31 hydra kernel: RPC: Registered udp transport module.
Dec 21 16:51:31 hydra kernel: RPC: Registered tcp transport module.
Dec 21 16:51:31 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 16:51:31 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 16:51:31 hydra kernel: Key type id_resolver registered
Dec 21 16:51:31 hydra kernel: Key type id_legacy registered
Dec 21 16:51:31 hydra systemd[1]: Startup finished in 31.932s (kernel) + 10.018s (initrd) + 1min 3.839s (userspace) = 1min 45.790s.
Dec 21 17:00:00 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:00:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:19:57 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:20:13 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:29:46 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:29:47 hydra kernel: kauditd_printk_skb: 467 callbacks suppressed
Dec 21 17:29:47 hydra kernel: audit: type=1305 audit(1640136587.163:360): op=set audit_pid=0 old=5273 auid=4294967295 ses=4294967295 res=1
Dec 21 17:29:47 hydra kernel: audit: type=1300 audit(1640136587.163:360): arch=c0000015 syscall=335 success=yes exit=60 a0=3 a1=3ffffc64af64 a2=3c a3=0 items=0 ppid=1 pid=5273 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" key=(null)
Dec 21 17:29:47 hydra kernel: audit: type=1327 audit(1640136587.163:360): proctitle="/sbin/auditd"
Dec 21 17:29:47 hydra kernel: audit: type=1131 audit(1640136587.165:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:47 hydra kernel: audit: type=1131 audit(1640136587.166:362): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: audit: type=1131 audit(1640136588.098:363): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: audit: type=1130 audit(1640136588.151:364): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-switch-root-initramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: audit: type=1131 audit(1640136588.177:365): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-997036d0\x2d059c\x2d4ca0\x2dac07\x2d499c46d733e7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: audit: type=1131 audit(1640136588.284:366): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: audit: type=1131 audit(1640136588.288:367): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:29:48 hydra kernel: IPMI Watchdog: Unexpected close, not stopping watchdog!
Dec 21 17:34:07 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 17:34:07 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 17:34:07 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 17:34:07 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 17:34:07 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 17:34:07 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 17:34:07 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 17:34:07 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 17:34:07 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 17:34:07 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 17:34:07 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 17:34:07 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 17:34:07 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 17:34:07 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 17:34:07 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 17:34:07 hydra kernel: Found initrd at 0xc0000000049e0000:0xc00000000731132d
Dec 21 17:34:07 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 17:34:07 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 17:34:07 hydra kernel: Using PowerNV machine description
Dec 21 17:34:07 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 17:34:07 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 17:34:07 hydra kernel: (thread shift is 2)
Dec 21 17:34:07 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 17:34:07 hydra kernel: -----------------------------------------------------
Dec 21 17:34:07 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 17:34:07 hydra kernel: dcache_bsize = 0x80
Dec 21 17:34:07 hydra kernel: icache_bsize = 0x80
Dec 21 17:34:07 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 17:34:07 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 17:34:07 hydra kernel: always = 0x0000000380008181
Dec 21 17:34:07 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 17:34:07 hydra kernel: mmu_features = 0x3c007641
Dec 21 17:34:07 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 17:34:07 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 17:34:07 hydra kernel: IO start = 0xc00a000000000000
Dec 21 17:34:07 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 17:34:07 hydra kernel: -----------------------------------------------------
Dec 21 17:34:07 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 17:34:07 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 17:34:07 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 17:34:07 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 17:34:07 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 17:34:07 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 17:34:07 hydra kernel: count-cache-flush: flush disabled.
Dec 21 17:34:07 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 17:34:07 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 17:34:07 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 17:34:07 hydra kernel: stf-barrier: eieio barrier available
Dec 21 17:34:07 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 17:34:07 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 17:34:07 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 17:34:07 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 17:34:07 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 17:34:07 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 17:34:07 hydra kernel: Memory hole size: 33292288MB
Dec 21 17:34:07 hydra kernel: Zone ranges:
Dec 21 17:34:07 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 17:34:07 hydra kernel: Movable zone start for each node
Dec 21 17:34:07 hydra kernel: Early memory node ranges
Dec 21 17:34:07 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 17:34:07 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 17:34:07 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 17:34:07 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 17:34:07 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 17:34:07 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 17:34:07 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 17:34:07 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 17:34:07 hydra kernel: Policy zone: Normal
Dec 21 17:34:07 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 17:34:07 hydra kernel: audit: enabled (after initialization)
Dec 21 17:34:07 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 17:34:07 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 17:34:07 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 17:34:07 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 17:34:07 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 17:34:07 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 17:34:07 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 17:34:07 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 17:34:07 hydra kernel: Memory: 0K/536870912K available (13340K kernel code, 1884K rwdata, 3652K rodata, 3108K init, 992K bss, 9040928K reserved, 26853376K cma-reserved)
Dec 21 17:34:07 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 17:34:07 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 17:34:07 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 17:34:07 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 17:34:07 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 17:34:07 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 17:34:07 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 17:34:07 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 17:34:07 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 17:34:07 hydra kernel: xive: Using 4kB queues
Dec 21 17:34:07 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 17:34:07 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 17:34:07 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 17:34:07 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 17:34:07 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 17:34:07 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 17:34:07 hydra kernel: Console: colour dummy device 80x25
Dec 21 17:34:07 hydra kernel: printk: console [tty0] enabled
Dec 21 17:34:07 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 17:34:07 hydra kernel: printk: console [hvc0] enabled
Dec 21 17:34:07 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 17:34:07 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 17:34:07 hydra kernel: LSM: Security Framework initializing
Dec 21 17:34:07 hydra kernel: Yama: becoming mindful.
Dec 21 17:34:07 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 17:34:07 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 17:34:07 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 17:34:07 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 17:34:07 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 17:34:07 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 17:34:07 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 17:34:07 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 17:34:07 hydra kernel: node 0 deferred pages initialised in 23614ms
Dec 21 17:34:07 hydra kernel: node 8 deferred pages initialised in 26621ms
Dec 21 17:34:07 hydra kernel: devtmpfs: initialized
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 17:34:07 hydra kernel: Using M64 #31 as default window
Dec 21 17:34:07 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 17:34:07 hydra kernel: Using M64 #31 as default window
Dec 21 17:34:07 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 17:34:07 hydra kernel: Using M64 #31 as default window
Dec 21 17:34:07 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 17:34:07 hydra kernel: Using M64 #15 as default window
Dec 21 17:34:07 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 17:34:07 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 17:34:07 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 17:34:07 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 17:34:07 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 17:34:07 hydra kernel: Using M64 #31 as default window
Dec 21 17:34:07 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 17:34:07 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 17:34:07 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 17:34:07 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 17:34:07 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 17:34:07 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 17:34:07 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 17:34:07 hydra kernel: audit: type=2000 audit(1640136842.080:1): state=initialized audit_enabled=1 res=1
Dec 21 17:34:07 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 17:34:07 hydra kernel: cpuidle: using governor menu
Dec 21 17:34:07 hydra kernel: EEH: PowerNV platform initialized
Dec 21 17:34:07 hydra kernel: PCI: Probing PCI hardware
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 17:34:07 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 17:34:07 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 17:34:07 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 17:34:07 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 17:34:07 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 17:34:07 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 17:34:07 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 17:34:07 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 17:34:07 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 17:34:07 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 17:34:07 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 17:34:07 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 17:34:07 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 17:34:07 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 17:34:07 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 17:34:07 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 17:34:07 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 17:34:07 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 17:34:07 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 17:34:07 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 17:34:07 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 17:34:07 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 17:34:07 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 17:34:07 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 17:34:07 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 17:34:07 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 17:34:07 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 17:34:07 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 17:34:07 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 17:34:07 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 17:34:07 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 17:34:07 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 17:34:07 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 17:34:07 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 17:34:07 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 17:34:07 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 17:34:07 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 17:34:07 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 17:34:07 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 17:34:07 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 17:34:07 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 17:34:07 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 17:34:07 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 17:34:07 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 17:34:07 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 17:34:07 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 17:34:07 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 17:34:07 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 17:34:07 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 17:34:07 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 17:34:07 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 17:34:07 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 17:34:07 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 17:34:07 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 17:34:07 hydra kernel: PCI: Probing PCI hardware done
Dec 21 17:34:07 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 17:34:07 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 17:34:07 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 17:34:07 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 17:34:07 hydra kernel: Kprobes globally optimized
Dec 21 17:34:07 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 17:34:07 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 17:34:07 hydra kernel: iommu: Default domain type: Translated
Dec 21 17:34:07 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 17:34:07 hydra kernel: vgaarb: loaded
Dec 21 17:34:07 hydra kernel: SCSI subsystem initialized
Dec 21 17:34:07 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 17:34:07 hydra kernel: usbcore: registered new interface driver hub
Dec 21 17:34:07 hydra kernel: usbcore: registered new device driver usb
Dec 21 17:34:07 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 17:34:07 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 17:34:07 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 17:34:07 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 17:34:07 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 17:34:07 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 17:34:07 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 17:34:07 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 17:34:07 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 17:34:07 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 17:34:07 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:34:07 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:34:08 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 17:34:08 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 17:34:08 hydra kernel: Initialise system trusted keyrings
Dec 21 17:34:08 hydra kernel: Key type blacklist registered
Dec 21 17:34:08 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 17:34:08 hydra kernel: zbud: loaded
Dec 21 17:34:08 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 17:34:08 hydra kernel: Key type asymmetric registered
Dec 21 17:34:08 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 17:34:08 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 17:34:08 hydra kernel: io scheduler bfq registered
Dec 21 17:34:08 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 17:34:08 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 17:34:08 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 17:34:08 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 17:34:08 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 17:34:08 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 17:34:08 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 17:34:08 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 17:34:08 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 17:34:08 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 17:34:08 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 17:34:08 hydra kernel: IPMI message handler: version 39.2
Dec 21 17:34:08 hydra kernel: ipmi device interface
Dec 21 17:34:08 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 17:34:08 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 17:34:08 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 17:34:08 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 17:34:08 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 17:34:08 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 17:34:08 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 17:34:08 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 17:34:08 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 17:34:08 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 17:34:08 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 17:34:08 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 17:34:08 hydra kernel: Non-volatile memory driver v1.3
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 17:34:08 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 17:34:08 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 17:34:08 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 17:34:08 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 17:34:08 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 17:34:08 hydra kernel: random: fast init done
Dec 21 17:34:08 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 17:34:08 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 17:34:08 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 17:34:08 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 17:34:08 hydra kernel: Freeing initrd memory: 42180K
Dec 21 17:34:08 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 17:34:08 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 17:34:08 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 17:34:08 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 17:34:08 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 17:34:08 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 17:34:08 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 17:34:08 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 17:34:08 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 17:34:08 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 17:34:08 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 17:34:08 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-22T01:34:04 UTC (1640136844)
Dec 21 17:34:08 hydra kernel: audit: type=1332 audit(1640136844.500:2): sec=1 nsec=-475018480
Dec 21 17:34:08 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 17:34:08 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 17:34:08 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 17:34:08 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 17:34:08 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 17:34:08 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 17:34:08 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 17:34:08 hydra kernel: powernv_idle_driver registered
Dec 21 17:34:08 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 17:34:08 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 17:34:08 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 17:34:08 hydra kernel: usbhid: USB HID core driver
Dec 21 17:34:08 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 17:34:08 hydra kernel: Initializing XFRM netlink socket
Dec 21 17:34:08 hydra kernel: IPsec XFRM device driver
Dec 21 17:34:08 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 17:34:08 hydra kernel: Segment Routing with IPv6
Dec 21 17:34:08 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 17:34:08 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 17:34:08 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 17:34:08 hydra kernel: Key type dns_resolver registered
Dec 21 17:34:08 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 17:34:08 hydra kernel: registered taskstats version 1
Dec 21 17:34:08 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 17:34:08 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 17:34:08 hydra kernel: Key type ._fscrypt registered
Dec 21 17:34:08 hydra kernel: Key type .fscrypt registered
Dec 21 17:34:08 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 17:34:08 hydra kernel: Freeing unused kernel image (initmem) memory: 3108K
Dec 21 17:34:08 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 17:34:08 hydra kernel: Run /init as init process
Dec 21 17:34:08 hydra kernel: with arguments:
Dec 21 17:34:08 hydra kernel: /init
Dec 21 17:34:08 hydra kernel: splash
Dec 21 17:34:08 hydra kernel: with environment:
Dec 21 17:34:08 hydra kernel: HOME=/
Dec 21 17:34:08 hydra kernel: TERM=linux
Dec 21 17:34:08 hydra kernel: crashkernel=4096M
Dec 21 17:34:08 hydra kernel: fbcon: Taking over console
Dec 21 17:34:08 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 17:34:08 hydra kernel: audit: type=1334 audit(1640136847.649:3): prog-id=1 op=LOAD
Dec 21 17:34:08 hydra kernel: audit: type=1300 audit(1640136847.649:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffceaab780 a2=78 a3=3fffa2d2a950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 17:34:08 hydra kernel: audit: type=1327 audit(1640136847.649:3): proctitle=2F696E69740073706C617368
Dec 21 17:34:08 hydra kernel: audit: type=1334 audit(1640136847.649:4): prog-id=0 op=UNLOAD
Dec 21 17:34:08 hydra kernel: audit: type=1334 audit(1640136847.649:5): prog-id=2 op=LOAD
Dec 21 17:34:08 hydra kernel: audit: type=1300 audit(1640136847.649:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3fffceaab820 a2=78 a3=3fffa2d2a950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 17:34:08 hydra kernel: audit: type=1327 audit(1640136847.649:5): proctitle=2F696E69740073706C617368
Dec 21 17:34:08 hydra kernel: audit: type=1334 audit(1640136847.649:6): prog-id=0 op=UNLOAD
Dec 21 17:34:08 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 17:34:08 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 17:34:08 hydra kernel: audit: type=1335 audit(1640136847.800:7): pid=1 uid=0 auid=4294967295 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" nl-mcgrp=1 op=connect res=1
Dec 21 17:34:08 hydra kernel: audit: type=1300 audit(1640136847.800:7): arch=c0000015 syscall=327 success=yes exit=0 a0=1a a1=13ab50b50 a2=c a3=3fffceaab104 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 17:34:08 hydra kernel: Asymmetric key parser 'pkcs8' registered
Dec 21 17:34:08 hydra dracut-cmdline[1462]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 17:34:08 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 17:34:08 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 17:34:08 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 17:34:08 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 17:34:08 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 17:34:08 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 17:34:08 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 17:34:08 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 17:34:08 hydra kernel: [drm] register mmio size: 524288
Dec 21 17:34:08 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 17:34:08 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 17:34:08 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 17:34:08 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 17:34:08 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 17:34:08 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 17:34:08 hydra kernel: [drm] GPU posting now...
Dec 21 17:34:08 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 17:34:08 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:08 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 17:34:08 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 17:34:08 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 17:34:08 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 17:34:08 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 17:34:08 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 17:34:08 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 17:34:08 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 17:34:08 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 17:34:08 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 17:34:08 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 17:34:08 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 17:34:08 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 17:34:08 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 17:34:08 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 17:34:08 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 17:34:08 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 17:34:08 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 17:34:08 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 17:34:08 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 17:34:08 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 17:34:08 hydra kernel: [drm] size 88473600
Dec 21 17:34:08 hydra kernel: [drm] fb depth is 24
Dec 21 17:34:08 hydra kernel: [drm] pitch is 20480
Dec 21 17:34:08 hydra kernel: ------------[ cut here ]------------
Dec 21 17:34:08 hydra kernel: WARNING: CPU: 0 PID: 1029 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 17:34:08 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks pkcs8_key_parser
Dec 21 17:34:08 hydra kernel: CPU: 0 PID: 1029 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 17:34:08 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 17:34:08 hydra kernel: NIP: c00800002018e9c0 LR: c00800002018e7d4 CTR: c00800002018e950
Dec 21 17:34:08 hydra kernel: REGS: c000000004cbe160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 17:34:08 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 17:34:08 hydra kernel: CFAR: c00800002018e7ec IRQMASK: 0
Dec 21 17:34:08 hydra kernel: NIP [c00800002018e9c0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 17:34:08 hydra kernel: LR [c00800002018e7d4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 17:34:08 hydra kernel: Call Trace:
Dec 21 17:34:08 hydra kernel: [c000000004cbe400] [0000000000000003] 0x3 (unreliable)
Dec 21 17:34:08 hydra kernel: [c000000004cbe540] [c00800002018eb10] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbe6c0] [c00800002018f454] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbec50] [c0080000201286d8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbed50] [c008000020129134] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbee50] [c0080000201292c8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbee90] [c008000020129410] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbeee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbef80] [c0080000200b20d8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbf140] [c00800001ef7f910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 17:34:08 hydra kernel: [c000000004cbf240] [c00800001ef7ff00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 17:34:08 hydra kernel: [c000000004cbf2b0] [c00800001efa42cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 17:34:08 hydra kernel: [c000000004cbf370] [c00800001efa44b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 17:34:08 hydra kernel: [c000000004cbf3c0] [c00800001efa4708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 17:34:08 hydra kernel: [c000000004cbf3f0] [c00800001f09f504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 17:34:08 hydra kernel: [c000000004cbf480] [c0000000007ce77c] fbcon_init+0x4dc/0x640
Dec 21 17:34:08 hydra kernel: [c000000004cbf560] [c0000000008395ac] visual_init+0xec/0x180
Dec 21 17:34:08 hydra kernel: [c000000004cbf5a0] [c00000000083cf14] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 17:34:08 hydra kernel: [c000000004cbf660] [c00000000083d2a8] do_take_over_console+0x1b8/0x330
Dec 21 17:34:08 hydra kernel: [c000000004cbf710] [c0000000007c9dcc] do_fbcon_takeover+0x10c/0x2a0
Dec 21 17:34:08 hydra kernel: [c000000004cbf730] [c0000000007bf284] register_framebuffer+0x394/0x470
Dec 21 17:34:08 hydra kernel: [c000000004cbf820] [c00800001f09ce08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 17:34:08 hydra kernel: [c000000004cbf900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbf950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbfaa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbfb20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 17:34:08 hydra kernel: [c000000004cbfbc0] [c000000000784e80] local_pci_probe+0x60/0x130
Dec 21 17:34:08 hydra kernel: [c000000004cbfc40] [c00000000011d450] work_for_cpu_fn+0x30/0x60
Dec 21 17:34:08 hydra kernel: [c000000004cbfc70] [c000000000121db0] process_one_work+0x2a0/0x490
Dec 21 17:34:08 hydra kernel: [c000000004cbfd10] [c000000000122230] worker_thread+0x290/0x5e0
Dec 21 17:34:08 hydra kernel: [c000000004cbfda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 17:34:08 hydra kernel: [c000000004cbfe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 17:34:08 hydra kernel: Instruction dump:
Dec 21 17:34:08 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 17:34:08 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3cbd e8410018 3b800005
Dec 21 17:34:08 hydra kernel: ---[ end trace 63829a907c7ec2a2 ]---
Dec 21 17:34:08 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 17:34:08 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:34:08 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 17:34:08 hydra kernel: random: crng init done
Dec 21 17:34:08 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 17:34:08 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 17:34:08 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 17:34:08 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 17:34:08 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 17:34:08 hydra kernel: PTP clock support registered
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:08 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 17:34:09 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 17:34:09 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 17:34:09 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 17:34:09 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 17:34:09 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 17:34:09 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 17:34:09 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 17:34:09 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 17:34:09 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 17:34:09 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 17:34:09 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 17:34:09 hydra kernel: AAC0: serial 10F447
Dec 21 17:34:09 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 17:34:09 hydra kernel: AAC0: 64bit support enabled.
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 17:34:09 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 17:34:09 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 17:34:09 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 17:34:09 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 17:34:09 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 17:34:09 hydra kernel: scsi host0: aacraid
Dec 21 17:34:09 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 17:34:09 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 17:34:09 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 17:34:09 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 17:34:09 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 17:34:09 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 17:34:09 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] 4096-byte physical blocks
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] 4096-byte physical blocks
Dec 21 17:34:09 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] 4096-byte physical blocks
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] 4096-byte physical blocks
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 17:34:09 hydra kernel: sdb: sdb1 sdb9
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 17:34:09 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 17:34:09 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: sd 0:2:1:0: [sdb] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 17:34:09 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 17:34:09 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 17:34:09 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 17:34:09 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 17:34:09 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 17:34:09 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 17:34:09 hydra kernel: sd 0:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 17:34:09 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 17:34:09 hydra kernel: sd 0:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 17:34:09 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 17:34:09 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 17:34:09 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 17:34:09 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 17:34:09 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 17:34:09 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:09 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 17:34:09 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 17:34:09 hydra kernel: sda: sda1 sda9
Dec 21 17:34:09 hydra kernel: sd 0:2:5:0: [sdf] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:4:0: [sde] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:6:0: [sdg] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 17:34:09 hydra kernel: sd 0:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: sd 0:2:0:0: [sda] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sd 0:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: sdc: sdc1 sdc9
Dec 21 17:34:09 hydra kernel: sd 0:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: sdd: sdd1 sdd9
Dec 21 17:34:09 hydra kernel: sd 0:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 17:34:09 hydra kernel: sd 0:2:2:0: [sdc] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sd 0:2:3:0: [sdd] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sd 0:2:7:0: [sdh] Write Protect is off
Dec 21 17:34:09 hydra kernel: sd 0:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 17:34:09 hydra kernel: sdf: sdf1 sdf9
Dec 21 17:34:09 hydra kernel: sdg: sdg1 sdg9
Dec 21 17:34:09 hydra kernel: sd 0:2:5:0: [sdf] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sd 0:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 17:34:09 hydra kernel: sd 0:2:6:0: [sdg] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sde: sde1 sde9
Dec 21 17:34:09 hydra kernel: sd 0:2:4:0: [sde] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: sdh: sdh1 sdh9
Dec 21 17:34:09 hydra kernel: sd 0:2:7:0: [sdh] Attached SCSI disk
Dec 21 17:34:09 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 17:34:09 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 17:34:09 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 17:34:09 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 17:34:09 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 17:34:09 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 17:34:09 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 17:34:09 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 17:34:09 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 17:34:09 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 17:34:09 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 17:34:09 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 17:34:09 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 17:34:09 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 17:34:09 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 17:34:09 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 17:34:09 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 17:34:09 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 17:34:09 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 17:34:09 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 17:34:09 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 17:34:09 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 17:34:09 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 17:34:09 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 17:34:09 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 17:34:09 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 17:34:09 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 17:34:09 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 17:34:09 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 17:34:09 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 17:34:09 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 17:34:10 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 17:34:10 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 17:34:10 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 17:34:10 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 17:34:10 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 17:34:10 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 17:34:10 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 17:34:10 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 17:34:10 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 17:34:10 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 17:34:10 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 17:34:10 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 17:34:10 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 17:34:10 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 17:34:10 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 17:34:10 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 17:34:10 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 17:34:10 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 17:34:10 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 17:34:10 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 17:34:10 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 17:34:10 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 17:34:10 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 17:34:10 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 17:34:10 hydra kernel: scsi host1: usb-storage 6-1:1.0
Dec 21 17:34:10 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 17:34:10 hydra kernel: usbcore: registered new interface driver uas
Dec 21 17:34:10 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 17:34:10 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 17:34:10 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 17:34:10 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 17:34:10 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 17:34:10 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 17:34:10 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 17:34:10 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 17:34:10 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 17:34:10 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 17:34:10 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 17:34:10 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 17:34:10 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 17:34:10 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 17:34:10 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 17:34:10 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 17:34:11 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 17:34:11 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 17:34:11 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 17:34:11 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 17:34:11 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 17:34:11 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 17:34:11 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 17:34:11 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 17:34:11 hydra kernel: scsi host1: scsi scan: INQUIRY result too short (5), using 36
Dec 21 17:34:11 hydra kernel: scsi 1:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 17:34:11 hydra kernel: sd 1:0:0:0: [sdi] Media removed, stopped polling
Dec 21 17:34:11 hydra kernel: sd 1:0:0:0: [sdi] Attached SCSI removable disk
Dec 21 17:34:11 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 17:34:11 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 17:34:11 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 17:34:11 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 17:34:11 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 17:34:11 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 17:34:16 hydra kernel: kauditd_printk_skb: 36 callbacks suppressed
Dec 21 17:34:16 hydra kernel: audit: type=1130 audit(1640136856.254:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:34:16 hydra kernel: audit: type=1130 audit(1640136856.285:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:34:16 hydra kernel: audit: type=1131 audit(1640136856.285:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:34:16 hydra kernel: audit: type=1130 audit(1640136856.339:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 17:34:16 hydra kernel: audit: type=1334 audit(1640136856.394:35): prog-id=0 op=UNLOAD
Dec 21 17:34:16 hydra kernel: audit: type=1334 audit(1640136856.397:36): prog-id=0 op=UNLOAD
Dec 21 17:34:16 hydra kernel: audit: type=1334 audit(1640136856.893:37): prog-id=9 op=LOAD
Dec 21 17:34:16 hydra kernel: audit: type=1300 audit(1640136856.893:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3fffceaab440 a2=78 a3=3fffa2d2a950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 17:34:16 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 17:34:16 hydra kernel: audit: kauditd hold queue overflow
Dec 21 17:34:17 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 17:34:18 hydra systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Dec 21 17:34:18 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 17:34:18 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 17:34:18 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 17:34:18 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 17:34:18 hydra systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Dec 21 17:34:18 hydra systemd[1]: Condition check resulted in sys-kernel-tracing.mount - Kernel Trace File System being skipped.
Dec 21 17:34:18 hydra kernel: fuse: init (API version 7.34)
Dec 21 17:34:18 hydra systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
Dec 21 17:34:18 hydra systemd[1]: Condition check resulted in sys-kernel-config.mount - Kernel Configuration File System being skipped.
Dec 21 17:34:19 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 17:34:19 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 17:34:19 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 17:34:19 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 17:34:19 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 17:34:19 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 17:34:19 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 17:34:19 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 17:34:19 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 17:34:19 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 17:34:19 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 17:34:19 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 17:34:19 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 17:34:19 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 17:34:19 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 17:34:19 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 17:34:19 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 17:34:19 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 17:34:19 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 17:34:19 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 17:34:19 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 17:34:19 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 17:34:19 hydra systemd[1]: Condition check resulted in sys-kernel-tracing.mount - Kernel Trace File System being skipped.
Dec 21 17:34:19 hydra systemd[1]: Condition check resulted in sys-kernel-config.mount - Kernel Configuration File System being skipped.
Dec 21 17:34:19 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 17:34:21 hydra kernel: Process accounting resumed
Dec 21 17:34:21 hydra kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 21 17:34:21 hydra kernel: Bluetooth: BNEP filters: protocol multicast
Dec 21 17:34:21 hydra kernel: Bluetooth: BNEP socket layer initialized
Dec 21 17:34:21 hydra NetworkManager[5142]: <info> [1640136861.1068] manager[0x131c96050]: monitoring kernel firmware directory '/lib/firmware'.
Dec 21 17:34:21 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: passive DA module inserted
Dec 21 17:34:21 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: passive DA module inserted
Dec 21 17:34:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 17:34:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 17:34:21 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 17:34:21 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 17:34:22 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 17:34:22 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4: link becomes ready
Dec 21 17:34:22 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 17:34:22 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4d1: link becomes ready
Dec 21 17:34:24 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 17:34:25 hydra gsd-rfkill[6107]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:34:42 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:35:21 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 17:35:21 hydra kernel: RPC: Registered udp transport module.
Dec 21 17:35:21 hydra kernel: RPC: Registered tcp transport module.
Dec 21 17:35:21 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 17:35:21 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 17:35:21 hydra kernel: Key type id_resolver registered
Dec 21 17:35:21 hydra kernel: Key type id_legacy registered
Dec 21 17:35:21 hydra systemd[1]: Startup finished in 34.038s (kernel) + 9.890s (initrd) + 1min 3.892s (userspace) = 1min 47.821s.
Dec 21 17:39:08 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:39:08 hydra kernel: Bluetooth: RFCOMM TTY layer initialized
Dec 21 17:39:08 hydra kernel: Bluetooth: RFCOMM socket layer initialized
Dec 21 17:39:08 hydra kernel: Bluetooth: RFCOMM ver 1.11
Dec 21 17:39:09 hydra gsd-rfkill[52321]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:39:20 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:48:33 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:49:42 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:49:59 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:55:00 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:55:14 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:59:12 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:59:40 hydra kernel: gnome-shell[52047]: segfault (11) at 8 nip 8 lr 3fff83fd1770 code 1 in gnome-shell[11f590000+5000]
Dec 21 17:59:40 hydra kernel: gnome-shell[52047]: code: XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX
Dec 21 17:59:40 hydra kernel: gnome-shell[52047]: code: XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 17:59:44 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 17:59:45 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 17:59:48 hydra gsd-rfkill[169671]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:00:05 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:00:12 hydra gsd-rfkill[173321]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 18:03:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:03:50 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:04:09 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:04:25 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:04:26 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:04:41 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:06:27 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:06:41 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:06:43 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:07:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:08:41 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:09:19 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:09:36 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:09:52 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:12:25 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:12:41 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:12:55 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:13:25 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:13:27 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:13:45 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:15:01 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:15:18 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:16:26 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:16:53 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:16:56 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:17:33 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:19:02 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:19:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:19:53 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:20:25 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:24:07 hydra kernel: usb 9-2: new high-speed USB device number 5 using xhci_hcd
Dec 21 18:24:07 hydra kernel: usb 9-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.07
Dec 21 18:24:07 hydra kernel: usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 18:24:07 hydra kernel: usb 9-2: Product: 4-Port USB 2.1 Hub
Dec 21 18:24:07 hydra kernel: usb 9-2: Manufacturer: Generic
Dec 21 18:24:07 hydra kernel: hub 9-2:1.0: USB hub found
Dec 21 18:24:07 hydra kernel: hub 9-2:1.0: 5 ports detected
Dec 21 18:37:01 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:37:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:43:04 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:43:18 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:44:13 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:44:28 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:45:58 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:46:13 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:46:52 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:47:23 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:47:38 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:48:05 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:48:09 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 18:48:09 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 18:48:09 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 18:48:09 hydra kernel: aacraid 0002:01:00.0: aac_src_soft_reset: SOFT_RESET not supported status = 2
Dec 21 18:48:09 hydra kernel: aacraid 0002:01:00.0: Controller reset type is 3
Dec 21 18:48:09 hydra kernel: aacraid 0002:01:00.0: Issuing IOP reset
Dec 21 18:48:42 hydra kernel: aacraid 0002:01:00.0: IOP reset succeeded
Dec 21 18:48:42 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 18:48:45 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 18:48:45 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 18:48:45 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 18:48:45 hydra kernel: AAC0: serial 10F447
Dec 21 18:48:45 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 18:48:45 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 18:48:45 hydra kernel: AAC0: 64bit support enabled.
Dec 21 18:48:45 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 18:48:46 hydra kernel: scsi host0: aacraid
Dec 21 18:48:46 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] 4096-byte physical blocks
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] 4096-byte physical blocks
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] 4096-byte physical blocks
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sdb: sdb1 sdb9
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] 4096-byte physical blocks
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sd 0:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:1:0: [sdb] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sd 0:2:4:0: [sde] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: sdc: sdc1 sdc9
Dec 21 18:48:46 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sda: sda1 sda9
Dec 21 18:48:46 hydra kernel: sd 0:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:48:46 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:48:46 hydra kernel: sd 0:2:5:0: [sdf] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 18:48:46 hydra kernel: sd 0:2:2:0: [sdc] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sd 0:2:0:0: [sda] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sdd: sdd1 sdd9
Dec 21 18:48:46 hydra kernel: sd 0:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: sd 0:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:48:46 hydra kernel: sd 0:2:6:0: [sdg] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 18:48:46 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 18:48:46 hydra kernel: sd 0:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: sd 0:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:48:46 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 18:48:46 hydra kernel: sd 0:2:7:0: [sdh] Write Protect is off
Dec 21 18:48:46 hydra kernel: sd 0:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 18:48:46 hydra kernel: sde: sde1 sde9
Dec 21 18:48:46 hydra kernel: sd 0:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:48:46 hydra kernel: sd 0:2:3:0: [sdd] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sd 0:2:4:0: [sde] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sdg: sdg1 sdg9
Dec 21 18:48:46 hydra kernel: sdh: sdh1 sdh9
Dec 21 18:48:46 hydra kernel: sd 0:2:6:0: [sdg] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sdf: sdf1 sdf9
Dec 21 18:48:46 hydra kernel: sd 0:2:7:0: [sdh] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: sd 0:2:5:0: [sdf] Attached SCSI disk
Dec 21 18:48:46 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:49:01 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:49:10 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:49:25 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:50:23 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:50:38 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:50:39 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:50:53 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 18:50:53 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 18:50:53 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 18:50:53 hydra kernel: aacraid 0002:01:00.0: aac_src_soft_reset: SOFT_RESET not supported status = 2
Dec 21 18:50:53 hydra kernel: aacraid 0002:01:00.0: Controller reset type is 3
Dec 21 18:50:53 hydra kernel: aacraid 0002:01:00.0: Issuing IOP reset
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:50:56 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:51:25 hydra kernel: aacraid 0002:01:00.0: IOP reset succeeded
Dec 21 18:51:25 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 18:51:28 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 18:51:28 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 18:51:28 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 18:51:28 hydra kernel: AAC0: serial 10F447
Dec 21 18:51:28 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 18:51:28 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 18:51:28 hydra kernel: AAC0: 64bit support enabled.
Dec 21 18:51:28 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 18:51:29 hydra kernel: scsi host0: aacraid
Dec 21 18:51:29 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] 4096-byte physical blocks
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] Mode Sense: f9 00 10 08
Dec 21 18:51:29 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] 4096-byte physical blocks
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] 4096-byte physical blocks
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] 4096-byte physical blocks
Dec 21 18:51:29 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sd 0:2:4:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:4:0: [sde] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:4:0: [sde] Mode Sense: f7 00 10 08
Dec 21 18:51:29 hydra kernel: sdc: sdc1 sdc9
Dec 21 18:51:29 hydra kernel: sd 0:2:4:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: sdb: sdb1 sdb9
Dec 21 18:51:29 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sda: sda1 sda9
Dec 21 18:51:29 hydra kernel: sd 0:2:5:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:5:0: [sdf] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:5:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 18:51:29 hydra kernel: sdd: sdd1 sdd9
Dec 21 18:51:29 hydra kernel: sd 0:2:2:0: [sdc] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sd 0:2:1:0: [sdb] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sd 0:2:5:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 18:51:29 hydra kernel: sde: sde1 sde9
Dec 21 18:51:29 hydra kernel: sd 0:2:0:0: [sda] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sd 0:2:6:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:6:0: [sdg] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:6:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 18:51:29 hydra kernel: sd 0:2:3:0: [sdd] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 18:51:29 hydra kernel: sd 0:2:6:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: sd 0:2:7:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 18:51:29 hydra kernel: sd 0:2:7:0: [sdh] Write Protect is off
Dec 21 18:51:29 hydra kernel: sd 0:2:7:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:51:29 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 18:51:29 hydra kernel: sd 0:2:4:0: [sde] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sd 0:2:7:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 18:51:29 hydra kernel: sdf: sdf1 sdf9
Dec 21 18:51:29 hydra kernel: sd 0:2:5:0: [sdf] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sdh: sdh1 sdh9
Dec 21 18:51:29 hydra kernel: sdg: sdg1 sdg9
Dec 21 18:51:29 hydra kernel: sd 0:2:7:0: [sdh] Attached SCSI disk
Dec 21 18:51:29 hydra kernel: sd 0:2:6:0: [sdg] Attached SCSI disk
Dec 21 18:51:30 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:51:45 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:52:19 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:52:38 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:53:09 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:53:35 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:53:51 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:54:34 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:55:50 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:56:05 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:56:15 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:56:36 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:56:58 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 18:57:13 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 18:58:36 hydra kernel: EEH: Recovering PHB#2-PE#fd
Dec 21 18:58:36 hydra kernel: EEH: PE location: UOPWR.A100034-Node0-Builtin SAS, PHB location: N/A
Dec 21 18:58:36 hydra kernel: EEH: Frozen PHB#2-PE#fd detected
Dec 21 18:58:36 hydra kernel: EEH: Call Trace:
Dec 21 18:58:36 hydra kernel: EEH: [00000000e17c23a6] __eeh_send_failure_event+0x70/0x160
Dec 21 18:58:36 hydra kernel: EEH: [0000000008a73b1a] eeh_dev_check_failure+0x2f0/0x650
Dec 21 18:58:36 hydra kernel: EEH: [00000000488a0202] aac_src_check_health+0x94/0xf0 [aacraid]
Dec 21 18:58:36 hydra kernel: EEH: [0000000020d4134a] aac_command_thread+0x7fc/0xaa0 [aacraid]
Dec 21 18:58:36 hydra kernel: EEH: [00000000308f0301] kthread+0x178/0x180
Dec 21 18:58:36 hydra kernel: EEH: [00000000942c6272] ret_from_kernel_thread+0x5c/0x64
Dec 21 18:58:36 hydra kernel: EEH: This PCI device has failed 1 times in the last hour and will be permanently disabled after 5 failures.
Dec 21 18:58:36 hydra kernel: EEH: Notify device drivers to shutdown
Dec 21 18:58:36 hydra kernel: EEH: Beginning: 'error_detected(IO frozen)'
Dec 21 18:58:36 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->error_detected(IO frozen)
Dec 21 18:58:36 hydra kernel: aacraid 0002:01:00.0: aacraid: PCI error detected 2
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#68 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#68 CDB: Write(10) 2a 00 00 82 15 20 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdf, sector 68200704 op 0x1:(WRITE) flags 0x4700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdh, sector 68211968 op 0x1:(WRITE) flags 0x4700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#906 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#69 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#906 CDB: Write(10) 2a 00 00 82 14 a0 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdf, sector 68199680 op 0x1:(WRITE) flags 0x4700 phys_seg 10 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#907 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#907 CDB: Write(10) 2a 00 00 82 14 e0 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdf, sector 68200192 op 0x1:(WRITE) flags 0x700 phys_seg 6 prio class 0
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2565ab744-part1 error=5 type=2 offset=34909323264 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: sd 0:2:6:0: [sdg] tag#911 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:6:0: [sdg] tag#911 CDB: Write(10) 2a 00 00 82 1b 20 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdg, sector 68212992 op 0x1:(WRITE) flags 0x4700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:7:0: [sdh] tag#544 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:7:0: [sdh] tag#544 CDB: Write(10) 2a 00 00 82 1a e0 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdh, sector 68212480 op 0x1:(WRITE) flags 0x700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca26b5708c8-part1 error=5 type=2 offset=34915614720 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: sd 0:2:4:0: [sde] tag#545 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:4:0: [sde] tag#545 CDB: Write(10) 2a 00 00 82 16 20 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sde, sector 68202752 op 0x1:(WRITE) flags 0x4700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#69 CDB: Write(10) 2a 00 00 82 15 60 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdf, sector 68201216 op 0x1:(WRITE) flags 0x4700 phys_seg 3 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#70 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#70 CDB: Write(10) 2a 00 00 82 15 a0 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdf, sector 68201728 op 0x1:(WRITE) flags 0x4700 phys_seg 17 prio class 0
Dec 21 18:58:36 hydra kernel: sd 0:2:7:0: [sdh] tag#549 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#71 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=0s
Dec 21 18:58:36 hydra kernel: sd 0:2:7:0: [sdh] tag#549 CDB: Write(10) 2a 00 00 82 1b 20 00 00 40 00
Dec 21 18:58:36 hydra kernel: sd 0:2:5:0: [sdf] tag#71 CDB: Write(10) 2a 00 00 82 15 e0 00 00 40 00
Dec 21 18:58:36 hydra kernel: blk_update_request: I/O error, dev sdh, sector 68212992 op 0x1:(WRITE) flags 0x4700 phys_seg 2 prio class 0
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2565ab744-part1 error=5 type=2 offset=34910371840 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca26b5708c8-part1 error=5 type=2 offset=34916663296 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2666c6d98-part1 error=5 type=2 offset=34910371840 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca266d5c270-part1 error=5 type=2 offset=34916401152 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca2666c6d98-part1 error=5 type=2 offset=34911420416 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: zio pool=zdata vdev=/dev/disk/by-id/wwn-0x5000cca266d5c270-part1 error=5 type=2 offset=34917449728 size=1048576 flags=40080c80
Dec 21 18:58:36 hydra kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'need reset'
Dec 21 18:58:36 hydra kernel: EEH: Finished:'error_detected(IO frozen)' with aggregate recovery state:'need reset'
Dec 21 18:58:36 hydra kernel: EEH: Collect temporary log
Dec 21 18:58:36 hydra kernel: EEH: of node=0002:01:00.0
Dec 21 18:58:36 hydra kernel: EEH: PCI device/vendor: 028d9005
Dec 21 18:58:36 hydra kernel: EEH: PCI cmd/status register: 00100146
Dec 21 18:58:36 hydra kernel: EEH: PCI-E capabilities and status follow:
Dec 21 18:58:36 hydra kernel: EEH: PCI-E 00: 00020010 000081a2 00002950 00437083
Dec 21 18:58:36 hydra kernel: EEH: PCI-E 10: 10820000 00000000 00000000 00000000
Dec 21 18:58:36 hydra kernel: EEH: PCI-E 20: 00000000
Dec 21 18:58:36 hydra kernel: EEH: PCI-E AER capability register set follows:
Dec 21 18:58:36 hydra kernel: EEH: PCI-E AER 00: 30020001 00000000 00400000 00462030
Dec 21 18:58:36 hydra kernel: EEH: PCI-E AER 10: 00000000 0000e000 000001e0 00000000
Dec 21 18:58:36 hydra kernel: EEH: PCI-E AER 20: 00000000 00000000 00000000 00000000
Dec 21 18:58:36 hydra kernel: EEH: PCI-E AER 30: 00000000 00000000
Dec 21 18:58:36 hydra kernel: PHB4 PHB#2 Diag-data (Version: 1)
Dec 21 18:58:36 hydra kernel: brdgCtl: 00000002
Dec 21 18:58:36 hydra kernel: RootSts: 00060040 00402000 e0820008 00100107 00000800
Dec 21 18:58:36 hydra kernel: PhbSts: 0000001c00000000 0000001c00000000
Dec 21 18:58:36 hydra kernel: Lem: 0000000100000080 0000000000000000 0000000000000080
Dec 21 18:58:36 hydra kernel: PhbErr: 0000028000000000 0000020000000000 2148000098000240 a008400000000000
Dec 21 18:58:36 hydra kernel: RxeTceErr: 6000000000000000 2000000000000000 c0000000000000fd 0000000000000000
Dec 21 18:58:36 hydra kernel: PblErr: 0000000000020000 0000000000020000 0000000000000000 0000000000000000
Dec 21 18:58:36 hydra kernel: RegbErr: 0000004000000000 0000004000000000 8800003c00000000 0000000007011000
Dec 21 18:58:36 hydra kernel: PE[0fd] A/B: 8300b03800000000 8000000000000000
Dec 21 18:58:36 hydra kernel: EEH: Reset without hotplug activity
Dec 21 18:58:41 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 18:58:41 hydra kernel: EEH: Beginning: 'slot_reset'
Dec 21 18:58:41 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->slot_reset()
Dec 21 18:58:41 hydra kernel: aacraid 0002:01:00.0: aacraid: PCI error - slot reset
Dec 21 18:58:41 hydra kernel: aacraid 0002:01:00.0: restoring config space at offset 0x4 (was 0x100142, writing 0x100546)
Dec 21 18:58:41 hydra kernel: PCI 0002:01:00.0#00fd: EEH: aacraid driver reports: 'recovered'
Dec 21 18:58:41 hydra kernel: EEH: Finished:'slot_reset' with aggregate recovery state:'recovered'
Dec 21 18:58:41 hydra kernel: EEH: Notify device driver to resume
Dec 21 18:58:41 hydra kernel: EEH: Beginning: 'resume'
Dec 21 19:02:07 hydra kernel: PCI 0002:01:00.0#00fd: EEH: Invoking aacraid->resume()
Dec 21 19:02:07 hydra kernel: INFO: task txg_sync:534658 blocked for more than 122 seconds.
Dec 21 19:02:07 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:02:07 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:02:07 hydra kernel: task:txg_sync state:D stack: 0 pid:534658 ppid: 2 flags:0x00000880
Dec 21 19:02:07 hydra kernel: Call Trace:
Dec 21 19:02:07 hydra kernel: [c000200035da33b0] [c000000000154644] select_task_rq_fair+0xef4/0x1660 (unreliable)
Dec 21 19:02:07 hydra kernel: [c000200035da35a0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:02:07 hydra kernel: [c000200035da3600] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:02:07 hydra kernel: [c000200035da3760] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:02:07 hydra kernel: [c000200035da3790] [c000000000d046c4] schedule_timeout+0xa4/0x150
Dec 21 19:02:07 hydra kernel: [c000200035da3850] [c000000000cfc140] io_schedule_timeout+0x60/0xb0
Dec 21 19:02:07 hydra kernel: [c000200035da3880] [c00800002083d1d4] __cv_timedwait_common+0x20c/0x2c0 [spl]
Dec 21 19:02:07 hydra kernel: [c000200035da3910] [c00800002083d2f8] __cv_timedwait_io+0x20/0x50 [spl]
Dec 21 19:02:07 hydra kernel: [c000200035da3930] [c008000025196b24] zio_wait+0x1bc/0x4f0 [zfs]
Dec 21 19:02:07 hydra kernel: [c000200035da39f0] [c0080000250995dc] dsl_pool_sync+0x134/0x6a0 [zfs]
Dec 21 19:02:07 hydra kernel: [c000200035da3ae0] [c0080000250dea54] spa_sync+0x63c/0x12c0 [zfs]
Dec 21 19:02:07 hydra kernel: [c000200035da3c60] [c0080000251067bc] txg_fini+0x6a4/0xcc0 [zfs]
Dec 21 19:02:07 hydra kernel: [c000200035da3d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:02:07 hydra kernel: [c000200035da3da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:02:07 hydra kernel: [c000200035da3e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:02:07 hydra kernel: INFO: task vdev_autotrim:534666 blocked for more than 122 seconds.
Dec 21 19:02:07 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:02:07 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:02:07 hydra kernel: task:vdev_autotrim state:D stack: 0 pid:534666 ppid: 2 flags:0x00000880
Dec 21 19:02:07 hydra kernel: Call Trace:
Dec 21 19:02:07 hydra kernel: [c0002000729d7670] [0000000000000008] 0x8 (unreliable)
Dec 21 19:02:07 hydra kernel: [c0002000729d7860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:02:07 hydra kernel: [c0002000729d78c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:02:07 hydra kernel: [c0002000729d7a20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:02:07 hydra kernel: [c0002000729d7a50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 19:02:07 hydra kernel: [c0002000729d7a80] [c00800002083cc04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 19:02:07 hydra kernel: [c0002000729d7b10] [c008000025107738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 19:02:07 hydra kernel: [c0002000729d7b70] [c0080000251078b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 19:02:07 hydra kernel: [c0002000729d7bd0] [c0080000250c1c30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 19:02:07 hydra kernel: [c0002000729d7c20] [c008000025146878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 19:02:07 hydra kernel: [c0002000729d7d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:02:07 hydra kernel: [c0002000729d7da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:02:07 hydra kernel: [c0002000729d7e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:02:07 hydra kernel: INFO: task vdev_autotrim:534667 blocked for more than 122 seconds.
Dec 21 19:02:07 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:02:07 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:02:07 hydra kernel: task:vdev_autotrim state:D stack: 0 pid:534667 ppid: 2 flags:0x00000880
Dec 21 19:02:07 hydra kernel: Call Trace:
Dec 21 19:02:07 hydra kernel: [c00020006a543640] [c0000000024c19c0] __per_cpu_offset+0x0/0x580 (unreliable)
Dec 21 19:02:07 hydra kernel: [c00020006a543830] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:02:07 hydra kernel: [c00020006a543890] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:02:07 hydra kernel: [c00020006a5439f0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:02:07 hydra kernel: [c00020006a543a20] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:02:07 hydra kernel: [c00020006a543ab0] [c0080000251450d8] vdev_trim_ranges+0x2f0/0xa60 [zfs]
Dec 21 19:02:07 hydra kernel: [c00020006a543c20] [c008000025146824] vdev_trim_simple+0xfdc/0x1880 [zfs]
Dec 21 19:02:07 hydra kernel: [c00020006a543d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:02:07 hydra kernel: [c00020006a543da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:02:07 hydra kernel: [c00020006a543e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:02:07 hydra kernel: INFO: task mc:538779 blocked for more than 122 seconds.
Dec 21 19:02:07 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:02:07 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:02:07 hydra kernel: task:mc state:D stack: 0 pid:538779 ppid:254730 flags:0x00040082
Dec 21 19:02:07 hydra kernel: Call Trace:
Dec 21 19:02:07 hydra kernel: [c0000007f4d673f0] [c0000007a15e5800] 0xc0000007a15e5800 (unreliable)
Dec 21 19:02:07 hydra kernel: [c0000007f4d675e0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:02:07 hydra kernel: [c0000007f4d67640] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:02:07 hydra kernel: [c0000007f4d677a0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:02:07 hydra kernel: [c0000007f4d677d0] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:02:07 hydra kernel: [c0000007f4d67860] [c00800002505e81c] dmu_tx_wait+0x104/0x530 [zfs]
Dec 21 19:02:07 hydra kernel: [c0000007f4d678f0] [c00800002505ee1c] dmu_tx_assign+0x1d4/0x660 [zfs]
Dec 21 19:02:07 hydra kernel: [c0000007f4d67980] [c008000025184288] zfs_write+0x420/0xd40 [zfs]
Dec 21 19:02:07 hydra kernel: [c0000007f4d67bc0] [c0080000251dc810] zpl_iter_write+0x128/0x220 [zfs]
Dec 21 19:02:07 hydra kernel: [c0000007f4d67c60] [c0000000003f4d58] new_sync_write+0x168/0x220
Dec 21 19:02:07 hydra kernel: [c0000007f4d67d10] [c0000000003f8fd4] vfs_write+0x304/0x3d0
Dec 21 19:02:07 hydra kernel: [c0000007f4d67d60] [c0000000003f93c4] ksys_write+0x84/0x160
Dec 21 19:02:07 hydra kernel: [c0000007f4d67db0] [c00000000002c584] system_call_exception+0x184/0x3b0
Dec 21 19:02:07 hydra kernel: [c0000007f4d67e10] [c00000000000c1e8] system_call_vectored_common+0xe8/0x278
Dec 21 19:02:07 hydra kernel: --- interrupt: 3000 at 0x3fff8b040f24
Dec 21 19:02:07 hydra kernel: NIP: 00003fff8b040f24 LR: 0000000000000000 CTR: 0000000000000000
Dec 21 19:02:07 hydra kernel: REGS: c0000007f4d67e80 TRAP: 3000 Tainted: G W O T (5.15.10-hydra)
Dec 21 19:02:07 hydra kernel: MSR: 900000000000d033 <SF,HV,EE,PR,ME,IR,DR,RI,LE> CR: 42222842 XER: 00000000
Dec 21 19:02:07 hydra kernel: IRQMASK: 0
Dec 21 19:02:07 hydra kernel: NIP [00003fff8b040f24] 0x3fff8b040f24
Dec 21 19:02:07 hydra kernel: LR [0000000000000000] 0x0
Dec 21 19:02:07 hydra kernel: --- interrupt: 3000
Dec 21 19:02:07 hydra kernel: INFO: task dd:611812 blocked for more than 122 seconds.
Dec 21 19:02:07 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:02:07 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:02:07 hydra kernel: task:dd state:D stack: 0 pid:611812 ppid:488695 flags:0x00040082
Dec 21 19:02:07 hydra kernel: Call Trace:
Dec 21 19:02:07 hydra kernel: [c00000081ef273f0] [c0002000316b7c00] 0xc0002000316b7c00 (unreliable)
Dec 21 19:02:07 hydra kernel: [c00000081ef275e0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:02:07 hydra kernel: [c00000081ef27640] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:02:07 hydra kernel: [c00000081ef277a0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:02:07 hydra kernel: [c00000081ef277d0] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:02:07 hydra kernel: [c00000081ef27860] [c00800002505e81c] dmu_tx_wait+0x104/0x530 [zfs]
Dec 21 19:02:07 hydra kernel: [c00000081ef278f0] [c00800002505ee1c] dmu_tx_assign+0x1d4/0x660 [zfs]
Dec 21 19:02:07 hydra kernel: [c00000081ef27980] [c008000025184288] zfs_write+0x420/0xd40 [zfs]
Dec 21 19:02:07 hydra kernel: [c00000081ef27bc0] [c0080000251dc810] zpl_iter_write+0x128/0x220 [zfs]
Dec 21 19:02:07 hydra kernel: [c00000081ef27c60] [c0000000003f4d58] new_sync_write+0x168/0x220
Dec 21 19:02:07 hydra kernel: [c00000081ef27d10] [c0000000003f8fd4] vfs_write+0x304/0x3d0
Dec 21 19:02:07 hydra kernel: [c00000081ef27d60] [c0000000003f93c4] ksys_write+0x84/0x160
Dec 21 19:02:07 hydra kernel: [c00000081ef27db0] [c00000000002c584] system_call_exception+0x184/0x3b0
Dec 21 19:02:07 hydra kernel: [c00000081ef27e10] [c00000000000c1e8] system_call_vectored_common+0xe8/0x278
Dec 21 19:02:07 hydra kernel: --- interrupt: 3000 at 0x3fffa3eda0e4
Dec 21 19:02:07 hydra kernel: NIP: 00003fffa3eda0e4 LR: 0000000000000000 CTR: 0000000000000000
Dec 21 19:02:07 hydra kernel: REGS: c00000081ef27e80 TRAP: 3000 Tainted: G W O T (5.15.10-hydra)
Dec 21 19:02:07 hydra kernel: MSR: 900000000000d033 <SF,HV,EE,PR,ME,IR,DR,RI,LE> CR: 42004204 XER: 00000000
Dec 21 19:02:07 hydra kernel: IRQMASK: 0
Dec 21 19:02:07 hydra kernel: NIP [00003fffa3eda0e4] 0x3fffa3eda0e4
Dec 21 19:02:07 hydra kernel: LR [0000000000000000] 0x0
Dec 21 19:02:07 hydra kernel: --- interrupt: 3000
Dec 21 19:02:54 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:03:09 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 19:04:01 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 19:04:04 hydra gsd-rfkill[630303]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 19:04:09 hydra kernel: INFO: task vdev_autotrim:534666 blocked for more than 245 seconds.
Dec 21 19:04:09 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:04:09 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:04:09 hydra kernel: task:vdev_autotrim state:D stack: 0 pid:534666 ppid: 2 flags:0x00000880
Dec 21 19:04:09 hydra kernel: Call Trace:
Dec 21 19:04:09 hydra kernel: [c0002000729d7670] [0000000000000008] 0x8 (unreliable)
Dec 21 19:04:09 hydra kernel: [c0002000729d7860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:04:09 hydra kernel: [c0002000729d78c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:04:09 hydra kernel: [c0002000729d7a20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:04:09 hydra kernel: [c0002000729d7a50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 19:04:09 hydra kernel: [c0002000729d7a80] [c00800002083cc04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 19:04:09 hydra kernel: [c0002000729d7b10] [c008000025107738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 19:04:09 hydra kernel: [c0002000729d7b70] [c0080000251078b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 19:04:09 hydra kernel: [c0002000729d7bd0] [c0080000250c1c30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 19:04:09 hydra kernel: [c0002000729d7c20] [c008000025146878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 19:04:09 hydra kernel: [c0002000729d7d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:04:09 hydra kernel: [c0002000729d7da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:04:09 hydra kernel: [c0002000729d7e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:04:09 hydra kernel: INFO: task vdev_autotrim:534667 blocked for more than 245 seconds.
Dec 21 19:04:09 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:04:09 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:04:09 hydra kernel: task:vdev_autotrim state:D stack: 0 pid:534667 ppid: 2 flags:0x00000880
Dec 21 19:04:09 hydra kernel: Call Trace:
Dec 21 19:04:09 hydra kernel: [c00020006a543640] [c0000000024c19c0] __per_cpu_offset+0x0/0x580 (unreliable)
Dec 21 19:04:09 hydra kernel: [c00020006a543830] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:04:09 hydra kernel: [c00020006a543890] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:04:09 hydra kernel: [c00020006a5439f0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:04:09 hydra kernel: [c00020006a543a20] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:04:09 hydra kernel: [c00020006a543ab0] [c0080000251450d8] vdev_trim_ranges+0x2f0/0xa60 [zfs]
Dec 21 19:04:09 hydra kernel: [c00020006a543c20] [c008000025146824] vdev_trim_simple+0xfdc/0x1880 [zfs]
Dec 21 19:04:09 hydra kernel: [c00020006a543d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:04:09 hydra kernel: [c00020006a543da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:04:09 hydra kernel: [c00020006a543e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:04:09 hydra kernel: INFO: task mc:538779 blocked for more than 245 seconds.
Dec 21 19:04:09 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:04:09 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:04:09 hydra kernel: task:mc state:D stack: 0 pid:538779 ppid: 6679 flags:0x00040082
Dec 21 19:04:09 hydra kernel: Call Trace:
Dec 21 19:04:09 hydra kernel: [c0000007f4d673f0] [c0000007a15e5800] 0xc0000007a15e5800 (unreliable)
Dec 21 19:04:09 hydra kernel: [c0000007f4d675e0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:04:09 hydra kernel: [c0000007f4d67640] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:04:09 hydra kernel: [c0000007f4d677a0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:04:09 hydra kernel: [c0000007f4d677d0] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:04:09 hydra kernel: [c0000007f4d67860] [c00800002505e81c] dmu_tx_wait+0x104/0x530 [zfs]
Dec 21 19:04:09 hydra kernel: [c0000007f4d678f0] [c00800002505ee1c] dmu_tx_assign+0x1d4/0x660 [zfs]
Dec 21 19:04:09 hydra kernel: [c0000007f4d67980] [c008000025184288] zfs_write+0x420/0xd40 [zfs]
Dec 21 19:04:09 hydra kernel: [c0000007f4d67bc0] [c0080000251dc810] zpl_iter_write+0x128/0x220 [zfs]
Dec 21 19:04:09 hydra kernel: [c0000007f4d67c60] [c0000000003f4d58] new_sync_write+0x168/0x220
Dec 21 19:04:09 hydra kernel: [c0000007f4d67d10] [c0000000003f8fd4] vfs_write+0x304/0x3d0
Dec 21 19:04:09 hydra kernel: [c0000007f4d67d60] [c0000000003f93c4] ksys_write+0x84/0x160
Dec 21 19:04:09 hydra kernel: [c0000007f4d67db0] [c00000000002c584] system_call_exception+0x184/0x3b0
Dec 21 19:04:09 hydra kernel: [c0000007f4d67e10] [c00000000000c1e8] system_call_vectored_common+0xe8/0x278
Dec 21 19:04:09 hydra kernel: --- interrupt: 3000 at 0x3fff8b040f24
Dec 21 19:04:09 hydra kernel: NIP: 00003fff8b040f24 LR: 0000000000000000 CTR: 0000000000000000
Dec 21 19:04:09 hydra kernel: REGS: c0000007f4d67e80 TRAP: 3000 Tainted: G W O T (5.15.10-hydra)
Dec 21 19:04:09 hydra kernel: MSR: 900000000000d033 <SF,HV,EE,PR,ME,IR,DR,RI,LE> CR: 42222842 XER: 00000000
Dec 21 19:04:09 hydra kernel: IRQMASK: 0
Dec 21 19:04:09 hydra kernel: NIP [00003fff8b040f24] 0x3fff8b040f24
Dec 21 19:04:09 hydra kernel: LR [0000000000000000] 0x0
Dec 21 19:04:09 hydra kernel: --- interrupt: 3000
Dec 21 19:04:09 hydra kernel: INFO: task dd:611812 blocked for more than 245 seconds.
Dec 21 19:04:09 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:04:09 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:04:09 hydra kernel: task:dd state:D stack: 0 pid:611812 ppid: 6679 flags:0x00040082
Dec 21 19:04:09 hydra kernel: Call Trace:
Dec 21 19:04:09 hydra kernel: [c00000081ef273f0] [c0002000316b7c00] 0xc0002000316b7c00 (unreliable)
Dec 21 19:04:09 hydra kernel: [c00000081ef275e0] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:04:09 hydra kernel: [c00000081ef27640] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:04:09 hydra kernel: [c00000081ef277a0] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:04:09 hydra kernel: [c00000081ef277d0] [c00800002083ccd4] cv_wait_common+0x1dc/0x270 [spl]
Dec 21 19:04:09 hydra kernel: [c00000081ef27860] [c00800002505e81c] dmu_tx_wait+0x104/0x530 [zfs]
Dec 21 19:04:09 hydra kernel: [c00000081ef278f0] [c00800002505ee1c] dmu_tx_assign+0x1d4/0x660 [zfs]
Dec 21 19:04:09 hydra kernel: [c00000081ef27980] [c008000025184288] zfs_write+0x420/0xd40 [zfs]
Dec 21 19:04:09 hydra kernel: [c00000081ef27bc0] [c0080000251dc810] zpl_iter_write+0x128/0x220 [zfs]
Dec 21 19:04:09 hydra kernel: [c00000081ef27c60] [c0000000003f4d58] new_sync_write+0x168/0x220
Dec 21 19:04:09 hydra kernel: [c00000081ef27d10] [c0000000003f8fd4] vfs_write+0x304/0x3d0
Dec 21 19:04:09 hydra kernel: [c00000081ef27d60] [c0000000003f93c4] ksys_write+0x84/0x160
Dec 21 19:04:09 hydra kernel: [c00000081ef27db0] [c00000000002c584] system_call_exception+0x184/0x3b0
Dec 21 19:04:09 hydra kernel: [c00000081ef27e10] [c00000000000c1e8] system_call_vectored_common+0xe8/0x278
Dec 21 19:04:09 hydra kernel: --- interrupt: 3000 at 0x3fffa3eda0e4
Dec 21 19:04:09 hydra kernel: NIP: 00003fffa3eda0e4 LR: 0000000000000000 CTR: 0000000000000000
Dec 21 19:04:09 hydra kernel: REGS: c00000081ef27e80 TRAP: 3000 Tainted: G W O T (5.15.10-hydra)
Dec 21 19:04:09 hydra kernel: MSR: 900000000000d033 <SF,HV,EE,PR,ME,IR,DR,RI,LE> CR: 42004204 XER: 00000000
Dec 21 19:04:09 hydra kernel: IRQMASK: 0
Dec 21 19:04:09 hydra kernel: NIP [00003fffa3eda0e4] 0x3fffa3eda0e4
Dec 21 19:04:09 hydra kernel: LR [0000000000000000] 0x0
Dec 21 19:04:09 hydra kernel: --- interrupt: 3000
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:04:17 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 19:05:29 hydra gsd-rfkill[630303]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 19:06:12 hydra kernel: INFO: task vdev_autotrim:534666 blocked for more than 368 seconds.
Dec 21 19:06:12 hydra kernel: Tainted: G W O T 5.15.10-hydra #1
Dec 21 19:06:12 hydra kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 21 19:06:12 hydra kernel: task:vdev_autotrim state:D stack: 0 pid:534666 ppid: 2 flags:0x00000880
Dec 21 19:06:12 hydra kernel: Call Trace:
Dec 21 19:06:12 hydra kernel: [c0002000729d7670] [0000000000000008] 0x8 (unreliable)
Dec 21 19:06:12 hydra kernel: [c0002000729d7860] [c00000000001b470] __switch_to+0x1e0/0x300
Dec 21 19:06:12 hydra kernel: [c0002000729d78c0] [c000000000cfcc50] __schedule+0xac0/0x1810
Dec 21 19:06:12 hydra kernel: [c0002000729d7a20] [c000000000cfda04] schedule+0x64/0x160
Dec 21 19:06:12 hydra kernel: [c0002000729d7a50] [c000000000cfdb6c] io_schedule+0x4c/0x90
Dec 21 19:06:12 hydra kernel: [c0002000729d7a80] [c00800002083cc04] cv_wait_common+0x10c/0x270 [spl]
Dec 21 19:06:12 hydra kernel: [c0002000729d7b10] [c008000025107738] txg_wait_synced_impl+0xd0/0x230 [zfs]
Dec 21 19:06:12 hydra kernel: [c0002000729d7b70] [c0080000251078b4] txg_wait_synced+0x1c/0xc0 [zfs]
Dec 21 19:06:12 hydra kernel: [c0002000729d7bd0] [c0080000250c1c30] metaslab_enable+0x168/0x250 [zfs]
Dec 21 19:06:12 hydra kernel: [c0002000729d7c20] [c008000025146878] vdev_trim_simple+0x1030/0x1880 [zfs]
Dec 21 19:06:12 hydra kernel: [c0002000729d7d60] [c008000020849348] __thread_exit+0xd0/0x110 [spl]
Dec 21 19:06:12 hydra kernel: [c0002000729d7da0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:06:12 hydra kernel: [c0002000729d7e10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:09:28 hydra kernel: opal-power: Poweroff requested
Dec 21 19:13:33 hydra kernel: PowerNV: IOMMU bypass window disabled.
Dec 21 19:13:33 hydra kernel: dt-cpu-ftrs: setup for ISA 3000
Dec 21 19:13:33 hydra kernel: dt-cpu-ftrs: final cpu/mmu features = 0x0001f86b8f5fb187 0x3c007041
Dec 21 19:13:33 hydra kernel: radix-mmu: Page sizes from device-tree:
Dec 21 19:13:33 hydra kernel: radix-mmu: Page size shift = 12 AP=0x0
Dec 21 19:13:33 hydra kernel: radix-mmu: Page size shift = 16 AP=0x5
Dec 21 19:13:33 hydra kernel: radix-mmu: Page size shift = 21 AP=0x1
Dec 21 19:13:33 hydra kernel: radix-mmu: Page size shift = 30 AP=0x2
Dec 21 19:13:33 hydra kernel: Activating Kernel Userspace Execution Prevention
Dec 21 19:13:33 hydra kernel: Activating Kernel Userspace Access Prevention
Dec 21 19:13:33 hydra kernel: radix-mmu: Mapped 0x0000000000000000-0x0000000002400000 with 2.00 MiB pages (exec)
Dec 21 19:13:33 hydra kernel: radix-mmu: Mapped 0x0000000002400000-0x0000000040000000 with 2.00 MiB pages
Dec 21 19:13:33 hydra kernel: radix-mmu: Mapped 0x0000000040000000-0x0000004000000000 with 1.00 GiB pages
Dec 21 19:13:33 hydra kernel: radix-mmu: Mapped 0x0000200000000000-0x0000204000000000 with 1.00 GiB pages
Dec 21 19:13:33 hydra kernel: radix-mmu: Initializing Radix MMU
Dec 21 19:13:33 hydra kernel: Found initrd at 0xc0000000049e0000:0xc0000000073118f7
Dec 21 19:13:33 hydra kernel: OPAL: Found memory mapped LPC bus on chip 0
Dec 21 19:13:33 hydra kernel: ISA: Non-PCI bridge is /lpcm-opb@6030000000000/lpc@0
Dec 21 19:13:33 hydra kernel: Using PowerNV machine description
Dec 21 19:13:33 hydra kernel: printk: bootconsole [udbg0] enabled
Dec 21 19:13:33 hydra kernel: CPU maps initialized for 4 threads per core
Dec 21 19:13:33 hydra kernel: (thread shift is 2)
Dec 21 19:13:33 hydra kernel: Allocated 3968 bytes for 176 pacas
Dec 21 19:13:33 hydra kernel: -----------------------------------------------------
Dec 21 19:13:33 hydra kernel: phys_mem_size = 0x8000000000
Dec 21 19:13:33 hydra kernel: dcache_bsize = 0x80
Dec 21 19:13:33 hydra kernel: icache_bsize = 0x80
Dec 21 19:13:33 hydra kernel: cpu_features = 0x0001f86b8f5fb187
Dec 21 19:13:33 hydra kernel: possible = 0x000ffbfbcf5fb187
Dec 21 19:13:33 hydra kernel: always = 0x0000000380008181
Dec 21 19:13:33 hydra kernel: cpu_user_features = 0xdc0065c2 0xaef00000
Dec 21 19:13:33 hydra kernel: mmu_features = 0x3c007641
Dec 21 19:13:33 hydra kernel: firmware_features = 0x0000000010000000
Dec 21 19:13:33 hydra kernel: vmalloc start = 0xc008000000000000
Dec 21 19:13:33 hydra kernel: IO start = 0xc00a000000000000
Dec 21 19:13:33 hydra kernel: vmemmap start = 0xc00c000000000000
Dec 21 19:13:33 hydra kernel: -----------------------------------------------------
Dec 21 19:13:33 hydra kernel: kvm_cma_reserve: reserving 26214 MiB for global area
Dec 21 19:13:33 hydra kernel: cma: Reserved 26224 MiB at 0x0000000100000000
Dec 21 19:13:33 hydra kernel: numa: NODE_DATA [mem 0x3fff884200-0x3fff88957f]
Dec 21 19:13:33 hydra kernel: numa: NODE_DATA [mem 0x203ffcb46c80-0x203ffcb4bfff]
Dec 21 19:13:33 hydra kernel: rfi-flush: mttrig type flush available
Dec 21 19:13:33 hydra kernel: rfi-flush: patched 13 locations (mttrig type flush)
Dec 21 19:13:33 hydra kernel: count-cache-flush: flush disabled.
Dec 21 19:13:33 hydra kernel: link-stack-flush: software flush enabled.
Dec 21 19:13:33 hydra kernel: entry-flush: patched 59 locations (mttrig type flush)
Dec 21 19:13:33 hydra kernel: uaccess-flush: patched 1 locations (mttrig type flush)
Dec 21 19:13:33 hydra kernel: stf-barrier: eieio barrier available
Dec 21 19:13:33 hydra kernel: stf-barrier: patched 59 entry locations (eieio barrier)
Dec 21 19:13:33 hydra kernel: stf-barrier: patched 13 exit locations (eieio barrier)
Dec 21 19:13:33 hydra kernel: OPAL nvram setup, 589824 bytes
Dec 21 19:13:33 hydra kernel: barrier-nospec: using ORI speculation barrier
Dec 21 19:13:33 hydra kernel: barrier-nospec: patched 352 locations
Dec 21 19:13:33 hydra kernel: Top of RAM: 0x204000000000, Total RAM: 0x8000000000
Dec 21 19:13:33 hydra kernel: Memory hole size: 33292288MB
Dec 21 19:13:33 hydra kernel: Zone ranges:
Dec 21 19:13:33 hydra kernel: Normal [mem 0x0000000000000000-0x0000203fffffffff]
Dec 21 19:13:33 hydra kernel: Movable zone start for each node
Dec 21 19:13:33 hydra kernel: Early memory node ranges
Dec 21 19:13:33 hydra kernel: node 0: [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 19:13:33 hydra kernel: node 8: [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 19:13:33 hydra kernel: Initmem setup node 0 [mem 0x0000000000000000-0x0000003fffffffff]
Dec 21 19:13:33 hydra kernel: Initmem setup node 8 [mem 0x0000200000000000-0x0000203fffffffff]
Dec 21 19:13:33 hydra kernel: percpu: Embedded 20 pages/cpu s42520 r0 d39400 u81920
Dec 21 19:13:33 hydra kernel: pcpu-alloc: s42520 r0 d39400 u81920 alloc=20*4096
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 000 [0] 001 [0] 002 [0] 003
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 004 [0] 005 [0] 006 [0] 007
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 008 [0] 009 [0] 010 [0] 011
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 012 [0] 013 [0] 014 [0] 015
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 016 [0] 017 [0] 018 [0] 019
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 020 [0] 021 [0] 022 [0] 023
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 024 [0] 025 [0] 026 [0] 027
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 028 [0] 029 [0] 030 [0] 031
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 032 [0] 033 [0] 034 [0] 035
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 036 [0] 037 [0] 038 [0] 039
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 040 [0] 041 [0] 042 [0] 043
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 044 [0] 045 [0] 046 [0] 047
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 048 [0] 049 [0] 050 [0] 051
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 052 [0] 053 [0] 054 [0] 055
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 056 [0] 057 [0] 058 [0] 059
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 060 [0] 061 [0] 062 [0] 063
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 064 [0] 065 [0] 066 [0] 067
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 068 [0] 069 [0] 070 [0] 071
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 072 [0] 073 [0] 074 [0] 075
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 076 [0] 077 [0] 078 [0] 079
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 080 [0] 081 [0] 082 [0] 083
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [0] 084 [0] 085 [0] 086 [0] 087
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 088 [1] 089 [1] 090 [1] 091
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 092 [1] 093 [1] 094 [1] 095
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 096 [1] 097 [1] 098 [1] 099
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 100 [1] 101 [1] 102 [1] 103
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 104 [1] 105 [1] 106 [1] 107
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 108 [1] 109 [1] 110 [1] 111
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 112 [1] 113 [1] 114 [1] 115
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 116 [1] 117 [1] 118 [1] 119
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 120 [1] 121 [1] 122 [1] 123
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 124 [1] 125 [1] 126 [1] 127
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 128 [1] 129 [1] 130 [1] 131
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 132 [1] 133 [1] 134 [1] 135
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 136 [1] 137 [1] 138 [1] 139
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 140 [1] 141 [1] 142 [1] 143
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 144 [1] 145 [1] 146 [1] 147
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 148 [1] 149 [1] 150 [1] 151
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 152 [1] 153 [1] 154 [1] 155
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 156 [1] 157 [1] 158 [1] 159
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 160 [1] 161 [1] 162 [1] 163
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 164 [1] 165 [1] 166 [1] 167
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 168 [1] 169 [1] 170 [1] 171
Dec 21 19:13:33 hydra kernel: pcpu-alloc: [1] 172 [1] 173 [1] 174 [1] 175
Dec 21 19:13:33 hydra kernel: Built 2 zonelists, mobility grouping on. Total pages: 132120576
Dec 21 19:13:33 hydra kernel: Policy zone: Normal
Dec 21 19:13:33 hydra kernel: Kernel command line: root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=3 loglevel=3 rd.systemd.show_status=auto quiet splash
Dec 21 19:13:33 hydra kernel: audit: enabled (after initialization)
Dec 21 19:13:33 hydra kernel: Unknown kernel command line parameters "splash crashkernel=4096M", will be passed to user space.
Dec 21 19:13:33 hydra kernel: printk: log_buf_len individual max cpu contribution: 8192 bytes
Dec 21 19:13:33 hydra kernel: printk: log_buf_len total cpu_extra contributions: 1433600 bytes
Dec 21 19:13:33 hydra kernel: printk: log_buf_len min size: 262144 bytes
Dec 21 19:13:33 hydra kernel: printk: log_buf_len: 2097152 bytes
Dec 21 19:13:33 hydra kernel: printk: early log buf free: 255168(97%)
Dec 21 19:13:33 hydra kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
Dec 21 19:13:33 hydra kernel: mem auto-init: clearing system memory may take some time...
Dec 21 19:13:33 hydra kernel: Memory: 0K/536870912K available (13340K kernel code, 1884K rwdata, 3652K rodata, 3108K init, 992K bss, 9040928K reserved, 26853376K cma-reserved)
Dec 21 19:13:33 hydra kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x770 with crng_init=0
Dec 21 19:13:33 hydra kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=176, Nodes=9
Dec 21 19:13:33 hydra kernel: rcu: Hierarchical RCU implementation.
Dec 21 19:13:33 hydra kernel: rcu: RCU event tracing is enabled.
Dec 21 19:13:33 hydra kernel: Tracing variant of Tasks RCU enabled.
Dec 21 19:13:33 hydra kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 21 19:13:33 hydra kernel: NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
Dec 21 19:13:33 hydra kernel: xive: Interrupt handling initialized with native backend
Dec 21 19:13:33 hydra kernel: xive: Using priority 7 for all interrupts
Dec 21 19:13:33 hydra kernel: xive: Using 4kB queues
Dec 21 19:13:33 hydra kernel: time_init: decrementer frequency = 512.000000 MHz
Dec 21 19:13:33 hydra kernel: time_init: processor frequency = 2134.000000 MHz
Dec 21 19:13:33 hydra kernel: time_init: 56 bit decrementer (max: 7fffffffffffff)
Dec 21 19:13:33 hydra kernel: clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns
Dec 21 19:13:33 hydra kernel: clocksource: timebase mult[1f40000] shift[24] registered
Dec 21 19:13:33 hydra kernel: clockevent: decrementer mult[83126f] shift[24] cpu[0]
Dec 21 19:13:33 hydra kernel: Console: colour dummy device 80x25
Dec 21 19:13:33 hydra kernel: printk: console [tty0] enabled
Dec 21 19:13:33 hydra kernel: printk: bootconsole [udbg0] disabled
Dec 21 19:13:33 hydra kernel: printk: console [hvc0] enabled
Dec 21 19:13:33 hydra kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
Dec 21 19:13:33 hydra kernel: pid_max: default: 180224 minimum: 1408
Dec 21 19:13:33 hydra kernel: LSM: Security Framework initializing
Dec 21 19:13:33 hydra kernel: Yama: becoming mindful.
Dec 21 19:13:33 hydra kernel: Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
Dec 21 19:13:33 hydra kernel: Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
Dec 21 19:13:33 hydra kernel: Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 19:13:33 hydra kernel: Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 19:13:33 hydra kernel: POWER9 performance monitor hardware support registered
Dec 21 19:13:33 hydra kernel: rcu: Hierarchical SRCU implementation.
Dec 21 19:13:33 hydra kernel: smp: Bringing up secondary CPUs ...
Dec 21 19:13:33 hydra kernel: smp: Brought up 2 nodes, 176 CPUs
Dec 21 19:13:33 hydra kernel: numa: Node 0 CPUs: 0-87
Dec 21 19:13:33 hydra kernel: numa: Node 8 CPUs: 88-175
Dec 21 19:13:33 hydra kernel: node 0 deferred pages initialised in 23573ms
Dec 21 19:13:33 hydra kernel: node 8 deferred pages initialised in 26586ms
Dec 21 19:13:33 hydra kernel: devtmpfs: initialized
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0000000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0000000 (primary) ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c000000000..0x000600c07ffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006000000000000..0x0006003fffffffff -> 0x0006000000000000 (M64 #1..31)
Dec 21 19:13:33 hydra kernel: Using M64 #31 as default window
Dec 21 19:13:33 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfe000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0100000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0100000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c080000000..0x000600c0fffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006004000000000..0x0006007fffffffff -> 0x0006004000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd800)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0200000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0200000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c100000000..0x000600c17ffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006008000000000..0x000600bfffffffff -> 0x0006008000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfd000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0300000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0300000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c180000000..0x000600c1fffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006020000000000..0x0006023fffffffff -> 0x0006020000000000 (M64 #1..31)
Dec 21 19:13:33 hydra kernel: Using M64 #31 as default window
Dec 21 19:13:33 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0xfc000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0400000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0400000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c200000000..0x000600c27ffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006024000000000..0x0006027fffffffff -> 0x0006024000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb800)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@600c3c0500000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@600c3c0500000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000600c280000000..0x000600c2fffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006028000000000..0x000602bfffffffff -> 0x0006028000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0xfb000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0000000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@620c3c0000000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000620c000000000..0x000620c07ffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006200000000000..0x0006203fffffffff -> 0x0006200000000000 (M64 #1..31)
Dec 21 19:13:33 hydra kernel: Using M64 #31 as default window
Dec 21 19:13:33 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fe000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0100000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@620c3c0100000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000620c080000000..0x000620c0fffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006204000000000..0x0006207fffffffff -> 0x0006204000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd800)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0200000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@620c3c0200000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000620c100000000..0x000620c17ffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006208000000000..0x000620bfffffffff -> 0x0006208000000000 (M64 #1..15)
Dec 21 19:13:33 hydra kernel: Using M64 #15 as default window
Dec 21 19:13:33 hydra kernel: 256 (255) PE's M32: 0x80000000 [segment=0x800000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x40000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 2040 MSIs (base IRQ 0x1fd000)
Dec 21 19:13:33 hydra kernel: Initializing IODA2 PHB (/pciex@620c3c0300000)
Dec 21 19:13:33 hydra kernel: PCI host bridge /pciex@620c3c0300000 ranges:
Dec 21 19:13:33 hydra kernel: MEM 0x000620c180000000..0x000620c1fffeffff -> 0x0000000080000000
Dec 21 19:13:33 hydra kernel: MEM 0x0006220000000000..0x0006223fffffffff -> 0x0006220000000000 (M64 #1..31)
Dec 21 19:13:33 hydra kernel: Using M64 #31 as default window
Dec 21 19:13:33 hydra kernel: 512 (511) PE's M32: 0x80000000 [segment=0x400000]
Dec 21 19:13:33 hydra kernel: M64: 0x4000000000 [segment=0x20000000]
Dec 21 19:13:33 hydra kernel: Allocated bitmap for 4088 MSIs (base IRQ 0x1fc000)
Dec 21 19:13:33 hydra kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 21 19:13:33 hydra kernel: futex hash table entries: 65536 (order: 11, 8388608 bytes, vmalloc hugepage)
Dec 21 19:13:33 hydra kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 21 19:13:33 hydra kernel: audit: initializing netlink subsys (enabled)
Dec 21 19:13:33 hydra kernel: audit: type=2000 audit(1640142810.037:1): state=initialized audit_enabled=1 res=1
Dec 21 19:13:33 hydra kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 21 19:13:33 hydra kernel: cpuidle: using governor menu
Dec 21 19:13:33 hydra kernel: EEH: PowerNV platform initialized
Dec 21 19:13:33 hydra kernel: PCI: Probing PCI hardware
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0000:00
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x600c000000000-0x600c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: root bus resource [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0000:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: reg 0x10: [mem 0x600c000400000-0x600c000403fff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Dec 21 19:13:33 hydra kernel: pci_bus 0000:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0000:02: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0000:02: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0000:03: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: [1002:7341] type 00 class 0x030000
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: reg 0x10: [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: reg 0x18: [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: reg 0x24: [mem 0x600c000000000-0x600c00007ffff]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.1: reg 0x10: [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.1: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0000:03: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:03: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0000:02: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: scanning [bus 02-03] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0000:01: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: scanning [bus 01-03] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 03
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0001:00
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x600c080000000-0x600c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: root bus resource [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 19:13:33 hydra kernel: pci_bus 0001:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:02: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: [1b21:1806] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: [1b21:1806] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: [1b21:1806] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: [1b21:1806] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:02: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:03: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:03:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 19:13:33 hydra kernel: pci 0001:03:00.0: reg 0x10: [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:03:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:03: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:03: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:04: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:04:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 19:13:33 hydra kernel: pci 0001:04:00.0: reg 0x10: [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:04:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:04: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:04: bus scan returning with max=04
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:05: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:05:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 19:13:33 hydra kernel: pci 0001:05:00.0: reg 0x10: [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:05:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:05:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:05: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:05: bus scan returning with max=05
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0001:06: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0001:06:00.0: [1912:0015] type 00 class 0x0c0330
Dec 21 19:13:33 hydra kernel: pci 0001:06:00.0: reg 0x10: [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:06:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0001:06:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0001:06: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:06: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0001:02: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0001:01: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0002:00
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x600c100000000-0x600c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: root bus resource [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0002:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: [9005:028d] type 00 class 0x010700
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: reg 0x10: [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: reg 0x18: [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: reg 0x20: [io 0x0000-0x00ff]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR2 [mem size 0x00000400 64bit]: requesting alignment to 0x1000
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: PME# supported from D0 D1 D3hot
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0002:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Dec 21 19:13:33 hydra kernel: pci_bus 0002:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0003:00
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x600c180000000-0x600c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: root bus resource [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0003:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: [104c:8241] type 00 class 0x0c0330
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: reg 0x10: [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: reg 0x18: [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: supports D1 D2
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: PME# supported from D0 D1 D2 D3hot
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0003:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0004:00
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x600c200000000-0x600c27ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: root bus resource [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0004:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: [14e4:1657] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: reg 0x10: [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: reg 0x18: [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: reg 0x20: [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: [14e4:1657] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: reg 0x10: [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: reg 0x18: [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: reg 0x20: [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: reg 0x30: [mem 0x00000000-0x000007ff pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: BAR6 [mem size 0x00000800 pref]: requesting alignment to 0x1000
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0004:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0005:00
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x600c280000000-0x600c2fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: root bus resource [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0005:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: [1a03:1150] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: supports D1 D2
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0005:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0005:02: extended config space not accessible
Dec 21 19:13:33 hydra kernel: pci_bus 0005:02: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: [1a03:2000] type 00 class 0x040000
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: reg 0x10: [mem 0x600c280000000-0x600c280ffffff]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: reg 0x14: [mem 0x600c281000000-0x600c28101ffff]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: reg 0x18: [io 0x0000-0x007f]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: supports D1 D2
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0005:02: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:02: bus scan returning with max=02
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: scanning [bus 02-02] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0005:01: bus scan returning with max=02
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: scanning [bus 01-02] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: bus scan returning with max=02
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: busn_res: [bus 00-ff] end is updated to 02
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0030:00
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x620c000000000-0x620c07ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: root bus resource [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: [10b5:8747] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: reg 0x10: [mem 0x620c001000000-0x620c00103ffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0030:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:02: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: [10b5:8747] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: [10b5:8747] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: [10b5:8747] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: [10b5:8747] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0030:02: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:03: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:03:00.0: [8086:2700] type 00 class 0x010802
Dec 21 19:13:33 hydra kernel: pci 0030:03:00.0: reg 0x10: [mem 0x620c000000000-0x620c000003fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:03: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:03: bus scan returning with max=03
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:04: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:04:00.0: [8086:2700] type 00 class 0x010802
Dec 21 19:13:33 hydra kernel: pci 0030:04:00.0: reg 0x10: [mem 0x620c000400000-0x620c000403fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:04: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:04: bus scan returning with max=04
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:05: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:05:00.0: [8086:2700] type 00 class 0x010802
Dec 21 19:13:33 hydra kernel: pci 0030:05:00.0: reg 0x10: [mem 0x620c000800000-0x620c000803fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:05: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:05: bus scan returning with max=05
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0030:06: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0030:06:00.0: [8086:2700] type 00 class 0x010802
Dec 21 19:13:33 hydra kernel: pci 0030:06:00.0: reg 0x10: [mem 0x620c000c00000-0x620c000c03fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:06:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:06: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:06: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: scanning [bus 03-03] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: scanning [bus 04-04] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: scanning [bus 05-05] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: scanning [bus 06-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0030:02: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: scanning [bus 02-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0030:01: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: scanning [bus 01-06] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: bus scan returning with max=06
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: busn_res: [bus 00-ff] end is updated to 06
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0031:00
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x620c080000000-0x620c0fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: root bus resource [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0031:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.0: [1425:5007] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.0: reg 0x10: [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.0: reg 0x18: [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.0: reg 0x20: [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.1: [1425:5007] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.1: reg 0x10: [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.1: reg 0x18: [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.1: reg 0x20: [mem 0x620c081890000-0x620c081891fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.2: [1425:5007] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.2: reg 0x10: [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.2: reg 0x18: [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.2: reg 0x20: [mem 0x620c0818a0000-0x620c0818a1fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.3: [1425:5007] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.3: reg 0x10: [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.3: reg 0x18: [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.3: reg 0x20: [mem 0x620c0818b0000-0x620c0818b1fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.4: [1425:5407] type 00 class 0x020000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.4: reg 0x10: [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.4: reg 0x18: [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.4: reg 0x20: [mem 0x620c0818c0000-0x620c0818c1fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in 0031:01:00.4
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.5: [1425:5507] type 00 class 0x010000
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.5: reg 0x10: [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.5: reg 0x18: [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.5: reg 0x20: [mem 0x620c0818d0000-0x620c0818d1fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.5: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.6: [1425:5607] type 00 class 0x0c0400
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.6: reg 0x10: [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.6: reg 0x18: [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.6: reg 0x20: [mem 0x620c0818e0000-0x620c0818e1fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0031:01:00.6: reg 0x30: [mem 0x00000000-0x0007ffff pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0031:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci_bus 0031:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0031:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci_bus 0031:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0032:00
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x620c100000000-0x620c17ffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: root bus resource [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0032:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci_bus 0032:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci_bus 0032:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0032:00:00.0: scanning [bus 01-01] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci_bus 0032:00: busn_res: [bus 00-ff] end is updated to 01
Dec 21 19:13:33 hydra kernel: PCI host bridge to bus 0033:00
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x620c180000000-0x620c1fffeffff] (bus address [0x80000000-0xfffeffff])
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: root bus resource [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: root bus resource [bus 00-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: scanning bus
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: [1014:04c1] type 01 class 0x060400
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: PME# supported from D0 D3hot D3cold
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: PME# disabled
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
Dec 21 19:13:33 hydra kernel: pci_bus 0033:01: scanning bus
Dec 21 19:13:33 hydra kernel: pci_bus 0033:01: fixups for bus
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 19:13:33 hydra kernel: pci_bus 0033:01: bus scan returning with max=01
Dec 21 19:13:33 hydra kernel: pci 0033:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: bus scan returning with max=ff
Dec 21 19:13:33 hydra kernel: pci_bus 0033:00: busn_res: [bus 00-ff] end is updated to ff
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600c000400000-0x600c000403fff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 8: assigned [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 2: assigned [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 5: assigned [mem 0x600c000000000-0x600c00007ffff]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x600c000080000-0x600c00009ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.1: BAR 0: assigned [mem 0x600c0000a0000-0x600c0000a3fff]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: No. 3 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: No. 4 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: resource 4 [mem 0x600c000000000-0x600c07ffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:00: resource 5 [mem 0x6000000000000-0x6003fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:01: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:02: resource 1 [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:03: resource 1 [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0000:03: resource 2 [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: max bus depth: 3 pci_try_num: 4
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c081ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: BAR 8: assigned [mem 0x600c080000000-0x600c0807fffff]
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: BAR 8: assigned [mem 0x600c080800000-0x600c080ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: BAR 8: assigned [mem 0x600c081000000-0x600c0817fffff]
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: BAR 8: assigned [mem 0x600c081800000-0x600c081ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:03:00.0: BAR 0: assigned [mem 0x600c080000000-0x600c080001fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0001:02:00.0: bridge window [mem 0x600c080000000-0x600c0807fffff]
Dec 21 19:13:33 hydra kernel: pci 0001:04:00.0: BAR 0: assigned [mem 0x600c080800000-0x600c080801fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci 0001:02:02.0: bridge window [mem 0x600c080800000-0x600c080ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:05:00.0: BAR 0: assigned [mem 0x600c081000000-0x600c081001fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci 0001:02:06.0: bridge window [mem 0x600c081000000-0x600c0817fffff]
Dec 21 19:13:33 hydra kernel: pci 0001:06:00.0: BAR 0: assigned [mem 0x600c081800000-0x600c081801fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci 0001:02:0e.0: bridge window [mem 0x600c081800000-0x600c081ffffff]
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0001:01:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0001:00:00.0: bridge window [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: resource 4 [mem 0x600c080000000-0x600c0fffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:00: resource 5 [mem 0x6004000000000-0x6007f7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:01: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:02: resource 1 [mem 0x600c080000000-0x600c0ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:03: resource 1 [mem 0x600c080000000-0x600c0807fffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:04: resource 1 [mem 0x600c080800000-0x600c080ffffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:05: resource 1 [mem 0x600c081000000-0x600c0817fffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0001:06: resource 1 [mem 0x600c081800000-0x600c081ffffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: BAR 8: assigned [mem 0x600c100000000-0x600c1007fffff]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 0: assigned [mem 0x600c100000000-0x600c1000fffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 6: assigned [mem 0x600c100100000-0x600c10017ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 2: assigned [mem 0x600c100180000-0x600c1001803ff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: No. 2 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 4: no space for [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0002:01:00.0: BAR 4: failed to assign [io size 0x0100]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci 0002:00:00.0: bridge window [mem 0x600c100000000-0x600c17fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: resource 4 [mem 0x600c100000000-0x600c17ffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:00: resource 5 [mem 0x6008000000000-0x600bf7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0002:01: resource 1 [mem 0x600c100000000-0x600c17fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: BAR 8: assigned [mem 0x600c180000000-0x600c1803fffff]
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: BAR 0: assigned [mem 0x600c180000000-0x600c18000ffff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0003:01:00.0: BAR 2: assigned [mem 0x600c180010000-0x600c180011fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci 0003:00:00.0: bridge window [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: resource 4 [mem 0x600c180000000-0x600c1fffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:00: resource 5 [mem 0x6020000000000-0x6023fbfffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0003:01: resource 1 [mem 0x600c180000000-0x600c1ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: BAR 9: assigned [mem 0x6024000000000-0x602403fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: BAR 8: assigned [mem 0x600c200000000-0x600c2007fffff]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: BAR 0: assigned [mem 0x6024000000000-0x602400000ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: BAR 2: assigned [mem 0x6024000010000-0x602400001ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: BAR 4: assigned [mem 0x6024000020000-0x602400002ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: BAR 0: assigned [mem 0x6024000030000-0x602400003ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: BAR 2: assigned [mem 0x6024000040000-0x602400004ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: BAR 4: assigned [mem 0x6024000050000-0x602400005ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.0: BAR 6: assigned [mem 0x600c200000000-0x600c2000007ff pref]
Dec 21 19:13:33 hydra kernel: pci 0004:01:00.1: BAR 6: assigned [mem 0x600c200001000-0x600c2000017ff pref]
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x600c200000000-0x600c27fefffff]
Dec 21 19:13:33 hydra kernel: pci 0004:00:00.0: bridge window [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: resource 4 [mem 0x600c200000000-0x600c27ffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:00: resource 5 [mem 0x6024000000000-0x6027f7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:01: resource 1 [mem 0x600c200000000-0x600c27fefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0004:01: resource 2 [mem 0x6024000000000-0x6027f7ff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: max bus depth: 2 pci_try_num: 3
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 8: assigned [mem 0x600c280000000-0x600c2817fffff]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 0: assigned [mem 0x600c280000000-0x600c280ffffff]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 1: assigned [mem 0x600c281000000-0x600c28101ffff]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: No. 2 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: No. 3 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: no space for [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:02:00.0: BAR 2: failed to assign [io size 0x0080]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: PCI bridge to [bus 02]
Dec 21 19:13:33 hydra kernel: pci 0005:01:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: PCI bridge to [bus 01-02]
Dec 21 19:13:33 hydra kernel: pci 0005:00:00.0: bridge window [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: resource 4 [mem 0x600c280000000-0x600c2fffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:00: resource 5 [mem 0x6028000000000-0x602bf7fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:01: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0005:02: resource 1 [mem 0x600c280000000-0x600c2ffefffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: max bus depth: 3 pci_try_num: 4
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c0013fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 8: assigned [mem 0x620c000000000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 0: assigned [mem 0x620c001000000-0x620c00103ffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 9: assigned [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: BAR 8: assigned [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 8: assigned [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: BAR 8: assigned [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: BAR 8: assigned [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:03:00.0: BAR 6: assigned [mem 0x620c000000000-0x620c00000ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0030:03:00.0: BAR 0: assigned [mem 0x620c000010000-0x620c000013fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:04:00.0: BAR 6: assigned [mem 0x620c000400000-0x620c00040ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0030:04:00.0: BAR 0: assigned [mem 0x620c000410000-0x620c000413fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:05:00.0: BAR 6: assigned [mem 0x620c000800000-0x620c00080ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0030:05:00.0: BAR 0: assigned [mem 0x620c000810000-0x620c000813fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:33 hydra kernel: pci 0030:06:00.0: BAR 6: assigned [mem 0x620c000c00000-0x620c000c0ffff pref]
Dec 21 19:13:33 hydra kernel: pci 0030:06:00.0: BAR 0: assigned [mem 0x620c000c10000-0x620c000c13fff 64bit]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: No. 2 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: No. 3 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: No. 4 try to assign unassigned res
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: no space for [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: BAR 7: failed to assign [io size 0x1000]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: PCI bridge to [bus 03]
Dec 21 19:13:33 hydra kernel: pci 0030:02:08.0: bridge window [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: PCI bridge to [bus 04]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:09.0: bridge window [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: PCI bridge to [bus 05]
Dec 21 19:13:33 hydra kernel: pci 0030:02:10.0: bridge window [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: PCI bridge to [bus 06]
Dec 21 19:13:33 hydra kernel: pci 0030:02:11.0: bridge window [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: PCI bridge to [bus 02-06]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:01:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: PCI bridge to [bus 01-06]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:33 hydra kernel: pci 0030:00:00.0: bridge window [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: resource 4 [mem 0x620c000000000-0x620c07ffeffff]
Dec 21 19:13:33 hydra kernel: pci_bus 0030:00: resource 5 [mem 0x6200000000000-0x6203fbfffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:01: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:01: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:02: resource 1 [mem 0x620c000000000-0x620c07fefffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:02: resource 2 [mem 0x6200000000000-0x6203fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:03: resource 1 [mem 0x620c000000000-0x620c0003fffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:04: resource 1 [mem 0x620c000400000-0x620c0007fffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:04: resource 2 [mem 0x6200000000000-0x620001fffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:05: resource 1 [mem 0x620c000800000-0x620c000bfffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0030:06: resource 1 [mem 0x620c000c00000-0x620c000ffffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0031:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: BAR 8: assigned [mem 0x620c080000000-0x620c081ffffff]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.4: BAR 2: assigned [mem 0x620c080000000-0x620c080ffffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: BAR 0: assigned [mem 0x620c081000000-0x620c08107ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: BAR 2: assigned [mem 0x620c081080000-0x620c0810fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: BAR 6: assigned [mem 0x620c081100000-0x620c08117ffff pref]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: BAR 0: assigned [mem 0x620c081180000-0x620c0811fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: BAR 2: assigned [mem 0x620c081200000-0x620c08127ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: BAR 6: assigned [mem 0x620c081280000-0x620c0812fffff pref]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.2: BAR 0: assigned [mem 0x620c081300000-0x620c08137ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.2: BAR 2: assigned [mem 0x620c081380000-0x620c0813fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.3: BAR 0: assigned [mem 0x620c081400000-0x620c08147ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.3: BAR 2: assigned [mem 0x620c081480000-0x620c0814fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.4: BAR 0: assigned [mem 0x620c081500000-0x620c08157ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: BAR 0: assigned [mem 0x620c081580000-0x620c0815fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: BAR 2: assigned [mem 0x620c081600000-0x620c08167ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: BAR 6: assigned [mem 0x620c081680000-0x620c0816fffff pref]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: BAR 0: assigned [mem 0x620c081700000-0x620c08177ffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: BAR 2: assigned [mem 0x620c081780000-0x620c0817fffff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: BAR 6: assigned [mem 0x620c081800000-0x620c08187ffff pref]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: BAR 4: assigned [mem 0x620c081880000-0x620c081881fff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: BAR 4: assigned [mem 0x620c081882000-0x620c081883fff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.2: BAR 4: assigned [mem 0x620c081884000-0x620c081885fff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.3: BAR 4: assigned [mem 0x620c081886000-0x620c081887fff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.4: BAR 4: assigned [mem 0x620c081888000-0x620c081889fff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: BAR 4: assigned [mem 0x620c08188a000-0x620c08188bfff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: BAR 4: assigned [mem 0x620c08188c000-0x620c08188dfff 64bit]
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: bridge window [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0031:00: resource 4 [mem 0x620c080000000-0x620c0fffeffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0031:00: resource 5 [mem 0x6204000000000-0x6207f7fffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0031:01: resource 1 [mem 0x620c080000000-0x620c0ffefffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0032:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:34 hydra kernel: pci 0032:00:00.0: PCI bridge to [bus 01]
Dec 21 19:13:34 hydra kernel: pci_bus 0032:00: resource 4 [mem 0x620c100000000-0x620c17ffeffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0032:00: resource 5 [mem 0x6208000000000-0x620bf7fffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0033:00: max bus depth: 1 pci_try_num: 2
Dec 21 19:13:34 hydra kernel: pci 0033:00:00.0: PCI bridge to [bus 01-ff]
Dec 21 19:13:34 hydra kernel: pci_bus 0033:00: resource 4 [mem 0x620c180000000-0x620c1fffeffff]
Dec 21 19:13:34 hydra kernel: pci_bus 0033:00: resource 5 [mem 0x6220000000000-0x6223fbfffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci_bus 0000:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0000:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: Configured PE#1fe
Dec 21 19:13:34 hydra kernel: pci_bus 0000:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0000:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: Configured PE#1fd
Dec 21 19:13:34 hydra kernel: pci_bus 0000:02: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0000:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: Configured PE#1fc
Dec 21 19:13:34 hydra kernel: pci_bus 0000:03: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0000:03 : [PE# 00] Secondary bus 0x0000000000000003 associated with PE#0
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: Configured PE#0
Dec 21 19:13:34 hydra kernel: pci 0000:03 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: IOMMU table initialized, virtual merging enabled
Dec 21 19:13:34 hydra kernel: pci 0000:03 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: Adding to iommu group 0
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: Added to existing PE#0
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: Adding to iommu group 0
Dec 21 19:13:34 hydra kernel: pci_bus 0001:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0001:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0001:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 19:13:34 hydra kernel: pci 0001:01:00.0: Configured PE#fd
Dec 21 19:13:34 hydra kernel: pci_bus 0001:02: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:02 : [PE# fc] Secondary bus 0x0000000000000002 associated with PE#fc
Dec 21 19:13:34 hydra kernel: pci 0001:02:00.0: Configured PE#fc
Dec 21 19:13:34 hydra kernel: pci 0001:02:02.0: Added to existing PE#fc
Dec 21 19:13:34 hydra kernel: pci 0001:02:06.0: Added to existing PE#fc
Dec 21 19:13:34 hydra kernel: pci 0001:02:0e.0: Added to existing PE#fc
Dec 21 19:13:34 hydra kernel: pci_bus 0001:03: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:03 : [PE# fb] Secondary bus 0x0000000000000003 associated with PE#fb
Dec 21 19:13:34 hydra kernel: pci 0001:03:00.0: Configured PE#fb
Dec 21 19:13:34 hydra kernel: pci 0001:03 : [PE# fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0001:03 : [PE# fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0001:03:00.0: Adding to iommu group 1
Dec 21 19:13:34 hydra kernel: pci_bus 0001:04: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:04 : [PE# fa] Secondary bus 0x0000000000000004 associated with PE#fa
Dec 21 19:13:34 hydra kernel: pci 0001:04:00.0: Configured PE#fa
Dec 21 19:13:34 hydra kernel: pci 0001:04 : [PE# fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0001:04 : [PE# fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0001:04:00.0: Adding to iommu group 2
Dec 21 19:13:34 hydra kernel: pci_bus 0001:05: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:05 : [PE# f9] Secondary bus 0x0000000000000005 associated with PE#f9
Dec 21 19:13:34 hydra kernel: pci 0001:05:00.0: Configured PE#f9
Dec 21 19:13:34 hydra kernel: pci 0001:05 : [PE# f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0001:05 : [PE# f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0001:05:00.0: Adding to iommu group 3
Dec 21 19:13:34 hydra kernel: pci_bus 0001:06: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0001:06 : [PE# f8] Secondary bus 0x0000000000000006 associated with PE#f8
Dec 21 19:13:34 hydra kernel: pci 0001:06:00.0: Configured PE#f8
Dec 21 19:13:34 hydra kernel: pci 0001:06 : [PE# f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0001:06 : [PE# f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0001:06:00.0: Adding to iommu group 4
Dec 21 19:13:34 hydra kernel: pci_bus 0002:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0002:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0002:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0002:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0002:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 19:13:34 hydra kernel: pci 0002:01:00.0: Configured PE#fd
Dec 21 19:13:34 hydra kernel: pci 0002:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0002:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0002:01:00.0: Adding to iommu group 5
Dec 21 19:13:34 hydra kernel: pci_bus 0003:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0003:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 19:13:34 hydra kernel: pci 0003:00:00.0: Configured PE#1fe
Dec 21 19:13:34 hydra kernel: pci_bus 0003:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0003:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 19:13:34 hydra kernel: pci 0003:01:00.0: Configured PE#1fd
Dec 21 19:13:34 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0003:01 : [PE# 1fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0003:01:00.0: Adding to iommu group 6
Dec 21 19:13:34 hydra kernel: pci_bus 0004:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0004:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0004:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0004:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0004:01 : [PE# 00] Secondary bus 0x0000000000000001 associated with PE#0
Dec 21 19:13:34 hydra kernel: pci 0004:01:00.0: Configured PE#0
Dec 21 19:13:34 hydra kernel: pci 0004:01 : [PE# 00] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0004:01 : [PE# 00] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0004:01:00.0: Adding to iommu group 7
Dec 21 19:13:34 hydra kernel: pci 0004:01:00.1: Added to existing PE#0
Dec 21 19:13:34 hydra kernel: pci 0004:01:00.1: Adding to iommu group 7
Dec 21 19:13:34 hydra kernel: pci_bus 0005:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0005:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0005:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0005:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0005:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 19:13:34 hydra kernel: pci 0005:01:00.0: Configured PE#fd
Dec 21 19:13:34 hydra kernel: pci_bus 0005:02: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0005:02 : [PE# fc] Secondary bus 0x0000000000000002..0x0000000000000002 associated with PE#fc
Dec 21 19:13:34 hydra kernel: pci 0005:02:00.0: Configured PE#fc
Dec 21 19:13:34 hydra kernel: pci 0005:02 : [PE# fc] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0005:02 : [PE# fc] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0005:02:00.0: Adding to iommu group 8
Dec 21 19:13:34 hydra kernel: pci_bus 0030:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 19:13:34 hydra kernel: pci 0030:00:00.0: Configured PE#1fe
Dec 21 19:13:34 hydra kernel: pci_bus 0030:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:01 : [PE# 1fd] Secondary bus 0x0000000000000001 associated with PE#1fd
Dec 21 19:13:34 hydra kernel: pci 0030:01:00.0: Configured PE#1fd
Dec 21 19:13:34 hydra kernel: pci_bus 0030:02: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:02 : [PE# 1fc] Secondary bus 0x0000000000000002 associated with PE#1fc
Dec 21 19:13:34 hydra kernel: pci 0030:02:08.0: Configured PE#1fc
Dec 21 19:13:34 hydra kernel: pci 0030:02:09.0: Added to existing PE#1fc
Dec 21 19:13:34 hydra kernel: pci 0030:02:10.0: Added to existing PE#1fc
Dec 21 19:13:34 hydra kernel: pci 0030:02:11.0: Added to existing PE#1fc
Dec 21 19:13:34 hydra kernel: pci_bus 0030:03: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:03 : [PE# 1fb] Secondary bus 0x0000000000000003 associated with PE#1fb
Dec 21 19:13:34 hydra kernel: pci 0030:03:00.0: Configured PE#1fb
Dec 21 19:13:34 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0030:03 : [PE# 1fb] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0030:03:00.0: Adding to iommu group 9
Dec 21 19:13:34 hydra kernel: pci_bus 0030:04: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:04 : [PE# 1fa] Secondary bus 0x0000000000000004 associated with PE#1fa
Dec 21 19:13:34 hydra kernel: pci 0030:04:00.0: Configured PE#1fa
Dec 21 19:13:34 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0030:04 : [PE# 1fa] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0030:04:00.0: Adding to iommu group 10
Dec 21 19:13:34 hydra kernel: pci_bus 0030:05: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:05 : [PE# 1f9] Secondary bus 0x0000000000000005 associated with PE#1f9
Dec 21 19:13:34 hydra kernel: pci 0030:05:00.0: Configured PE#1f9
Dec 21 19:13:34 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0030:05 : [PE# 1f9] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0030:05:00.0: Adding to iommu group 11
Dec 21 19:13:34 hydra kernel: pci_bus 0030:06: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0030:06 : [PE# 1f8] Secondary bus 0x0000000000000006 associated with PE#1f8
Dec 21 19:13:34 hydra kernel: pci 0030:06:00.0: Configured PE#1f8
Dec 21 19:13:34 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0030:06 : [PE# 1f8] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0030:06:00.0: Adding to iommu group 12
Dec 21 19:13:34 hydra kernel: pci_bus 0031:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0031:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0031:01: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0031:01 : [PE# fd] Secondary bus 0x0000000000000001 associated with PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: Configured PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01 : [PE# fd] Setting up 32-bit TCE table at 0..80000000
Dec 21 19:13:34 hydra kernel: pci 0031:01 : [PE# fd] Setting up window#0 0..7fffffffff pg=1000
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.0: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.1: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.2: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.2: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.3: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.3: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.4: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.4: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.5: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: Added to existing PE#fd
Dec 21 19:13:34 hydra kernel: pci 0031:01:00.6: Adding to iommu group 13
Dec 21 19:13:34 hydra kernel: pci_bus 0032:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0032:00 : [PE# fe] Secondary bus 0x0000000000000000 associated with PE#fe
Dec 21 19:13:34 hydra kernel: pci 0032:00:00.0: Configured PE#fe
Dec 21 19:13:34 hydra kernel: pci_bus 0033:00: Configuring PE for bus
Dec 21 19:13:34 hydra kernel: pci 0033:00 : [PE# 1fe] Secondary bus 0x0000000000000000 associated with PE#1fe
Dec 21 19:13:34 hydra kernel: pci 0033:00:00.0: Configured PE#1fe
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0001:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:01:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0001:01:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:02:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0001:02:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:02:02.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0001:02:02.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:02:06.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0001:02:06.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0001:02:0e.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0001:02:0e.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0002:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0002:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0003:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0003:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0004:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0004:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0005:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0005:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0005:01:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0005:01:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0030:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:01:00.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0030:01:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:02:08.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0030:02:08.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:02:09.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0030:02:09.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:02:10.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0030:02:10.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0030:02:11.0: enabling device (0141 -> 0143)
Dec 21 19:13:34 hydra kernel: pci 0030:02:11.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: enabling device (0101 -> 0103)
Dec 21 19:13:34 hydra kernel: pci 0031:00:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: EEH: Capable adapter found: recovery enabled.
Dec 21 19:13:34 hydra kernel: PCI: Probing PCI hardware done
Dec 21 19:13:34 hydra kernel: cpuidle-powernv: Default stop: psscr = 0x0000000000000330,mask=0x00000000003003ff
Dec 21 19:13:34 hydra kernel: cpuidle-powernv: Deepest stop: psscr = 0x0000000000300375,mask=0x00000000003003ff
Dec 21 19:13:34 hydra kernel: cpuidle-powernv: First stop level that may lose SPRs = 0x4
Dec 21 19:13:34 hydra kernel: cpuidle-powernv: First stop level that may lose timebase = 0x10
Dec 21 19:13:34 hydra kernel: Kprobes globally optimized
Dec 21 19:13:34 hydra kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 21 19:13:34 hydra kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 21 19:13:34 hydra kernel: iommu: Default domain type: Translated
Dec 21 19:13:34 hydra kernel: iommu: DMA domain TLB invalidation policy: strict mode
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Dec 21 19:13:34 hydra kernel: vgaarb: loaded
Dec 21 19:13:34 hydra kernel: SCSI subsystem initialized
Dec 21 19:13:34 hydra kernel: usbcore: registered new interface driver usbfs
Dec 21 19:13:34 hydra kernel: usbcore: registered new interface driver hub
Dec 21 19:13:34 hydra kernel: usbcore: registered new device driver usb
Dec 21 19:13:34 hydra kernel: EDAC MC: Ver: 3.0.0
Dec 21 19:13:34 hydra kernel: clocksource: Switched to clocksource timebase
Dec 21 19:13:34 hydra kernel: VFS: Disk quotas dquot_6.6.0
Dec 21 19:13:34 hydra kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 21 19:13:34 hydra kernel: NET: Registered PF_INET protocol family
Dec 21 19:13:34 hydra kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
Dec 21 19:13:34 hydra kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 21 19:13:34 hydra kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
Dec 21 19:13:34 hydra kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 21 19:13:34 hydra kernel: NET: Registered PF_XDP protocol family
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.0: disabling ATS
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Dec 21 19:13:34 hydra kernel: pci 0001:03:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:13:34 hydra kernel: pci 0001:04:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: pci 0001:05:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: pci 0001:06:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: pci 0003:01:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: PCI: CLS 0 bytes, default 128
Dec 21 19:13:34 hydra kernel: Trying to unpack rootfs image as initramfs...
Dec 21 19:13:34 hydra kernel: Initialise system trusted keyrings
Dec 21 19:13:34 hydra kernel: Key type blacklist registered
Dec 21 19:13:34 hydra kernel: workingset: timestamp_bits=38 max_order=27 bucket_order=0
Dec 21 19:13:34 hydra kernel: zbud: loaded
Dec 21 19:13:34 hydra kernel: NET: Registered PF_ALG protocol family
Dec 21 19:13:34 hydra kernel: Key type asymmetric registered
Dec 21 19:13:34 hydra kernel: Asymmetric key parser 'x509' registered
Dec 21 19:13:34 hydra kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 21 19:13:34 hydra kernel: io scheduler bfq registered
Dec 21 19:13:34 hydra kernel: PowerPC PowerNV PCI Hotplug Driver version: 0.1
Dec 21 19:13:34 hydra kernel: pci_bus 0000:01: dev 00, created physical slot CPU1 Slot2 (16x)
Dec 21 19:13:34 hydra kernel: pci_bus 0001:01: dev 00, created physical slot CPU1 Slot1 (8x)
Dec 21 19:13:34 hydra kernel: pci_bus 0002:01: dev 00, created physical slot Builtin SAS
Dec 21 19:13:34 hydra kernel: pci_bus 0003:01: dev 00, created physical slot Builtin USB
Dec 21 19:13:34 hydra kernel: pci_bus 0004:01: dev 00, created physical slot Builtin Ethernet
Dec 21 19:13:34 hydra kernel: pci_bus 0005:01: dev 00, created physical slot BMC
Dec 21 19:13:34 hydra kernel: pci_bus 0030:01: dev 00, created physical slot CPU2 Slot2 (16x)
Dec 21 19:13:34 hydra kernel: pci_bus 0030:04: dev 00, created physical slot S003004
Dec 21 19:13:34 hydra kernel: pci_bus 0031:01: dev 00, created physical slot CPU2 Slot3 (8x)
Dec 21 19:13:34 hydra kernel: pci_bus 0033:01: dev ffffffff, created physical slot CPU2 Slot1 (16x)
Dec 21 19:13:34 hydra kernel: IPMI message handler: version 39.2
Dec 21 19:13:34 hydra kernel: ipmi device interface
Dec 21 19:13:34 hydra kernel: ipmi_si: IPMI System Interface driver
Dec 21 19:13:34 hydra kernel: ipmi_si: Unable to find any System Interface(s)
Dec 21 19:13:34 hydra kernel: ipmi_ssif: IPMI SSIF Interface driver
Dec 21 19:13:34 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: The GUID response from the BMC was too short, it was 1 but should have been 17. Assuming GUID is not available.
Dec 21 19:13:34 hydra kernel: ipmi-powernv ibm,opal:ipmi: IPMI message handler: Found new BMC (man_id: 0x00cb06, prod_id: 0x0001, dev_id: 0x00)
Dec 21 19:13:34 hydra kernel: IPMI Watchdog: driver initialized
Dec 21 19:13:34 hydra kernel: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
Dec 21 19:13:34 hydra kernel: IPMI poweroff: ATCA Detect mfg 0xCB06 prod 0x1
Dec 21 19:13:34 hydra kernel: IPMI poweroff: Found a chassis style poweroff function
Dec 21 19:13:34 hydra kernel: hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console)
Dec 21 19:13:34 hydra kernel: hvc0: No interrupts property, using OPAL event
Dec 21 19:13:34 hydra kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 21 19:13:34 hydra kernel: Non-volatile memory driver v1.3
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: nvme nvme0: pci function 0030:03:00.0
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: nvme nvme1: pci function 0030:04:00.0
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x10 (reading 0x80010004)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: nvme nvme2: pci function 0030:05:00.0
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:03:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x10 (reading 0x80410004)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme nvme3: pci function 0030:06:00.0
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:04:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x10 (reading 0x80810004)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:05:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x0 (reading 0x27008086)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x8 (reading 0x1080200)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x10 (reading 0x80c10004)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x2c (reading 0x39018086)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: nvme 0030:06:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 19:13:34 hydra kernel: nvme nvme1: 31/0/0 default/read/poll queues
Dec 21 19:13:34 hydra kernel: nvme nvme0: 31/0/0 default/read/poll queues
Dec 21 19:13:34 hydra kernel: nvme nvme2: 31/0/0 default/read/poll queues
Dec 21 19:13:34 hydra kernel: nvme nvme3: 31/0/0 default/read/poll queues
Dec 21 19:13:34 hydra kernel: random: fast init done
Dec 21 19:13:34 hydra kernel: nvme0n1: p1 p2 p3 p4 p5 p6
Dec 21 19:13:34 hydra kernel: nvme1n1: p1 p2 p3 p4 p5 p6
Dec 21 19:13:34 hydra kernel: nvme3n1: p1 p2 p3 p4 p5 p6
Dec 21 19:13:34 hydra kernel: nvme2n1: p1 p2 p3 p4 p5 p6
Dec 21 19:13:34 hydra kernel: Freeing initrd memory: 42180K
Dec 21 19:13:34 hydra kernel: 5 fixed-partitions partitions found on MTD device flash@0
Dec 21 19:13:34 hydra kernel: Creating 5 MTD partitions on "flash@0":
Dec 21 19:13:34 hydra kernel: 0x000000000000-0x000004000000 : "PNOR"
Dec 21 19:13:34 hydra kernel: 0x0000022a1000-0x000003821000 : "BOOTKERNEL"
Dec 21 19:13:34 hydra kernel: 0x000003944000-0x000003946000 : "VERSION"
Dec 21 19:13:34 hydra kernel: 0x000003989000-0x0000039c9000 : "IMA_CATALOG"
Dec 21 19:13:34 hydra kernel: 0x000003e10000-0x000003ea2000 : "BOOTKERNFW"
Dec 21 19:13:34 hydra kernel: mtd: partition "BOOTKERNFW" doesn't end on an erase/write block -- force read-only
Dec 21 19:13:34 hydra kernel: libphy: Fixed MDIO Bus: probed
Dec 21 19:13:34 hydra kernel: mousedev: PS/2 mouse device common for all mice
Dec 21 19:13:34 hydra kernel: rtc-opal opal-rtc: registered as rtc0
Dec 21 19:13:34 hydra kernel: rtc-opal opal-rtc: setting system clock to 2021-12-22T03:13:32 UTC (1640142812)
Dec 21 19:13:34 hydra kernel: audit: type=1332 audit(1640142812.500:2): sec=1 nsec=-424018056
Dec 21 19:13:34 hydra kernel: i2c_dev: i2c /dev entries driver
Dec 21 19:13:34 hydra kernel: at24 0-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 19:13:34 hydra kernel: at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write
Dec 21 19:13:34 hydra kernel: at24 3-0050: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 3-0052: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 4-0054: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 4-0056: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 5-0050: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Dec 21 19:13:34 hydra kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 7-0052: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 8-0054: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: at24 8-0056: 256 byte spd EEPROM, read-only
Dec 21 19:13:34 hydra kernel: powernv-cpufreq: cpufreq pstate min 0x62 nominal 0x62 max 0x0
Dec 21 19:13:34 hydra kernel: powernv-cpufreq: Workload Optimized Frequency is enabled in the platform
Dec 21 19:13:34 hydra kernel: powernv_idle_driver registered
Dec 21 19:13:34 hydra kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 21 19:13:34 hydra kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 21 19:13:34 hydra kernel: usbcore: registered new interface driver usbhid
Dec 21 19:13:34 hydra kernel: usbhid: USB HID core driver
Dec 21 19:13:34 hydra kernel: IPv4 over IPsec tunneling driver
Dec 21 19:13:34 hydra kernel: Initializing XFRM netlink socket
Dec 21 19:13:34 hydra kernel: IPsec XFRM device driver
Dec 21 19:13:34 hydra kernel: NET: Registered PF_INET6 protocol family
Dec 21 19:13:34 hydra kernel: Segment Routing with IPv6
Dec 21 19:13:34 hydra kernel: In-situ OAM (IOAM) with IPv6
Dec 21 19:13:34 hydra kernel: NET: Registered PF_PACKET protocol family
Dec 21 19:13:34 hydra kernel: NET: Registered PF_KEY protocol family
Dec 21 19:13:34 hydra kernel: Key type dns_resolver registered
Dec 21 19:13:34 hydra kernel: drmem: No dynamic reconfiguration memory found
Dec 21 19:13:34 hydra kernel: registered taskstats version 1
Dec 21 19:13:34 hydra kernel: Loading compiled-in X.509 certificates
Dec 21 19:13:34 hydra kernel: zswap: loaded using pool lz4/z3fold
Dec 21 19:13:34 hydra kernel: Key type ._fscrypt registered
Dec 21 19:13:34 hydra kernel: Key type .fscrypt registered
Dec 21 19:13:34 hydra kernel: Key type fscrypt-provisioning registered
Dec 21 19:13:34 hydra kernel: Freeing unused kernel image (initmem) memory: 3108K
Dec 21 19:13:34 hydra kernel: Checked W+X mappings: passed, no W+X pages found
Dec 21 19:13:34 hydra kernel: Run /init as init process
Dec 21 19:13:34 hydra kernel: with arguments:
Dec 21 19:13:34 hydra kernel: /init
Dec 21 19:13:34 hydra kernel: splash
Dec 21 19:13:34 hydra kernel: with environment:
Dec 21 19:13:34 hydra kernel: HOME=/
Dec 21 19:13:34 hydra kernel: TERM=linux
Dec 21 19:13:34 hydra kernel: crashkernel=4096M
Dec 21 19:13:34 hydra kernel: fbcon: Taking over console
Dec 21 19:13:34 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 19:13:34 hydra kernel: audit: type=1334 audit(1640142813.684:3): prog-id=1 op=LOAD
Dec 21 19:13:34 hydra kernel: audit: type=1300 audit(1640142813.684:3): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffff2add450 a2=78 a3=3fffa3acf950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 19:13:34 hydra kernel: audit: type=1327 audit(1640142813.684:3): proctitle=2F696E69740073706C617368
Dec 21 19:13:34 hydra kernel: audit: type=1334 audit(1640142813.684:4): prog-id=0 op=UNLOAD
Dec 21 19:13:34 hydra kernel: audit: type=1334 audit(1640142813.684:5): prog-id=2 op=LOAD
Dec 21 19:13:34 hydra kernel: audit: type=1300 audit(1640142813.684:5): arch=c0000015 syscall=361 success=yes exit=8 a0=5 a1=3ffff2add4f0 a2=78 a3=3fffa3acf950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 19:13:34 hydra kernel: audit: type=1327 audit(1640142813.684:5): proctitle=2F696E69740073706C617368
Dec 21 19:13:34 hydra kernel: audit: type=1334 audit(1640142813.684:6): prog-id=0 op=UNLOAD
Dec 21 19:13:34 hydra kernel: random: ln: uninitialized urandom read (6 bytes read)
Dec 21 19:13:34 hydra kernel: random: systemd: uninitialized urandom read (16 bytes read)
Dec 21 19:13:34 hydra kernel: Asymmetric key parser 'pkcs8' registered
Dec 21 19:13:34 hydra dracut-cmdline[1462]: Using kernel command line parameters: rd.driver.pre=amdgpu root=ZFS=zroot/ROOT/default earlycon=hvc0 console=hvc0 console=tty0 crashkernel=4096M iommu=nobypass pci=realloc amdgpu.aspm=0 video=offb:off audit=1 systemd.show_status=1 rd.udev.log-priority=
Dec 21 19:13:34 hydra kernel: [drm] amdgpu kernel modesetting enabled.
Dec 21 19:13:34 hydra kernel: amdgpu: CRAT table disabled by module option
Dec 21 19:13:34 hydra kernel: amdgpu: DSDT table not found for OEM information
Dec 21 19:13:34 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 19:13:34 hydra kernel: amdgpu: IO link not available for non x86 platforms
Dec 21 19:13:34 hydra kernel: amdgpu: Virtual CRAT table created for CPU
Dec 21 19:13:34 hydra kernel: amdgpu: Topology: Add CPU node
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1002:0x0B0C 0x00).
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Dec 21 19:13:34 hydra kernel: [drm] register mmio base: 0x00000000
Dec 21 19:13:34 hydra kernel: [drm] register mmio size: 524288
Dec 21 19:13:34 hydra kernel: [drm] PCIE atomic ops is not supported
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 0 <nv_common>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 2 <navi10_ih>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 3 <psp>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 4 <smu>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 5 <dm>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 7 <sdma_v5_0>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 8 <vcn_v2_0>
Dec 21 19:13:34 hydra kernel: [drm] add ip block number 9 <jpeg_v2_0>
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Dec 21 19:13:34 hydra kernel: amdgpu: ATOM BIOS: 113-D3250100-102
Dec 21 19:13:34 hydra kernel: [drm] VCN decode is enabled in VM mode
Dec 21 19:13:34 hydra kernel: [drm] VCN encode is enabled in VM mode
Dec 21 19:13:34 hydra kernel: [drm] JPEG decode is enabled in VM mode
Dec 21 19:13:34 hydra kernel: [drm] GPU posting now...
Dec 21 19:13:34 hydra kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: BAR 2: releasing [mem 0x6000010000000-0x60000101fffff 64bit pref]
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: BAR 0: releasing [mem 0x6000000000000-0x600000fffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: BAR 9: releasing [mem 0x6000000000000-0x600001fffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: BAR 9: releasing [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: BAR 0: assigned [mem 0x6000000000000-0x60001ffffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: BAR 2: assigned [mem 0x6000200000000-0x60002001fffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: PCI bridge to [bus 01-03]
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:34 hydra kernel: pci 0000:00:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x600c000000000-0x600c07fefffff]
Dec 21 19:13:34 hydra kernel: pci 0000:01:00.0: bridge window [mem 0x6000000000000-0x6003fbff0ffff 64bit pref]
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x600c000000000-0x600c0003fffff]
Dec 21 19:13:34 hydra kernel: pci 0000:02:00.0: bridge window [mem 0x6000000000000-0x60002ffffffff 64bit pref]
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 21 19:13:34 hydra kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
Dec 21 19:13:34 hydra kernel: [drm] RAM width 128bits GDDR6
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 19:13:34 hydra kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 21 19:13:34 hydra kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 21 19:13:34 hydra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 21 19:13:34 hydra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_sos.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_asd.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_ta.bin
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_smc.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_pfp_wks.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_me_wks.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_ce_wks.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_rlc.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_mec_wks.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_mec2_wks.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_sdma.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_sdma1.bin
Dec 21 19:13:34 hydra kernel: Loading firmware: amdgpu/navi14_vcn.bin
Dec 21 19:13:34 hydra kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Dec 21 19:13:34 hydra kernel: [drm] Display Core initialized with v3.2.149!
Dec 21 19:13:34 hydra kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 21 19:13:34 hydra kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 21 19:13:34 hydra kernel: [drm] JPEG decode initialized successfully.
Dec 21 19:13:34 hydra kernel: kfd kfd: amdgpu: skipped device 1002:7341, PCI rejects atomics 123<145
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Dec 21 19:13:34 hydra kernel: [drm] fb mappable at 0x6000000202000
Dec 21 19:13:34 hydra kernel: [drm] vram apper at 0x6000000000000
Dec 21 19:13:34 hydra kernel: [drm] size 88473600
Dec 21 19:13:34 hydra kernel: [drm] fb depth is 24
Dec 21 19:13:34 hydra kernel: [drm] pitch is 20480
Dec 21 19:13:34 hydra kernel: ------------[ cut here ]------------
Dec 21 19:13:34 hydra kernel: WARNING: CPU: 0 PID: 910 at drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:617 get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 19:13:34 hydra kernel: Modules linked in: amdgpu(+) drm_ttm_helper ttm gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm drm_panel_orientation_quirks pkcs8_key_parser
Dec 21 19:13:34 hydra kernel: CPU: 0 PID: 910 Comm: kworker/0:2 Tainted: G T 5.15.10-hydra #1
Dec 21 19:13:34 hydra kernel: Workqueue: events work_for_cpu_fn
Dec 21 19:13:34 hydra kernel: NIP: c00800002018e9c0 LR: c00800002018e7d4 CTR: c00800002018e950
Dec 21 19:13:34 hydra kernel: REGS: c00000000ccaa160 TRAP: 0700 Tainted: G T (5.15.10-hydra)
Dec 21 19:13:34 hydra kernel: MSR: 900000000282b033 <SF,HV,VEC,VSX,EE,FP,ME,IR,DR,RI,LE> CR: 88028222 XER: 20040000
Dec 21 19:13:34 hydra kernel: CFAR: c00800002018e7ec IRQMASK: 0
Dec 21 19:13:34 hydra kernel: NIP [c00800002018e9c0] get_meta_and_pte_attr.constprop.0+0x978/0x9a0 [amdgpu]
Dec 21 19:13:34 hydra kernel: LR [c00800002018e7d4] get_meta_and_pte_attr.constprop.0+0x78c/0x9a0 [amdgpu]
Dec 21 19:13:34 hydra kernel: Call Trace:
Dec 21 19:13:34 hydra kernel: [c00000000ccaa400] [c0000000023530e0] psi_system+0x0/0x298 (unreliable)
Dec 21 19:13:34 hydra kernel: [c00000000ccaa540] [c00800002018eb10] dml20v2_rq_dlg_get_rq_params+0x128/0x400 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaa6c0] [c00800002018f454] dml20v2_rq_dlg_get_dlg_reg+0x24c/0x1dc0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaac50] [c0080000201286d8] dcn20_calculate_dlg_params+0x490/0x5c0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaad50] [c008000020129134] dcn20_validate_bandwidth_internal+0x92c/0xa60 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaae50] [c0080000201292c8] dcn20_validate_bandwidth_fp+0x60/0x150 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaae90] [c008000020129410] dcn20_validate_bandwidth+0x58/0xb0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaaee0] [c008000020245898] dc_validate_global_state+0x420/0x5b0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccaaf80] [c0080000200b20d8] dm_gpureset_toggle_interrupts+0x22d0/0x2520 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccab140] [c00800001ef83910] drm_atomic_check_only+0x568/0xb30 [drm]
Dec 21 19:13:34 hydra kernel: [c00000000ccab240] [c00800001ef83f00] drm_atomic_commit+0x28/0xa0 [drm]
Dec 21 19:13:34 hydra kernel: [c00000000ccab2b0] [c00800001efa82cc] drm_client_modeset_commit_atomic+0x2d4/0x350 [drm]
Dec 21 19:13:34 hydra kernel: [c00000000ccab370] [c00800001efa84b0] drm_client_modeset_commit_locked+0x78/0x290 [drm]
Dec 21 19:13:34 hydra kernel: [c00000000ccab3c0] [c00800001efa8708] drm_client_modeset_commit+0x40/0x90 [drm]
Dec 21 19:13:34 hydra kernel: [c00000000ccab3f0] [c00800001f0a3504] drm_fb_helper_set_par+0x15c/0x1b0 [drm_kms_helper]
Dec 21 19:13:34 hydra kernel: [c00000000ccab480] [c0000000007ce77c] fbcon_init+0x4dc/0x640
Dec 21 19:13:34 hydra kernel: [c00000000ccab560] [c0000000008395ac] visual_init+0xec/0x180
Dec 21 19:13:34 hydra kernel: [c00000000ccab5a0] [c00000000083cf14] do_bind_con_driver.isra.0+0x2c4/0x4a0
Dec 21 19:13:34 hydra kernel: [c00000000ccab660] [c00000000083d2a8] do_take_over_console+0x1b8/0x330
Dec 21 19:13:34 hydra kernel: [c00000000ccab710] [c0000000007c9dcc] do_fbcon_takeover+0x10c/0x2a0
Dec 21 19:13:34 hydra kernel: [c00000000ccab730] [c0000000007bf284] register_framebuffer+0x394/0x470
Dec 21 19:13:34 hydra kernel: [c00000000ccab820] [c00800001f0a0e08] __drm_fb_helper_initial_config_and_unlock+0x4a0/0xe00 [drm_kms_helper]
Dec 21 19:13:34 hydra kernel: [c00000000ccab900] [c00800001fe30aac] amdgpu_fbdev_init+0xe4/0x1d0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccab950] [c00800001fe0b300] amdgpu_device_init+0x1e48/0x2120 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccabaa0] [c00800001fe0cc18] amdgpu_driver_load_kms+0x40/0x3a0 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccabb20] [c00800001fe01c28] amdgpu_drm_ioctl+0xc10/0x1200 [amdgpu]
Dec 21 19:13:34 hydra kernel: [c00000000ccabbc0] [c000000000784e80] local_pci_probe+0x60/0x130
Dec 21 19:13:34 hydra kernel: [c00000000ccabc40] [c00000000011d450] work_for_cpu_fn+0x30/0x60
Dec 21 19:13:34 hydra kernel: [c00000000ccabc70] [c000000000121db0] process_one_work+0x2a0/0x490
Dec 21 19:13:34 hydra kernel: [c00000000ccabd10] [c000000000122230] worker_thread+0x290/0x5e0
Dec 21 19:13:34 hydra kernel: [c00000000ccabda0] [c00000000012fc88] kthread+0x178/0x180
Dec 21 19:13:34 hydra kernel: [c00000000ccabe10] [c00000000000cf74] ret_from_kernel_thread+0x5c/0x64
Dec 21 19:13:34 hydra kernel: Instruction dump:
Dec 21 19:13:34 hydra kernel: 4bfff8c4 60000000 60000000 60000000 3d220000 3a400012 c0297888 39200411
Dec 21 19:13:34 hydra kernel: 4bfff8a4 60000000 60000000 60000000 <0fe00000> 480e3cbd e8410018 3b800005
Dec 21 19:13:34 hydra kernel: ---[ end trace 1d1dbcba7caa0269 ]---
Dec 21 19:13:34 hydra kernel: Console: switching to colour frame buffer device 320x45
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x0 (reading 0x73411002)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x8 (reading 0x3000000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x14 (reading 0x60000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x18 (reading 0xc)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x1c (reading 0x60002)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x24 (reading 0x80000000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x30 (reading 0x80080000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x1c (was 0x0, writing 0x60002)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: restoring config space at offset 0x14 (was 0x0, writing 0x60000)
Dec 21 19:13:34 hydra kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x4 (reading 0x100540)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:34 hydra kernel: pci 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:13:34 hydra kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Dec 21 19:13:34 hydra kernel: random: crng init done
Dec 21 19:13:34 hydra kernel: random: 7 urandom warning(s) missed due to ratelimiting
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: enabling bus mastering
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
Dec 21 19:13:34 hydra kernel: xhci_hcd 0001:03:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 19:13:34 hydra kernel: Adaptec aacraid driver 1.2.1[50983]-custom
Dec 21 19:13:34 hydra kernel: aacraid 0002:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 21 19:13:34 hydra kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 21 19:13:34 hydra kernel: PTP clock support registered
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x4 (reading 0x100142)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x10 (reading 0x81000004)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x18 (reading 0x81080004)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x20 (reading 0x81880004)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x2c (reading 0x1425)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:34 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: enabling device (0140 -> 0142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x4 (reading 0x100142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x10 (reading 0x81180004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x18 (reading 0x81200004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x20 (reading 0x81882004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x2c (reading 0x1425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: enabling device (0140 -> 0142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x4 (reading 0x100142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x10 (reading 0x81300004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x18 (reading 0x81380004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x20 (reading 0x81884004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x2c (reading 0x1425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.2: saving config space at offset 0x3c (reading 0x3ff)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: enabling device (0140 -> 0142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x0 (reading 0x50071425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x4 (reading 0x100142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x10 (reading 0x81400004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x18 (reading 0x81480004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x20 (reading 0x81886004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x2c (reading 0x1425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.3: saving config space at offset 0x3c (reading 0x4ff)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: enabling device (0140 -> 0142)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: enabling bus mastering
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x0 (reading 0x54071425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x4 (reading 0x100146)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x10 (reading 0x81500004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x18 (reading 0x80000004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x20 (reading 0x81888004)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x2c (reading 0x1425)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x34 (reading 0x40)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 19:13:35 hydra kernel: spl: loading out-of-tree module taints kernel.
Dec 21 19:13:35 hydra kernel: Loading firmware: cxgb4/t5fw.bin
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: Coming up as MASTER: Initializing adapter
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 19:13:35 hydra kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb1: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb1: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb1: SerialNumber: 0001:03:00.0
Dec 21 19:13:35 hydra kernel: aacraid 0002:01:00.0: enabling device (0140 -> 0142)
Dec 21 19:13:35 hydra kernel: aacraid 0002:01:00.0: enabling bus mastering
Dec 21 19:13:35 hydra kernel: aacraid 0002:01:00.0: aac_src_soft_reset: SOFT_RESET not supported status = 2
Dec 21 19:13:35 hydra kernel: aacraid 0002:01:00.0: Controller reset type is 3
Dec 21 19:13:35 hydra kernel: aacraid 0002:01:00.0: Issuing IOP reset
Dec 21 19:13:35 hydra kernel: hub 1-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 1-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:03:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:03:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 19:13:35 hydra kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 19:13:35 hydra kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb2: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb2: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb2: SerialNumber: 0001:03:00.0
Dec 21 19:13:35 hydra kernel: hub 2-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 2-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: enabling bus mastering
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 3
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 19:13:35 hydra kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb3: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb3: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb3: SerialNumber: 0001:04:00.0
Dec 21 19:13:35 hydra kernel: hub 3-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 3-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: new USB bus registered, assigned bus number 4
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:04:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 19:13:35 hydra kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 19:13:35 hydra kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb4: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb4: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb4: SerialNumber: 0001:04:00.0
Dec 21 19:13:35 hydra kernel: hub 4-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 4-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: enabling bus mastering
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 5
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 19:13:35 hydra kernel: ZFS: Loaded module v2.1.2-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 19:13:35 hydra kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb5: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb5: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb5: SerialNumber: 0001:05:00.0
Dec 21 19:13:35 hydra kernel: hub 5-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 5-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: new USB bus registered, assigned bus number 6
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:05:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 19:13:35 hydra kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 19:13:35 hydra kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb6: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb6: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb6: SerialNumber: 0001:05:00.0
Dec 21 19:13:35 hydra kernel: hub 6-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 6-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: Loading firmware: renesas_usb_fw.mem
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: enabling bus mastering
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 7
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: Zeroing 64bit base registers, expecting fault
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
Dec 21 19:13:35 hydra kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb7: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb7: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb7: SerialNumber: 0001:06:00.0
Dec 21 19:13:35 hydra kernel: hub 7-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 7-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 8
Dec 21 19:13:35 hydra kernel: xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 19:13:35 hydra kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 19:13:35 hydra kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb8: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb8: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb8: SerialNumber: 0001:06:00.0
Dec 21 19:13:35 hydra kernel: hub 8-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 8-0:1.0: 2 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: enabling bus mastering
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 9
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
Dec 21 19:13:35 hydra kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb9: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb9: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb9: SerialNumber: 0003:01:00.0
Dec 21 19:13:35 hydra kernel: hub 9-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 9-0:1.0: 4 ports detected
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: new USB bus registered, assigned bus number 10
Dec 21 19:13:35 hydra kernel: xhci_hcd 0003:01:00.0: Host supports USB 3.0 SuperSpeed
Dec 21 19:13:35 hydra kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 21 19:13:35 hydra kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Dec 21 19:13:35 hydra kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb usb10: Product: xHCI Host Controller
Dec 21 19:13:35 hydra kernel: usb usb10: Manufacturer: Linux 5.15.10-hydra xhci-hcd
Dec 21 19:13:35 hydra kernel: usb usb10: SerialNumber: 0003:01:00.0
Dec 21 19:13:35 hydra kernel: hub 10-0:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 10-0:1.0: 4 ports detected
Dec 21 19:13:35 hydra kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Dec 21 19:13:35 hydra kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 19:13:35 hydra kernel: usb 7-2: new high-speed USB device number 2 using xhci_hcd
Dec 21 19:13:35 hydra kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec 21 19:13:35 hydra kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 19:13:35 hydra kernel: usb 1-2: Product: USB 2.0 Hub
Dec 21 19:13:35 hydra kernel: usb 9-3: new high-speed USB device number 2 using xhci_hcd
Dec 21 19:13:35 hydra kernel: hub 1-2:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 1-2:1.0: 4 ports detected
Dec 21 19:13:35 hydra kernel: usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Dec 21 19:13:35 hydra kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 19:13:35 hydra kernel: usb 3-2: Product: CSR8510 A10
Dec 21 19:13:35 hydra kernel: Loading firmware: cxgb4/t5-config.txt
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: Direct firmware load for cxgb4/t5-config.txt failed with error -2
Dec 21 19:13:35 hydra kernel: usb 7-2: New USB device found, idVendor=2109, idProduct=2811, bcdDevice=90.70
Dec 21 19:13:35 hydra kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 19:13:35 hydra kernel: usb 7-2: Product: USB2.0 Hub
Dec 21 19:13:35 hydra kernel: usb 7-2: Manufacturer: VIA Labs, Inc.
Dec 21 19:13:35 hydra kernel: hub 7-2:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: usb 9-3: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
Dec 21 19:13:35 hydra kernel: usb 9-3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 21 19:13:35 hydra kernel: usb 9-3: Product: USB Virtual Hub
Dec 21 19:13:35 hydra kernel: usb 9-3: Manufacturer: Aspeed
Dec 21 19:13:35 hydra kernel: usb 9-3: SerialNumber: 00000000
Dec 21 19:13:35 hydra kernel: hub 7-2:1.0: 4 ports detected
Dec 21 19:13:35 hydra kernel: hub 9-3:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 9-3:1.0: 5 ports detected
Dec 21 19:13:35 hydra kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 19:13:35 hydra kernel: usb 10-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.07
Dec 21 19:13:35 hydra kernel: usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 19:13:35 hydra kernel: usb 10-2: Product: 4-Port USB 3.1 Hub
Dec 21 19:13:35 hydra kernel: usb 10-2: Manufacturer: Generic
Dec 21 19:13:35 hydra kernel: hub 10-2:1.0: USB hub found
Dec 21 19:13:35 hydra kernel: hub 10-2:1.0: 4 ports detected
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
Dec 21 19:13:35 hydra kernel: usb 9-4: new high-speed USB device number 3 using xhci_hcd
Dec 21 19:13:35 hydra kernel: usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: max_ordird_qp 21 max_ird_adapter 2688
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: Current filter mode/mask 0x632b:0x21
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: 146 MSI-X vectors allocated, nic 32 eoqsets 0 per uld 16 mirrorqsets 32
Dec 21 19:13:35 hydra kernel: cxgb4 0031:01:00.4: 63.008 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x8 link)
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4 eth0: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4 eth1: Chelsio T520-SO 1G/10GBASE-SFP
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Chelsio T520-SO rev 1
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: S/N: PT45191428, P/N: 110118850B0
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Firmware version: 1.26.4.0
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Bootstrap version: 1.1.0.0
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: TP Microcode version: 0.1.4.9
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Expansion ROM version: 1.0.0.90
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Serial Configuration version: 0x1009000
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: VPD version: 0x1
Dec 21 19:13:36 hydra kernel: cxgb4 0031:01:00.4: Configuration: RNIC MSI-X, Offload capable
Dec 21 19:13:36 hydra kernel: usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Dec 21 19:13:36 hydra kernel: usb 9-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 21 19:13:36 hydra kernel: usb 9-4: Product: USB2.0 Hub
Dec 21 19:13:36 hydra kernel: hub 9-4:1.0: USB hub found
Dec 21 19:13:36 hydra kernel: hub 9-4:1.0: 4 ports detected
Dec 21 19:13:36 hydra kernel: usb 9-3.1: new high-speed USB device number 4 using xhci_hcd
Dec 21 19:13:36 hydra kernel: usb 1-2.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
Dec 21 19:13:36 hydra kernel: usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 21 19:13:36 hydra kernel: hub 1-2.1:1.0: USB hub found
Dec 21 19:13:36 hydra kernel: hub 1-2.1:1.0: 4 ports detected
Dec 21 19:13:36 hydra kernel: usb 9-3.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
Dec 21 19:13:36 hydra kernel: usb 9-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 21 19:13:36 hydra kernel: usb 9-3.1: Product: virtual_input
Dec 21 19:13:36 hydra kernel: usb 9-3.1: Manufacturer: OpenBMC
Dec 21 19:13:36 hydra kernel: usb 9-3.1: SerialNumber: OBMC0001
Dec 21 19:13:36 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.0/0003:1D6B:0104.0001/input/input0
Dec 21 19:13:36 hydra kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 19:13:36 hydra kernel: usb 6-1: New USB device found, idVendor=1f75, idProduct=0611, bcdDevice= 0.06
Dec 21 19:13:36 hydra kernel: usb 6-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
Dec 21 19:13:36 hydra kernel: usb 6-1: SerialNumber: 20170920
Dec 21 19:13:36 hydra kernel: usb-storage 6-1:1.0: USB Mass Storage device detected
Dec 21 19:13:36 hydra kernel: scsi host1: usb-storage 6-1:1.0
Dec 21 19:13:36 hydra kernel: usbcore: registered new interface driver usb-storage
Dec 21 19:13:36 hydra kernel: usbcore: registered new interface driver uas
Dec 21 19:13:36 hydra kernel: hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input0
Dec 21 19:13:36 hydra kernel: input: OpenBMC virtual_input as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/usb9/9-3/9-3.1/9-3.1:1.1/0003:1D6B:0104.0002/input/input1
Dec 21 19:13:36 hydra kernel: hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0003:01:00.0-3.1/input1
Dec 21 19:13:36 hydra kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Dec 21 19:13:36 hydra kernel: usb 1-2.1.1: New USB device found, idVendor=04d9, idProduct=4545, bcdDevice= 1.05
Dec 21 19:13:36 hydra kernel: usb 1-2.1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 21 19:13:36 hydra kernel: usb 1-2.1.1: Product: USB Keyboard
Dec 21 19:13:36 hydra kernel: input: USB Keyboard as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:04D9:4545.0003/input/input2
Dec 21 19:13:36 hydra kernel: hid-generic 0003:04D9:4545.0003: input,hidraw2: USB HID v1.10 Keyboard [USB Keyboard] on usb-0001:03:00.0-2.1.1/input0
Dec 21 19:13:36 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input3
Dec 21 19:13:36 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.1/0003:04D9:4545.0004/input/input4
Dec 21 19:13:36 hydra kernel: hid-generic 0003:04D9:4545.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard] on usb-0001:03:00.0-2.1.1/input1
Dec 21 19:13:36 hydra kernel: input: USB Keyboard Mouse as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input5
Dec 21 19:13:36 hydra kernel: input: USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input6
Dec 21 19:13:36 hydra kernel: input: USB Keyboard System Control as /devices/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:00.0/0001:03:00.0/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.2/0003:04D9:4545.0005/input/input7
Dec 21 19:13:36 hydra kernel: hid-generic 0003:04D9:4545.0005: input,hiddev96,hidraw4: USB HID v1.11 Mouse [USB Keyboard] on usb-0001:03:00.0-2.1.1/input2
Dec 21 19:13:37 hydra kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 21 19:13:37 hydra kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=8110, bcdDevice=90.74
Dec 21 19:13:37 hydra kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 21 19:13:37 hydra kernel: usb 8-2: Product: USB3.0 Hub
Dec 21 19:13:37 hydra kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Dec 21 19:13:37 hydra kernel: hub 8-2:1.0: USB hub found
Dec 21 19:13:37 hydra kernel: hub 8-2:1.0: 4 ports detected
Dec 21 19:13:37 hydra kernel: scsi host1: scsi scan: INQUIRY result too short (5), using 36
Dec 21 19:13:37 hydra kernel: scsi 1:0:0:0: Direct-Access Generic ATA/ATAPI Device PQ: 0 ANSI: 0
Dec 21 19:13:37 hydra kernel: sd 1:0:0:0: [sda] Media removed, stopped polling
Dec 21 19:13:37 hydra kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
Dec 21 19:13:37 hydra kernel: usb 7-2.3: new full-speed USB device number 3 using xhci_hcd
Dec 21 19:13:37 hydra kernel: usb 7-2.3: New USB device found, idVendor=0764, idProduct=0601, bcdDevice= 2.00
Dec 21 19:13:37 hydra kernel: usb 7-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 21 19:13:37 hydra kernel: usb 7-2.3: Product: CP1500PFCLCDa
Dec 21 19:13:37 hydra kernel: usb 7-2.3: Manufacturer: CPS
Dec 21 19:13:37 hydra kernel: usb 7-2.3: SerialNumber: CXXJY2007150
Dec 21 19:13:37 hydra kernel: hid-generic 0003:0764:0601.0006: hiddev97,hidraw5: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0001:06:00.0-2.3/input0
Dec 21 19:14:07 hydra kernel: aacraid 0002:01:00.0: IOP reset succeeded
Dec 21 19:14:07 hydra kernel: aacraid: Comm Interface type3 enabled
Dec 21 19:14:10 hydra kernel: AAC0: kernel 4.2-0[0] Mar 21 2018
Dec 21 19:14:10 hydra kernel: AAC0: monitor 0.0-0[0]
Dec 21 19:14:10 hydra kernel: AAC0: bios 0.13-209[32000]
Dec 21 19:14:10 hydra kernel: AAC0: serial 10F447
Dec 21 19:14:10 hydra kernel: AAC0: Non-DASD support enabled.
Dec 21 19:14:10 hydra kernel: aacraid 0002:01:00.0: dma_iommu_get_required_mask: returning bypass mask 0xfffffffffffffff
Dec 21 19:14:10 hydra kernel: AAC0: 64bit support enabled.
Dec 21 19:14:10 hydra kernel: aacraid 0002:01:00.0: 64 Bit DAC enabled
Dec 21 19:14:11 hydra kernel: scsi host0: aacraid
Dec 21 19:14:11 hydra kernel: scsi 0:2:0:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: scsi 0:2:1:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: scsi 0:2:2:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] 4096-byte physical blocks
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] Mode Sense: f9 00 10 08
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] 4096-byte physical blocks
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] Mode Sense: f9 00 10 08
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: scsi 0:2:3:0: Direct-Access LENOVO-X HUSMR1625ASS20E P4C7 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] 4096-byte physical blocks
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] Mode Sense: f9 00 10 08
Dec 21 19:14:11 hydra kernel: scsi 0:2:4:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: sdc: sdc1 sdc9
Dec 21 19:14:11 hydra kernel: scsi 0:2:5:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] 4096-byte physical blocks
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] Mode Sense: f9 00 10 08
Dec 21 19:14:11 hydra kernel: sd 0:2:1:0: [sdc] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: scsi 0:2:6:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:4:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 19:14:11 hydra kernel: sdb: sdb1 sdb9
Dec 21 19:14:11 hydra kernel: sd 0:2:4:0: [sdf] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:4:0: [sdf] Mode Sense: f7 00 10 08
Dec 21 19:14:11 hydra kernel: sd 0:2:5:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 19:14:11 hydra kernel: scsi 0:2:7:0: Direct-Access HGST HUH721008AL4200 A384 PQ: 0 ANSI: 6
Dec 21 19:14:11 hydra kernel: sd 0:2:4:0: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: sd 0:2:0:0: [sdb] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sd 0:2:5:0: [sdg] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:5:0: [sdg] Mode Sense: f7 00 10 08
Dec 21 19:14:11 hydra kernel: sdd: sdd1 sdd9
Dec 21 19:14:11 hydra kernel: sd 0:2:5:0: [sdg] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: sd 0:2:6:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 19:14:11 hydra kernel: scsi 0:3:123:0: Enclosure ADAPTEC Smart Adapter 4.02 PQ: 0 ANSI: 5
Dec 21 19:14:11 hydra kernel: sd 0:2:6:0: [sdh] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:6:0: [sdh] Mode Sense: f7 00 10 08
Dec 21 19:14:11 hydra kernel: sd 0:2:7:0: [sdi] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
Dec 21 19:14:11 hydra kernel: sd 0:2:2:0: [sdd] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sd 0:2:6:0: [sdh] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x0 (reading 0x28d9005)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x8 (reading 0x1070001)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x10 (reading 0x80000004)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x18 (reading 0x80180004)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x20 (reading 0x1)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x2c (reading 0x6719005)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:14:11 hydra kernel: aacraid 0002:01:00.0: saving config space at offset 0x3c (reading 0x1ff)
Dec 21 19:14:11 hydra kernel: sde: sde1 sde9
Dec 21 19:14:11 hydra kernel: sd 0:2:7:0: [sdi] Write Protect is off
Dec 21 19:14:11 hydra kernel: sd 0:2:7:0: [sdi] Mode Sense: f7 00 10 08
Dec 21 19:14:11 hydra kernel: sdf: sdf1 sdf9
Dec 21 19:14:11 hydra kernel: sdg: sdg1 sdg9
Dec 21 19:14:11 hydra kernel: sd 0:2:7:0: [sdi] Write cache: disabled, read cache: enabled, supports DPO and FUA
Dec 21 19:14:11 hydra kernel: sd 0:2:3:0: [sde] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sd 0:2:4:0: [sdf] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sdh: sdh1 sdh9
Dec 21 19:14:11 hydra kernel: sd 0:2:5:0: [sdg] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sd 0:2:6:0: [sdh] Attached SCSI disk
Dec 21 19:14:11 hydra kernel: sdi: sdi1 sdi9
Dec 21 19:14:11 hydra kernel: sd 0:2:7:0: [sdi] Attached SCSI disk
Dec 21 19:14:13 hydra kernel: kauditd_printk_skb: 37 callbacks suppressed
Dec 21 19:14:13 hydra kernel: audit: type=1130 audit(1640142853.327:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 19:14:18 hydra kernel: audit: type=1130 audit(1640142858.810:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-scan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 19:14:18 hydra kernel: audit: type=1130 audit(1640142858.847:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 19:14:18 hydra kernel: audit: type=1131 audit(1640142858.847:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-env-bootfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 19:14:18 hydra kernel: audit: type=1130 audit(1640142858.904:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 21 19:14:18 hydra kernel: audit: type=1334 audit(1640142858.954:35): prog-id=0 op=UNLOAD
Dec 21 19:14:18 hydra kernel: audit: type=1334 audit(1640142858.965:36): prog-id=0 op=UNLOAD
Dec 21 19:14:19 hydra kernel: audit: type=1334 audit(1640142859.465:37): prog-id=9 op=LOAD
Dec 21 19:14:19 hydra kernel: audit: type=1300 audit(1640142859.465:37): arch=c0000015 syscall=361 success=yes exit=17 a0=5 a1=3ffff2add110 a2=78 a3=3fffa3acf950 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Dec 21 19:14:19 hydra kernel: audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
Dec 21 19:14:19 hydra kernel: audit: kauditd hold queue overflow
Dec 21 19:14:19 hydra systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Dec 21 19:14:21 hydra systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Dec 21 19:14:21 hydra kernel: Adding 33554428k swap on /dev/nvme0n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 19:14:21 hydra kernel: Adding 33554428k swap on /dev/nvme3n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 19:14:21 hydra kernel: Adding 33554428k swap on /dev/nvme1n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 19:14:21 hydra kernel: Adding 33554428k swap on /dev/nvme2n1p6. Priority:0 extents:1 across:33554428k SSDscFS
Dec 21 19:14:21 hydra systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Dec 21 19:14:21 hydra systemd[1]: Condition check resulted in sys-kernel-tracing.mount - Kernel Trace File System being skipped.
Dec 21 19:14:21 hydra kernel: fuse: init (API version 7.34)
Dec 21 19:14:21 hydra systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
Dec 21 19:14:21 hydra systemd[1]: Condition check resulted in sys-kernel-config.mount - Kernel Configuration File System being skipped.
Dec 21 19:14:21 hydra kernel: snd_hda_intel 0000:03:00.1: runtime IRQ mapping not provided by arch
Dec 21 19:14:21 hydra kernel: snd_hda_intel 0000:03:00.1: enabling device (0540 -> 0542)
Dec 21 19:14:21 hydra kernel: snd_hda_intel 0000:03:00.1: Force to snoop mode by module option
Dec 21 19:14:21 hydra kernel: snd_hda_intel 0000:03:00.1: enabling bus mastering
Dec 21 19:14:21 hydra kernel: Bluetooth: Core ver 2.22
Dec 21 19:14:21 hydra kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 21 19:14:21 hydra kernel: Bluetooth: HCI device and connection manager initialized
Dec 21 19:14:21 hydra kernel: Bluetooth: HCI socket layer initialized
Dec 21 19:14:21 hydra kernel: Bluetooth: L2CAP socket layer initialized
Dec 21 19:14:21 hydra kernel: Bluetooth: SCO socket layer initialized
Dec 21 19:14:21 hydra kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops pp_smu_ip_block [amdgpu])
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: runtime IRQ mapping not provided by arch
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: enabling device (0140 -> 0142)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: enabling bus mastering
Dec 21 19:14:21 hydra kernel: usbcore: registered new interface driver btusb
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0 eth2: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:44
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0 eth2: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0 eth2: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x4 (reading 0x100146)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x10 (reading 0xc)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x14 (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x18 (reading 0x1000c)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x1c (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x20 (reading 0x2000c)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x24 (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.0: saving config space at offset 0x3c (reading 0x100)
Dec 21 19:14:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: runtime IRQ mapping not provided by arch
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: enabling device (0140 -> 0142)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: enabling bus mastering
Dec 21 19:14:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1 eth3: Tigon3 [partno(BCM95719) rev 5719001] (PCI Express) MAC address 2c:09:4d:00:05:45
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1 eth3: attached PHY is serdes (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1 eth3: dma_rwctrl[00000000] dma_mask[64-bit]
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x0 (reading 0x165714e4)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x4 (reading 0x100146)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x8 (reading 0x2000000)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x10 (reading 0x3000c)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x14 (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x18 (reading 0x4000c)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x1c (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x20 (reading 0x5000c)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x24 (reading 0x60240)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x2c (reading 0x198114e4)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:14:21 hydra kernel: tg3 0004:01:00.1: saving config space at offset 0x3c (reading 0x200)
Dec 21 19:14:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Dec 21 19:14:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input12
Dec 21 19:14:21 hydra kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
Dec 21 19:14:21 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: renamed from eth1
Dec 21 19:14:22 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: renamed from eth0
Dec 21 19:14:22 hydra kernel: md/raid1:md127: active with 4 out of 4 mirrors
Dec 21 19:14:22 hydra kernel: md127: detected capacity change from 0 to 8388480
Dec 21 19:14:22 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: renamed from eth2
Dec 21 19:14:22 hydra systemd[1]: Condition check resulted in sys-kernel-tracing.mount - Kernel Trace File System being skipped.
Dec 21 19:14:22 hydra kernel: tg3 0004:01:00.1 enP4p1s0f1: renamed from eth3
Dec 21 19:14:22 hydra systemd[1]: Condition check resulted in sys-kernel-tracing.mount - Kernel Trace File System being skipped.
Dec 21 19:14:22 hydra systemd[1]: Condition check resulted in sys-kernel-config.mount - Kernel Configuration File System being skipped.
Dec 21 19:14:22 hydra kernel: EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 21 19:14:23 hydra kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 21 19:14:23 hydra kernel: Bluetooth: BNEP filters: protocol multicast
Dec 21 19:14:23 hydra kernel: Bluetooth: BNEP socket layer initialized
Dec 21 19:14:23 hydra kernel: Process accounting resumed
Dec 21 19:14:23 hydra NetworkManager[5513]: <info> [1640142863.8380] manager[0x14c465070]: monitoring kernel firmware directory '/lib/firmware'.
Dec 21 19:14:24 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: passive DA module inserted
Dec 21 19:14:24 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: passive DA module inserted
Dec 21 19:14:24 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Link is up at 100 Mbps, full duplex
Dec 21 19:14:24 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: Flow control is on for TX and on for RX
Dec 21 19:14:24 hydra kernel: tg3 0004:01:00.0 enP4p1s0f0: EEE is disabled
Dec 21 19:14:24 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP4p1s0f0: link becomes ready
Dec 21 19:14:24 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 19:14:24 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4: link becomes ready
Dec 21 19:14:24 hydra kernel: cxgb4 0031:01:00.4 enP49p1s0f4d1: link up, 10Gbps, full-duplex, Tx/Rx PAUSE
Dec 21 19:14:24 hydra kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enP49p1s0f4d1: link becomes ready
Dec 21 19:14:26 hydra kernel: usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd
Dec 21 19:14:28 hydra gsd-rfkill[6452]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Dec 21 19:14:30 hydra kernel: RPC: Registered named UNIX socket transport module.
Dec 21 19:14:30 hydra kernel: RPC: Registered udp transport module.
Dec 21 19:14:30 hydra kernel: RPC: Registered tcp transport module.
Dec 21 19:14:30 hydra kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 21 19:14:30 hydra kernel: NFS: Registering the id_resolver key type
Dec 21 19:14:30 hydra kernel: Key type id_resolver registered
Dec 21 19:14:30 hydra kernel: Key type id_legacy registered
Dec 21 19:14:30 hydra systemd[1]: Startup finished in 32.002s (kernel) + 46.482s (initrd) + 10.867s (userspace) = 1min 29.352s.
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 19:14:43 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
Dec 21 21:53:57 hydra kernel: snd_hda_intel 0000:03:00.1: PME# disabled
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x0 (reading 0xab381002)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x4 (reading 0x100546)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x8 (reading 0x4030000)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0xc (reading 0x800000)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x10 (reading 0x800a0000)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x14 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x18 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x1c (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x20 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x24 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x28 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x2c (reading 0xb0c1002)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x30 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x34 (reading 0x48)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x38 (reading 0x0)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: saving config space at offset 0x3c (reading 0x2ff)
Dec 21 21:54:14 hydra kernel: snd_hda_intel 0000:03:00.1: PME# enabled
^ permalink raw reply
* Re: [PATCH] Revert "mm/usercopy: Drop extra is_vmalloc_or_module() check"
From: Kefeng Wang @ 2021-12-24 7:06 UTC (permalink / raw)
To: Christophe Leroy, Kees Cook, Laura Abbott, Mark Rutland,
linux-mm@kvack.org, Andrew Morton, linux-kernel@vger.kernel.org,
Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
linuxppc-dev@lists.ozlabs.org
In-Reply-To: <ffd77bcf-b9d8-956c-9f83-14b9f0b496e7@csgroup.eu>
On 2021/12/24 14:01, Christophe Leroy wrote:
>
> Le 23/12/2021 à 11:21, Kefeng Wang a écrit :
>> This reverts commit 517e1fbeb65f5eade8d14f46ac365db6c75aea9b.
>>
>> usercopy: Kernel memory exposure attempt detected from SLUB object not in SLUB page?! (offset 0, size 1048)!
>> kernel BUG at mm/usercopy.c:99
>> ...
>> usercopy_abort+0x64/0xa0 (unreliable)
>> __check_heap_object+0x168/0x190
>> __check_object_size+0x1a0/0x200
>> dev_ethtool+0x2494/0x2b20
>> dev_ioctl+0x5d0/0x770
>> sock_do_ioctl+0xf0/0x1d0
>> sock_ioctl+0x3ec/0x5a0
>> __se_sys_ioctl+0xf0/0x160
>> system_call_exception+0xfc/0x1f0
>> system_call_common+0xf8/0x200
>>
>> When run ethtool eth0, the BUG occurred, the code shows below,
>>
>> data = vzalloc(array_size(gstrings.len, ETH_GSTRING_LEN));
>> copy_to_user(useraddr, data, gstrings.len * ETH_GSTRING_LEN))
>>
>> The data is alloced by vmalloc(), virt_addr_valid(ptr) will return true
>> on PowerPC64, which leads to the panic, add back the is_vmalloc_or_module()
>> check to fix it.
> Is it expected that virt_addr_valid() returns true on PPC64 for
> vmalloc'ed memory ? If that's the case it also means that
> CONFIG_DEBUG_VIRTUAL won't work as expected either.
Our product reports this bug to me, after let them do some test,
I found virt_addr_valid return true for vmalloc'ed memory on their board.
I think DEBUG_VIRTUAL could not be work well too, but I can't test it.
>
> If it is unexpected, I think you should fix PPC64 instead of adding this
> hack back. Maybe the ARM64 fix can be used as a starting point, see
> commit 68dd8ef32162 ("arm64: memory: Fix virt_addr_valid() using
> __is_lm_address()")
Yes, I check the history, fix virt_addr_valid() on PowerPC is what I
firstly want to do,
but I am not familiar with PPC, and also HARDENED_USERCOPY on other's
ARCHs could
has this issue too, so I add the workaround back.
1) PPC maintainer/expert, any suggestion ?
2) Maybe we could add some check to WARN this scenario.
--- a/mm/usercopy.c
+++ b/mm/usercopy.c
@@ -229,6 +229,8 @@ static inline void check_heap_object(const void
*ptr, unsigned long n,
if (!virt_addr_valid(ptr))
return;
+ WARN_ON_ONCE(is_vmalloc_or_module_addr(ptr));
> In the meantime, can you provide more information on your config,
> especially which memory model is used ?
Some useful configs,
CONFIG_PPC64=y
CONFIG_PPC_BOOK3E_64=y
CONFIG_E5500_CPU=y
CONFIG_TARGET_CPU_BOOL=y
CONFIG_PPC_BOOK3E=y
CONFIG_E500=y
CONFIG_PPC_E500MC=y
CONFIG_PPC_FPU=y
CONFIG_FSL_EMB_PERFMON=y
CONFIG_FSL_EMB_PERF_EVENT=y
CONFIG_FSL_EMB_PERF_EVENT_E500=y
CONFIG_BOOKE=y
CONFIG_PPC_FSL_BOOK3E=y
CONFIG_PTE_64BIT=y
CONFIG_PHYS_64BIT=y
CONFIG_PPC_MMU_NOHASH=y
CONFIG_PPC_BOOK3E_MMU=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
>
> Christophe
^ permalink raw reply
* [powerpc:next] BUILD SUCCESS 5b09250cca85ae6f91c9562cf1f5e5747de0a75d
From: kernel test robot @ 2021-12-24 8:36 UTC (permalink / raw)
To: Michael Ellerman; +Cc: linuxppc-dev
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
branch HEAD: 5b09250cca85ae6f91c9562cf1f5e5747de0a75d powerpc/perf: Fix spelling of "its"
elapsed time: 1109m
configs tested: 204
configs skipped: 3
The following configs have been built successfully.
More configs may be tested in the coming days.
gcc tested configs:
arm defconfig
arm64 allyesconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
i386 randconfig-c001-20211223
nds32 alldefconfig
arm colibri_pxa300_defconfig
ia64 generic_defconfig
mips rb532_defconfig
powerpc mpc834x_mds_defconfig
parisc generic-64bit_defconfig
xtensa virt_defconfig
m68k m5307c3_defconfig
csky alldefconfig
sh ul2_defconfig
powerpc mpc5200_defconfig
arm imx_v6_v7_defconfig
sh rts7751r2dplus_defconfig
sh rts7751r2d1_defconfig
arm lubbock_defconfig
arm milbeaut_m10v_defconfig
mips allmodconfig
m68k mvme147_defconfig
arm qcom_defconfig
arm iop32x_defconfig
arc axs103_defconfig
powerpc mgcoge_defconfig
powerpc mvme5100_defconfig
m68k amcore_defconfig
um x86_64_defconfig
mips ip27_defconfig
arc alldefconfig
sh migor_defconfig
sh hp6xx_defconfig
arm spear13xx_defconfig
arm gemini_defconfig
arm bcm2835_defconfig
powerpc rainier_defconfig
sh shmin_defconfig
sh se7721_defconfig
m68k q40_defconfig
arc axs103_smp_defconfig
arm mmp2_defconfig
arm omap1_defconfig
mips e55_defconfig
alpha alldefconfig
sh se7343_defconfig
arm integrator_defconfig
mips vocore2_defconfig
arm simpad_defconfig
powerpc ep88xc_defconfig
mips decstation_defconfig
arc hsdk_defconfig
powerpc pmac32_defconfig
arm oxnas_v6_defconfig
powerpc ppa8548_defconfig
mips tb0219_defconfig
powerpc pcm030_defconfig
powerpc amigaone_defconfig
powerpc arches_defconfig
sh apsh4ad0a_defconfig
arm sunxi_defconfig
m68k hp300_defconfig
openrisc alldefconfig
mips bmips_stb_defconfig
um defconfig
arm corgi_defconfig
powerpc redwood_defconfig
powerpc mpc836x_mds_defconfig
powerpc linkstation_defconfig
arm u8500_defconfig
arm xcep_defconfig
um alldefconfig
mips decstation_r4k_defconfig
powerpc powernv_defconfig
powerpc mpc832x_rdb_defconfig
sh edosk7760_defconfig
mips cu1000-neo_defconfig
arm stm32_defconfig
powerpc ppc64_defconfig
mips rt305x_defconfig
powerpc maple_defconfig
powerpc obs600_defconfig
sh rsk7203_defconfig
mips capcella_defconfig
mips tb0226_defconfig
xtensa alldefconfig
sh se7724_defconfig
mips loongson1b_defconfig
powerpc mpc8313_rdb_defconfig
ia64 allmodconfig
powerpc chrp32_defconfig
powerpc tqm5200_defconfig
powerpc cm5200_defconfig
h8300 h8300h-sim_defconfig
h8300 alldefconfig
arm eseries_pxa_defconfig
powerpc64 defconfig
arm neponset_defconfig
um i386_defconfig
sh se7750_defconfig
powerpc ppc40x_defconfig
h8300 defconfig
arm jornada720_defconfig
sh se7780_defconfig
arm lpc18xx_defconfig
arm exynos_defconfig
sh ecovec24-romimage_defconfig
sh lboxre2_defconfig
m68k mac_defconfig
nios2 defconfig
x86_64 allyesconfig
arm palmz72_defconfig
arm randconfig-c002-20211223
arm randconfig-c002-20211224
ia64 defconfig
ia64 allyesconfig
m68k allmodconfig
m68k defconfig
m68k allyesconfig
arc allyesconfig
nds32 allnoconfig
nds32 defconfig
nios2 allyesconfig
csky defconfig
alpha defconfig
alpha allyesconfig
xtensa allyesconfig
h8300 allyesconfig
arc defconfig
sh allmodconfig
parisc defconfig
s390 allyesconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
i386 allyesconfig
sparc allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
mips allyesconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
x86_64 randconfig-a013-20211223
x86_64 randconfig-a015-20211223
x86_64 randconfig-a014-20211223
x86_64 randconfig-a011-20211223
x86_64 randconfig-a012-20211223
x86_64 randconfig-a016-20211223
i386 randconfig-a012-20211223
i386 randconfig-a011-20211223
i386 randconfig-a014-20211223
i386 randconfig-a016-20211223
i386 randconfig-a015-20211223
i386 randconfig-a013-20211223
arc randconfig-r043-20211223
riscv randconfig-r042-20211223
s390 randconfig-r044-20211223
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
x86_64 rhel-8.3-kselftests
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
x86_64 randconfig-a001-20211223
x86_64 randconfig-a003-20211223
x86_64 randconfig-a005-20211223
x86_64 randconfig-a006-20211223
x86_64 randconfig-a004-20211223
x86_64 randconfig-a002-20211223
i386 randconfig-a006-20211223
i386 randconfig-a004-20211223
i386 randconfig-a002-20211223
i386 randconfig-a003-20211223
i386 randconfig-a005-20211223
i386 randconfig-a001-20211223
x86_64 randconfig-a013-20211224
x86_64 randconfig-a014-20211224
x86_64 randconfig-a015-20211224
x86_64 randconfig-a012-20211224
x86_64 randconfig-a011-20211224
x86_64 randconfig-a016-20211224
i386 randconfig-a012-20211224
i386 randconfig-a011-20211224
i386 randconfig-a014-20211224
i386 randconfig-a016-20211224
i386 randconfig-a015-20211224
i386 randconfig-a013-20211224
hexagon randconfig-r041-20211223
hexagon randconfig-r045-20211223
hexagon randconfig-r041-20211224
hexagon randconfig-r045-20211224
s390 randconfig-r044-20211224
riscv randconfig-r042-20211224
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply
* [PATCH v3 1/2] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
From: Christophe Leroy @ 2021-12-24 11:07 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
Cc: Maxime Bizon, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines")
included a spin_lock() to change_page_attr() in order to
safely perform the three step operations. But then
commit 9f7853d7609d ("powerpc/mm: Fix set_memory_*() against
concurrent accesses") modify it to use pte_update() and do
the operation safely against concurrent access.
In the meantime, Maxime reported some spinlock recursion.
[ 15.351649] BUG: spinlock recursion on CPU#0, kworker/0:2/217
[ 15.357540] lock: init_mm+0x3c/0x420, .magic: dead4ead, .owner: kworker/0:2/217, .owner_cpu: 0
[ 15.366563] CPU: 0 PID: 217 Comm: kworker/0:2 Not tainted 5.15.0+ #523
[ 15.373350] Workqueue: events do_free_init
[ 15.377615] Call Trace:
[ 15.380232] [e4105ac0] [800946a4] do_raw_spin_lock+0xf8/0x120 (unreliable)
[ 15.387340] [e4105ae0] [8001f4ec] change_page_attr+0x40/0x1d4
[ 15.393413] [e4105b10] [801424e0] __apply_to_page_range+0x164/0x310
[ 15.400009] [e4105b60] [80169620] free_pcp_prepare+0x1e4/0x4a0
[ 15.406045] [e4105ba0] [8016c5a0] free_unref_page+0x40/0x2b8
[ 15.411979] [e4105be0] [8018724c] kasan_depopulate_vmalloc_pte+0x6c/0x94
[ 15.418989] [e4105c00] [801424e0] __apply_to_page_range+0x164/0x310
[ 15.425451] [e4105c50] [80187834] kasan_release_vmalloc+0xbc/0x134
[ 15.431898] [e4105c70] [8015f7a8] __purge_vmap_area_lazy+0x4e4/0xdd8
[ 15.438560] [e4105d30] [80160d10] _vm_unmap_aliases.part.0+0x17c/0x24c
[ 15.445283] [e4105d60] [801642d0] __vunmap+0x2f0/0x5c8
[ 15.450684] [e4105db0] [800e32d0] do_free_init+0x68/0x94
[ 15.456181] [e4105dd0] [8005d094] process_one_work+0x4bc/0x7b8
[ 15.462283] [e4105e90] [8005d614] worker_thread+0x284/0x6e8
[ 15.468227] [e4105f00] [8006aaec] kthread+0x1f0/0x210
[ 15.473489] [e4105f40] [80017148] ret_from_kernel_thread+0x14/0x1c
Remove the read / modify / write sequence to make the operation atomic
and remove the spin_lock() in change_page_attr().
To do the operation atomically, we can't use pte modification helpers
anymore. Because all platforms have different combination of bits, it
is not easy to use those bits directly. But all have the
_PAGE_KERNEL_{RO/ROX/RW/RWX} set of flags. All we need it to compare
two sets to know which bits are set or cleared.
For instance, by comparing _PAGE_KERNEL_ROX and _PAGE_KERNEL_RO you
know which bit gets cleared and which bit get set when changing exec
permission.
Reported-by: Maxime Bizon <mbizon@freebox.fr>
Link: https://lore.kernel.org/all/20211212112152.GA27070@sakura/
Cc: Russell Currey <ruscur@russell.cc>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
v3: Use pte_update() directly instead of having a read / modify / write sequence
---
arch/powerpc/mm/pageattr.c | 32 +++++++++++++-------------------
1 file changed, 13 insertions(+), 19 deletions(-)
diff --git a/arch/powerpc/mm/pageattr.c b/arch/powerpc/mm/pageattr.c
index edea388e9d3f..8812454e70ff 100644
--- a/arch/powerpc/mm/pageattr.c
+++ b/arch/powerpc/mm/pageattr.c
@@ -15,12 +15,14 @@
#include <asm/pgtable.h>
+static pte_basic_t pte_update_delta(pte_t *ptep, unsigned long addr,
+ unsigned long old, unsigned long new)
+{
+ return pte_update(&init_mm, addr, ptep, old & ~new, new & ~old, 0);
+}
+
/*
- * Updates the attributes of a page in three steps:
- *
- * 1. take the page_table_lock
- * 2. install the new entry with the updated attributes
- * 3. flush the TLB
+ * Updates the attributes of a page atomically.
*
* This sequence is safe against concurrent updates, and also allows updating the
* attributes of a page currently being executed or accessed.
@@ -28,41 +30,33 @@
static int change_page_attr(pte_t *ptep, unsigned long addr, void *data)
{
long action = (long)data;
- pte_t pte;
-
- spin_lock(&init_mm.page_table_lock);
-
- pte = ptep_get(ptep);
- /* modify the PTE bits as desired, then apply */
+ /* modify the PTE bits as desired */
switch (action) {
case SET_MEMORY_RO:
- pte = pte_wrprotect(pte);
+ /* Don't clear DIRTY bit */
+ pte_update_delta(ptep, addr, _PAGE_KERNEL_RW & ~_PAGE_DIRTY, _PAGE_KERNEL_RO);
break;
case SET_MEMORY_RW:
- pte = pte_mkwrite(pte_mkdirty(pte));
+ pte_update_delta(ptep, addr, _PAGE_KERNEL_RO, _PAGE_KERNEL_RW);
break;
case SET_MEMORY_NX:
- pte = pte_exprotect(pte);
+ pte_update_delta(ptep, addr, _PAGE_KERNEL_ROX, _PAGE_KERNEL_RO);
break;
case SET_MEMORY_X:
- pte = pte_mkexec(pte);
+ pte_update_delta(ptep, addr, _PAGE_KERNEL_RO, _PAGE_KERNEL_ROX);
break;
default:
WARN_ON_ONCE(1);
break;
}
- pte_update(&init_mm, addr, ptep, ~0UL, pte_val(pte), 0);
-
/* See ptesync comment in radix__set_pte_at() */
if (radix_enabled())
asm volatile("ptesync": : :"memory");
flush_tlb_kernel_range(addr, addr + PAGE_SIZE);
- spin_unlock(&init_mm.page_table_lock);
-
return 0;
}
--
2.33.1
^ permalink raw reply related
* [PATCH v3 2/2] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
From: Christophe Leroy @ 2021-12-24 11:07 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
Maxime Bizon, linuxppc-dev@lists.ozlabs.org
In-Reply-To: <43c3c76a1175ae6dc1a3d3b5c3f7ecb48f683eea.1640344012.git.christophe.leroy@csgroup.eu>
set_memory_attr() was implemented by commit 4d1755b6a762 ("powerpc/mm:
implement set_memory_attr()") because the set_memory_xx() couldn't
be used at that time to modify memory "on the fly" as explained it
the commit.
But set_memory_attr() uses set_pte_at() which leads to warnings when
CONFIG_DEBUG_VM is selected, because set_pte_at() is unexpected for
updating existing page table entries.
The check could be bypassed by using __set_pte_at() instead,
as it was the case before commit c988cfd38e48 ("powerpc/32:
use set_memory_attr()") but since commit 9f7853d7609d ("powerpc/mm:
Fix set_memory_*() against concurrent accesses") it is now possible
to use set_memory_xx() functions to update page table entries
"on the fly" because the update is now atomic.
For DEBUG_PAGEALLOC we need to clear and set back _PAGE_PRESENT.
Add set_memory_np() and set_memory_p() for that.
Replace all uses of set_memory_attr() by the relevant set_memory_xx()
and remove set_memory_attr().
Reported-by: Maxime Bizon <mbizon@freebox.fr>
Fixes: c988cfd38e48 ("powerpc/32: use set_memory_attr()")
Cc: stable@vger.kernel.org
Depends-on: 9f7853d7609d ("powerpc/mm: Fix set_memory_*() against concurrent accesses")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Russell Currey <ruscur@russell.cc>
Tested-by: Maxime Bizon <mbizon@freebox.fr>
---
v3: Use _PAGE_PRESENT directly as all platforms have the bit
v2: Add comment to SET_MEMORY_P and SET_MEMORY_NP
---
arch/powerpc/include/asm/set_memory.h | 12 ++++++++-
arch/powerpc/mm/pageattr.c | 39 +++++----------------------
arch/powerpc/mm/pgtable_32.c | 24 ++++++++---------
3 files changed, 28 insertions(+), 47 deletions(-)
diff --git a/arch/powerpc/include/asm/set_memory.h b/arch/powerpc/include/asm/set_memory.h
index b040094f7920..7ebc807aa8cc 100644
--- a/arch/powerpc/include/asm/set_memory.h
+++ b/arch/powerpc/include/asm/set_memory.h
@@ -6,6 +6,8 @@
#define SET_MEMORY_RW 1
#define SET_MEMORY_NX 2
#define SET_MEMORY_X 3
+#define SET_MEMORY_NP 4 /* Set memory non present */
+#define SET_MEMORY_P 5 /* Set memory present */
int change_memory_attr(unsigned long addr, int numpages, long action);
@@ -29,6 +31,14 @@ static inline int set_memory_x(unsigned long addr, int numpages)
return change_memory_attr(addr, numpages, SET_MEMORY_X);
}
-int set_memory_attr(unsigned long addr, int numpages, pgprot_t prot);
+static inline int set_memory_np(unsigned long addr, int numpages)
+{
+ return change_memory_attr(addr, numpages, SET_MEMORY_NP);
+}
+
+static inline int set_memory_p(unsigned long addr, int numpages)
+{
+ return change_memory_attr(addr, numpages, SET_MEMORY_P);
+}
#endif
diff --git a/arch/powerpc/mm/pageattr.c b/arch/powerpc/mm/pageattr.c
index 8812454e70ff..85753e32a4de 100644
--- a/arch/powerpc/mm/pageattr.c
+++ b/arch/powerpc/mm/pageattr.c
@@ -46,6 +46,12 @@ static int change_page_attr(pte_t *ptep, unsigned long addr, void *data)
case SET_MEMORY_X:
pte_update_delta(ptep, addr, _PAGE_KERNEL_RO, _PAGE_KERNEL_ROX);
break;
+ case SET_MEMORY_NP:
+ pte_update(&init_mm, addr, ptep, _PAGE_PRESENT, 0, 0);
+ break;
+ case SET_MEMORY_P:
+ pte_update(&init_mm, addr, ptep, 0, _PAGE_PRESENT, 0);
+ break;
default:
WARN_ON_ONCE(1);
break;
@@ -90,36 +96,3 @@ int change_memory_attr(unsigned long addr, int numpages, long action)
return apply_to_existing_page_range(&init_mm, start, size,
change_page_attr, (void *)action);
}
-
-/*
- * Set the attributes of a page:
- *
- * This function is used by PPC32 at the end of init to set final kernel memory
- * protection. It includes changing the maping of the page it is executing from
- * and data pages it is using.
- */
-static int set_page_attr(pte_t *ptep, unsigned long addr, void *data)
-{
- pgprot_t prot = __pgprot((unsigned long)data);
-
- spin_lock(&init_mm.page_table_lock);
-
- set_pte_at(&init_mm, addr, ptep, pte_modify(*ptep, prot));
- flush_tlb_kernel_range(addr, addr + PAGE_SIZE);
-
- spin_unlock(&init_mm.page_table_lock);
-
- return 0;
-}
-
-int set_memory_attr(unsigned long addr, int numpages, pgprot_t prot)
-{
- unsigned long start = ALIGN_DOWN(addr, PAGE_SIZE);
- unsigned long sz = numpages * PAGE_SIZE;
-
- if (numpages <= 0)
- return 0;
-
- return apply_to_existing_page_range(&init_mm, start, sz, set_page_attr,
- (void *)pgprot_val(prot));
-}
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index 906e4e4328b2..f71ededdc02a 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -135,10 +135,12 @@ void mark_initmem_nx(void)
unsigned long numpages = PFN_UP((unsigned long)_einittext) -
PFN_DOWN((unsigned long)_sinittext);
- if (v_block_mapped((unsigned long)_sinittext))
+ if (v_block_mapped((unsigned long)_sinittext)) {
mmu_mark_initmem_nx();
- else
- set_memory_attr((unsigned long)_sinittext, numpages, PAGE_KERNEL);
+ } else {
+ set_memory_nx((unsigned long)_sinittext, numpages);
+ set_memory_rw((unsigned long)_sinittext, numpages);
+ }
}
#ifdef CONFIG_STRICT_KERNEL_RWX
@@ -152,18 +154,14 @@ void mark_rodata_ro(void)
return;
}
- numpages = PFN_UP((unsigned long)_etext) -
- PFN_DOWN((unsigned long)_stext);
-
- set_memory_attr((unsigned long)_stext, numpages, PAGE_KERNEL_ROX);
/*
- * mark .rodata as read only. Use __init_begin rather than __end_rodata
- * to cover NOTES and EXCEPTION_TABLE.
+ * mark .text and .rodata as read only. Use __init_begin rather than
+ * __end_rodata to cover NOTES and EXCEPTION_TABLE.
*/
numpages = PFN_UP((unsigned long)__init_begin) -
- PFN_DOWN((unsigned long)__start_rodata);
+ PFN_DOWN((unsigned long)_stext);
- set_memory_attr((unsigned long)__start_rodata, numpages, PAGE_KERNEL_RO);
+ set_memory_ro((unsigned long)_stext, numpages);
// mark_initmem_nx() should have already run by now
ptdump_check_wx();
@@ -179,8 +177,8 @@ void __kernel_map_pages(struct page *page, int numpages, int enable)
return;
if (enable)
- set_memory_attr(addr, numpages, PAGE_KERNEL);
+ set_memory_p(addr, numpages);
else
- set_memory_attr(addr, numpages, __pgprot(0));
+ set_memory_np(addr, numpages);
}
#endif /* CONFIG_DEBUG_PAGEALLOC */
--
2.33.1
^ permalink raw reply related
* Re: [PATCH] Revert "mm/usercopy: Drop extra is_vmalloc_or_module() check"
From: Christophe Leroy @ 2021-12-24 13:18 UTC (permalink / raw)
To: Kefeng Wang, Kees Cook, Laura Abbott, Mark Rutland,
linux-mm@kvack.org, Andrew Morton, linux-kernel@vger.kernel.org,
Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
linuxppc-dev@lists.ozlabs.org, Nick Piggin
In-Reply-To: <96fe1826-aeaf-4ea0-9f01-03d6b3933b34@huawei.com>
Le 24/12/2021 à 08:06, Kefeng Wang a écrit :
>
> On 2021/12/24 14:01, Christophe Leroy wrote:
>>
>> Le 23/12/2021 à 11:21, Kefeng Wang a écrit :
>>> This reverts commit 517e1fbeb65f5eade8d14f46ac365db6c75aea9b.
>>>
>>> usercopy: Kernel memory exposure attempt detected from SLUB
>>> object not in SLUB page?! (offset 0, size 1048)!
>>> kernel BUG at mm/usercopy.c:99
>>> ...
>>> usercopy_abort+0x64/0xa0 (unreliable)
>>> __check_heap_object+0x168/0x190
>>> __check_object_size+0x1a0/0x200
>>> dev_ethtool+0x2494/0x2b20
>>> dev_ioctl+0x5d0/0x770
>>> sock_do_ioctl+0xf0/0x1d0
>>> sock_ioctl+0x3ec/0x5a0
>>> __se_sys_ioctl+0xf0/0x160
>>> system_call_exception+0xfc/0x1f0
>>> system_call_common+0xf8/0x200
>>>
>>> When run ethtool eth0, the BUG occurred, the code shows below,
>>>
>>> data = vzalloc(array_size(gstrings.len, ETH_GSTRING_LEN));
>>> copy_to_user(useraddr, data, gstrings.len * ETH_GSTRING_LEN))
>>>
>>> The data is alloced by vmalloc(), virt_addr_valid(ptr) will return true
>>> on PowerPC64, which leads to the panic, add back the
>>> is_vmalloc_or_module()
>>> check to fix it.
>> Is it expected that virt_addr_valid() returns true on PPC64 for
>> vmalloc'ed memory ? If that's the case it also means that
>> CONFIG_DEBUG_VIRTUAL won't work as expected either.
>
> Our product reports this bug to me, after let them do some test,
>
> I found virt_addr_valid return true for vmalloc'ed memory on their board.
>
> I think DEBUG_VIRTUAL could not be work well too, but I can't test it.
>
>>
>> If it is unexpected, I think you should fix PPC64 instead of adding this
>> hack back. Maybe the ARM64 fix can be used as a starting point, see
>> commit 68dd8ef32162 ("arm64: memory: Fix virt_addr_valid() using
>> __is_lm_address()")
>
> Yes, I check the history, fix virt_addr_valid() on PowerPC is what I
> firstly want to do,
>
> but I am not familiar with PPC, and also HARDENED_USERCOPY on other's
> ARCHs could
>
> has this issue too, so I add the workaround back.
>
>
> 1) PPC maintainer/expert, any suggestion ?
>
> 2) Maybe we could add some check to WARN this scenario.
>
> --- a/mm/usercopy.c
> +++ b/mm/usercopy.c
> @@ -229,6 +229,8 @@ static inline void check_heap_object(const void
> *ptr, unsigned long n,
> if (!virt_addr_valid(ptr))
> return;
>
> + WARN_ON_ONCE(is_vmalloc_or_module_addr(ptr));
>
>> In the meantime, can you provide more information on your config,
>> especially which memory model is used ?
>
> Some useful configs,
>
> CONFIG_PPC64=y
> CONFIG_PPC_BOOK3E_64=y
> CONFIG_E5500_CPU=y
> CONFIG_TARGET_CPU_BOOL=y
> CONFIG_PPC_BOOK3E=y
> CONFIG_E500=y
> CONFIG_PPC_E500MC=y
> CONFIG_PPC_FPU=y
> CONFIG_FSL_EMB_PERFMON=y
> CONFIG_FSL_EMB_PERF_EVENT=y
> CONFIG_FSL_EMB_PERF_EVENT_E500=y
> CONFIG_BOOKE=y
> CONFIG_PPC_FSL_BOOK3E=y
> CONFIG_PTE_64BIT=y
> CONFIG_PHYS_64BIT=y
> CONFIG_PPC_MMU_NOHASH=y
> CONFIG_PPC_BOOK3E_MMU=y
> CONFIG_SELECT_MEMORY_MODEL=y
> CONFIG_FLATMEM_MANUAL=y
> CONFIG_FLATMEM=y
> CONFIG_FLAT_NODE_MEM_MAP=y
> CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
>
OK so it is PPC64 book3e and with flatmem.
The problem is virt_to_pfn() which uses __pa()
__pa(x) on PPC64 is (x) & 0x0fffffffffffffffUL
And on book3e/64 we have
VMALLOC_START = KERN_VIRT_START = ASM_CONST(0x8000000000000000)
It means that __pa() will return a valid PFN for VMALLOCed addresses.
So an additional check is required in virt_addr_valid(), maybe check
that (kaddr & PAGE_OFFSET) == PAGE_OFFSET
Can you try that ?
#define virt_addr_valid(kaddr) ((kaddr & PAGE_OFFSET) == PAGE_OFFSET &&
pfn_valid(virt_to_pfn(kaddr)))
Thanks
Christophe
^ permalink raw reply
* Re: [PATCH 4/5] powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses
From: Christophe Leroy @ 2021-12-24 13:24 UTC (permalink / raw)
To: Nicholas Piggin, linuxppc-dev
Cc: Aneesh Kumar K . V, Madhavan Srinivasan, Anju T Sudhakar,
Reza Arbab
In-Reply-To: <20190724084638.24982-4-npiggin@gmail.com>
Hi Nic,
Le 24/07/2019 à 10:46, Nicholas Piggin a écrit :
> Ensure __va is given a physical address below PAGE_OFFSET, and __pa is
> given a virtual address above PAGE_OFFSET.
>
> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
> ---
> arch/powerpc/include/asm/page.h | 14 ++++++++++++--
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h
> index 0d52f57fca04..c8bb14ff4713 100644
> --- a/arch/powerpc/include/asm/page.h
> +++ b/arch/powerpc/include/asm/page.h
> @@ -215,9 +215,19 @@ static inline bool pfn_valid(unsigned long pfn)
> /*
> * gcc miscompiles (unsigned long)(&static_var) - PAGE_OFFSET
> * with -mcmodel=medium, so we use & and | instead of - and + on 64-bit.
> + * This also results in better code generation.
> */
> -#define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) | PAGE_OFFSET))
> -#define __pa(x) ((unsigned long)(x) & 0x0fffffffffffffffUL)
> +#define __va(x) \
> +({ \
> + VIRTUAL_BUG_ON((unsigned long)(x) >= PAGE_OFFSET); \
> + (void *)(unsigned long)((phys_addr_t)(x) | PAGE_OFFSET); \
> +})
> +
> +#define __pa(x) \
> +({ \
> + VIRTUAL_BUG_ON((unsigned long)(x) < PAGE_OFFSET); \
With this, it is likely that virt_addr_valid() BUGs on a non valid address.
I think the purpose of virt_addr_valid() is to check addresses
seamlessly, see check_heap_object()
> + (unsigned long)(x) & 0x0fffffffffffffffUL; \
> +})
>
> #else /* 32-bit, non book E */
> #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) + PAGE_OFFSET - MEMORY_START))
^ permalink raw reply
* [Bug 215389] pagealloc: memory corruption at building glibc-2.33 and running its' testsuite
From: bugzilla-daemon @ 2021-12-24 13:35 UTC (permalink / raw)
To: linuxppc-dev
In-Reply-To: <bug-215389-206035@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=215389
Christophe Leroy (christophe.leroy@csgroup.eu) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christophe.leroy@csgroup.eu
--- Comment #2 from Christophe Leroy (christophe.leroy@csgroup.eu) ---
Probably hard to track.
Any chance to bisect the issue ?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply
* [PATCH 10/10] serial: pmac_zilog: Use platform_get_irq() to get the interrupt
From: Lad Prabhakar @ 2021-12-24 14:29 UTC (permalink / raw)
To: linux-serial, Greg Kroah-Hartman, Jiri Slaby, Michael Ellerman,
Benjamin Herrenschmidt, Paul Mackerras
Cc: Prabhakar, Rob Herring, linuxppc-dev, linux-kernel, Lad Prabhakar
In-Reply-To: <20211224142917.6966-1-prabhakar.mahadev-lad.rj@bp.renesas.com>
platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue
when using hierarchical interrupt domains using "interrupts" property
in the node as this bypasses the hierarchical setup and messes up the
irq chaining.
In preparation for removal of static setup of IRQ resource from DT core
code use platform_get_irq().
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
drivers/tty/serial/pmac_zilog.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c
index 12ce150b0ad4..5359236b32d6 100644
--- a/drivers/tty/serial/pmac_zilog.c
+++ b/drivers/tty/serial/pmac_zilog.c
@@ -1702,17 +1702,21 @@ extern struct platform_device scc_a_pdev, scc_b_pdev;
static int __init pmz_init_port(struct uart_pmac_port *uap)
{
- struct resource *r_ports, *r_irq;
+ struct resource *r_ports;
+ int irq;
r_ports = platform_get_resource(uap->pdev, IORESOURCE_MEM, 0);
- r_irq = platform_get_resource(uap->pdev, IORESOURCE_IRQ, 0);
- if (!r_ports || !r_irq)
+ if (!r_ports)
return -ENODEV;
+ irq = platform_get_irq(uap->pdev, 0);
+ if (irq < 0)
+ return irq;
+
uap->port.mapbase = r_ports->start;
uap->port.membase = (unsigned char __iomem *) r_ports->start;
uap->port.iotype = UPIO_MEM;
- uap->port.irq = r_irq->start;
+ uap->port.irq = irq;
uap->port.uartclk = ZS_CLOCK;
uap->port.fifosize = 1;
uap->port.ops = &pmz_pops;
--
2.17.1
^ permalink raw reply related
* Re: aacraid (PM8068) freqent EEH with kernel 5.15 on talos2
From: Georgy Yakovlev @ 2021-12-25 1:52 UTC (permalink / raw)
To: linuxppc-dev
In-Reply-To: <20211224055728.hionqurxggnkoye2@cerberus.local.sysdump.net>
On 23.12.2021 21:57, Georgy Yakovlev wrote:
> Hi,
>
> I'm looking for help or directions or pointers with my issue.
> I have a Talos2 machine and built-in SAS controller (PM8068) is
> basically unusable due to EEH errors with kernel 5.15+
>
and it just crashed on 5.10.86 too right on boot in healthcheck command
that controller sends periodically.
I guess I could bisect kernels between
5.10-5.10.8x and find the commit that broke it, that'd be
easier than bisecting between 5.10 and 5.15
^ permalink raw reply
* Re: [PATCH] Revert "mm/usercopy: Drop extra is_vmalloc_or_module() check"
From: Kefeng Wang @ 2021-12-25 2:05 UTC (permalink / raw)
To: Christophe Leroy, Kees Cook, Laura Abbott, Mark Rutland,
linux-mm@kvack.org, Andrew Morton, linux-kernel@vger.kernel.org,
Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
linuxppc-dev@lists.ozlabs.org, Nick Piggin
In-Reply-To: <6e2ddc83-bec3-fdd4-4d91-3ade0de0b7c8@csgroup.eu>
On 2021/12/24 21:18, Christophe Leroy wrote:
>
> Le 24/12/2021 à 08:06, Kefeng Wang a écrit :
>> On 2021/12/24 14:01, Christophe Leroy wrote:
>>> Le 23/12/2021 à 11:21, Kefeng Wang a écrit :
>>>> This reverts commit 517e1fbeb65f5eade8d14f46ac365db6c75aea9b.
>>>>
>>>> usercopy: Kernel memory exposure attempt detected from SLUB
>>>> object not in SLUB page?! (offset 0, size 1048)!
>>>> kernel BUG at mm/usercopy.c:99
>>>> ...
>>>> usercopy_abort+0x64/0xa0 (unreliable)
>>>> __check_heap_object+0x168/0x190
>>>> __check_object_size+0x1a0/0x200
>>>> dev_ethtool+0x2494/0x2b20
>>>> dev_ioctl+0x5d0/0x770
>>>> sock_do_ioctl+0xf0/0x1d0
>>>> sock_ioctl+0x3ec/0x5a0
>>>> __se_sys_ioctl+0xf0/0x160
>>>> system_call_exception+0xfc/0x1f0
>>>> system_call_common+0xf8/0x200
>>>>
>>>> When run ethtool eth0, the BUG occurred, the code shows below,
>>>>
>>>> data = vzalloc(array_size(gstrings.len, ETH_GSTRING_LEN));
>>>> copy_to_user(useraddr, data, gstrings.len * ETH_GSTRING_LEN))
>>>>
>>>> The data is alloced by vmalloc(), virt_addr_valid(ptr) will return true
>>>> on PowerPC64, which leads to the panic, add back the
>>>> is_vmalloc_or_module()
>>>> check to fix it.
>>> Is it expected that virt_addr_valid() returns true on PPC64 for
>>> vmalloc'ed memory ? If that's the case it also means that
>>> CONFIG_DEBUG_VIRTUAL won't work as expected either.
>> Our product reports this bug to me, after let them do some test,
>>
>> I found virt_addr_valid return true for vmalloc'ed memory on their board.
>>
>> I think DEBUG_VIRTUAL could not be work well too, but I can't test it.
>>
>>> If it is unexpected, I think you should fix PPC64 instead of adding this
>>> hack back. Maybe the ARM64 fix can be used as a starting point, see
>>> commit 68dd8ef32162 ("arm64: memory: Fix virt_addr_valid() using
>>> __is_lm_address()")
>> Yes, I check the history, fix virt_addr_valid() on PowerPC is what I
>> firstly want to do,
>>
>> but I am not familiar with PPC, and also HARDENED_USERCOPY on other's
>> ARCHs could
>>
>> has this issue too, so I add the workaround back.
>>
>>
>> 1) PPC maintainer/expert, any suggestion ?
>>
>> 2) Maybe we could add some check to WARN this scenario.
>>
>> --- a/mm/usercopy.c
>> +++ b/mm/usercopy.c
>> @@ -229,6 +229,8 @@ static inline void check_heap_object(const void
>> *ptr, unsigned long n,
>> if (!virt_addr_valid(ptr))
>> return;
>>
>> + WARN_ON_ONCE(is_vmalloc_or_module_addr(ptr));
>>
>>> In the meantime, can you provide more information on your config,
>>> especially which memory model is used ?
>> Some useful configs,
>>
>> CONFIG_PPC64=y
>> CONFIG_PPC_BOOK3E_64=y
>> CONFIG_E5500_CPU=y
>> CONFIG_TARGET_CPU_BOOL=y
>> CONFIG_PPC_BOOK3E=y
>> CONFIG_E500=y
>> CONFIG_PPC_E500MC=y
>> CONFIG_PPC_FPU=y
>> CONFIG_FSL_EMB_PERFMON=y
>> CONFIG_FSL_EMB_PERF_EVENT=y
>> CONFIG_FSL_EMB_PERF_EVENT_E500=y
>> CONFIG_BOOKE=y
>> CONFIG_PPC_FSL_BOOK3E=y
>> CONFIG_PTE_64BIT=y
>> CONFIG_PHYS_64BIT=y
>> CONFIG_PPC_MMU_NOHASH=y
>> CONFIG_PPC_BOOK3E_MMU=y
>> CONFIG_SELECT_MEMORY_MODEL=y
>> CONFIG_FLATMEM_MANUAL=y
>> CONFIG_FLATMEM=y
>> CONFIG_FLAT_NODE_MEM_MAP=y
>> CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
>>
> OK so it is PPC64 book3e and with flatmem.
>
> The problem is virt_to_pfn() which uses __pa()
>
> __pa(x) on PPC64 is (x) & 0x0fffffffffffffffUL
>
> And on book3e/64 we have
>
> VMALLOC_START = KERN_VIRT_START = ASM_CONST(0x8000000000000000)
>
>
> It means that __pa() will return a valid PFN for VMALLOCed addresses.
>
>
> So an additional check is required in virt_addr_valid(), maybe check
> that (kaddr & PAGE_OFFSET) == PAGE_OFFSET
>
> Can you try that ?
>
> #define virt_addr_valid(kaddr) ((kaddr & PAGE_OFFSET) == PAGE_OFFSET &&
> pfn_valid(virt_to_pfn(kaddr)))
I got this commit,
commit 4dd7554a6456d124c85e0a4ad156625b71390b5c
Author: Nicholas Piggin <npiggin@gmail.com>
Date: Wed Jul 24 18:46:37 2019 +1000
powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses
Ensure __va is given a physical address below PAGE_OFFSET, and __pa is
given a virtual address above PAGE_OFFSET.
It has check the PAGE_OFFSET in __pa, will test it and resend the
patch(with above warning changes).
Thanks.
>
>
> Thanks
> Christophe
^ permalink raw reply
* [PATCH V2 0/8] sched: Remove unused TASK_SIZE_OF
From: guoren @ 2021-12-25 4:54 UTC (permalink / raw)
To: guoren, will, tglx, benh, arnd, mingo, peterz, juri.lelli,
christophe.leroy
Cc: linux-s390, Guo Ren, x86, linux-kernel, sparclinux, linux-mips,
linux-riscv, linuxppc-dev, inux-parisc, linux-arm-kernel
From: Guo Ren <guoren@linux.alibaba.com>
This macro isn't used in Linux, now. Delete in include/linux/sched.h
and arch's include/asm. This would confuse people who are
implementing the COMPAT feature for architecture.
Changes in v2:
- Add Arnd's comment in main patch
- Optimize coding convention with Christophe's advise
Guo Ren (8):
sched: Remove unused TASK_SIZE_OF
sched: x86: Remove unused TASK_SIZE_OF
sched: sparc: Remove unused TASK_SIZE_OF
sched: powerpc: Remove unused TASK_SIZE_OF
sched: s390: Remove unused TASK_SIZE_OF
sched: parisc: Remove unused TASK_SIZE_OF
sched: arm64: Remove unused TASK_SIZE_OF
sched: mips: Remove unused TASK_SIZE_OF
arch/arm64/include/asm/processor.h | 2 --
arch/mips/include/asm/processor.h | 3 ---
arch/parisc/include/asm/processor.h | 3 +--
arch/powerpc/include/asm/task_size_64.h | 6 +-----
arch/s390/include/asm/processor.h | 3 +--
arch/sparc/include/asm/processor_64.h | 3 ---
arch/x86/include/asm/page_64_types.h | 2 --
include/linux/sched.h | 4 ----
8 files changed, 3 insertions(+), 23 deletions(-)
--
2.25.1
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox