1. Dec 07, 2022
  2. Dec 06, 2022
  3. Nov 28, 2022
  4. Nov 27, 2022
  5. Nov 26, 2022
    • Linus Torvalds's avatar
      Merge tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply · 644e9524
      Linus Torvalds authored
      Pull power supply fixes from Sebastian Reichel:
      
       - rk817: Two error handling fixes
      
       - ip5xxx: fix inter overflow in current calculation
      
       - ab8500: fix thermal zone probing
      
      * tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply:
        power: supply: ab8500: Defer thermal zone probe
        power: supply: ip5xxx: Fix integer overflow in current_now calculation
        power: supply: rk817: Change rk817_chg_cur_to_reg to int
        power: supply: rk817: check correct variable
      644e9524
    • Linus Torvalds's avatar
      Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux · 990f3200
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
      
       - A few fixes for s390 sads (Stefan, Colin)
      
       - Ensure that ublk doesn't reorder requests, as that can be problematic
         on devices that need specific ordering (Ming)
      
       - Fix a queue reference leak in disk allocation handling (Christoph)
      
      * tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux:
        ublk_drv: don't forward io commands in reserve order
        s390/dasd: fix possible buffer overflow in copy_pair_show
        s390/dasd: fix no record found for raw_track_access
        s390/dasd: increase printing of debug data payload
        s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
        blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
      990f3200
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.1-2022-11-25' of git://git.kernel.dk/linux · 364eb618
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
      
       - A few poll related fixes. One fixing a race condition between poll
         cancelation and trigger, and one making the overflow handling a bit
         more robust (Lin, Pavel)
      
       - Fix an fput() for error handling in the direct file table (Lin)
      
       - Fix for a regression introduced in this cycle, where we don't always
         get TIF_NOTIFY_SIGNAL cleared appropriately (me)
      
      * tag 'io_uring-6.1-2022-11-25' of git://git.kernel.dk/linux:
        io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
        io_uring/poll: fix poll_refs race with cancelation
        io_uring/filetable: fix file reference underflow
        io_uring: make poll refs more robust
        io_uring: cmpxchg for poll arm refs release
      364eb618
    • Linus Torvalds's avatar
      Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs · 3e0d88f9
      Linus Torvalds authored
      Pull zonefs fixes from Damien Le Moal:
      
       - Fix a race between zonefs module initialization of sysfs attribute
         directory and mounting a drive (from Xiaoxu).
      
       - Fix active zone accounting in the rare case of an IO error due to a
         zone transition to offline or read-only state (from me).
      
      * tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
        zonefs: Fix active zone accounting
        zonefs: Fix race between modprobe and mount
      3e0d88f9
    • Linus Torvalds's avatar
      Merge tag 'regulator-fix-v6.1-rc6' of... · f10b4396
      Linus Torvalds authored
      Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
      
      Pull regulator fixes from Mark Brown:
       "This is more changes than I'd like this late although the diffstat is
        still fairly small, I kept on holding off as new fixes came in to give
        things time to soak in -next but should probably have tagged and sent
        an additional pull request earlier.
      
        There's some relatively large fixes to the twl6030 driver to fix
        issues with the TWL6032 variant which resulted from some work on the
        core TWL6030 driver, a couple of fixes for error handling paths
        (mostly in the core), and a nice stability fix for the sgl51000 driver
        that's been pulled out of a BSP"
      
      * tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
        regulator: twl6030: fix get status of twl6032 regulators
        regulator: twl6030: re-add TWL6032_SUBCLASS
        regulator: slg51000: Wait after asserting CS pin
        regulator: core: fix UAF in destroy_regulator()
        regulator: rt5759: fix OOB in validate_desc()
        regulator: core: fix kobject release warning and memory leak in regulator_register()
      f10b4396