Skip to content
Snippets Groups Projects
  1. Dec 06, 2024
    • Jan Jasper de Kroon's avatar
      linux-pine64-pinephonepro: fix disk encryption deadlock on RK3399 (MR 5870) · 059edb2f
      Jan Jasper de Kroon authored and Newbyte's avatar Newbyte committed
      Resolves deadlock between Rockchip crypto hardware and dm-crypt causing
      kernel panic during disk decryption on devices like PinePhone Pro.
      
      - Disables RK3399 hardware crypto engine (CONFIG_CRYPTO_DEV_ROCKCHIP)
      - Enables ARM64 CPU crypto extensions for AES/SHA
      - Makes core crypto components built-in instead of modules
      
      Fixes: kernel panic in queued_spin_lock_slowpath() when accessing
      encrypted devices.
      [ci:skip-build]: already built successfully in CI
      
      (cherry picked from commit f4ae4180)
      Verified
      059edb2f
  2. Nov 05, 2024
  3. Oct 13, 2024
  4. Aug 12, 2024
  5. Jul 31, 2024
  6. Jul 24, 2024
  7. Jun 23, 2024
  8. Jun 22, 2024
  9. Jun 21, 2024
  10. Jun 12, 2024
    • sicelo's avatar
      device-nokia-n900: fix sxmo lock state (MR 5228) · 871ade67
      sicelo authored and Oliver Smith's avatar Oliver Smith committed
      commit 933f2b57 ("device-nokia-n900: improve sxmo-dwm support [MR 5227]")
      accidentally removed sxmo lock state initialization. Restore the lock state
      initialization
      
      (cherry picked from commit 5e03ad28)
      Unverified
      871ade67
    • sicelo's avatar
      device-nokia-n900: fix packaging for upower (MR 5227) · 09580f8d
      sicelo authored and Pablo Correa Gomez's avatar Pablo Correa Gomez committed
      17018939 (device-nokia-n900: add upower support and config (MR 4397) added
      an upower config, but did not provide a subpackage to actually install it on
      device. Add the needed subpackage.
      
      [ci:skip-build]: already built successfully in CI
      
      (cherry picked from commit f888ffee)
      Unverified
      09580f8d
    • sicelo's avatar
      device-nokia-n900: improve sxmo-dwm support (MR 5227) · 87b7d487
      sicelo authored and Pablo Correa Gomez's avatar Pablo Correa Gomez committed
      (1) the deviceprofile differs from upstream 1.16.3 in the following respects:
      
        (a) -export SXMO_NO_KEYBOARD=1 - allow use of the virtual keyboard
      
        (b) +export SXMO_DMENU_LANDSCAPE_LINES="10"
            +export SXMO_DMENU_PORTRAIT_LINES="6" - these two adjust the size of the
               displayed dmenu menu.
      
          * NB: All foregoing changes are already merged in sxmo-utils master.
      
        (c) +export SXMO_TOUCHSCREEN_ID="TSC2005 touchscreen" - allows sxmo to
               reliably toggle touch screen's enabled status
      
          * The foregoing change is awaiting acceptance by upstream.
      
      (2) The start hook differs from upstream 1.16.3 by the removal of the line that
            starts conky. That program pegs N900 CPU usage at 100% all the time. This
            change is not upstreamable, at least not for the time being
      
      (cherry picked from commit 933f2b57)
      Unverified
      87b7d487
  11. Jun 10, 2024
  12. Jun 09, 2024
  13. Jun 03, 2024
  14. Jun 02, 2024
Loading