Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: srpatcha/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 1 contributor

Commits on May 11, 2026

  1. fix: NFC driver bounds check, integer truncation, and duplicate macro…

    … (#1)
    
    * fix: NFC driver bounds check, integer truncation, and duplicate macro
    
    - nfcmrvl: Add skb->len check before accessing skb->data[0]/[1]
    - nfcmrvl: Fix unsigned char truncation of skb->len to unsigned int
    - st21nfca: Remove duplicate ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT macro
    
    * test: add extended KUnit test suite for list_sort
    
    Add comprehensive KUnit test suite covering edge cases: empty list,
    single element, already sorted, reverse sorted, all-equal elements,
    stability, descending sort, negative values, absolute value comparator,
    zero comparator, large lists, random data, power-of-two lengths, and
    boundary duplicates. Includes Kconfig and Makefile wiring.
    
    Signed-off-by: Srikanth Patchava <spatchava@meta.com>
    
    ---------
    
    Signed-off-by: Srikanth Patchava <spatchava@meta.com>
    srpatcha authored May 11, 2026
    Configuration menu
    Copy the full SHA
    596bf30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a4ba8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    387ec55 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Configuration menu
    Copy the full SHA
    24fcedd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Configuration menu
    Copy the full SHA
    3ccb453 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Configuration menu
    Copy the full SHA
    72123ad View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. Configuration menu
    Copy the full SHA
    a0455ea View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Configuration menu
    Copy the full SHA
    a020825 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. Configuration menu
    Copy the full SHA
    916d80d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. Configuration menu
    Copy the full SHA
    69f1b3f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Configuration menu
    Copy the full SHA
    066b7d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Configuration menu
    Copy the full SHA
    0e83ad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    3ca024b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. Configuration menu
    Copy the full SHA
    c542e7d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2026

  1. Configuration menu
    Copy the full SHA
    a9f780a View commit details
    Browse the repository at this point in the history
Loading