Page MenuHomeFreeBSD
Paste Active Pastes
  • lock order reversal:
    1st 0xfffffe0046dcff20 pcm0:virtual:dsp0.vr0 (pcm virtual record channel, sleep mutex) @ /mnt/src/sys/dev/sound/pcm/dsp.c:2590
    2nd 0xfffffe0046dcfda0 pcm0 (sound cdev, sleep mutex) @ /mnt/src/sys/dev/sound/pcm/channel.c:2214
    lock order sound cdev -> pcm virtual record channel established at:
    #0 0xffffffff811bef52 at witness_checkorder+0x5f2
    ...
    • Apr 16 2024, 2:16 PM
    • 30 Lines
  • diff --git a/sys/dev/acpica/acpi_battery.c b/sys/dev/acpica/acpi_battery.c
    --- a/sys/dev/acpica/acpi_battery.c
    +++ b/sys/dev/acpica/acpi_battery.c
    @@ -266,7 +266,7 @@ acpi_battery_get_battinfo(device_t dev,
    */
    ...
    • Apr 16 2024, 1:24 PM
    • 12 Lines
  • Feb 28 12:09:17 ardmore syslogd: kernel boot file is /boot/kernel/kernel
    Feb 28 12:09:17 ardmore kernel: ---<<BOOT>>---
    Feb 28 12:09:17 ardmore kernel: Copyright (c) 1992-2024 The FreeBSD Project.
    Feb 28 12:09:17 ardmore kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    Feb 28 12:09:17 ardmore kernel: The Regents of the University of California. All rights reserved.
    ...
    • Feb 29 2024, 4:48 PM
    • 441 Lines
  • Feb 29 10:09:24 ardmore syslogd: kernel boot file is /boot/kernel/kernel
    Feb 29 10:09:24 ardmore kernel: ---<<BOOT>>---
    Feb 29 10:09:24 ardmore kernel: Copyright (c) 1992-2024 The FreeBSD Project.
    Feb 29 10:09:24 ardmore kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    Feb 29 10:09:24 ardmore kernel: The Regents of the University of California. All rights reserved.
    ...
    • Feb 29 2024, 4:47 PM
    • 445 Lines
  • [ 467.527]
    X.Org X Server 1.21.1.11
    X Protocol Version 11, Revision 0
    [ 467.527] Current Operating System: FreeBSD ardmore 15.0-CURRENT FreeBSD 15.0-CURRENT #3 ath11k-n268593-15ea1a29a729: Wed Feb 28 14:30:34 EST 2024 vishwin@jackson:/usr/home/vishwin/boards/ardmore/obj/usr/src/amd64.amd64/sys/ARDMORE amd64
    [ 467.527]
    ...
    • Feb 29 2024, 4:45 PM
    • 631 Lines
  • diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c b/sys/compat/linuxkpi/common/src/linux_pci.c
    index 825ebe319b1a..b547756a4568 100644
    --- a/sys/compat/linuxkpi/common/src/linux_pci.c
    +++ b/sys/compat/linuxkpi/common/src/linux_pci.c
    @@ -1033,6 +1033,8 @@ pci_resource_start(struct pci_dev *pdev, int bar)
    ...
    • Feb 16 2024, 12:29 AM
    • 13 Lines
  • vpanic() at vpanic+0x1a4
    panic() at panic+0x48
    pcib_add_window_resources() at pcib_add_window_resources+0xf4
    pcib_alloc_window() at pcib_alloc_window+0xfc
    pcib_attach_common() at pcib_attach_common+0xa0c
    ...
    • Feb 12 2024, 6:45 PM
    • 22 Lines