Skip to content

Update Stale PR Workflow: Auto-close after 30+5 days - #15

Open
Sandhya Adavikolanu (Sandhya1236) wants to merge 1 commit into
qualcomm-linux:mainfrom
Sandhya1236:Update-Stale-PR-Workflow-Auto-close-after-30+5-days
Open

Update Stale PR Workflow: Auto-close after 30+5 days#15
Sandhya Adavikolanu (Sandhya1236) wants to merge 1 commit into
qualcomm-linux:mainfrom
Sandhya1236:Update-Stale-PR-Workflow-Auto-close-after-30+5-days

Conversation

@Sandhya1236

Copy link
Copy Markdown

Update Stale PR Workflow: Auto-close after 30+5 days Updates the Stale GitHub Actions workflow to mark PRs and issues as stale after 30 days of inactivity and automatically close them after an additional 5 days. This aligns with PdM's request to ensure stale PRs and issues that may no longer be needed are closed, making it easier to track progress and milestones.

Update Stale PR Workflow: Auto-close after 30+5 days
Updates the Stale GitHub Actions workflow to mark PRs
and issues as stale after 30 days of inactivity and
automatically close them after an additional 5 days.
This aligns with PdM's request to ensure stale PRs and issues
that may no longer be needed are closed, making it easier
to track progress and milestones.

Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
@Sandhya1236
Sandhya Adavikolanu (Sandhya1236) force-pushed the Update-Stale-PR-Workflow-Auto-close-after-30+5-days branch from e73dc6f to 514453e Compare June 28, 2026 18:47
@Sandhya1236

Copy link
Copy Markdown
Author

I'm merging this per direction from Jason in PdM. If you have any concerns reach out to him or @mynameistechno

@github-actions

Copy link
Copy Markdown

Remove the stale label or add a comment to reset the inactivity timer

@github-actions github-actions Bot added the Stale label Jul 30, 2026
github-actions Bot pushed a commit that referenced this pull request Aug 17, 2026
BugLink: https://bugs.launchpad.net/bugs/2160733

commit 4e67f504ee9ded15e256b64f4fde150e917381d7 upstream.

nx_crypto_ctx_shash_exit calls nx_crypto_ctx_exit with crypto_shash_ctx(...)
but crypto_shash_ctx gives a nx_crypto_ctx *, not a crypto_tfm *.

Fix the type in nx_crypto_ctx_exit and drop the bogus crypto_tfm_ctx
call.

This fixes the following oops:

  BUG: Unable to handle kernel data access at 0xc0403effffffffc8
  Faulting instruction address: 0xc000000000396cb4
  Oops: Kernel access of bad area, sig: 11 [#15]
  Call Trace:
   nx_crypto_ctx_shash_exit+0x24/0x60
   crypto_shash_exit_tfm+0x28/0x40
   crypto_destroy_tfm+0x98/0x140
   crypto_exit_ahash_using_shash+0x20/0x40
   crypto_destroy_tfm+0x98/0x140
   hash_release+0x1c/0x30
   alg_sock_destruct+0x38/0x60
   __sk_destruct+0x48/0x2b0
   af_alg_release+0x58/0xb0
   __sock_release+0x68/0x150
   sock_close+0x20/0x40
   __fput+0x110/0x3a0
   sys_close+0x48/0xa0
   system_call_exception+0x140/0x2d0
   system_call_common+0xf4/0x258

.. which came from hardlink(1) opportunistically using AF_ALG.

The same problem exists with nx_crypto_ctx_skcipher_exit getting a context
it wasn't expecting, but apparently nobody hit that for years.

Cc: Eric Biggers <ebiggers@kernel.org>
Cc: stable@vger.kernel.org
Fixes: bfd9efd ("crypto: nx - convert AES-ECB to skcipher API")
Fixes: 9420e62 ("crypto: nx - Use API partial block handling")
Acked-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Eric Biggers <ebiggers@kernel.org>
Reported-by: Calvin Buckley <calvin@cmpct.info>
Tested-by: Calvin Buckley <calvin@cmpct.info>
Suggested-by: Brad Spengler <brad.spengler@opensrcsec.com>
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Alice C. Munduruca <alice.munduruca@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Edoardo Canepa <edoardo.canepa@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant