1. 21 Aug, 2023 2 commits
  2. 18 Aug, 2023 3 commits
  3. 17 Aug, 2023 4 commits
  4. 16 Aug, 2023 2 commits
  5. 15 Aug, 2023 1 commit
  6. 14 Aug, 2023 24 commits
  7. 13 Aug, 2023 4 commits
    • Linus Torvalds's avatar
      Linux 6.5-rc6 · 2ccdd1b1
      Linus Torvalds authored
      2ccdd1b1
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v6.5-2' of... · 4c75bf7e
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - Clear errno before calling getline()
      
       - Fix a modpost warning for ARCH=alpha
      
      * tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        alpha: remove __init annotation from exported page_is_ram()
        scripts/kallsyms: Fix build failure by setting errno before calling getline()
      4c75bf7e
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v6.5-4' of... · 3dcf1473
      Linus Torvalds authored
      Merge tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
      
      Pull x86 platform drivers fixes from Hans de Goede:
      
       -  lenovo-ymc driver causes keyboard + touchpad to not work with >= 6.4
          on some Thinkbook models, fix this
      
       -  A set of small fixes for mlx-platform
      
       -  Other small fixes and hw-id additions
      
      * tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
        platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassis-type
        platform: mellanox: Change register offset addresses
        platform: mellanox: mlx-platform: Modify graceful shutdown callback and power down mask
        platform: mellanox: mlx-platform: Fix signals polarity and latch mask
        platform: mellanox: Fix order in exit flow
        platform/x86: ISST: Reduce noise for missing numa information in logs
        platform/x86: msi-ec: Fix the build
        ACPI: scan: Create platform device for CS35L56
        platform/x86/amd/pmf: Fix unsigned comparison with less than zero
      3dcf1473
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 7308e927
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "Eleven small fixes, ten in drivers.
      
        Of the two fixes marked core, one is in the raid helper class (used by
        some raid device drivers) and the other one is the /proc/scsi/scsi
        parsing fix for potential reads beyond the end of the buffer"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        scsi: qedf: Fix firmware halt over suspend and resume
        scsi: qedi: Fix firmware halt over suspend and resume
        scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
        scsi: lpfc: Remove reftag check in DIF paths
        scsi: ufs: renesas: Fix private allocation
        scsi: snic: Fix possible memory leak if device_add() fails
        scsi: core: Fix possible memory leak if device_add() fails
        scsi: core: Fix legacy /proc parsing buffer overflow
        scsi: 53c700: Check that command slot is not NULL
        scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
        scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
      7308e927