Skip to content
View unixpro1970's full-sized avatar
  • Washington State (Seattle area)
  • 17:13 (UTC -07:00)
  • LinkedIn in/unixpro1970

Block or report unixpro1970

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SPARC64 Linux: Temp workaround for p... SPARC64 Linux: Temp workaround for panic during ISO install
    1
    The system fails to boot, after initial installation of latest Debian ISO for sparc64 and system is rebooting.
    2
    This may impact other version of SPARC64 Linux as well (Debian, Gentoo, and T2 SDE)
    3
     
    4
    The following panic may occur during system boot.
    5
    Loading Linux 6.19.8+deb14-sparc64-smp ...
  2. Linux: Fixed ether_addr_copy() align... Linux: Fixed ether_addr_copy() alignment issues
    1
    The current implementation of ether_addr_copy() uses two different 
    2
    copying strategies depending on CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS:
    3
    
                  
    4
    When enabled, the function performs unaligned 32-bit and 16-bit
    5
    loads/stores. These operations require natural alignment on
  3. SPARC64 Linux: Fixed insufficient ke... SPARC64 Linux: Fixed insufficient kernel stack size. Resolve panic due to stack corruption during boot
    1
     SPARC64’s register windows and deep trap frames can exhaust the default 16 KB kernel stack under certain workloads
    2
     (USB probing, debug builds, deep call paths). When this happens, the stack silently overflows into thread_info,
    3
     corrupts trap frames, and causes unpredictable crashes. Increasing stack to 32 KB prevents these failures and is
    4
     required for stable operation on SPARC64 systems.
    5
     
  4. Linux: Fixed timer starvation regres... Linux: Fixed timer starvation regression, stalls, and system hangs in v7.0.3 and v7.1‑rc1
    1
    Resolved regressions with test patches for kernels v7.0.3 and v7.1‑rc1 on SPARC64, and possibly other
    2
    architectures, resulting in timer starvation, extreme boot delays, RCU grace‑period stalls, hung kworkers, and
    3
    multi‑second to multi‑minute pauses during both local console and SSH login.  Note this regression started with v7.0
    4
    
                  
    5
    https://github.com/sparclinux/issues/issues/79