1. 21 Sep, 2022 37 commits
  2. 18 Sep, 2022 3 commits
    • Linus Torvalds's avatar
      Linux 6.0-rc6 · 521a547c
      Linus Torvalds authored
      521a547c
    • Linus Torvalds's avatar
      Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · 7c18b453
      Linus Torvalds authored
      Pull parisc architecture fixes from Helge Deller:
       "Some small parisc architecture fixes for 6.0-rc6:
      
        One patch lightens up a previous commit and thus unbreaks building the
        debian kernel, which tries to configure a 64-bit kernel with the
        ARCH=parisc environment variable set.
      
        The other patches fixes asm/errno.h includes in the tools directory
        and cleans up memory allocation in the iosapic driver.
      
        Summary:
      
         - Allow configuring 64-bit kernel with ARCH=parisc
      
         - Fix asm/errno.h includes in tools directory for parisc and xtensa
      
         - Clean up iosapic memory allocation
      
         - Minor typo and spelling fixes"
      
      * tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Allow CONFIG_64BIT with ARCH=parisc
        parisc: remove obsolete manual allocation aligning in iosapic
        tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
        Input: hp_sdc: fix spelling typo in comment
        parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
      7c18b453
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linux · 38eddeed
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
       "Nothing really major here, but figured it'd be nicer to just get these
        flushed out for -rc6 so that the 6.1 branch will have them as well.
        That'll make our lives easier going forward in terms of development,
        and avoid trivial conflicts in this area.
      
         - Simple trace rename so that the returned opcode name is consistent
           with the enum definition (Stefan)
      
         - Send zc rsrc request vs notification lifetime fix (Pavel)"
      
      * tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linux:
        io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC
        io_uring/net: fix zc fixed buf lifetime
      38eddeed