1. 08 Jul, 2022 2 commits
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-block · 29837019
      Linus Torvalds authored
      Pull io_uring tweak from Jens Axboe:
       "Just a minor tweak to an addition made in this release cycle: padding
        a 32-bit value that's in a 64-bit union to avoid any potential
        funkiness from that"
      
      * tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-block:
        io_uring: explicit sqe padding for ioctl commands
      29837019
    • Linus Torvalds's avatar
      Merge tag 'for-5.19/fbdev-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev · 086ff846
      Linus Torvalds authored
      Pull fbdev fixes from Helge Deller:
      
       - fbcon now prevents switching to screen resolutions which are smaller
         than the font size, and prevents enabling a font which is bigger than
         the current screen resolution. This fixes vmalloc-out-of-bounds
         accesses found by KASAN.
      
       - Guiling Deng fixed a bug where the centered fbdev logo wasn't
         displayed correctly if the screen size matched the logo size.
      
       - Hsin-Yi Wang provided a patch to include errno.h to fix build when
         CONFIG_OF isn't enabled.
      
      * tag 'for-5.19/fbdev-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
        fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()
        fbmem: Check virtual screen sizes in fb_set_var()
        fbcon: Prevent that screen size is smaller than font size
        fbcon: Disallow setting font bigger than screen size
        video: of_display_timing.h: include errno.h
        fbdev: fbmem: Fix logo center image dx issue
      086ff846
  2. 07 Jul, 2022 23 commits
  3. 06 Jul, 2022 15 commits