[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1111184: linux: Kernel panic on boot with amdgpu driver



Hello again,
I have completed the bisection tests as you suggested. Here are the
final results:
The 6.13.5-1~exp1 kernel is GOOD. The system boots normally, and the
kernel panic does not occur.
The 6.13~rc6-1~exp1 kernel is BAD. The system fails to boot and
exhibits a kernel panic. I've attached the full dmesg log for this
test.

The panic appears to be a stack trace related to the CPU scheduler,
but the log also shows activity from the amdgpu driver, indicating the
underlying issue is still present.

This indicates that the fix for the initial amdgpu problem was
introduced between the 6.13~rc6 and 6.13.5 kernel versions. I have
completed all requested tests and hope this information is helpful in
narrowing down the problematic commit. Best regards, Ruslan Semchenko

ср, 20 авг. 2025 г. в 19:01, Salvatore Bonaccorso <carnil@debian.org>:
>
> Control: tags -1 + trixie
> Control: fixed -1 6.16.1-1~exp1
> Hi,
>
> On Wed, Aug 20, 2025 at 05:08:05PM +0300, Руслан Семченко wrote:
> > Hello, Uwe,
> > Thank you for your response and for pointing out the confusion in my
> > previous message. I apologize for the unclear report. I performed two
> > separate tests as you requested, and I will provide the full logs for
> > each.
> > Test 1: Stable Kernel (6.12.41+deb13-amd64) This is the kernel that
> > comes with Debian 13 (Trixie). The system fails to boot with a kernel
> > panic related to the amdgpu driver, as initially reported. The full
> > dmesg log for this test is attached.
> >
> > Test 2: Experimental Kernel (6.16-amd64) This kernel was installed
> > from the 'experimental' repository. The system boots normally, and the
> > kernel panic does not occur. The full dmesg log for the successful
> > boot is also attached.
> > This indicates that the issue appears to be resolved in the 6.16
> > kernel. I hope these complete logs help.
>
> Thank you that is already very helpful to asess this for upper
> versions, i.e. we can mark the metadata accordingly.
>
> Would you be in the position to try to bisect the upstream changes and
> see if we can isolate which change upstream did fix the issue? A start
> would be to first "bisect" the Debian kernel images version, but is is
> not a straighforward line as we know 6.12.41-1 is problematic, and
> 6.16.1-1~exp1 is good.
>
> So we have the following candidates uploaded later on to experimental:
>
>         6.16.1-1~exp1
>         6.16-1~exp1
>         6.16~rc7-1~exp1
>         6.15.6-1~exp1
>         6.15.5-1~exp1
>         6.15.4-1~exp1
>         6.15.3-1~exp1
>         6.15.2-1~exp1
>         6.15.1-1~exp1
>         6.15-1~exp1
>         6.15~rc7-1~exp1
>         6.14.6-1~exp1
>         6.14.5-1~exp1
>         6.14.3-1~exp1
>         6.13.11-1~exp1
>         6.13.10-1~exp1
>         6.13.9-1~exp1
>         6.13.8-1~exp1
>         6.13.7-1~exp1
>         6.13.6-1~exp1
>         6.13.5-1~exp1
>         6.13.4-1~exp1
>         6.13.3-1~exp1
>         6.13.2-1~exp1
>         6.13~rc7-1~exp1
>         6.13~rc6-1~exp1
>
> You could start by fetching 6.13~rc6-1~exp1 and see if that is bad as
> well, before bisecting though check the major version bumps, so
> 6.14.3-1~exp1, 6.15~rc7-1~exp1. If we have found the two major
> versions which are one one side good and on the other bad, we have
> IMHO a stating point to bisect now the upstream versions.
>
> You can get the Debian packages for the (signed) image via the
> snapshots service:
> https://snapshot.debian.org/package/linux-signed-amd64/
>
> (Remember to remove after the experiment old images again).
>
> Once we have the two major upstream version on one side bad and on the
> other good, we could start bisection, roughly it should go the
> following way. Say hypotetical you foun 6.13~rc6-1~exp1 as bad
> 6.14.3-1~exp1 as good, then
>
>
>         git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>         cd linux-stable
>         git checkout v6.14.3
>         cp /boot/config-$(uname -r) .config
>         yes '' | make localmodconfig
>         make savedefconfig
>         mv defconfig arch/x86/configs/my_defconfig
>
>         # test 6.14.3 to ensure this is "good"
>         make my_defconfig
>         make -j $(nproc) bindeb-pkg
>         ... install the resulting .deb package and confirm it successfully boots / problem does not exist
>
>         # test 6.13~rc6 to ensure this is "bad"
>         git checkout v6.13-rc6
>         make my_defconfig
>         make -j $(nproc) bindeb-pkg
>         ... install the resulting .deb package and confirm it fails to boot / problem exists
>
> With that confirmed, the bisection can start:
>         git bisect start --term-new=fixed --term-old=broken
>         git bisect fixed v6.14.3
>         git bisect broken v6.13-rc6
>
> In each bisection step git checks out a state between the oldest
> known-bad and the newest known-good commit. In each step test using:
>
>         make my_defconfig
>         make -j $(nproc) bindeb-pkg
>         ... install, try to boot / verify if problem exists
>
> and if the problem is hit run:
>
>         git bisect broken
>
> and if the problem doesn't trigger run:
>
>         git bisect fixed
>
> . Please pay attention to always select the just built kernel for
> booting, it won't always be the default kernel picked up by grub.
>
> Iterate until git announces to have identified the first 'fixed'
> commit.
>
> Then provide the output of
>
>         git bisect log
>
> In the course of the bisection you might have to uninstall previous
> kernels again to not exhaust the disk space in /boot. Also in the end
> uninstall all self-built kernels again.
>
> Hope this helps us to identify more about the issue.
>
> Regards,
> Salvatore
авг 20 19:50:16 PCDebian kernel: Linux version 6.13-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.13.5-1~exp1 (2025-02-28)
авг 20 19:50:16 PCDebian kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.13-amd64 root=UUID=b31f24df-eb45-4d08-b29e-c50917003d08 ro quiet
авг 20 19:50:16 PCDebian kernel: BIOS-provided physical RAM map:
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000066a3efff] usable
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000066a3f000-0x0000000066bbefff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000066bbf000-0x0000000066ebefff] ACPI NVS
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000066ebf000-0x0000000066ef5fff] ACPI data
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000066ef6000-0x0000000066efffff] usable
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x0000000066f00000-0x000000007effffff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
авг 20 19:50:16 PCDebian kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
авг 20 19:50:16 PCDebian kernel: NX (Execute Disable) protection: active
авг 20 19:50:16 PCDebian kernel: APIC: Static calls initialized
авг 20 19:50:16 PCDebian kernel: SMBIOS 2.7 present.
авг 20 19:50:16 PCDebian kernel: DMI: acer ICONIA Tab W500/WT1, BIOS V1.14 08/12/2011
авг 20 19:50:16 PCDebian kernel: DMI: Memory slots populated: 1/2
авг 20 19:50:16 PCDebian kernel: tsc: Fast TSC calibration using PIT
авг 20 19:50:16 PCDebian kernel: tsc: Detected 997.941 MHz processor
авг 20 19:50:16 PCDebian kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
авг 20 19:50:16 PCDebian kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
авг 20 19:50:16 PCDebian kernel: last_pfn = 0x66f00 max_arch_pfn = 0x400000000
авг 20 19:50:16 PCDebian kernel: MTRR map: 7 entries (3 fixed + 4 variable; max 19), built from 8 variable MTRRs
авг 20 19:50:16 PCDebian kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
авг 20 19:50:16 PCDebian kernel: found SMP MP-table at [mem 0x000fe210-0x000fe21f]
авг 20 19:50:16 PCDebian kernel: Using GB pages for direct mapping
авг 20 19:50:16 PCDebian kernel: RAMDISK: [mem 0x29bf3000-0x30df0fff]
авг 20 19:50:16 PCDebian kernel: ACPI: Early table checksum verification disabled
авг 20 19:50:16 PCDebian kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
авг 20 19:50:16 PCDebian kernel: ACPI: XSDT 0x0000000066EF5120 00006C (v01 ACRSYS ACRPRDCT 00000003      01000013)
авг 20 19:50:16 PCDebian kernel: ACPI: FACP 0x0000000066EF4000 0000F4 (v04 ACRSYS ACRPRDCT 00000003 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: DSDT 0x0000000066EDC000 0134E5 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: FACS 0x0000000066C8D000 000040
авг 20 19:50:16 PCDebian kernel: ACPI: FACS 0x0000000066C8D000 000040
авг 20 19:50:16 PCDebian kernel: ACPI: HPET 0x0000000066EF3000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: APIC 0x0000000066EF2000 000084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: MCFG 0x0000000066EF1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: ASF! 0x0000000066EF0000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: BOOT 0x0000000066EDB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: SLIC 0x0000000066EDA000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:50:16 PCDebian kernel: ACPI: SSDT 0x0000000066ED9000 00030C (v01 AMD    POWERNOW 00000001 AMD  00000001)
авг 20 19:50:16 PCDebian kernel: ACPI: SSDT 0x0000000066ED7000 00168E (v02 AMD    ALIB     00000001 MSFT 04000000)
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving FACP table memory at [mem 0x66ef4000-0x66ef40f3]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving DSDT table memory at [mem 0x66edc000-0x66eef4e4]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving FACS table memory at [mem 0x66c8d000-0x66c8d03f]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving FACS table memory at [mem 0x66c8d000-0x66c8d03f]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving HPET table memory at [mem 0x66ef3000-0x66ef3037]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving APIC table memory at [mem 0x66ef2000-0x66ef2083]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving MCFG table memory at [mem 0x66ef1000-0x66ef103b]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving ASF! table memory at [mem 0x66ef0000-0x66ef00a4]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving BOOT table memory at [mem 0x66edb000-0x66edb027]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving SLIC table memory at [mem 0x66eda000-0x66eda175]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving SSDT table memory at [mem 0x66ed9000-0x66ed930b]
авг 20 19:50:16 PCDebian kernel: ACPI: Reserving SSDT table memory at [mem 0x66ed7000-0x66ed868d]
авг 20 19:50:16 PCDebian kernel: No NUMA configuration found
авг 20 19:50:16 PCDebian kernel: Faking a node at [mem 0x0000000000000000-0x0000000066efffff]
авг 20 19:50:16 PCDebian kernel: NODE_DATA(0) allocated [mem 0x66a14680-0x66a3efff]
авг 20 19:50:16 PCDebian kernel: Zone ranges:
авг 20 19:50:16 PCDebian kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
авг 20 19:50:16 PCDebian kernel:   DMA32    [mem 0x0000000001000000-0x0000000066efffff]
авг 20 19:50:16 PCDebian kernel:   Normal   empty
авг 20 19:50:16 PCDebian kernel:   Device   empty
авг 20 19:50:16 PCDebian kernel: Movable zone start for each node
авг 20 19:50:16 PCDebian kernel: Early memory node ranges
авг 20 19:50:16 PCDebian kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
авг 20 19:50:16 PCDebian kernel:   node   0: [mem 0x0000000000100000-0x0000000066a3efff]
авг 20 19:50:16 PCDebian kernel:   node   0: [mem 0x0000000066ef6000-0x0000000066efffff]
авг 20 19:50:16 PCDebian kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000066efffff]
авг 20 19:50:16 PCDebian kernel: On node 0, zone DMA: 1 pages in unavailable ranges
авг 20 19:50:16 PCDebian kernel: On node 0, zone DMA: 97 pages in unavailable ranges
авг 20 19:50:16 PCDebian kernel: On node 0, zone DMA32: 1207 pages in unavailable ranges
авг 20 19:50:16 PCDebian kernel: On node 0, zone DMA32: 4352 pages in unavailable ranges
авг 20 19:50:16 PCDebian kernel: ACPI: PM-Timer IO Port: 0x408
авг 20 19:50:16 PCDebian kernel: CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
авг 20 19:50:16 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
авг 20 19:50:16 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
авг 20 19:50:16 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
авг 20 19:50:16 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
авг 20 19:50:16 PCDebian kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
авг 20 19:50:16 PCDebian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
авг 20 19:50:16 PCDebian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
авг 20 19:50:16 PCDebian kernel: ACPI: Using ACPI (MADT) for SMP configuration information
авг 20 19:50:16 PCDebian kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
авг 20 19:50:16 PCDebian kernel: CPU topo: Max. logical packages:   1
авг 20 19:50:16 PCDebian kernel: CPU topo: Max. logical dies:       1
авг 20 19:50:16 PCDebian kernel: CPU topo: Max. dies per package:   1
авг 20 19:50:16 PCDebian kernel: CPU topo: Max. threads per core:   1
авг 20 19:50:16 PCDebian kernel: CPU topo: Num. cores per package:     2
авг 20 19:50:16 PCDebian kernel: CPU topo: Num. threads per package:   2
авг 20 19:50:16 PCDebian kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
авг 20 19:50:16 PCDebian kernel: CPU topo: Rejected CPUs 2
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66a3f000-0x66bbefff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66bbf000-0x66ebefff]
авг 20 19:50:16 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66ebf000-0x66ef5fff]
авг 20 19:50:16 PCDebian kernel: [mem 0x7f000000-0xf7ffffff] available for PCI devices
авг 20 19:50:16 PCDebian kernel: Booting paravirtualized kernel on bare hardware
авг 20 19:50:16 PCDebian kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
авг 20 19:50:16 PCDebian kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
авг 20 19:50:16 PCDebian kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u1048576
авг 20 19:50:16 PCDebian kernel: pcpu-alloc: s233472 r8192 d28672 u1048576 alloc=1*2097152
авг 20 19:50:16 PCDebian kernel: pcpu-alloc: [0] 0 1 
авг 20 19:50:16 PCDebian kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.13-amd64 root=UUID=b31f24df-eb45-4d08-b29e-c50917003d08 ro quiet
авг 20 19:50:16 PCDebian kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.13-amd64", will be passed to user space.
авг 20 19:50:16 PCDebian kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
авг 20 19:50:16 PCDebian kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
авг 20 19:50:16 PCDebian kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
авг 20 19:50:16 PCDebian kernel: Fallback order for Node 0: 0 
авг 20 19:50:16 PCDebian kernel: Built 1 zonelists, mobility grouping on.  Total pages: 420327
авг 20 19:50:16 PCDebian kernel: Policy zone: DMA32
авг 20 19:50:16 PCDebian kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
авг 20 19:50:16 PCDebian kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
авг 20 19:50:16 PCDebian kernel: ftrace: allocating 45840 entries in 180 pages
авг 20 19:50:16 PCDebian kernel: ftrace: allocated 180 pages with 4 groups
авг 20 19:50:16 PCDebian kernel: Dynamic Preempt: lazy
авг 20 19:50:16 PCDebian kernel: rcu: Preemptible hierarchical RCU implementation.
авг 20 19:50:16 PCDebian kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
авг 20 19:50:16 PCDebian kernel:         Trampoline variant of Tasks RCU enabled.
авг 20 19:50:16 PCDebian kernel:         Rude variant of Tasks RCU enabled.
авг 20 19:50:16 PCDebian kernel:         Tracing variant of Tasks RCU enabled.
авг 20 19:50:16 PCDebian kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
авг 20 19:50:16 PCDebian kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
авг 20 19:50:16 PCDebian kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:50:16 PCDebian kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:50:16 PCDebian kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:50:16 PCDebian kernel: NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
авг 20 19:50:16 PCDebian kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
авг 20 19:50:16 PCDebian kernel: spurious 8259A interrupt: IRQ7.
авг 20 19:50:16 PCDebian kernel: Console: colour VGA+ 80x25
авг 20 19:50:16 PCDebian kernel: printk: legacy console [tty0] enabled
авг 20 19:50:16 PCDebian kernel: ACPI: Core revision 20240827
авг 20 19:50:16 PCDebian kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
авг 20 19:50:16 PCDebian kernel: APIC: Switch to symmetric I/O mode setup
авг 20 19:50:16 PCDebian kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
авг 20 19:50:16 PCDebian kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cc4fc1ba57, max_idle_ns: 881590565618 ns
авг 20 19:50:16 PCDebian kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 1995.88 BogoMIPS (lpj=3991764)
авг 20 19:50:16 PCDebian kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
авг 20 19:50:16 PCDebian kernel: Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
авг 20 19:50:16 PCDebian kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
авг 20 19:50:16 PCDebian kernel: Spectre V2 : Mitigation: Retpolines
авг 20 19:50:16 PCDebian kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
авг 20 19:50:16 PCDebian kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
авг 20 19:50:16 PCDebian kernel: Speculative Store Bypass: Vulnerable
авг 20 19:50:16 PCDebian kernel: x86/fpu: x87 FPU will use FXSAVE
авг 20 19:50:16 PCDebian kernel: Freeing SMP alternatives memory: 40K
авг 20 19:50:16 PCDebian kernel: pid_max: default: 32768 minimum: 301
авг 20 19:50:16 PCDebian kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
авг 20 19:50:16 PCDebian kernel: landlock: Up and running.
авг 20 19:50:16 PCDebian kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
авг 20 19:50:16 PCDebian kernel: AppArmor: AppArmor initialized
авг 20 19:50:16 PCDebian kernel: TOMOYO Linux initialized
авг 20 19:50:16 PCDebian kernel: LSM support for eBPF active
авг 20 19:50:16 PCDebian kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
авг 20 19:50:16 PCDebian kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
авг 20 19:50:16 PCDebian kernel: smpboot: CPU0: AMD C-60 Processor (family: 0x14, model: 0x2, stepping: 0x0)
авг 20 19:50:16 PCDebian kernel: Performance Events: AMD PMU driver.
авг 20 19:50:16 PCDebian kernel: ... version:                0
авг 20 19:50:16 PCDebian kernel: ... bit width:              48
авг 20 19:50:16 PCDebian kernel: ... generic registers:      4
авг 20 19:50:16 PCDebian kernel: ... value mask:             0000ffffffffffff
авг 20 19:50:16 PCDebian kernel: ... max period:             00007fffffffffff
авг 20 19:50:16 PCDebian kernel: ... fixed-purpose events:   0
авг 20 19:50:16 PCDebian kernel: ... event mask:             000000000000000f
авг 20 19:50:16 PCDebian kernel: signal: max sigframe size: 1440
авг 20 19:50:16 PCDebian kernel: rcu: Hierarchical SRCU implementation.
авг 20 19:50:16 PCDebian kernel: rcu:         Max phase no-delay instances is 1000.
авг 20 19:50:16 PCDebian kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
авг 20 19:50:16 PCDebian kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
авг 20 19:50:16 PCDebian kernel: smp: Bringing up secondary CPUs ...
авг 20 19:50:16 PCDebian kernel: smpboot: x86: Booting SMP configuration:
авг 20 19:50:16 PCDebian kernel: .... node  #0, CPUs:      #1
авг 20 19:50:16 PCDebian kernel: call_irq_handler: 1.55 No irq handler for vector
авг 20 19:50:16 PCDebian kernel: smp: Brought up 1 node, 2 CPUs
авг 20 19:50:16 PCDebian kernel: smpboot: Total of 2 processors activated (3991.76 BogoMIPS)
авг 20 19:50:16 PCDebian kernel: node 0 deferred pages initialised in 20ms
авг 20 19:50:16 PCDebian kernel: Memory: 1484280K/1681308K available (16384K kernel code, 2503K rwdata, 11872K rodata, 4172K init, 4892K bss, 192916K reserved, 0K cma-reserved)
авг 20 19:50:16 PCDebian kernel: devtmpfs: initialized
авг 20 19:50:16 PCDebian kernel: x86/mm: Memory block size: 128MB
авг 20 19:50:16 PCDebian kernel: ACPI: PM: Registering ACPI NVS region [mem 0x66bbf000-0x66ebefff] (3145728 bytes)
авг 20 19:50:16 PCDebian kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
авг 20 19:50:16 PCDebian kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
авг 20 19:50:16 PCDebian kernel: pinctrl core: initialized pinctrl subsystem
авг 20 19:50:16 PCDebian kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
авг 20 19:50:16 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
авг 20 19:50:16 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
авг 20 19:50:16 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
авг 20 19:50:16 PCDebian kernel: audit: initializing netlink subsys (disabled)
авг 20 19:50:16 PCDebian kernel: audit: type=2000 audit(1755708555.268:1): state=initialized audit_enabled=0 res=1
авг 20 19:50:16 PCDebian kernel: thermal_sys: Registered thermal governor 'fair_share'
авг 20 19:50:16 PCDebian kernel: thermal_sys: Registered thermal governor 'bang_bang'
авг 20 19:50:16 PCDebian kernel: thermal_sys: Registered thermal governor 'step_wise'
авг 20 19:50:16 PCDebian kernel: thermal_sys: Registered thermal governor 'user_space'
авг 20 19:50:16 PCDebian kernel: thermal_sys: Registered thermal governor 'power_allocator'
авг 20 19:50:16 PCDebian kernel: cpuidle: using governor ladder
авг 20 19:50:16 PCDebian kernel: cpuidle: using governor menu
авг 20 19:50:16 PCDebian kernel: Simple Boot Flag at 0x44 set to 0x1
авг 20 19:50:16 PCDebian kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
авг 20 19:50:16 PCDebian kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
авг 20 19:50:16 PCDebian kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as E820 entry
авг 20 19:50:16 PCDebian kernel: PCI: Using configuration type 1 for base access
авг 20 19:50:16 PCDebian kernel: mtrr: your CPUs had inconsistent variable MTRR settings
авг 20 19:50:16 PCDebian kernel: mtrr: probably your BIOS does not setup all CPUs.
авг 20 19:50:16 PCDebian kernel: mtrr: corrected configuration.
авг 20 19:50:16 PCDebian kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
авг 20 19:50:16 PCDebian kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
авг 20 19:50:16 PCDebian kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
авг 20 19:50:16 PCDebian kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
авг 20 19:50:16 PCDebian kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
авг 20 19:50:16 PCDebian kernel: ACPI: Added _OSI(Module Device)
авг 20 19:50:16 PCDebian kernel: ACPI: Added _OSI(Processor Device)
авг 20 19:50:16 PCDebian kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
авг 20 19:50:16 PCDebian kernel: ACPI: Added _OSI(Processor Aggregator Device)
авг 20 19:50:16 PCDebian kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded
авг 20 19:50:16 PCDebian kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
авг 20 19:50:16 PCDebian kernel: ACPI: EC: EC started
авг 20 19:50:16 PCDebian kernel: ACPI: EC: interrupt blocked
авг 20 19:50:16 PCDebian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
авг 20 19:50:16 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
авг 20 19:50:16 PCDebian kernel: ACPI: Interpreter enabled
авг 20 19:50:16 PCDebian kernel: ACPI: PM: (supports S0 S3 S4 S5)
авг 20 19:50:16 PCDebian kernel: ACPI: Using IOAPIC for interrupt routing
авг 20 19:50:16 PCDebian kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
авг 20 19:50:16 PCDebian kernel: PCI: Using E820 reservations for host bridge windows
авг 20 19:50:16 PCDebian kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
авг 20 19:50:16 PCDebian kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
авг 20 19:50:16 PCDebian kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce3ff])
авг 20 19:50:16 PCDebian kernel: PCI host bridge to bus 0000:00
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x7f000000-0xf7ffffff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xffffffff window]
авг 20 19:50:16 PCDebian kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:00.0: [1022:1510] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: [1002:9807] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: BAR 0 [mem 0x80000000-0x8fffffff pref]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: BAR 1 [io  0x2000-0x20ff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: BAR 2 [mem 0x90100000-0x9013ffff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: enabling Extended Tags
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.0: supports D1 D2
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.1: [1002:1314] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.1: BAR 0 [mem 0x90144000-0x90147fff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.1: enabling Extended Tags
авг 20 19:50:16 PCDebian kernel: pci 0000:00:01.1: supports D1 D2
авг 20 19:50:16 PCDebian kernel: pci 0000:00:05.0: [1022:1513] type 01 class 0x060400 PCIe Root Port
авг 20 19:50:16 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:05.0:   bridge window [mem 0x90000000-0x900fffff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:05.0: enabling Extended Tags
авг 20 19:50:16 PCDebian kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f conventional PCI endpoint
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 0 [io  0x2118-0x211f]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 1 [io  0x2124-0x2127]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 2 [io  0x2110-0x2117]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 3 [io  0x2120-0x2123]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 4 [io  0x2100-0x210f]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: BAR 5 [mem 0x9014e000-0x9014e3ff]
авг 20 19:50:16 PCDebian kernel: pci 0000:00:11.0: set SATA to AHCI mode
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.0: BAR 0 [mem 0x9014d000-0x9014dfff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.2: BAR 0 [mem 0x9014c000-0x9014c0ff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.2: supports D1 D2
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.0: BAR 0 [mem 0x9014b000-0x9014bfff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.2: BAR 0 [mem 0x9014a000-0x9014a0ff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.2: supports D1 D2
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.2: BAR 0 [mem 0x90140000-0x90143fff 64bit]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 conventional PCI bridge
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.0: BAR 0 [mem 0x90149000-0x90149fff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.2: BAR 0 [mem 0x90148000-0x901480ff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.2: supports D1 D2
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: [168c:0032] type 00 class 0x028000 PCIe Endpoint
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: BAR 0 [mem 0x90000000-0x9007ffff 64bit]
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: supports D1 D2
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
авг 20 19:50:17 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: extended config space not accessible
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000cbfff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000effff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x7f000000-0xf7ffffff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xffffffff window] (subtractive decode)
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
авг 20 19:50:17 PCDebian kernel: ACPI: EC: interrupt unblocked
авг 20 19:50:17 PCDebian kernel: ACPI: EC: event unblocked
авг 20 19:50:17 PCDebian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
авг 20 19:50:17 PCDebian kernel: ACPI: EC: GPE=0x15
авг 20 19:50:17 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
авг 20 19:50:17 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
авг 20 19:50:17 PCDebian kernel: iommu: Default domain type: Translated
авг 20 19:50:17 PCDebian kernel: iommu: DMA domain TLB invalidation policy: lazy mode
авг 20 19:50:17 PCDebian kernel: pps_core: LinuxPPS API ver. 1 registered
авг 20 19:50:17 PCDebian kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
авг 20 19:50:17 PCDebian kernel: PTP clock support registered
авг 20 19:50:17 PCDebian kernel: EDAC MC: Ver: 3.0.0
авг 20 19:50:17 PCDebian kernel: NetLabel: Initializing
авг 20 19:50:17 PCDebian kernel: NetLabel:  domain hash size = 128
авг 20 19:50:17 PCDebian kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
авг 20 19:50:17 PCDebian kernel: NetLabel:  unlabeled traffic allowed by default
авг 20 19:50:17 PCDebian kernel: PCI: Using ACPI for IRQ routing
авг 20 19:50:17 PCDebian kernel: PCI: pci_cache_line_size set to 64 bytes
авг 20 19:50:17 PCDebian kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
авг 20 19:50:17 PCDebian kernel: e820: reserve RAM buffer [mem 0x66a3f000-0x67ffffff]
авг 20 19:50:17 PCDebian kernel: e820: reserve RAM buffer [mem 0x66f00000-0x67ffffff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
авг 20 19:50:17 PCDebian kernel: pci 0000:00:01.0: vgaarb: bridge control possible
авг 20 19:50:17 PCDebian kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
авг 20 19:50:17 PCDebian kernel: vgaarb: loaded
авг 20 19:50:17 PCDebian kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
авг 20 19:50:17 PCDebian kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
авг 20 19:50:17 PCDebian kernel: clocksource: Switched to clocksource tsc-early
авг 20 19:50:17 PCDebian kernel: VFS: Disk quotas dquot_6.6.0
авг 20 19:50:17 PCDebian kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
авг 20 19:50:17 PCDebian kernel: AppArmor: AppArmor Filesystem Enabled
авг 20 19:50:17 PCDebian kernel: pnp: PnP ACPI init
авг 20 19:50:17 PCDebian kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
авг 20 19:50:17 PCDebian kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x04d6] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0680-0x06ff] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x077a] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0c14] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0c6c] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0c6f] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
авг 20 19:50:17 PCDebian kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
авг 20 19:50:17 PCDebian kernel: system 00:04: [mem 0xffe00000-0xffffffff] has been reserved
авг 20 19:50:17 PCDebian kernel: pnp: PnP ACPI: found 5 devices
авг 20 19:50:17 PCDebian kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
авг 20 19:50:17 PCDebian kernel: NET: Registered PF_INET protocol family
авг 20 19:50:17 PCDebian kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
авг 20 19:50:17 PCDebian kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
авг 20 19:50:17 PCDebian kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
авг 20 19:50:17 PCDebian kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
авг 20 19:50:17 PCDebian kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
авг 20 19:50:17 PCDebian kernel: TCP: Hash tables configured (established 16384 bind 16384)
авг 20 19:50:17 PCDebian kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
авг 20 19:50:17 PCDebian kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)
авг 20 19:50:17 PCDebian kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)
авг 20 19:50:17 PCDebian kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
авг 20 19:50:17 PCDebian kernel: NET: Registered PF_XDP protocol family
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
авг 20 19:50:17 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0x90080000-0x9008ffff pref]: assigned
авг 20 19:50:17 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:05.0:   bridge window [mem 0x90000000-0x900fffff]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 9 [mem 0x7f000000-0xf7ffffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xffffffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:01: resource 1 [mem 0x90000000-0x900fffff]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7 window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 5 [io  0x0d00-0xffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000cbfff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 8 [mem 0x000d0000-0x000effff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 9 [mem 0x7f000000-0xf7ffffff window]
авг 20 19:50:17 PCDebian kernel: pci_bus 0000:02: resource 10 [mem 0xfc000000-0xffffffff window]
авг 20 19:50:17 PCDebian kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x750 took 18152 usecs
авг 20 19:50:17 PCDebian kernel: pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x750 took 15554 usecs
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x750 took 520030 usecs
авг 20 19:50:17 PCDebian kernel: pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x750 took 15016 usecs
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x750 took 15523 usecs
авг 20 19:50:17 PCDebian kernel: pci 0000:00:16.2: quirk_usb_early_handoff+0x0/0x750 took 15493 usecs
авг 20 19:50:17 PCDebian kernel: PCI: CLS 64 bytes, default 64
авг 20 19:50:17 PCDebian kernel: LVT offset 0 assigned for vector 0x400
авг 20 19:50:17 PCDebian kernel: Trying to unpack rootfs image as initramfs...
авг 20 19:50:17 PCDebian kernel: perf: AMD IBS detected (0x000000ff)
авг 20 19:50:17 PCDebian kernel: Initialise system trusted keyrings
авг 20 19:50:17 PCDebian kernel: Key type blacklist registered
авг 20 19:50:17 PCDebian kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
авг 20 19:50:17 PCDebian kernel: zbud: loaded
авг 20 19:50:17 PCDebian kernel: fuse: init (API version 7.41)
авг 20 19:50:17 PCDebian kernel: integrity: Platform Keyring initialized
авг 20 19:50:17 PCDebian kernel: integrity: Machine keyring initialized
авг 20 19:50:17 PCDebian kernel: Key type asymmetric registered
авг 20 19:50:17 PCDebian kernel: Asymmetric key parser 'x509' registered
авг 20 19:50:17 PCDebian kernel: tsc: Refined TSC clocksource calibration: 997.875 MHz
авг 20 19:50:17 PCDebian kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cc47f703ff, max_idle_ns: 881590599577 ns
авг 20 19:50:17 PCDebian kernel: clocksource: Switched to clocksource tsc
авг 20 19:50:17 PCDebian kernel: Freeing initrd memory: 116728K
авг 20 19:50:17 PCDebian kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
авг 20 19:50:17 PCDebian kernel: io scheduler mq-deadline registered
авг 20 19:50:17 PCDebian kernel: ledtrig-cpu: registered to indicate activity on CPUs
авг 20 19:50:17 PCDebian kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
авг 20 19:50:17 PCDebian kernel: Could not retrieve perf counters (-19)
авг 20 19:50:17 PCDebian kernel: thermal LNXTHERM:00: registered as thermal_zone0
авг 20 19:50:17 PCDebian kernel: ACPI: thermal: Thermal Zone [THRM] (60 C)
авг 20 19:50:17 PCDebian kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
авг 20 19:50:17 PCDebian kernel: Linux agpgart interface v0.103
авг 20 19:50:17 PCDebian kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
авг 20 19:50:17 PCDebian kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
авг 20 19:50:17 PCDebian kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
авг 20 19:50:17 PCDebian kernel: mousedev: PS/2 mouse device common for all mice
авг 20 19:50:17 PCDebian kernel: rtc_cmos 00:01: RTC can wake from S4
авг 20 19:50:17 PCDebian kernel: rtc_cmos 00:01: registered as rtc0
авг 20 19:50:17 PCDebian kernel: rtc_cmos 00:01: setting system clock to 2025-08-20T16:49:19 UTC (1755708559)
авг 20 19:50:17 PCDebian kernel: rtc_cmos 00:01: alarms up to one day, 114 bytes nvram, hpet irqs
авг 20 19:50:17 PCDebian kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
авг 20 19:50:17 PCDebian kernel: NET: Registered PF_INET6 protocol family
авг 20 19:50:17 PCDebian kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
авг 20 19:50:17 PCDebian kernel: Segment Routing with IPv6
авг 20 19:50:17 PCDebian kernel: In-situ OAM (IOAM) with IPv6
авг 20 19:50:17 PCDebian kernel: mip6: Mobile IPv6
авг 20 19:50:17 PCDebian kernel: NET: Registered PF_PACKET protocol family
авг 20 19:50:17 PCDebian kernel: mpls_gso: MPLS GSO support
авг 20 19:50:17 PCDebian kernel: microcode: Current revision: 0x05000119
авг 20 19:50:17 PCDebian kernel: microcode: Updated early from: 0x05000101
авг 20 19:50:17 PCDebian kernel: IPI shorthand broadcast: enabled
авг 20 19:50:17 PCDebian kernel: sched_clock: Marking stable (4712010541, 4648435)->(4718619158, -1960182)
авг 20 19:50:17 PCDebian kernel: registered taskstats version 1
авг 20 19:50:17 PCDebian kernel: Loading compiled-in X.509 certificates
авг 20 19:50:17 PCDebian kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 634b055625780b3ff22724b1e3357a2bbffee8c2'
авг 20 19:50:17 PCDebian kernel: Demotion targets for Node 0: null
авг 20 19:50:17 PCDebian kernel: Key type .fscrypt registered
авг 20 19:50:17 PCDebian kernel: Key type fscrypt-provisioning registered
авг 20 19:50:17 PCDebian kernel: Key type encrypted registered
авг 20 19:50:17 PCDebian kernel: AppArmor: AppArmor sha256 policy hashing enabled
авг 20 19:50:17 PCDebian kernel: ima: No TPM chip found, activating TPM-bypass!
авг 20 19:50:17 PCDebian kernel: ima: Allocated hash algorithm: sha256
авг 20 19:50:17 PCDebian kernel: ima: No architecture policies found
авг 20 19:50:17 PCDebian kernel: evm: Initialising EVM extended attributes:
авг 20 19:50:17 PCDebian kernel: evm: security.selinux
авг 20 19:50:17 PCDebian kernel: evm: security.SMACK64 (disabled)
авг 20 19:50:17 PCDebian kernel: evm: security.SMACK64EXEC (disabled)
авг 20 19:50:17 PCDebian kernel: evm: security.SMACK64TRANSMUTE (disabled)
авг 20 19:50:17 PCDebian kernel: evm: security.SMACK64MMAP (disabled)
авг 20 19:50:17 PCDebian kernel: evm: security.apparmor
авг 20 19:50:17 PCDebian kernel: evm: security.ima
авг 20 19:50:17 PCDebian kernel: evm: security.capability
авг 20 19:50:17 PCDebian kernel: evm: HMAC attrs: 0x1
авг 20 19:50:17 PCDebian kernel: RAS: Correctable Errors collector initialized.
авг 20 19:50:17 PCDebian kernel: clk: Disabling unused clocks
авг 20 19:50:17 PCDebian kernel: PM: genpd: Disabling unused power domains
авг 20 19:50:17 PCDebian kernel: Freeing unused decrypted memory: 2028K
авг 20 19:50:17 PCDebian kernel: Freeing unused kernel image (initmem) memory: 4172K
авг 20 19:50:17 PCDebian kernel: Write protecting the kernel read-only data: 28672k
авг 20 19:50:17 PCDebian kernel: Freeing unused kernel image (rodata/data gap) memory: 416K
авг 20 19:50:17 PCDebian kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
авг 20 19:50:17 PCDebian kernel: Run /init as init process
авг 20 19:50:17 PCDebian kernel:   with arguments:
авг 20 19:50:17 PCDebian kernel:     /init
авг 20 19:50:17 PCDebian kernel:   with environment:
авг 20 19:50:17 PCDebian kernel:     HOME=/
авг 20 19:50:17 PCDebian kernel:     TERM=linux
авг 20 19:50:17 PCDebian kernel:     BOOT_IMAGE=/boot/vmlinuz-6.13-amd64
авг 20 19:50:17 PCDebian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
авг 20 19:50:17 PCDebian kernel: ACPI: button: Power Button [PWRB]
авг 20 19:50:17 PCDebian kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
авг 20 19:50:17 PCDebian kernel: ACPI: button: Lid Switch [LID]
авг 20 19:50:17 PCDebian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
авг 20 19:50:17 PCDebian kernel: ACPI: button: Power Button [PWRF]
авг 20 19:50:17 PCDebian kernel: ACPI: battery: Slot [BAT0] (battery absent)
авг 20 19:50:17 PCDebian kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
авг 20 19:50:17 PCDebian kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
авг 20 19:50:17 PCDebian kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
авг 20 19:50:17 PCDebian kernel: piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
авг 20 19:50:17 PCDebian kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
авг 20 19:50:17 PCDebian kernel: i2c i2c-4: Successfully instantiated SPD at 0x50
авг 20 19:50:17 PCDebian kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
авг 20 19:50:17 PCDebian kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
авг 20 19:50:17 PCDebian kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
авг 20 19:50:17 PCDebian kernel: SCSI subsystem initialized
авг 20 19:50:17 PCDebian kernel: ACPI: bus type USB registered
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver usbfs
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver hub
авг 20 19:50:17 PCDebian kernel: usbcore: registered new device driver usb
авг 20 19:50:17 PCDebian kernel: QUIRK: Enable AMD PLL fix
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: debug port 1
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0x9014c000
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
авг 20 19:50:17 PCDebian kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb1: Product: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: usb usb1: Manufacturer: Linux 6.13-amd64 ehci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb1: SerialNumber: 0000:00:12.2
авг 20 19:50:17 PCDebian kernel: hub 1-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 1-0:1.0: 5 ports detected
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: debug port 1
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0x9014a000
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
авг 20 19:50:17 PCDebian kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb2: Product: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: usb usb2: Manufacturer: Linux 6.13-amd64 ehci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb2: SerialNumber: 0000:00:13.2
авг 20 19:50:17 PCDebian kernel: hub 2-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 2-0:1.0: 5 ports detected
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: debug port 1
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0x90148000
авг 20 19:50:17 PCDebian kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
авг 20 19:50:17 PCDebian kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb3: Product: EHCI Host Controller
авг 20 19:50:17 PCDebian kernel: usb usb3: Manufacturer: Linux 6.13-amd64 ehci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb3: SerialNumber: 0000:00:16.2
авг 20 19:50:17 PCDebian kernel: hub 3-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 3-0:1.0: 4 ports detected
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0x9014d000
авг 20 19:50:17 PCDebian kernel: ACPI: bus type drm_connector registered
авг 20 19:50:17 PCDebian kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
авг 20 19:50:17 PCDebian kernel: libata version 3.00 loaded.
авг 20 19:50:17 PCDebian kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb4: Product: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: usb usb4: Manufacturer: Linux 6.13-amd64 ohci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb4: SerialNumber: 0000:00:12.0
авг 20 19:50:17 PCDebian kernel: hub 4-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 4-0:1.0: 5 ports detected
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0x9014b000
авг 20 19:50:17 PCDebian kernel: ahci 0000:00:11.0: version 3.0
авг 20 19:50:17 PCDebian kernel: ahci 0000:00:11.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
авг 20 19:50:17 PCDebian kernel: ahci 0000:00:11.0: 1/1 ports implemented (port mask 0x1)
авг 20 19:50:17 PCDebian kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
авг 20 19:50:17 PCDebian kernel: scsi host0: ahci
авг 20 19:50:17 PCDebian kernel: ata1: SATA max UDMA/133 abar m1024@0x9014e000 port 0x9014e100 irq 19 lpm-pol 3
авг 20 19:50:17 PCDebian kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb5: Product: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: usb usb5: Manufacturer: Linux 6.13-amd64 ohci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb5: SerialNumber: 0000:00:13.0
авг 20 19:50:17 PCDebian kernel: hub 5-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 5-0:1.0: 5 ports detected
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 6
авг 20 19:50:17 PCDebian kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0x90149000
авг 20 19:50:17 PCDebian kernel: usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
авг 20 19:50:17 PCDebian kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 1-1: Product: USB2.1 Hub
авг 20 19:50:17 PCDebian kernel: usb 1-1: Manufacturer: GenesysLogic
авг 20 19:50:17 PCDebian kernel: hub 1-1:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 1-1:1.0: 4 ports detected
авг 20 19:50:17 PCDebian kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:50:17 PCDebian kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:50:17 PCDebian kernel: usb usb6: Product: OHCI PCI host controller
авг 20 19:50:17 PCDebian kernel: usb usb6: Manufacturer: Linux 6.13-amd64 ohci_hcd
авг 20 19:50:17 PCDebian kernel: usb usb6: SerialNumber: 0000:00:16.0
авг 20 19:50:17 PCDebian kernel: hub 6-0:1.0: USB hub found
авг 20 19:50:17 PCDebian kernel: hub 6-0:1.0: 4 ports detected
авг 20 19:50:17 PCDebian kernel: usb 1-3: new high-speed USB device number 3 using ehci-pci
авг 20 19:50:17 PCDebian kernel: usb 1-3: New USB device found, idVendor=0bda, idProduct=0138, bcdDevice=38.82
авг 20 19:50:17 PCDebian kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
авг 20 19:50:17 PCDebian kernel: usb 1-3: Product: USB2.0-CRW
авг 20 19:50:17 PCDebian kernel: usb 1-3: Manufacturer: Generic
авг 20 19:50:17 PCDebian kernel: usb 1-3: SerialNumber: 20090516388200000
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver usb-storage
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: new high-speed USB device number 4 using ehci-pci
авг 20 19:50:17 PCDebian kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
авг 20 19:50:17 PCDebian kernel: ata1.00: ATA-9: GOLDEN MEMORY-128GB, V0127A0, max UDMA/133
авг 20 19:50:17 PCDebian kernel: ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
авг 20 19:50:17 PCDebian kernel: ata1.00: configured for UDMA/133
авг 20 19:50:17 PCDebian kernel: scsi 0:0:0:0: Direct-Access     ATA      GOLDEN MEMORY-12 7A0  PQ: 0 ANSI: 5
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver uas
авг 20 19:50:17 PCDebian kernel: ums-realtek 1-3:1.0: USB Mass Storage device detected
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: New USB device found, idVendor=14cd, idProduct=6116, bcdDevice= 2.20
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=2
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: Product: USB Mass Storage Device
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: Manufacturer: Generic     
авг 20 19:50:17 PCDebian kernel: usb 1-1.1: SerialNumber: 116AC2101219
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] Write Protect is off
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
авг 20 19:50:17 PCDebian kernel: usb-storage 1-1.1:1.0: USB Mass Storage device detected
авг 20 19:50:17 PCDebian kernel: scsi host1: usb-storage 1-3:1.0
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver ums-realtek
авг 20 19:50:17 PCDebian kernel: scsi host2: usb-storage 1-1.1:1.0
авг 20 19:50:17 PCDebian kernel:  sda: sda1
авг 20 19:50:17 PCDebian kernel: sd 0:0:0:0: [sda] Attached SCSI disk
авг 20 19:50:17 PCDebian kernel: usb 5-1: new full-speed USB device number 2 using ohci-pci
авг 20 19:50:17 PCDebian kernel: usb 1-1.2: new low-speed USB device number 5 using ehci-pci
авг 20 19:50:17 PCDebian kernel: usb 5-1: New USB device found, idVendor=0eef, idProduct=7302, bcdDevice=20.04
авг 20 19:50:17 PCDebian kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 5-1: Product: USB TouchController
авг 20 19:50:17 PCDebian kernel: usb 5-1: Manufacturer: eGalax Inc.
авг 20 19:50:17 PCDebian kernel: usb 1-1.2: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
авг 20 19:50:17 PCDebian kernel: usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 1-1.2: Product:  USB OPTICAL MOUSE
авг 20 19:50:17 PCDebian kernel: hid: raw HID events driver (C) Jiri Kosina
авг 20 19:50:17 PCDebian kernel: usb 1-1.3: new low-speed USB device number 6 using ehci-pci
авг 20 19:50:17 PCDebian kernel: usbcore: registered new interface driver usbhid
авг 20 19:50:17 PCDebian kernel: usbhid: USB HID core driver
авг 20 19:50:17 PCDebian kernel: input: eGalax Inc. USB TouchController Touchscreen as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input5
авг 20 19:50:17 PCDebian kernel: input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input6
авг 20 19:50:17 PCDebian kernel: hid-generic 0003:0EEF:7302.0001: input,hiddev0,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:13.0-1/input0
авг 20 19:50:17 PCDebian kernel: input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:0000:3825.0002/input/input8
авг 20 19:50:17 PCDebian kernel: hid-generic 0003:0000:3825.0002: input,hidraw1: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:12.2-1.2/input0
авг 20 19:50:17 PCDebian kernel: input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input9
авг 20 19:50:17 PCDebian kernel: input: eGalax Inc. USB TouchController Touchscreen as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input12
авг 20 19:50:17 PCDebian kernel: hid-multitouch 0003:0EEF:7302.0001: input,hiddev0,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:13.0-1/input0
авг 20 19:50:17 PCDebian kernel: usb 1-1.3: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
авг 20 19:50:17 PCDebian kernel: usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 1-1.3: Product: USB Keyboard
авг 20 19:50:17 PCDebian kernel: usb 1-1.3: Manufacturer: SEM
авг 20 19:50:17 PCDebian kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.0/0003:1A2C:2124.0003/input/input13
авг 20 19:50:17 PCDebian kernel: usb 2-3: new high-speed USB device number 3 using ehci-pci
авг 20 19:50:17 PCDebian kernel: hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:12.2-1.3/input0
авг 20 19:50:17 PCDebian kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2124.0004/input/input14
авг 20 19:50:17 PCDebian kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2124.0004/input/input15
авг 20 19:50:17 PCDebian kernel: hid-generic 0003:1A2C:2124.0004: input,hidraw3: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:12.2-1.3/input1
авг 20 19:50:17 PCDebian kernel: usb 2-3: New USB device found, idVendor=058f, idProduct=b002, bcdDevice= 0.02
авг 20 19:50:17 PCDebian kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 2-3: Product: 1.3M Rear
авг 20 19:50:17 PCDebian kernel: usb 2-3: Manufacturer: Alcor Corp.
авг 20 19:50:17 PCDebian kernel: usb 2-4: new high-speed USB device number 4 using ehci-pci
авг 20 19:50:17 PCDebian kernel: scsi 2:0:0:0: Direct-Access        Mass  Storage Device        PQ: 0 ANSI: 0
авг 20 19:50:17 PCDebian kernel: scsi 1:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
авг 20 19:50:17 PCDebian kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
авг 20 19:50:17 PCDebian kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] 234441646 512-byte logical blocks: (120 GB/112 GiB)
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] Write Protect is off
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] Mode Sense: 03 00 00 00
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] No Caching mode page found
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] Assuming drive cache: write through
авг 20 19:50:17 PCDebian kernel: usb 2-4: New USB device found, idVendor=058f, idProduct=b002, bcdDevice= 0.02
авг 20 19:50:17 PCDebian kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:50:17 PCDebian kernel: usb 2-4: Product: 1.3M Front
авг 20 19:50:17 PCDebian kernel: usb 2-4: Manufacturer: Alcor Corp.
авг 20 19:50:17 PCDebian kernel: [drm] radeon kernel modesetting enabled.
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: vgaarb: deactivate vga console
авг 20 19:50:17 PCDebian kernel: Console: switching to colour dummy device 80x25
авг 20 19:50:17 PCDebian kernel: [drm] initializing kernel modesetting (PALM 0x1002:0x9807 0x1025:0x0577 0x00).
авг 20 19:50:17 PCDebian kernel: resource: resource sanity check: requesting [mem 0x00000000000c0000-0x00000000000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000cbfff window]
авг 20 19:50:17 PCDebian kernel: caller pci_map_rom+0x69/0x1a0 mapping multiple BARs
авг 20 19:50:17 PCDebian kernel: ATOM BIOS: Acer
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
авг 20 19:50:17 PCDebian kernel: [drm] Detected VRAM RAM=384M, BAR=256M
авг 20 19:50:17 PCDebian kernel: [drm] RAM width 32bits DDR
авг 20 19:50:17 PCDebian kernel: [drm] radeon: 384M of VRAM memory ready
авг 20 19:50:17 PCDebian kernel: [drm] radeon: 1024M of GTT memory ready.
авг 20 19:50:17 PCDebian kernel: [drm] Loading PALM Microcode
авг 20 19:50:17 PCDebian kernel: [drm] Internal thermal controller without fan control
авг 20 19:50:17 PCDebian kernel: [drm] Found smc ucode version: 0x00010601
авг 20 19:50:17 PCDebian kernel: [drm] radeon: dpm initialized
авг 20 19:50:17 PCDebian kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
авг 20 19:50:17 PCDebian kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: WB enabled
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: radeon: MSI limited to 32-bit
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: radeon: using MSI.
авг 20 19:50:17 PCDebian kernel: [drm] radeon: irq initialized.
авг 20 19:50:17 PCDebian kernel: [drm] ring test on 0 succeeded in 1 usecs
авг 20 19:50:17 PCDebian kernel: [drm] ring test on 3 succeeded in 3 usecs
авг 20 19:50:17 PCDebian kernel: [drm] ring test on 5 succeeded in 1 usecs
авг 20 19:50:17 PCDebian kernel: [drm] UVD initialized successfully.
авг 20 19:50:17 PCDebian kernel: [drm] ib test on ring 0 succeeded in 0 usecs
авг 20 19:50:17 PCDebian kernel: [drm] ib test on ring 3 succeeded in 0 usecs
авг 20 19:50:17 PCDebian kernel:  sdc: sdc1 sdc2 < sdc5 >
авг 20 19:50:17 PCDebian kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
авг 20 19:50:17 PCDebian kernel: [drm] ib test on ring 5 succeeded
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: [drm] Skipping radeon atom DIG backlight registration
авг 20 19:50:17 PCDebian kernel: ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec, please fix the firmware. (20240827/exsystem-142)
авг 20 19:50:17 PCDebian kernel: acpi device:00: registered as cooling_device2
авг 20 19:50:17 PCDebian kernel: [drm] Radeon Display Connectors
авг 20 19:50:17 PCDebian kernel: [drm] Connector 0:
авг 20 19:50:17 PCDebian kernel: [drm]   LVDS-1
авг 20 19:50:17 PCDebian kernel: [drm]   HPD1
авг 20 19:50:17 PCDebian kernel: [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
авг 20 19:50:17 PCDebian kernel: [drm]   Encoders:
авг 20 19:50:17 PCDebian kernel: [drm]     LCD1: INTERNAL_UNIPHY
авг 20 19:50:17 PCDebian kernel: [drm] Connector 1:
авг 20 19:50:17 PCDebian kernel: [drm]   HDMI-A-1
авг 20 19:50:17 PCDebian kernel: [drm]   HPD2
авг 20 19:50:17 PCDebian kernel: [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
авг 20 19:50:17 PCDebian kernel: [drm]   Encoders:
авг 20 19:50:17 PCDebian kernel: [drm]     DFP1: INTERNAL_UNIPHY
авг 20 19:50:17 PCDebian kernel: [drm] Initialized radeon 2.50.0 for 0000:00:01.0 on minor 0
авг 20 19:50:17 PCDebian kernel: [drm] fb mappable at 0x80366000
авг 20 19:50:17 PCDebian kernel: [drm] vram apper at 0x80000000
авг 20 19:50:17 PCDebian kernel: [drm] size 4096000
авг 20 19:50:17 PCDebian kernel: [drm] fb depth is 24
авг 20 19:50:17 PCDebian kernel: [drm]    pitch is 5120
авг 20 19:50:17 PCDebian kernel: fbcon: radeondrmfb (fb0) is primary device
авг 20 19:50:17 PCDebian kernel: Console: switching to colour frame buffer device 160x50
авг 20 19:50:17 PCDebian kernel: radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
авг 20 19:50:17 PCDebian kernel: [drm] amdgpu kernel modesetting enabled.
авг 20 19:50:17 PCDebian kernel: amdgpu: Virtual CRAT table created for CPU
авг 20 19:50:17 PCDebian kernel: amdgpu: Topology: Add CPU node
авг 20 19:50:17 PCDebian kernel: raid6: sse2x4   gen()  1600 MB/s
авг 20 19:50:17 PCDebian kernel: raid6: sse2x2   gen()  1729 MB/s
авг 20 19:50:17 PCDebian kernel: raid6: sse2x1   gen()  1417 MB/s
авг 20 19:50:17 PCDebian kernel: raid6: using algorithm sse2x2 gen() 1729 MB/s
авг 20 19:50:17 PCDebian kernel: raid6: .... xor() 1139 MB/s, rmw enabled
авг 20 19:50:17 PCDebian kernel: raid6: using ssse3x2 recovery algorithm
авг 20 19:50:17 PCDebian kernel: xor: measuring software checksum speed
авг 20 19:50:17 PCDebian kernel:    prefetch64-sse  :  2407 MB/sec
авг 20 19:50:17 PCDebian kernel:    generic_sse     :  2244 MB/sec
авг 20 19:50:17 PCDebian kernel: xor: using function: prefetch64-sse (2407 MB/sec)
авг 20 19:50:17 PCDebian kernel: Btrfs loaded, zoned=yes, fsverity=yes
авг 20 19:50:17 PCDebian kernel: PM: Image not found (code -22)
авг 20 19:50:17 PCDebian kernel: EXT4-fs (sdc1): orphan cleanup on readonly fs
авг 20 19:50:17 PCDebian kernel: EXT4-fs (sdc1): mounted filesystem b31f24df-eb45-4d08-b29e-c50917003d08 ro with ordered data mode. Quota mode: none.
авг 20 19:50:17 PCDebian kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
авг 20 19:50:17 PCDebian systemd[1]: Inserted module 'autofs4'
авг 20 19:50:17 PCDebian systemd[1]: systemd 257.7-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
авг 20 19:50:17 PCDebian systemd[1]: Detected architecture x86-64.
авг 20 19:50:17 PCDebian systemd[1]: Hostname set to <PCDebian>.
авг 20 19:50:17 PCDebian systemd[1]: bpf-restrict-fs: LSM BPF program attached
авг 20 19:50:17 PCDebian systemd[1]: Queued start job for default target graphical.target.
авг 20 19:50:17 PCDebian systemd[1]: Created slice system-getty.slice - Slice /system/getty.
авг 20 19:50:17 PCDebian systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
авг 20 19:50:17 PCDebian systemd[1]: Created slice user.slice - User and Session Slice.
авг 20 19:50:17 PCDebian systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
авг 20 19:50:17 PCDebian systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
авг 20 19:50:17 PCDebian systemd[1]: Expecting device dev-disk-by\x2duuid-c9d13b78\x2dd30e\x2d4550\x2da4bd\x2dcec59cae0aba.device - /dev/disk/by-uuid/c9d13b78-d30e-4550-a4bd-cec59cae0aba...
авг 20 19:50:17 PCDebian systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
авг 20 19:50:17 PCDebian systemd[1]: Reached target remote-fs.target - Remote File Systems.
авг 20 19:50:17 PCDebian systemd[1]: Reached target slices.target - Slice Units.
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
авг 20 19:50:17 PCDebian systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:50:17 PCDebian systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
авг 20 19:50:17 PCDebian systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
авг 20 19:50:17 PCDebian systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
авг 20 19:50:17 PCDebian systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
авг 20 19:50:17 PCDebian systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
авг 20 19:50:17 PCDebian systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
авг 20 19:50:17 PCDebian systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
авг 20 19:50:17 PCDebian systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
авг 20 19:50:17 PCDebian systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
авг 20 19:50:17 PCDebian systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
авг 20 19:50:17 PCDebian systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
авг 20 19:50:17 PCDebian systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
авг 20 19:50:17 PCDebian systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
авг 20 19:50:17 PCDebian systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
авг 20 19:50:17 PCDebian systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-journald.service - Journal Service...
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
авг 20 19:50:17 PCDebian systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
авг 20 19:50:17 PCDebian systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
авг 20 19:50:17 PCDebian systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
авг 20 19:50:17 PCDebian systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
авг 20 19:50:17 PCDebian systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
авг 20 19:50:17 PCDebian systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
авг 20 19:50:17 PCDebian systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
авг 20 19:50:17 PCDebian kernel: random: crng init done
авг 20 19:50:17 PCDebian systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
авг 20 19:50:17 PCDebian systemd[1]: modprobe@configfs.service: Deactivated successfully.
авг 20 19:50:17 PCDebian systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
авг 20 19:50:17 PCDebian systemd[1]: modprobe@drm.service: Deactivated successfully.
авг 20 19:50:17 PCDebian systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
авг 20 19:50:17 PCDebian systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
авг 20 19:50:17 PCDebian systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
авг 20 19:50:17 PCDebian systemd[1]: modprobe@fuse.service: Deactivated successfully.
авг 20 19:50:17 PCDebian systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
авг 20 19:50:17 PCDebian systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
авг 20 19:50:17 PCDebian systemd-journald[288]: Collecting audit messages is disabled.
авг 20 19:50:17 PCDebian systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
авг 20 19:50:17 PCDebian kernel: EXT4-fs (sdc1): re-mounted b31f24df-eb45-4d08-b29e-c50917003d08 r/w. Quota mode: none.
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
авг 20 19:50:17 PCDebian systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
авг 20 19:50:17 PCDebian systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
авг 20 19:50:17 PCDebian systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:50:17 PCDebian systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
авг 20 19:50:17 PCDebian systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
авг 20 19:50:17 PCDebian systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
авг 20 19:50:17 PCDebian systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
авг 20 19:50:17 PCDebian systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
авг 20 19:50:17 PCDebian systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
авг 20 19:50:17 PCDebian systemd[1]: Started systemd-journald.service - Journal Service.
авг 20 19:50:19 PCDebian systemd-journald[288]: Received client request to flush runtime journal.
авг 20 19:50:19 PCDebian kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
авг 20 19:50:19 PCDebian kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
авг 20 19:50:19 PCDebian kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
авг 20 19:50:20 PCDebian kernel: ACPI: AC: AC Adapter [AC0] (on-line)
авг 20 19:50:20 PCDebian kernel: Adding 1679356k swap on /dev/sdc5.  Priority:-2 extents:1 across:1679356k 
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.492:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=393 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.500:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=394 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.508:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=396 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.512:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=397 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.528:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=399 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.544:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=400 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.576:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=401 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.596:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=402 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.612:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Xorg" pid=398 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: audit: type=1400 audit(1755708621.628:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=405 comm="apparmor_parser"
авг 20 19:50:21 PCDebian kernel: at24 4-0050: supply vcc not found, using dummy regulator
авг 20 19:50:21 PCDebian kernel: at24 4-0050: 256 byte spd EEPROM, read-only
авг 20 19:50:22 PCDebian kernel: mc: Linux media interface: v0.10
авг 20 19:50:22 PCDebian kernel: acpi_cpufreq: overriding BIOS provided _PSD data
авг 20 19:50:22 PCDebian kernel: input: PC Speaker as /devices/platform/pcspkr/input/input16
авг 20 19:50:22 PCDebian kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
авг 20 19:50:22 PCDebian kernel: acer_wmi: Function bitmap for Communication Button: 0x801
авг 20 19:50:22 PCDebian kernel: input: Acer WMI hotkeys as /devices/virtual/input/input17
авг 20 19:50:22 PCDebian kernel: input: Acer BMA150 accelerometer as /devices/virtual/input/input18
авг 20 19:50:23 PCDebian kernel: usb 5-5: new full-speed USB device number 3 using ohci-pci
авг 20 19:50:23 PCDebian kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
авг 20 19:50:23 PCDebian kernel: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
авг 20 19:50:23 PCDebian kernel: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
авг 20 19:50:23 PCDebian kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
авг 20 19:50:23 PCDebian kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
авг 20 19:50:23 PCDebian kernel: usb 5-5: New USB device found, idVendor=0489, idProduct=e048, bcdDevice= 0.01
авг 20 19:50:23 PCDebian kernel: usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
авг 20 19:50:23 PCDebian kernel: usb 5-5: Product: Bluetooth USB Host Controller
авг 20 19:50:23 PCDebian kernel: usb 5-5: Manufacturer: Atheros Communications
авг 20 19:50:23 PCDebian kernel: usb 5-5: SerialNumber: Alaska Day 2006
авг 20 19:50:23 PCDebian kernel: videodev: Linux video capture interface: v2.00
авг 20 19:50:26 PCDebian kernel: kvm_amd: Nested Virtualization enabled
авг 20 19:50:26 PCDebian kernel: kvm_amd: Nested Paging enabled
авг 20 19:50:26 PCDebian kernel: kvm_amd: LBR virtualization supported
авг 20 19:50:26 PCDebian kernel: snd_hda_intel 0000:00:01.1: bound 0000:00:01.0 (ops radeon_audio_component_bind_ops [radeon])
авг 20 19:50:26 PCDebian kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input19
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: ALC269VB: picked fixup  for PCI SSID 1025:0000
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: ALC269VB: SKU not ready 0x411111f0
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
авг 20 19:50:26 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x12
авг 20 19:50:26 PCDebian kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/input20
авг 20 19:50:26 PCDebian kernel: input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input21
авг 20 19:50:27 PCDebian kernel: usb 2-3: Found UVC 1.00 device 1.3M Rear (058f:b002)
авг 20 19:50:27 PCDebian kernel: usb 2-4: Found UVC 1.00 device 1.3M Front (058f:b002)
авг 20 19:50:27 PCDebian kernel: usbcore: registered new interface driver uvcvideo
авг 20 19:50:27 PCDebian kernel: ath: phy0: ASPM enabled: 0x42
авг 20 19:50:27 PCDebian kernel: ath: EEPROM regdomain: 0x6c
авг 20 19:50:27 PCDebian kernel: ath: EEPROM indicates we should expect a direct regpair map
авг 20 19:50:27 PCDebian kernel: ath: Country alpha2 being used: 00
авг 20 19:50:27 PCDebian kernel: ath: Regpair used: 0x6c
авг 20 19:50:27 PCDebian kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
авг 20 19:50:27 PCDebian kernel: ieee80211 phy0: Atheros AR9485 Rev:1 mem=0x0000000092ebeeb1, irq=17
авг 20 19:50:27 PCDebian kernel: ath9k 0000:01:00.0 wlp1s0: renamed from wlan0
авг 20 19:50:28 PCDebian kernel: Bluetooth: Core ver 2.22
авг 20 19:50:28 PCDebian kernel: NET: Registered PF_BLUETOOTH protocol family
авг 20 19:50:28 PCDebian kernel: Bluetooth: HCI device and connection manager initialized
авг 20 19:50:28 PCDebian kernel: Bluetooth: HCI socket layer initialized
авг 20 19:50:28 PCDebian kernel: Bluetooth: L2CAP socket layer initialized
авг 20 19:50:28 PCDebian kernel: Bluetooth: SCO socket layer initialized
авг 20 19:50:28 PCDebian kernel: NET: Registered PF_QIPCRTR protocol family
авг 20 19:50:28 PCDebian kernel: usbcore: registered new interface driver btusb
авг 20 19:50:28 PCDebian kernel: Bluetooth: hci0: unexpected cc 0x201c length: 5 < 9
авг 20 19:50:28 PCDebian kernel: Bluetooth: hci0: Opcode 0x201c failed: -38
авг 20 19:50:29 PCDebian kernel: kauditd_printk_skb: 97 callbacks suppressed
авг 20 19:50:29 PCDebian kernel: audit: type=1400 audit(1755708629.776:109): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=719 comm="Xorg" capability=12  capname="net_admin"
авг 20 19:50:30 PCDebian kernel: wlp1s0: authenticate with 74:da:88:ed:ec:2e (local address=e4:d5:3d:88:fa:fb)
авг 20 19:50:30 PCDebian kernel: wlp1s0: send auth to 74:da:88:ed:ec:2e (try 1/3)
авг 20 19:50:30 PCDebian kernel: wlp1s0: authenticated
авг 20 19:50:30 PCDebian kernel: wlp1s0: associate with 74:da:88:ed:ec:2e (try 1/3)
авг 20 19:50:30 PCDebian kernel: wlp1s0: RX AssocResp from 74:da:88:ed:ec:2e (capab=0x411 status=0 aid=5)
авг 20 19:50:30 PCDebian kernel: wlp1s0: associated
авг 20 19:50:34 PCDebian kernel: audit: type=1400 audit(1755708634.212:110): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=719 comm="Xorg" capability=12  capname="net_admin"
авг 20 19:34:39 PCDebian kernel: Linux version 6.13-rc6-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-13) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.50.20241230) #1 SMP PREEMPT_DYNAMIC Debian 6.13~rc6-1~exp1 (2025-01-12)
авг 20 19:34:39 PCDebian kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.13-rc6-amd64 root=UUID=b31f24df-eb45-4d08-b29e-c50917003d08 ro quiet
авг 20 19:34:39 PCDebian kernel: BIOS-provided physical RAM map:
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000066a3efff] usable
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000066a3f000-0x0000000066bbefff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000066bbf000-0x0000000066ebefff] ACPI NVS
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000066ebf000-0x0000000066ef5fff] ACPI data
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000066ef6000-0x0000000066efffff] usable
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x0000000066f00000-0x000000007effffff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
авг 20 19:34:39 PCDebian kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
авг 20 19:34:39 PCDebian kernel: NX (Execute Disable) protection: active
авг 20 19:34:39 PCDebian kernel: APIC: Static calls initialized
авг 20 19:34:39 PCDebian kernel: SMBIOS 2.7 present.
авг 20 19:34:39 PCDebian kernel: DMI: acer ICONIA Tab W500/WT1, BIOS V1.14 08/12/2011
авг 20 19:34:39 PCDebian kernel: DMI: Memory slots populated: 1/2
авг 20 19:34:39 PCDebian kernel: tsc: Fast TSC calibration using PIT
авг 20 19:34:39 PCDebian kernel: tsc: Detected 997.859 MHz processor
авг 20 19:34:39 PCDebian kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
авг 20 19:34:39 PCDebian kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
авг 20 19:34:39 PCDebian kernel: last_pfn = 0x66f00 max_arch_pfn = 0x400000000
авг 20 19:34:39 PCDebian kernel: MTRR map: 7 entries (3 fixed + 4 variable; max 19), built from 8 variable MTRRs
авг 20 19:34:39 PCDebian kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
авг 20 19:34:39 PCDebian kernel: found SMP MP-table at [mem 0x000fe210-0x000fe21f]
авг 20 19:34:39 PCDebian kernel: Using GB pages for direct mapping
авг 20 19:34:39 PCDebian kernel: RAMDISK: [mem 0x29bff000-0x30df6fff]
авг 20 19:34:39 PCDebian kernel: ACPI: Early table checksum verification disabled
авг 20 19:34:39 PCDebian kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
авг 20 19:34:39 PCDebian kernel: ACPI: XSDT 0x0000000066EF5120 00006C (v01 ACRSYS ACRPRDCT 00000003      01000013)
авг 20 19:34:39 PCDebian kernel: ACPI: FACP 0x0000000066EF4000 0000F4 (v04 ACRSYS ACRPRDCT 00000003 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: DSDT 0x0000000066EDC000 0134E5 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: FACS 0x0000000066C8D000 000040
авг 20 19:34:39 PCDebian kernel: ACPI: FACS 0x0000000066C8D000 000040
авг 20 19:34:39 PCDebian kernel: ACPI: HPET 0x0000000066EF3000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: APIC 0x0000000066EF2000 000084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: MCFG 0x0000000066EF1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: ASF! 0x0000000066EF0000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: BOOT 0x0000000066EDB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: SLIC 0x0000000066EDA000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
авг 20 19:34:39 PCDebian kernel: ACPI: SSDT 0x0000000066ED9000 00030C (v01 AMD    POWERNOW 00000001 AMD  00000001)
авг 20 19:34:39 PCDebian kernel: ACPI: SSDT 0x0000000066ED7000 00168E (v02 AMD    ALIB     00000001 MSFT 04000000)
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving FACP table memory at [mem 0x66ef4000-0x66ef40f3]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving DSDT table memory at [mem 0x66edc000-0x66eef4e4]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving FACS table memory at [mem 0x66c8d000-0x66c8d03f]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving FACS table memory at [mem 0x66c8d000-0x66c8d03f]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving HPET table memory at [mem 0x66ef3000-0x66ef3037]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving APIC table memory at [mem 0x66ef2000-0x66ef2083]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving MCFG table memory at [mem 0x66ef1000-0x66ef103b]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving ASF! table memory at [mem 0x66ef0000-0x66ef00a4]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving BOOT table memory at [mem 0x66edb000-0x66edb027]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving SLIC table memory at [mem 0x66eda000-0x66eda175]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving SSDT table memory at [mem 0x66ed9000-0x66ed930b]
авг 20 19:34:39 PCDebian kernel: ACPI: Reserving SSDT table memory at [mem 0x66ed7000-0x66ed868d]
авг 20 19:34:39 PCDebian kernel: No NUMA configuration found
авг 20 19:34:39 PCDebian kernel: Faking a node at [mem 0x0000000000000000-0x0000000066efffff]
авг 20 19:34:39 PCDebian kernel: NODE_DATA(0) allocated [mem 0x66a14680-0x66a3efff]
авг 20 19:34:39 PCDebian kernel: Zone ranges:
авг 20 19:34:39 PCDebian kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
авг 20 19:34:39 PCDebian kernel:   DMA32    [mem 0x0000000001000000-0x0000000066efffff]
авг 20 19:34:39 PCDebian kernel:   Normal   empty
авг 20 19:34:39 PCDebian kernel:   Device   empty
авг 20 19:34:39 PCDebian kernel: Movable zone start for each node
авг 20 19:34:39 PCDebian kernel: Early memory node ranges
авг 20 19:34:39 PCDebian kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
авг 20 19:34:39 PCDebian kernel:   node   0: [mem 0x0000000000100000-0x0000000066a3efff]
авг 20 19:34:39 PCDebian kernel:   node   0: [mem 0x0000000066ef6000-0x0000000066efffff]
авг 20 19:34:39 PCDebian kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000066efffff]
авг 20 19:34:39 PCDebian kernel: On node 0, zone DMA: 1 pages in unavailable ranges
авг 20 19:34:39 PCDebian kernel: On node 0, zone DMA: 97 pages in unavailable ranges
авг 20 19:34:39 PCDebian kernel: On node 0, zone DMA32: 1207 pages in unavailable ranges
авг 20 19:34:39 PCDebian kernel: On node 0, zone DMA32: 4352 pages in unavailable ranges
авг 20 19:34:39 PCDebian kernel: ACPI: PM-Timer IO Port: 0x408
авг 20 19:34:39 PCDebian kernel: CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
авг 20 19:34:39 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
авг 20 19:34:39 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
авг 20 19:34:39 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
авг 20 19:34:39 PCDebian kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
авг 20 19:34:39 PCDebian kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
авг 20 19:34:39 PCDebian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
авг 20 19:34:39 PCDebian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
авг 20 19:34:39 PCDebian kernel: ACPI: Using ACPI (MADT) for SMP configuration information
авг 20 19:34:39 PCDebian kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
авг 20 19:34:39 PCDebian kernel: CPU topo: Max. logical packages:   1
авг 20 19:34:39 PCDebian kernel: CPU topo: Max. logical dies:       1
авг 20 19:34:39 PCDebian kernel: CPU topo: Max. dies per package:   1
авг 20 19:34:39 PCDebian kernel: CPU topo: Max. threads per core:   1
авг 20 19:34:39 PCDebian kernel: CPU topo: Num. cores per package:     2
авг 20 19:34:39 PCDebian kernel: CPU topo: Num. threads per package:   2
авг 20 19:34:39 PCDebian kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
авг 20 19:34:39 PCDebian kernel: CPU topo: Rejected CPUs 2
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66a3f000-0x66bbefff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66bbf000-0x66ebefff]
авг 20 19:34:39 PCDebian kernel: PM: hibernation: Registered nosave memory: [mem 0x66ebf000-0x66ef5fff]
авг 20 19:34:39 PCDebian kernel: [mem 0x7f000000-0xf7ffffff] available for PCI devices
авг 20 19:34:39 PCDebian kernel: Booting paravirtualized kernel on bare hardware
авг 20 19:34:39 PCDebian kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
авг 20 19:34:39 PCDebian kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
авг 20 19:34:39 PCDebian kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u1048576
авг 20 19:34:39 PCDebian kernel: pcpu-alloc: s233472 r8192 d28672 u1048576 alloc=1*2097152
авг 20 19:34:39 PCDebian kernel: pcpu-alloc: [0] 0 1 
авг 20 19:34:39 PCDebian kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.13-rc6-amd64 root=UUID=b31f24df-eb45-4d08-b29e-c50917003d08 ro quiet
авг 20 19:34:39 PCDebian kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.13-rc6-amd64", will be passed to user space.
авг 20 19:34:39 PCDebian kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
авг 20 19:34:39 PCDebian kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
авг 20 19:34:39 PCDebian kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
авг 20 19:34:39 PCDebian kernel: Fallback order for Node 0: 0 
авг 20 19:34:39 PCDebian kernel: Built 1 zonelists, mobility grouping on.  Total pages: 420327
авг 20 19:34:39 PCDebian kernel: Policy zone: DMA32
авг 20 19:34:39 PCDebian kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
авг 20 19:34:39 PCDebian kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
авг 20 19:34:39 PCDebian kernel: ftrace: allocating 45814 entries in 179 pages
авг 20 19:34:39 PCDebian kernel: ftrace: allocated 179 pages with 5 groups
авг 20 19:34:39 PCDebian kernel: Dynamic Preempt: voluntary
авг 20 19:34:39 PCDebian kernel: rcu: Preemptible hierarchical RCU implementation.
авг 20 19:34:39 PCDebian kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
авг 20 19:34:39 PCDebian kernel:         Trampoline variant of Tasks RCU enabled.
авг 20 19:34:39 PCDebian kernel:         Rude variant of Tasks RCU enabled.
авг 20 19:34:39 PCDebian kernel:         Tracing variant of Tasks RCU enabled.
авг 20 19:34:39 PCDebian kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
авг 20 19:34:39 PCDebian kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
авг 20 19:34:39 PCDebian kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:34:39 PCDebian kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:34:39 PCDebian kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
авг 20 19:34:39 PCDebian kernel: NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
авг 20 19:34:39 PCDebian kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
авг 20 19:34:39 PCDebian kernel: spurious 8259A interrupt: IRQ7.
авг 20 19:34:39 PCDebian kernel: Console: colour VGA+ 80x25
авг 20 19:34:39 PCDebian kernel: printk: legacy console [tty0] enabled
авг 20 19:34:39 PCDebian kernel: ACPI: Core revision 20240827
авг 20 19:34:39 PCDebian kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
авг 20 19:34:39 PCDebian kernel: APIC: Switch to symmetric I/O mode setup
авг 20 19:34:39 PCDebian kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
авг 20 19:34:39 PCDebian kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cc46121e09, max_idle_ns: 881590567728 ns
авг 20 19:34:39 PCDebian kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 1995.71 BogoMIPS (lpj=3991436)
авг 20 19:34:39 PCDebian kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
авг 20 19:34:39 PCDebian kernel: Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
авг 20 19:34:39 PCDebian kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
авг 20 19:34:39 PCDebian kernel: Spectre V2 : Mitigation: Retpolines
авг 20 19:34:39 PCDebian kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
авг 20 19:34:39 PCDebian kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
авг 20 19:34:39 PCDebian kernel: Speculative Store Bypass: Vulnerable
авг 20 19:34:39 PCDebian kernel: x86/fpu: x87 FPU will use FXSAVE
авг 20 19:34:39 PCDebian kernel: Freeing SMP alternatives memory: 40K
авг 20 19:34:39 PCDebian kernel: pid_max: default: 32768 minimum: 301
авг 20 19:34:39 PCDebian kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
авг 20 19:34:39 PCDebian kernel: landlock: Up and running.
авг 20 19:34:39 PCDebian kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
авг 20 19:34:39 PCDebian kernel: AppArmor: AppArmor initialized
авг 20 19:34:39 PCDebian kernel: TOMOYO Linux initialized
авг 20 19:34:39 PCDebian kernel: LSM support for eBPF active
авг 20 19:34:39 PCDebian kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
авг 20 19:34:39 PCDebian kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
авг 20 19:34:39 PCDebian kernel: smpboot: CPU0: AMD C-60 Processor (family: 0x14, model: 0x2, stepping: 0x0)
авг 20 19:34:39 PCDebian kernel: Performance Events: AMD PMU driver.
авг 20 19:34:39 PCDebian kernel: ... version:                0
авг 20 19:34:39 PCDebian kernel: ... bit width:              48
авг 20 19:34:39 PCDebian kernel: ... generic registers:      4
авг 20 19:34:39 PCDebian kernel: ... value mask:             0000ffffffffffff
авг 20 19:34:39 PCDebian kernel: ... max period:             00007fffffffffff
авг 20 19:34:39 PCDebian kernel: ... fixed-purpose events:   0
авг 20 19:34:39 PCDebian kernel: ... event mask:             000000000000000f
авг 20 19:34:39 PCDebian kernel: signal: max sigframe size: 1440
авг 20 19:34:39 PCDebian kernel: rcu: Hierarchical SRCU implementation.
авг 20 19:34:39 PCDebian kernel: rcu:         Max phase no-delay instances is 1000.
авг 20 19:34:39 PCDebian kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
авг 20 19:34:39 PCDebian kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
авг 20 19:34:39 PCDebian kernel: smp: Bringing up secondary CPUs ...
авг 20 19:34:39 PCDebian kernel: smpboot: x86: Booting SMP configuration:
авг 20 19:34:39 PCDebian kernel: .... node  #0, CPUs:      #1
авг 20 19:34:39 PCDebian kernel: call_irq_handler: 1.55 No irq handler for vector
авг 20 19:34:39 PCDebian kernel: ------------[ cut here ]------------
авг 20 19:34:39 PCDebian kernel: workqueue: work disable count underflowed
авг 20 19:34:39 PCDebian kernel: WARNING: CPU: 1 PID: 23 at kernel/workqueue.c:4317 enable_work+0xdc/0x100
авг 20 19:34:39 PCDebian kernel: Modules linked in:
авг 20 19:34:39 PCDebian kernel: CPU: 1 UID: 0 PID: 23 Comm: cpuhp/1 Not tainted 6.13-rc6-amd64 #1  Debian 6.13~rc6-1~exp1
авг 20 19:34:39 PCDebian kernel: Hardware name: acer ICONIA Tab W500/WT1, BIOS V1.14 08/12/2011
авг 20 19:34:39 PCDebian kernel: RIP: 0010:enable_work+0xdc/0x100
авг 20 19:34:39 PCDebian kernel: Code: cc ce 01 00 74 04 31 ed eb b3 48 c7 c7 90 75 cf b6 48 89 54 24 10 89 44 24 0c 48 89 34 24 c6 05 34 cc ce 01 01 e8 f4 60 fd ff <0f> 0b 31 ed 48 8b 34 24 8b 44 24 0c 48 8b 54 24 10 eb 80 e8 3c c5
авг 20 19:34:39 PCDebian kernel: RSP: 0018:ffff9cb7c00f3e20 EFLAGS: 00010086
авг 20 19:34:39 PCDebian kernel: RAX: 0000000000000000 RBX: ffff911ea4f31240 RCX: 0000000000000003
авг 20 19:34:39 PCDebian kernel: RDX: 0000000000000000 RSI: 0000000000000003 RDI: 0000000000000001
авг 20 19:34:39 PCDebian kernel: RBP: ffff9cb7c00f3e38 R08: 0000000000000000 R09: ffff9cb7c00f3ca0
авг 20 19:34:39 PCDebian kernel: R10: ffffffffb74b4268 R11: 0000000000000003 R12: 00000000000000c3
авг 20 19:34:39 PCDebian kernel: R13: ffffffffb5ba8c00 R14: 0000000000000000 R15: ffff911ea4f21408
авг 20 19:34:39 PCDebian kernel: FS:  0000000000000000(0000) GS:ffff911ea4f00000(0000) knlGS:0000000000000000
авг 20 19:34:39 PCDebian kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
авг 20 19:34:39 PCDebian kernel: CR2: 0000000000000000 CR3: 0000000034422000 CR4: 00000000000006f0
авг 20 19:34:39 PCDebian kernel: Call Trace:
авг 20 19:34:39 PCDebian kernel:  <TASK>
авг 20 19:34:39 PCDebian kernel:  ? enable_work+0xdc/0x100
авг 20 19:34:39 PCDebian kernel:  ? __warn.cold+0x93/0xf6
авг 20 19:34:39 PCDebian kernel:  ? enable_work+0xdc/0x100
авг 20 19:34:39 PCDebian kernel:  ? report_bug+0xff/0x140
авг 20 19:34:39 PCDebian kernel:  ? handle_bug+0x58/0x90
авг 20 19:34:39 PCDebian kernel:  ? exc_invalid_op+0x17/0x70
авг 20 19:34:39 PCDebian kernel:  ? asm_exc_invalid_op+0x1a/0x20
авг 20 19:34:39 PCDebian kernel:  ? __pfx_vmstat_cpu_online+0x10/0x10
авг 20 19:34:39 PCDebian kernel:  ? enable_work+0xdc/0x100
авг 20 19:34:39 PCDebian kernel:  vmstat_cpu_online+0x61/0x70
авг 20 19:34:39 PCDebian kernel:  cpuhp_invoke_callback+0x122/0x420
авг 20 19:34:39 PCDebian kernel:  ? __pfx_smpboot_thread_fn+0x10/0x10
авг 20 19:34:39 PCDebian kernel:  cpuhp_thread_fun+0xa2/0x170
авг 20 19:34:39 PCDebian kernel:  smpboot_thread_fn+0xdd/0x1d0
авг 20 19:34:39 PCDebian kernel:  kthread+0xd2/0x100
авг 20 19:34:39 PCDebian kernel:  ? __pfx_kthread+0x10/0x10
авг 20 19:34:39 PCDebian kernel:  ret_from_fork+0x34/0x50
авг 20 19:34:39 PCDebian kernel:  ? __pfx_kthread+0x10/0x10
авг 20 19:34:39 PCDebian kernel:  ret_from_fork_asm+0x1a/0x30
авг 20 19:34:39 PCDebian kernel:  </TASK>
авг 20 19:34:39 PCDebian kernel: ---[ end trace 0000000000000000 ]---
авг 20 19:34:39 PCDebian kernel: smp: Brought up 1 node, 2 CPUs
авг 20 19:34:39 PCDebian kernel: smpboot: Total of 2 processors activated (3991.43 BogoMIPS)
авг 20 19:34:39 PCDebian kernel: node 0 deferred pages initialised in 20ms
авг 20 19:34:39 PCDebian kernel: Memory: 1484308K/1681308K available (16384K kernel code, 2503K rwdata, 11848K rodata, 4156K init, 4912K bss, 192892K reserved, 0K cma-reserved)
авг 20 19:34:39 PCDebian kernel: devtmpfs: initialized
авг 20 19:34:39 PCDebian kernel: x86/mm: Memory block size: 128MB
авг 20 19:34:39 PCDebian kernel: ACPI: PM: Registering ACPI NVS region [mem 0x66bbf000-0x66ebefff] (3145728 bytes)
авг 20 19:34:39 PCDebian kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
авг 20 19:34:39 PCDebian kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
авг 20 19:34:39 PCDebian kernel: pinctrl core: initialized pinctrl subsystem
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
авг 20 19:34:39 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
авг 20 19:34:39 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
авг 20 19:34:39 PCDebian kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
авг 20 19:34:39 PCDebian kernel: audit: initializing netlink subsys (disabled)
авг 20 19:34:39 PCDebian kernel: audit: type=2000 audit(1755707616.260:1): state=initialized audit_enabled=0 res=1
авг 20 19:34:39 PCDebian kernel: thermal_sys: Registered thermal governor 'fair_share'
авг 20 19:34:39 PCDebian kernel: thermal_sys: Registered thermal governor 'bang_bang'
авг 20 19:34:39 PCDebian kernel: thermal_sys: Registered thermal governor 'step_wise'
авг 20 19:34:39 PCDebian kernel: thermal_sys: Registered thermal governor 'user_space'
авг 20 19:34:39 PCDebian kernel: thermal_sys: Registered thermal governor 'power_allocator'
авг 20 19:34:39 PCDebian kernel: cpuidle: using governor ladder
авг 20 19:34:39 PCDebian kernel: cpuidle: using governor menu
авг 20 19:34:39 PCDebian kernel: Simple Boot Flag at 0x44 set to 0x1
авг 20 19:34:39 PCDebian kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
авг 20 19:34:39 PCDebian kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
авг 20 19:34:39 PCDebian kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as E820 entry
авг 20 19:34:39 PCDebian kernel: PCI: Using configuration type 1 for base access
авг 20 19:34:39 PCDebian kernel: mtrr: your CPUs had inconsistent variable MTRR settings
авг 20 19:34:39 PCDebian kernel: mtrr: probably your BIOS does not setup all CPUs.
авг 20 19:34:39 PCDebian kernel: mtrr: corrected configuration.
авг 20 19:34:39 PCDebian kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
авг 20 19:34:39 PCDebian kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
авг 20 19:34:39 PCDebian kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
авг 20 19:34:39 PCDebian kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
авг 20 19:34:39 PCDebian kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
авг 20 19:34:39 PCDebian kernel: ACPI: Added _OSI(Module Device)
авг 20 19:34:39 PCDebian kernel: ACPI: Added _OSI(Processor Device)
авг 20 19:34:39 PCDebian kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
авг 20 19:34:39 PCDebian kernel: ACPI: Added _OSI(Processor Aggregator Device)
авг 20 19:34:39 PCDebian kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded
авг 20 19:34:39 PCDebian kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
авг 20 19:34:39 PCDebian kernel: ACPI: EC: EC started
авг 20 19:34:39 PCDebian kernel: ACPI: EC: interrupt blocked
авг 20 19:34:39 PCDebian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
авг 20 19:34:39 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
авг 20 19:34:39 PCDebian kernel: ACPI: Interpreter enabled
авг 20 19:34:39 PCDebian kernel: ACPI: PM: (supports S0 S3 S4 S5)
авг 20 19:34:39 PCDebian kernel: ACPI: Using IOAPIC for interrupt routing
авг 20 19:34:39 PCDebian kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
авг 20 19:34:39 PCDebian kernel: PCI: Using E820 reservations for host bridge windows
авг 20 19:34:39 PCDebian kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
авг 20 19:34:39 PCDebian kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
авг 20 19:34:39 PCDebian kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce3ff])
авг 20 19:34:39 PCDebian kernel: PCI host bridge to bus 0000:00
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0x7f000000-0xf7ffffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xffffffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:00.0: [1022:1510] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: [1002:9807] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: BAR 0 [mem 0x80000000-0x8fffffff pref]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: BAR 1 [io  0x2000-0x20ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: BAR 2 [mem 0x90100000-0x9013ffff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: enabling Extended Tags
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.1: [1002:1314] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.1: BAR 0 [mem 0x90144000-0x90147fff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.1: enabling Extended Tags
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.1: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: [1022:1513] type 01 class 0x060400 PCIe Root Port
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0:   bridge window [mem 0x90000000-0x900fffff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: enabling Extended Tags
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 0 [io  0x2118-0x211f]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 1 [io  0x2124-0x2127]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 2 [io  0x2110-0x2117]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 3 [io  0x2120-0x2123]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 4 [io  0x2100-0x210f]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: BAR 5 [mem 0x9014e000-0x9014e3ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:11.0: set SATA to AHCI mode
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.0: BAR 0 [mem 0x9014d000-0x9014dfff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.2: BAR 0 [mem 0x9014c000-0x9014c0ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.2: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.0: BAR 0 [mem 0x9014b000-0x9014bfff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.2: BAR 0 [mem 0x9014a000-0x9014a0ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.2: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.2: BAR 0 [mem 0x90140000-0x90143fff 64bit]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 conventional PCI bridge
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.0: BAR 0 [mem 0x90149000-0x90149fff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.2: BAR 0 [mem 0x90148000-0x901480ff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.2: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000 conventional PCI endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: [168c:0032] type 00 class 0x028000 PCIe Endpoint
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: BAR 0 [mem 0x90000000-0x9007ffff 64bit]
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: supports D1 D2
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: extended config space not accessible
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000cbfff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000effff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0x7f000000-0xf7ffffff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xffffffff window] (subtractive decode)
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
авг 20 19:34:39 PCDebian kernel: ACPI: EC: interrupt unblocked
авг 20 19:34:39 PCDebian kernel: ACPI: EC: event unblocked
авг 20 19:34:39 PCDebian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
авг 20 19:34:39 PCDebian kernel: ACPI: EC: GPE=0x15
авг 20 19:34:39 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
авг 20 19:34:39 PCDebian kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
авг 20 19:34:39 PCDebian kernel: iommu: Default domain type: Translated
авг 20 19:34:39 PCDebian kernel: iommu: DMA domain TLB invalidation policy: lazy mode
авг 20 19:34:39 PCDebian kernel: pps_core: LinuxPPS API ver. 1 registered
авг 20 19:34:39 PCDebian kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
авг 20 19:34:39 PCDebian kernel: PTP clock support registered
авг 20 19:34:39 PCDebian kernel: EDAC MC: Ver: 3.0.0
авг 20 19:34:39 PCDebian kernel: NetLabel: Initializing
авг 20 19:34:39 PCDebian kernel: NetLabel:  domain hash size = 128
авг 20 19:34:39 PCDebian kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
авг 20 19:34:39 PCDebian kernel: NetLabel:  unlabeled traffic allowed by default
авг 20 19:34:39 PCDebian kernel: PCI: Using ACPI for IRQ routing
авг 20 19:34:39 PCDebian kernel: PCI: pci_cache_line_size set to 64 bytes
авг 20 19:34:39 PCDebian kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
авг 20 19:34:39 PCDebian kernel: e820: reserve RAM buffer [mem 0x66a3f000-0x67ffffff]
авг 20 19:34:39 PCDebian kernel: e820: reserve RAM buffer [mem 0x66f00000-0x67ffffff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: vgaarb: bridge control possible
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
авг 20 19:34:39 PCDebian kernel: vgaarb: loaded
авг 20 19:34:39 PCDebian kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
авг 20 19:34:39 PCDebian kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
авг 20 19:34:39 PCDebian kernel: clocksource: Switched to clocksource tsc-early
авг 20 19:34:39 PCDebian kernel: VFS: Disk quotas dquot_6.6.0
авг 20 19:34:39 PCDebian kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
авг 20 19:34:39 PCDebian kernel: AppArmor: AppArmor Filesystem Enabled
авг 20 19:34:39 PCDebian kernel: pnp: PnP ACPI init
авг 20 19:34:39 PCDebian kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
авг 20 19:34:39 PCDebian kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x04d6] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0680-0x06ff] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x077a] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0c14] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0c6c] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0c6f] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
авг 20 19:34:39 PCDebian kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
авг 20 19:34:39 PCDebian kernel: system 00:04: [mem 0xffe00000-0xffffffff] has been reserved
авг 20 19:34:39 PCDebian kernel: pnp: PnP ACPI: found 5 devices
авг 20 19:34:39 PCDebian kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_INET protocol family
авг 20 19:34:39 PCDebian kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
авг 20 19:34:39 PCDebian kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
авг 20 19:34:39 PCDebian kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
авг 20 19:34:39 PCDebian kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
авг 20 19:34:39 PCDebian kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
авг 20 19:34:39 PCDebian kernel: TCP: Hash tables configured (established 16384 bind 16384)
авг 20 19:34:39 PCDebian kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
авг 20 19:34:39 PCDebian kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)
авг 20 19:34:39 PCDebian kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_XDP protocol family
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
авг 20 19:34:39 PCDebian kernel: pci 0000:01:00.0: ROM [mem 0x90080000-0x9008ffff pref]: assigned
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0: PCI bridge to [bus 01]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:05.0:   bridge window [mem 0x90000000-0x900fffff]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:14.4: PCI bridge to [bus 02]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 9 [mem 0x7f000000-0xf7ffffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xffffffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:01: resource 1 [mem 0x90000000-0x900fffff]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7 window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 5 [io  0x0d00-0xffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000cbfff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 8 [mem 0x000d0000-0x000effff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 9 [mem 0x7f000000-0xf7ffffff window]
авг 20 19:34:39 PCDebian kernel: pci_bus 0000:02: resource 10 [mem 0xfc000000-0xffffffff window]
авг 20 19:34:39 PCDebian kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x740 took 18291 usecs
авг 20 19:34:39 PCDebian kernel: pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x740 took 15556 usecs
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x740 took 520025 usecs
авг 20 19:34:39 PCDebian kernel: pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x740 took 18882 usecs
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x740 took 15525 usecs
авг 20 19:34:39 PCDebian kernel: pci 0000:00:16.2: quirk_usb_early_handoff+0x0/0x740 took 15493 usecs
авг 20 19:34:39 PCDebian kernel: PCI: CLS 64 bytes, default 64
авг 20 19:34:39 PCDebian kernel: LVT offset 0 assigned for vector 0x400
авг 20 19:34:39 PCDebian kernel: perf: AMD IBS detected (0x000000ff)
авг 20 19:34:39 PCDebian kernel: Trying to unpack rootfs image as initramfs...
авг 20 19:34:39 PCDebian kernel: Initialise system trusted keyrings
авг 20 19:34:39 PCDebian kernel: Key type blacklist registered
авг 20 19:34:39 PCDebian kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
авг 20 19:34:39 PCDebian kernel: zbud: loaded
авг 20 19:34:39 PCDebian kernel: fuse: init (API version 7.41)
авг 20 19:34:39 PCDebian kernel: integrity: Platform Keyring initialized
авг 20 19:34:39 PCDebian kernel: integrity: Machine keyring initialized
авг 20 19:34:39 PCDebian kernel: Key type asymmetric registered
авг 20 19:34:39 PCDebian kernel: Asymmetric key parser 'x509' registered
авг 20 19:34:39 PCDebian kernel: tsc: Refined TSC clocksource calibration: 997.874 MHz
авг 20 19:34:39 PCDebian kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cc47d9ebd9, max_idle_ns: 881590574100 ns
авг 20 19:34:39 PCDebian kernel: clocksource: Switched to clocksource tsc
авг 20 19:34:39 PCDebian kernel: Freeing initrd memory: 116704K
авг 20 19:34:39 PCDebian kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
авг 20 19:34:39 PCDebian kernel: io scheduler mq-deadline registered
авг 20 19:34:39 PCDebian kernel: ledtrig-cpu: registered to indicate activity on CPUs
авг 20 19:34:39 PCDebian kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
авг 20 19:34:39 PCDebian kernel: Could not retrieve perf counters (-19)
авг 20 19:34:39 PCDebian kernel: thermal LNXTHERM:00: registered as thermal_zone0
авг 20 19:34:39 PCDebian kernel: ACPI: thermal: Thermal Zone [THRM] (61 C)
авг 20 19:34:39 PCDebian kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
авг 20 19:34:39 PCDebian kernel: Linux agpgart interface v0.103
авг 20 19:34:39 PCDebian kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
авг 20 19:34:39 PCDebian kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
авг 20 19:34:39 PCDebian kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
авг 20 19:34:39 PCDebian kernel: mousedev: PS/2 mouse device common for all mice
авг 20 19:34:39 PCDebian kernel: rtc_cmos 00:01: RTC can wake from S4
авг 20 19:34:39 PCDebian kernel: rtc_cmos 00:01: registered as rtc0
авг 20 19:34:39 PCDebian kernel: rtc_cmos 00:01: setting system clock to 2025-08-20T16:33:40 UTC (1755707620)
авг 20 19:34:39 PCDebian kernel: rtc_cmos 00:01: alarms up to one day, 114 bytes nvram, hpet irqs
авг 20 19:34:39 PCDebian kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_INET6 protocol family
авг 20 19:34:39 PCDebian kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
авг 20 19:34:39 PCDebian kernel: Segment Routing with IPv6
авг 20 19:34:39 PCDebian kernel: In-situ OAM (IOAM) with IPv6
авг 20 19:34:39 PCDebian kernel: mip6: Mobile IPv6
авг 20 19:34:39 PCDebian kernel: NET: Registered PF_PACKET protocol family
авг 20 19:34:39 PCDebian kernel: mpls_gso: MPLS GSO support
авг 20 19:34:39 PCDebian kernel: microcode: Current revision: 0x05000119
авг 20 19:34:39 PCDebian kernel: microcode: Updated early from: 0x05000101
авг 20 19:34:39 PCDebian kernel: IPI shorthand broadcast: enabled
авг 20 19:34:39 PCDebian kernel: sched_clock: Marking stable (4732006355, 4562662)->(4740279201, -3710184)
авг 20 19:34:39 PCDebian kernel: registered taskstats version 1
авг 20 19:34:39 PCDebian kernel: Loading compiled-in X.509 certificates
авг 20 19:34:39 PCDebian kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d759da0afc9c02092796d6f363cd4f06ecb89d91'
авг 20 19:34:39 PCDebian kernel: Demotion targets for Node 0: null
авг 20 19:34:39 PCDebian kernel: Key type .fscrypt registered
авг 20 19:34:39 PCDebian kernel: Key type fscrypt-provisioning registered
авг 20 19:34:39 PCDebian kernel: Key type encrypted registered
авг 20 19:34:39 PCDebian kernel: AppArmor: AppArmor sha256 policy hashing enabled
авг 20 19:34:39 PCDebian kernel: ima: No TPM chip found, activating TPM-bypass!
авг 20 19:34:39 PCDebian kernel: ima: Allocated hash algorithm: sha256
авг 20 19:34:39 PCDebian kernel: ima: No architecture policies found
авг 20 19:34:39 PCDebian kernel: evm: Initialising EVM extended attributes:
авг 20 19:34:39 PCDebian kernel: evm: security.selinux
авг 20 19:34:39 PCDebian kernel: evm: security.SMACK64 (disabled)
авг 20 19:34:39 PCDebian kernel: evm: security.SMACK64EXEC (disabled)
авг 20 19:34:39 PCDebian kernel: evm: security.SMACK64TRANSMUTE (disabled)
авг 20 19:34:39 PCDebian kernel: evm: security.SMACK64MMAP (disabled)
авг 20 19:34:39 PCDebian kernel: evm: security.apparmor
авг 20 19:34:39 PCDebian kernel: evm: security.ima
авг 20 19:34:39 PCDebian kernel: evm: security.capability
авг 20 19:34:39 PCDebian kernel: evm: HMAC attrs: 0x1
авг 20 19:34:39 PCDebian kernel: RAS: Correctable Errors collector initialized.
авг 20 19:34:39 PCDebian kernel: clk: Disabling unused clocks
авг 20 19:34:39 PCDebian kernel: PM: genpd: Disabling unused power domains
авг 20 19:34:39 PCDebian kernel: Freeing unused decrypted memory: 2028K
авг 20 19:34:39 PCDebian kernel: Freeing unused kernel image (initmem) memory: 4156K
авг 20 19:34:39 PCDebian kernel: Write protecting the kernel read-only data: 28672k
авг 20 19:34:39 PCDebian kernel: Freeing unused kernel image (rodata/data gap) memory: 440K
авг 20 19:34:39 PCDebian kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
авг 20 19:34:39 PCDebian kernel: Run /init as init process
авг 20 19:34:39 PCDebian kernel:   with arguments:
авг 20 19:34:39 PCDebian kernel:     /init
авг 20 19:34:39 PCDebian kernel:   with environment:
авг 20 19:34:39 PCDebian kernel:     HOME=/
авг 20 19:34:39 PCDebian kernel:     TERM=linux
авг 20 19:34:39 PCDebian kernel:     BOOT_IMAGE=/boot/vmlinuz-6.13-rc6-amd64
авг 20 19:34:39 PCDebian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
авг 20 19:34:39 PCDebian kernel: ACPI: button: Power Button [PWRB]
авг 20 19:34:39 PCDebian kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
авг 20 19:34:39 PCDebian kernel: ACPI: button: Lid Switch [LID]
авг 20 19:34:39 PCDebian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
авг 20 19:34:39 PCDebian kernel: ACPI: button: Power Button [PWRF]
авг 20 19:34:39 PCDebian kernel: ACPI: battery: Slot [BAT0] (battery absent)
авг 20 19:34:39 PCDebian kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
авг 20 19:34:39 PCDebian kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
авг 20 19:34:39 PCDebian kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
авг 20 19:34:39 PCDebian kernel: piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
авг 20 19:34:39 PCDebian kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
авг 20 19:34:39 PCDebian kernel: i2c i2c-4: Successfully instantiated SPD at 0x50
авг 20 19:34:39 PCDebian kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
авг 20 19:34:39 PCDebian kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
авг 20 19:34:39 PCDebian kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
авг 20 19:34:39 PCDebian kernel: SCSI subsystem initialized
авг 20 19:34:39 PCDebian kernel: ACPI: bus type drm_connector registered
авг 20 19:34:39 PCDebian kernel: ACPI: bus type USB registered
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver usbfs
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver hub
авг 20 19:34:39 PCDebian kernel: usbcore: registered new device driver usb
авг 20 19:34:39 PCDebian kernel: libata version 3.00 loaded.
авг 20 19:34:39 PCDebian kernel: Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
авг 20 19:34:39 PCDebian kernel: QUIRK: Enable AMD PLL fix
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: debug port 1
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0x9014c000
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
авг 20 19:34:39 PCDebian kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb1: Product: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: usb usb1: Manufacturer: Linux 6.13-rc6-amd64 ehci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb1: SerialNumber: 0000:00:12.2
авг 20 19:34:39 PCDebian kernel: hub 1-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 1-0:1.0: 5 ports detected
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: debug port 1
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0x9014a000
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
авг 20 19:34:39 PCDebian kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb2: Product: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: usb usb2: Manufacturer: Linux 6.13-rc6-amd64 ehci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb2: SerialNumber: 0000:00:13.2
авг 20 19:34:39 PCDebian kernel: hub 2-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 2-0:1.0: 5 ports detected
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: debug port 1
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0x90148000
авг 20 19:34:39 PCDebian kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
авг 20 19:34:39 PCDebian kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb3: Product: EHCI Host Controller
авг 20 19:34:39 PCDebian kernel: usb usb3: Manufacturer: Linux 6.13-rc6-amd64 ehci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb3: SerialNumber: 0000:00:16.2
авг 20 19:34:39 PCDebian kernel: hub 3-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 3-0:1.0: 4 ports detected
авг 20 19:34:39 PCDebian kernel: ahci 0000:00:11.0: version 3.0
авг 20 19:34:39 PCDebian kernel: ahci 0000:00:11.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
авг 20 19:34:39 PCDebian kernel: ahci 0000:00:11.0: 1/1 ports implemented (port mask 0x1)
авг 20 19:34:39 PCDebian kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0x9014d000
авг 20 19:34:39 PCDebian kernel: scsi host0: ahci
авг 20 19:34:39 PCDebian kernel: ata1: SATA max UDMA/133 abar m1024@0x9014e000 port 0x9014e100 irq 19 lpm-pol 3
авг 20 19:34:39 PCDebian kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb4: Product: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: usb usb4: Manufacturer: Linux 6.13-rc6-amd64 ohci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb4: SerialNumber: 0000:00:12.0
авг 20 19:34:39 PCDebian kernel: hub 4-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 4-0:1.0: 5 ports detected
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0x9014b000
авг 20 19:34:39 PCDebian kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb5: Product: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: usb usb5: Manufacturer: Linux 6.13-rc6-amd64 ohci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb5: SerialNumber: 0000:00:13.0
авг 20 19:34:39 PCDebian kernel: hub 5-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 5-0:1.0: 5 ports detected
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 6
авг 20 19:34:39 PCDebian kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0x90149000
авг 20 19:34:39 PCDebian kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
авг 20 19:34:39 PCDebian kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
авг 20 19:34:39 PCDebian kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
авг 20 19:34:39 PCDebian kernel: usb usb6: Product: OHCI PCI host controller
авг 20 19:34:39 PCDebian kernel: usb usb6: Manufacturer: Linux 6.13-rc6-amd64 ohci_hcd
авг 20 19:34:39 PCDebian kernel: usb usb6: SerialNumber: 0000:00:16.0
авг 20 19:34:39 PCDebian kernel: hub 6-0:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 6-0:1.0: 4 ports detected
авг 20 19:34:39 PCDebian kernel: usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
авг 20 19:34:39 PCDebian kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 1-1: Product: USB2.1 Hub
авг 20 19:34:39 PCDebian kernel: usb 1-1: Manufacturer: GenesysLogic
авг 20 19:34:39 PCDebian kernel: hub 1-1:1.0: USB hub found
авг 20 19:34:39 PCDebian kernel: hub 1-1:1.0: 4 ports detected
авг 20 19:34:39 PCDebian kernel: usb 1-3: new high-speed USB device number 3 using ehci-pci
авг 20 19:34:39 PCDebian kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
авг 20 19:34:39 PCDebian kernel: ata1.00: ATA-9: GOLDEN MEMORY-128GB, V0127A0, max UDMA/133
авг 20 19:34:39 PCDebian kernel: ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
авг 20 19:34:39 PCDebian kernel: ata1.00: configured for UDMA/133
авг 20 19:34:39 PCDebian kernel: usb 5-1: new full-speed USB device number 2 using ohci-pci
авг 20 19:34:39 PCDebian kernel: scsi 0:0:0:0: Direct-Access     ATA      GOLDEN MEMORY-12 7A0  PQ: 0 ANSI: 5
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] Write Protect is off
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
авг 20 19:34:39 PCDebian kernel:  sda: sda1
авг 20 19:34:39 PCDebian kernel: sd 0:0:0:0: [sda] Attached SCSI disk
авг 20 19:34:39 PCDebian kernel: usb 1-3: New USB device found, idVendor=0bda, idProduct=0138, bcdDevice=38.82
авг 20 19:34:39 PCDebian kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
авг 20 19:34:39 PCDebian kernel: usb 1-3: Product: USB2.0-CRW
авг 20 19:34:39 PCDebian kernel: usb 1-3: Manufacturer: Generic
авг 20 19:34:39 PCDebian kernel: usb 1-3: SerialNumber: 20090516388200000
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: new high-speed USB device number 4 using ehci-pci
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver usb-storage
авг 20 19:34:39 PCDebian kernel: usb 5-1: New USB device found, idVendor=0eef, idProduct=7302, bcdDevice=20.04
авг 20 19:34:39 PCDebian kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 5-1: Product: USB TouchController
авг 20 19:34:39 PCDebian kernel: usb 5-1: Manufacturer: eGalax Inc.
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver uas
авг 20 19:34:39 PCDebian kernel: ums-realtek 1-3:1.0: USB Mass Storage device detected
авг 20 19:34:39 PCDebian kernel: scsi host1: usb-storage 1-3:1.0
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver ums-realtek
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: New USB device found, idVendor=14cd, idProduct=6116, bcdDevice= 2.20
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=2
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: Product: USB Mass Storage Device
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: Manufacturer: Generic     
авг 20 19:34:39 PCDebian kernel: usb 1-1.1: SerialNumber: 116AC2101219
авг 20 19:34:39 PCDebian kernel: usb-storage 1-1.1:1.0: USB Mass Storage device detected
авг 20 19:34:39 PCDebian kernel: scsi host2: usb-storage 1-1.1:1.0
авг 20 19:34:39 PCDebian kernel: hid: raw HID events driver (C) Jiri Kosina
авг 20 19:34:39 PCDebian kernel: usbcore: registered new interface driver usbhid
авг 20 19:34:39 PCDebian kernel: usbhid: USB HID core driver
авг 20 19:34:39 PCDebian kernel: usb 1-1.2: new low-speed USB device number 5 using ehci-pci
авг 20 19:34:39 PCDebian kernel: input: eGalax Inc. USB TouchController Touchscreen as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input5
авг 20 19:34:39 PCDebian kernel: input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input6
авг 20 19:34:39 PCDebian kernel: hid-generic 0003:0EEF:7302.0001: input,hiddev0,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:13.0-1/input0
авг 20 19:34:39 PCDebian kernel: input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input8
авг 20 19:34:39 PCDebian kernel: input: eGalax Inc. USB TouchController Touchscreen as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:0EEF:7302.0001/input/input11
авг 20 19:34:39 PCDebian kernel: hid-multitouch 0003:0EEF:7302.0001: input,hiddev0,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:13.0-1/input0
авг 20 19:34:39 PCDebian kernel: usb 1-1.2: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
авг 20 19:34:39 PCDebian kernel: usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 1-1.2: Product:  USB OPTICAL MOUSE
авг 20 19:34:39 PCDebian kernel: input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:0000:3825.0002/input/input12
авг 20 19:34:39 PCDebian kernel: hid-generic 0003:0000:3825.0002: input,hidraw1: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:12.2-1.2/input0
авг 20 19:34:39 PCDebian kernel: usb 2-3: new high-speed USB device number 3 using ehci-pci
авг 20 19:34:39 PCDebian kernel: usb 1-1.3: new low-speed USB device number 6 using ehci-pci
авг 20 19:34:39 PCDebian kernel: usb 1-1.3: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
авг 20 19:34:39 PCDebian kernel: usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 1-1.3: Product: USB Keyboard
авг 20 19:34:39 PCDebian kernel: usb 1-1.3: Manufacturer: SEM
авг 20 19:34:39 PCDebian kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.0/0003:1A2C:2124.0003/input/input13
авг 20 19:34:39 PCDebian kernel: usb 2-3: New USB device found, idVendor=058f, idProduct=b002, bcdDevice= 0.02
авг 20 19:34:39 PCDebian kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 2-3: Product: 1.3M Rear
авг 20 19:34:39 PCDebian kernel: usb 2-3: Manufacturer: Alcor Corp.
авг 20 19:34:39 PCDebian kernel: usb 2-4: new high-speed USB device number 4 using ehci-pci
авг 20 19:34:39 PCDebian kernel: usb 2-4: New USB device found, idVendor=058f, idProduct=b002, bcdDevice= 0.02
авг 20 19:34:39 PCDebian kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
авг 20 19:34:39 PCDebian kernel: usb 2-4: Product: 1.3M Front
авг 20 19:34:39 PCDebian kernel: usb 2-4: Manufacturer: Alcor Corp.
авг 20 19:34:39 PCDebian kernel: scsi 1:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
авг 20 19:34:39 PCDebian kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
авг 20 19:34:39 PCDebian kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
авг 20 19:34:39 PCDebian kernel: scsi 2:0:0:0: Direct-Access        Mass  Storage Device        PQ: 0 ANSI: 0
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] 234441646 512-byte logical blocks: (120 GB/112 GiB)
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] Write Protect is off
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] Mode Sense: 03 00 00 00
авг 20 19:34:39 PCDebian kernel: [drm] radeon kernel modesetting enabled.
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: vgaarb: deactivate vga console
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] No Caching mode page found
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] Assuming drive cache: write through
авг 20 19:34:39 PCDebian kernel: Console: switching to colour dummy device 80x25
авг 20 19:34:39 PCDebian kernel: [drm] initializing kernel modesetting (PALM 0x1002:0x9807 0x1025:0x0577 0x00).
авг 20 19:34:39 PCDebian kernel: resource: resource sanity check: requesting [mem 0x00000000000c0000-0x00000000000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000cbfff window]
авг 20 19:34:39 PCDebian kernel: caller pci_map_rom+0x69/0x1a0 mapping multiple BARs
авг 20 19:34:39 PCDebian kernel: ATOM BIOS: Acer
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
авг 20 19:34:39 PCDebian kernel: [drm] Detected VRAM RAM=384M, BAR=256M
авг 20 19:34:39 PCDebian kernel: [drm] RAM width 32bits DDR
авг 20 19:34:39 PCDebian kernel: [drm] radeon: 384M of VRAM memory ready
авг 20 19:34:39 PCDebian kernel: [drm] radeon: 1024M of GTT memory ready.
авг 20 19:34:39 PCDebian kernel: [drm] Loading PALM Microcode
авг 20 19:34:39 PCDebian kernel: [drm] Internal thermal controller without fan control
авг 20 19:34:39 PCDebian kernel: [drm] Found smc ucode version: 0x00010601
авг 20 19:34:39 PCDebian kernel: [drm] radeon: dpm initialized
авг 20 19:34:39 PCDebian kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
авг 20 19:34:39 PCDebian kernel:  sdc: sdc1 sdc2 < sdc5 >
авг 20 19:34:39 PCDebian kernel: hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:12.2-1.3/input0
авг 20 19:34:39 PCDebian kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
авг 20 19:34:39 PCDebian kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2124.0004/input/input14
авг 20 19:34:39 PCDebian kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: WB enabled
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: radeon: MSI limited to 32-bit
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: radeon: using MSI.
авг 20 19:34:39 PCDebian kernel: [drm] radeon: irq initialized.
авг 20 19:34:39 PCDebian kernel: [drm] ring test on 0 succeeded in 1 usecs
авг 20 19:34:39 PCDebian kernel: [drm] ring test on 3 succeeded in 3 usecs
авг 20 19:34:39 PCDebian kernel: [drm] ring test on 5 succeeded in 1 usecs
авг 20 19:34:39 PCDebian kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2124.0004/input/input15
авг 20 19:34:39 PCDebian kernel: hid-generic 0003:1A2C:2124.0004: input,hidraw3: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:12.2-1.3/input1
авг 20 19:34:39 PCDebian kernel: [drm] UVD initialized successfully.
авг 20 19:34:39 PCDebian kernel: [drm] ib test on ring 0 succeeded in 0 usecs
авг 20 19:34:39 PCDebian kernel: [drm] ib test on ring 3 succeeded in 0 usecs
авг 20 19:34:39 PCDebian kernel: [drm] ib test on ring 5 succeeded
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: [drm] Skipping radeon atom DIG backlight registration
авг 20 19:34:39 PCDebian kernel: ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec, please fix the firmware. (20240827/exsystem-142)
авг 20 19:34:39 PCDebian kernel: acpi device:00: registered as cooling_device2
авг 20 19:34:39 PCDebian kernel: [drm] Radeon Display Connectors
авг 20 19:34:39 PCDebian kernel: [drm] Connector 0:
авг 20 19:34:39 PCDebian kernel: [drm]   LVDS-1
авг 20 19:34:39 PCDebian kernel: [drm]   HPD1
авг 20 19:34:39 PCDebian kernel: [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
авг 20 19:34:39 PCDebian kernel: [drm]   Encoders:
авг 20 19:34:39 PCDebian kernel: [drm]     LCD1: INTERNAL_UNIPHY
авг 20 19:34:39 PCDebian kernel: [drm] Connector 1:
авг 20 19:34:39 PCDebian kernel: [drm]   HDMI-A-1
авг 20 19:34:39 PCDebian kernel: [drm]   HPD2
авг 20 19:34:39 PCDebian kernel: [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
авг 20 19:34:39 PCDebian kernel: [drm]   Encoders:
авг 20 19:34:39 PCDebian kernel: [drm]     DFP1: INTERNAL_UNIPHY
авг 20 19:34:39 PCDebian kernel: [drm] Initialized radeon 2.50.0 for 0000:00:01.0 on minor 0
авг 20 19:34:39 PCDebian kernel: [drm] fb mappable at 0x80366000
авг 20 19:34:39 PCDebian kernel: [drm] vram apper at 0x80000000
авг 20 19:34:39 PCDebian kernel: [drm] size 4096000
авг 20 19:34:39 PCDebian kernel: [drm] fb depth is 24
авг 20 19:34:39 PCDebian kernel: [drm]    pitch is 5120
авг 20 19:34:39 PCDebian kernel: fbcon: radeondrmfb (fb0) is primary device
авг 20 19:34:39 PCDebian kernel: Console: switching to colour frame buffer device 160x50
авг 20 19:34:39 PCDebian kernel: radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
авг 20 19:34:39 PCDebian kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [(udev-worker):178]
авг 20 19:34:39 PCDebian kernel: Modules linked in: amdgpu(+) amdxcp drm_exec gpu_sched drm_buddy crc16 radeon hid_multitouch hid_generic usbhid hid drm_ttm_helper ttm i2c_algo_bit ums_realtek uas drm_suballoc_helper usb_storage drm_display_helper cec sd_mod rc_core ohci_pci ahci drm_client_lib libahci ehci_pci ehci_hcd ohci_hcd libata drm_kms_helper usbcore drm scsi_mod sp5100_tco watchdog serio_raw i2c_piix4 video usb_common scsi_common i2c_smbus battery wmi button
авг 20 19:34:39 PCDebian kernel: CPU: 0 UID: 0 PID: 178 Comm: (udev-worker) Tainted: G        W          6.13-rc6-amd64 #1  Debian 6.13~rc6-1~exp1
авг 20 19:34:39 PCDebian kernel: Tainted: [W]=WARN
авг 20 19:34:39 PCDebian kernel: Hardware name: acer ICONIA Tab W500/WT1, BIOS V1.14 08/12/2011
авг 20 19:34:39 PCDebian kernel: RIP: 0010:find_kallsyms_symbol+0xb7/0x170
авг 20 19:34:39 PCDebian kernel: Code: 74 21 48 8b 48 08 49 39 c9 0f 82 99 00 00 00 48 39 cd 0f 83 9c 00 00 00 48 89 cd 41 89 d4 0f 1f 44 00 00 83 c2 01 48 83 c0 18 <39> d7 74 32 66 83 78 06 00 74 ee 8b 08 49 03 48 10 0f b6 31 40 84
авг 20 19:34:39 PCDebian kernel: RSP: 0018:ffff9cb7c04eb698 EFLAGS: 00000292
авг 20 19:34:39 PCDebian kernel: RAX: ffffffffc0c40470 RBX: ffffffffc146de30 RCX: ffffffffc0ef8390
авг 20 19:34:39 PCDebian kernel: RDX: 000000000000122f RSI: 0000000000000064 RDI: 000000000000b497
авг 20 19:34:39 PCDebian kernel: RBP: ffffffffc0ef8390 R08: ffffffffc0dd9b90 R09: ffffffffc1154c74
авг 20 19:34:39 PCDebian kernel: R10: 0000000000000000 R11: ffff9cb7c04eb738 R12: 000000000000122e
авг 20 19:34:39 PCDebian kernel: R13: ffff9cb7c04eb746 R14: 0000000000000000 R15: 0000000000000000
авг 20 19:34:39 PCDebian kernel: FS:  00007f9105f5a980(0000) GS:ffff911ea4e00000(0000) knlGS:0000000000000000
авг 20 19:34:39 PCDebian kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
авг 20 19:34:39 PCDebian kernel: CR2: 000055b250a22048 CR3: 0000000012560000 CR4: 00000000000006f0
авг 20 19:34:39 PCDebian kernel: Call Trace:
авг 20 19:34:39 PCDebian kernel:  <IRQ>
авг 20 19:34:39 PCDebian kernel:  ? watchdog_timer_fn.cold+0x3d/0xa1
авг 20 19:34:39 PCDebian kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
авг 20 19:34:39 PCDebian kernel:  ? __hrtimer_run_queues+0x132/0x2a0
авг 20 19:34:39 PCDebian kernel:  ? hrtimer_interrupt+0xff/0x230
авг 20 19:34:39 PCDebian kernel:  ? __sysvec_apic_timer_interrupt+0x55/0x100
авг 20 19:34:39 PCDebian kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
авг 20 19:34:39 PCDebian kernel:  </IRQ>
авг 20 19:34:39 PCDebian kernel:  <TASK>
авг 20 19:34:39 PCDebian kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
авг 20 19:34:39 PCDebian kernel:  ? __pfx_dce_v10_0_crtc_set_base+0x10/0x10 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  ? mod_hdcp_hdcp2_dp_transition+0x9a0/0x9a0 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  ? bios_parser_enable_crtc+0x4/0x30 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  ? __pfx_dce_v10_0_crtc_set_base+0x10/0x10 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  ? find_kallsyms_symbol+0xb7/0x170
авг 20 19:34:39 PCDebian kernel:  ? bios_parser_enable_crtc+0x4/0x30 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  module_address_lookup+0x5f/0xb0
авг 20 19:34:39 PCDebian kernel:  ? bios_parser_enable_crtc+0x4/0x30 [amdgpu]
авг 20 19:34:39 PCDebian kernel:  kallsyms_lookup_buildid+0xbb/0x120
авг 20 19:34:39 PCDebian kernel:  kallsyms_lookup+0x18/0x30
авг 20 19:34:39 PCDebian kernel:  test_for_valid_rec+0x64/0xb0
авг 20 19:34:39 PCDebian kernel:  ftrace_module_enable+0x1d3/0x320
авг 20 19:34:39 PCDebian kernel:  load_module+0x1a6b/0x1eb0
авг 20 19:34:39 PCDebian kernel:  ? __slab_free+0xdf/0x2e0
авг 20 19:34:39 PCDebian kernel:  ? init_module_from_file+0x89/0xe0
авг 20 19:34:39 PCDebian kernel:  init_module_from_file+0x89/0xe0
авг 20 19:34:39 PCDebian kernel:  idempotent_init_module+0x115/0x310
авг 20 19:34:39 PCDebian kernel:  __x64_sys_finit_module+0x65/0xc0
авг 20 19:34:39 PCDebian kernel:  do_syscall_64+0x82/0x190
авг 20 19:34:39 PCDebian kernel:  ? vfs_read+0x29c/0x370
авг 20 19:34:39 PCDebian kernel:  ? __x64_sys_pread64+0x9f/0xc0
авг 20 19:34:39 PCDebian kernel:  ? syscall_exit_to_user_mode+0x4d/0x210
авг 20 19:34:39 PCDebian kernel:  ? do_syscall_64+0x8e/0x190
авг 20 19:34:39 PCDebian kernel:  ? __x64_sys_pread64+0x9f/0xc0
авг 20 19:34:39 PCDebian kernel:  ? syscall_exit_to_user_mode+0x4d/0x210
авг 20 19:34:39 PCDebian kernel:  ? do_syscall_64+0x8e/0x190
авг 20 19:34:39 PCDebian kernel:  ? syscall_exit_to_user_mode+0x4d/0x210
авг 20 19:34:39 PCDebian kernel:  ? do_syscall_64+0x8e/0x190
авг 20 19:34:39 PCDebian kernel:  ? do_syscall_64+0x8e/0x190
авг 20 19:34:39 PCDebian kernel:  ? syscall_exit_to_user_mode+0x4d/0x210
авг 20 19:34:39 PCDebian kernel:  ? do_syscall_64+0x8e/0x190
авг 20 19:34:39 PCDebian kernel:  ? exc_page_fault+0x7e/0x180
авг 20 19:34:39 PCDebian kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
авг 20 19:34:39 PCDebian kernel: RIP: 0033:0x7f9106ab6779
авг 20 19:34:39 PCDebian kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 4f 86 0d 00 f7 d8 64 89 01 48
авг 20 19:34:39 PCDebian kernel: RSP: 002b:00007ffc48ba2d48 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
авг 20 19:34:39 PCDebian kernel: RAX: ffffffffffffffda RBX: 000055b250a207b0 RCX: 00007f9106ab6779
авг 20 19:34:39 PCDebian kernel: RDX: 0000000000000004 RSI: 00007f910527c44d RDI: 000000000000002a
авг 20 19:34:39 PCDebian kernel: RBP: 0000000000000004 R08: 0000000000000000 R09: 000055b2509fafd0
авг 20 19:34:39 PCDebian kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007f910527c44d
авг 20 19:34:39 PCDebian kernel: R13: 0000000000020000 R14: 000055b250a19390 R15: 0000000000000000
авг 20 19:34:39 PCDebian kernel:  </TASK>
авг 20 19:34:39 PCDebian kernel: [drm] amdgpu kernel modesetting enabled.
авг 20 19:34:39 PCDebian kernel: amdgpu: Virtual CRAT table created for CPU
авг 20 19:34:39 PCDebian kernel: amdgpu: Topology: Add CPU node
авг 20 19:34:39 PCDebian kernel: raid6: sse2x4   gen()  1294 MB/s
авг 20 19:34:39 PCDebian kernel: raid6: sse2x2   gen()  1438 MB/s
авг 20 19:34:39 PCDebian kernel: raid6: sse2x1   gen()  1185 MB/s
авг 20 19:34:39 PCDebian kernel: raid6: using algorithm sse2x2 gen() 1438 MB/s
авг 20 19:34:39 PCDebian kernel: raid6: .... xor() 916 MB/s, rmw enabled
авг 20 19:34:39 PCDebian kernel: raid6: using ssse3x2 recovery algorithm
авг 20 19:34:39 PCDebian kernel: xor: measuring software checksum speed
авг 20 19:34:39 PCDebian kernel:    prefetch64-sse  :  2352 MB/sec
авг 20 19:34:39 PCDebian kernel:    generic_sse     :  2240 MB/sec
авг 20 19:34:39 PCDebian kernel: xor: using function: prefetch64-sse (2352 MB/sec)
авг 20 19:34:39 PCDebian kernel: Btrfs loaded, zoned=yes, fsverity=yes
авг 20 19:34:39 PCDebian kernel: PM: Image not found (code -22)
авг 20 19:34:39 PCDebian kernel: EXT4-fs (sdc1): orphan cleanup on readonly fs
авг 20 19:34:39 PCDebian kernel: EXT4-fs (sdc1): mounted filesystem b31f24df-eb45-4d08-b29e-c50917003d08 ro with ordered data mode. Quota mode: none.
авг 20 19:34:39 PCDebian kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
авг 20 19:34:39 PCDebian systemd[1]: Inserted module 'autofs4'
авг 20 19:34:39 PCDebian systemd[1]: systemd 257.7-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
авг 20 19:34:39 PCDebian systemd[1]: Detected architecture x86-64.
авг 20 19:34:39 PCDebian systemd[1]: Hostname set to <PCDebian>.
авг 20 19:34:39 PCDebian systemd[1]: bpf-restrict-fs: LSM BPF program attached
авг 20 19:34:39 PCDebian systemd[1]: Queued start job for default target graphical.target.
авг 20 19:34:39 PCDebian systemd[1]: Created slice system-getty.slice - Slice /system/getty.
авг 20 19:34:39 PCDebian systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
авг 20 19:34:39 PCDebian systemd[1]: Created slice user.slice - User and Session Slice.
авг 20 19:34:39 PCDebian systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
авг 20 19:34:39 PCDebian systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
авг 20 19:34:39 PCDebian systemd[1]: Expecting device dev-disk-by\x2duuid-c9d13b78\x2dd30e\x2d4550\x2da4bd\x2dcec59cae0aba.device - /dev/disk/by-uuid/c9d13b78-d30e-4550-a4bd-cec59cae0aba...
авг 20 19:34:39 PCDebian systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
авг 20 19:34:39 PCDebian systemd[1]: Reached target remote-fs.target - Remote File Systems.
авг 20 19:34:39 PCDebian systemd[1]: Reached target slices.target - Slice Units.
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
авг 20 19:34:39 PCDebian systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:34:39 PCDebian systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
авг 20 19:34:39 PCDebian systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
авг 20 19:34:39 PCDebian systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
авг 20 19:34:39 PCDebian systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
авг 20 19:34:39 PCDebian systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
авг 20 19:34:39 PCDebian systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
авг 20 19:34:39 PCDebian systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
авг 20 19:34:39 PCDebian systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
авг 20 19:34:39 PCDebian systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
авг 20 19:34:39 PCDebian systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
авг 20 19:34:39 PCDebian systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
авг 20 19:34:39 PCDebian systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
авг 20 19:34:39 PCDebian systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
авг 20 19:34:39 PCDebian systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
авг 20 19:34:39 PCDebian systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-journald.service - Journal Service...
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
авг 20 19:34:39 PCDebian systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
авг 20 19:34:39 PCDebian systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
авг 20 19:34:39 PCDebian systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
авг 20 19:34:39 PCDebian systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
авг 20 19:34:39 PCDebian systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
авг 20 19:34:39 PCDebian systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
авг 20 19:34:39 PCDebian systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
авг 20 19:34:39 PCDebian systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
авг 20 19:34:39 PCDebian systemd[1]: modprobe@configfs.service: Deactivated successfully.
авг 20 19:34:39 PCDebian systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
авг 20 19:34:39 PCDebian systemd[1]: modprobe@drm.service: Deactivated successfully.
авг 20 19:34:39 PCDebian systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
авг 20 19:34:39 PCDebian systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
авг 20 19:34:39 PCDebian systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
авг 20 19:34:39 PCDebian systemd[1]: modprobe@fuse.service: Deactivated successfully.
авг 20 19:34:39 PCDebian systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
авг 20 19:34:39 PCDebian systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
авг 20 19:34:39 PCDebian systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
авг 20 19:34:39 PCDebian systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
авг 20 19:34:39 PCDebian systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
авг 20 19:34:39 PCDebian kernel: EXT4-fs (sdc1): re-mounted b31f24df-eb45-4d08-b29e-c50917003d08 r/w. Quota mode: none.
авг 20 19:34:39 PCDebian systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
авг 20 19:34:39 PCDebian systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
авг 20 19:34:39 PCDebian systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
авг 20 19:34:39 PCDebian systemd-journald[289]: Collecting audit messages is disabled.
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
авг 20 19:34:39 PCDebian systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
авг 20 19:34:39 PCDebian systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
авг 20 19:34:39 PCDebian kernel: random: crng init done
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
авг 20 19:34:39 PCDebian systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
авг 20 19:34:39 PCDebian systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
авг 20 19:34:39 PCDebian systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
авг 20 19:34:39 PCDebian systemd[1]: Started systemd-journald.service - Journal Service.
авг 20 19:34:41 PCDebian systemd-journald[289]: Received client request to flush runtime journal.
авг 20 19:34:41 PCDebian kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
авг 20 19:34:41 PCDebian kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
авг 20 19:34:41 PCDebian kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
авг 20 19:34:42 PCDebian kernel: ACPI: AC: AC Adapter [AC0] (on-line)
авг 20 19:34:43 PCDebian kernel: Adding 1679356k swap on /dev/sdc5.  Priority:-2 extents:1 across:1679356k 
авг 20 19:34:43 PCDebian kernel: mc: Linux media interface: v0.10
авг 20 19:34:43 PCDebian kernel: at24 4-0050: supply vcc not found, using dummy regulator
авг 20 19:34:43 PCDebian kernel: at24 4-0050: 256 byte spd EEPROM, read-only
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.223:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=396 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.227:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=397 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: input: PC Speaker as /devices/platform/pcspkr/input/input16
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.247:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=402 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.259:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=401 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: acpi_cpufreq: overriding BIOS provided _PSD data
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.287:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=404 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.327:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=405 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.359:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=406 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.387:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=407 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.479:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Xorg" pid=403 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: audit: type=1400 audit(1755707684.491:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=409 comm="apparmor_parser"
авг 20 19:34:44 PCDebian kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
авг 20 19:34:44 PCDebian kernel: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
авг 20 19:34:44 PCDebian kernel: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
авг 20 19:34:44 PCDebian kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
авг 20 19:34:44 PCDebian kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
авг 20 19:34:44 PCDebian kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
авг 20 19:34:44 PCDebian kernel: acer_wmi: Function bitmap for Communication Button: 0x801
авг 20 19:34:44 PCDebian kernel: input: Acer WMI hotkeys as /devices/virtual/input/input17
авг 20 19:34:44 PCDebian kernel: input: Acer BMA150 accelerometer as /devices/virtual/input/input18
авг 20 19:34:45 PCDebian kernel: videodev: Linux video capture interface: v2.00
авг 20 19:34:45 PCDebian kernel: usb 5-5: new full-speed USB device number 3 using ohci-pci
авг 20 19:34:45 PCDebian kernel: usb 5-5: New USB device found, idVendor=0489, idProduct=e048, bcdDevice= 0.01
авг 20 19:34:45 PCDebian kernel: usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
авг 20 19:34:45 PCDebian kernel: usb 5-5: Product: Bluetooth USB Host Controller
авг 20 19:34:45 PCDebian kernel: usb 5-5: Manufacturer: Atheros Communications
авг 20 19:34:45 PCDebian kernel: usb 5-5: SerialNumber: Alaska Day 2006
авг 20 19:34:45 PCDebian kernel: snd_hda_intel 0000:00:01.1: bound 0000:00:01.0 (ops radeon_audio_component_bind_ops [radeon])
авг 20 19:34:45 PCDebian kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input19
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: ALC269VB: picked fixup  for PCI SSID 1025:0000
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: ALC269VB: SKU not ready 0x411111f0
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
авг 20 19:34:46 PCDebian kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x12
авг 20 19:34:46 PCDebian kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/input20
авг 20 19:34:46 PCDebian kernel: input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input21
авг 20 19:34:46 PCDebian kernel: usb 2-3: Found UVC 1.00 device 1.3M Rear (058f:b002)
авг 20 19:34:46 PCDebian kernel: usb 2-4: Found UVC 1.00 device 1.3M Front (058f:b002)
авг 20 19:34:46 PCDebian kernel: usbcore: registered new interface driver uvcvideo
авг 20 19:34:49 PCDebian kernel: kvm_amd: Nested Virtualization enabled
авг 20 19:34:49 PCDebian kernel: kvm_amd: Nested Paging enabled
авг 20 19:34:49 PCDebian kernel: kvm_amd: LBR virtualization supported
авг 20 19:34:50 PCDebian kernel: Bluetooth: Core ver 2.22
авг 20 19:34:50 PCDebian kernel: NET: Registered PF_BLUETOOTH protocol family
авг 20 19:34:50 PCDebian kernel: Bluetooth: HCI device and connection manager initialized
авг 20 19:34:50 PCDebian kernel: Bluetooth: HCI socket layer initialized
авг 20 19:34:50 PCDebian kernel: Bluetooth: L2CAP socket layer initialized
авг 20 19:34:50 PCDebian kernel: Bluetooth: SCO socket layer initialized
авг 20 19:34:50 PCDebian kernel: ath: phy0: ASPM enabled: 0x42
авг 20 19:34:50 PCDebian kernel: ath: EEPROM regdomain: 0x6c
авг 20 19:34:50 PCDebian kernel: ath: EEPROM indicates we should expect a direct regpair map
авг 20 19:34:50 PCDebian kernel: ath: Country alpha2 being used: 00
авг 20 19:34:50 PCDebian kernel: ath: Regpair used: 0x6c
авг 20 19:34:50 PCDebian kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
авг 20 19:34:50 PCDebian kernel: ieee80211 phy0: Atheros AR9485 Rev:1 mem=0x00000000966aa34e, irq=17
авг 20 19:34:50 PCDebian kernel: ath9k 0000:01:00.0 wlp1s0: renamed from wlan0
авг 20 19:34:50 PCDebian kernel: usbcore: registered new interface driver btusb
авг 20 19:34:50 PCDebian kernel: Bluetooth: hci0: unexpected cc 0x201c length: 5 < 9
авг 20 19:34:50 PCDebian kernel: Bluetooth: hci0: Opcode 0x201c failed: -38
авг 20 19:34:50 PCDebian kernel: NET: Registered PF_QIPCRTR protocol family
авг 20 19:34:52 PCDebian kernel: kauditd_printk_skb: 97 callbacks suppressed
авг 20 19:34:52 PCDebian kernel: audit: type=1400 audit(1755707692.395:109): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=721 comm="Xorg" capability=12  capname="net_admin"
авг 20 19:34:53 PCDebian kernel: wlp1s0: authenticate with 74:da:88:ed:ec:2e (local address=e4:d5:3d:88:fa:fb)
авг 20 19:34:53 PCDebian kernel: wlp1s0: send auth to 74:da:88:ed:ec:2e (try 1/3)
авг 20 19:34:53 PCDebian kernel: wlp1s0: authenticated
авг 20 19:34:53 PCDebian kernel: wlp1s0: associate with 74:da:88:ed:ec:2e (try 1/3)
авг 20 19:34:53 PCDebian kernel: wlp1s0: RX AssocResp from 74:da:88:ed:ec:2e (capab=0x411 status=0 aid=5)
авг 20 19:34:53 PCDebian kernel: wlp1s0: associated
авг 20 19:34:56 PCDebian kernel: audit: type=1400 audit(1755707696.883:110): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=721 comm="Xorg" capability=12  capname="net_admin"

Reply to: