Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

YoyoChan

Members
  • Joined

  • Last visited

  1. I do not have an Unraid system, but I have the same problem with another system. I found that the kernel panic occurs because the 8 bytes of memory are experiencing a use-after-free (UAF) issue. When the message "xhci_hcd 0000:03:00.0: WARN Successful completion on short TX" appears, the kernel puts the URB into the async_completed list because the TRB completion code is COMP_SUCCESS in the process_bulk_intr_td function. Unfortunately, the USB device copy data via DMA to the transfer_buffer of the URB continue, which has been freed by free_async function. As a result, when the next kmalloc is called, a UAF error causes the kernel to crash. This bug only appears with certain USB devices, but unfortunately, I do not have access to those devices. Perhaps someone who encounters this problem can debug the kernel function process_bulk_intr_td and report the bug to the community. Edited just now by YoyoChan
  2. YoyoChan joined the community
  3. I do not have an Unraid system, but I have the same problem with another system. I found that the kernel panic occurs because the 8 bytes of memory are experiencing a use-after-free (UAF) issue. When the message "xhci_hcd 0000:03:00.0: WARN Successful completion on short TX" appears, the kernel puts the URB into the async_completed list because the TRB completion code is COMP_SUCCESS in the process_bulk_intr_td function. However, the USB device will copy data via DMA to the transfer_buffer of the URB, which has been freed by free_async function. As a result, when the next kmalloc is called, a UAF error causes the kernel to crash. This bug only appears with certain USB devices, but unfortunately, I do not have access to those devices. Perhaps someone who encounters this problem can debug the kernel function process_bulk_intr_td and report the bug to the community.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.