1. 30 Sep, 2022 6 commits
  2. 29 Sep, 2022 3 commits
  3. 27 Sep, 2022 19 commits
  4. 25 Sep, 2022 8 commits
  5. 24 Sep, 2022 4 commits
    • Linus Torvalds's avatar
      Merge tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 42f9508b
      Linus Torvalds authored
      Pull power management fixes from Rafael Wysocki:
       "These fix an uninitialized variable usage in the operating performance
        points code and add missing DT bindings for it.
      
        Specifics:
      
         - Fix uninitialized variable usage in dev_pm_opp_config_clks_simple()
           (Christophe JAILLET)
      
         - Add missing OPP DT properties (Rob Herring)"
      
      * tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodes
        OPP: Fix an un-initialized variable usage
      42f9508b
    • Linus Torvalds's avatar
      Merge tag 'char-misc-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 1a61b828
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are three tiny driver fixes for 6.0-rc7.  They include:
      
         - phy driver reset bugfix
      
         - fpga memleak bugfix
      
         - counter irq config bugfix
      
        The first two have been in linux-next for a while, the last one has
        only been added to my tree in the past few days, but was in linux-next
        under a different commit id. I couldn't pull directly from the counter
        tree due to some gpg key propagation issue, so I took the commit
        directly from email instead"
      
      * tag 'char-misc-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        counter: 104-quad-8: Fix skipped IRQ lines during events configuration
        fpga: m10bmc-sec: Fix possible memory leak of flash_buf
        phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support
      1a61b828
    • Linus Torvalds's avatar
      Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 7e2cd21e
      Linus Torvalds authored
      Pull tty/serial driver fixes from Greg KH:
       "Here are some small, and late, serial driver fixes for 6.0-rc7 to
        resolve some reported problems.
      
        Included in here are:
      
         - tegra icount accounting fixes, including a framework function that
           other drivers will be converted over to using in 6.1-rc1.
      
         - fsl_lpuart reset bugfix
      
         - 8250 omap 485 bugfix
      
         - sifive serial clock bugfix
      
        The last three patches have not shown up in linux-next due to them
        being added to my tree only 2 days ago, but they are tiny and
        self-contained and the developers say they resolve issues that they
        have with 6.0-rc. The other three have been in linux-next for a while
        with no reported issues"
      
      * tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        serial: sifive: enable clocks for UART when probed
        serial: 8250: omap: Use serial8250_em485_supported
        serial: fsl_lpuart: Reset prior to registration
        serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
        serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
        serial: Create uart_xmit_advance()
      7e2cd21e
    • Linus Torvalds's avatar
      Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup · 1772094f
      Linus Torvalds authored
      Pull cgroup fixes from Tejun Heo:
      
       - Add Waiman Long as a cpuset maintainer
      
       - cgroup_get_from_id() could be fed a kernfs ID which doesn't point to
         a cgroup directory but a knob file and then crash. Error out if the
         lookup kernfs_node isn't a directory.
      
      * tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
        cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
        cpuset: Add Waiman Long as a cpuset maintainer
      1772094f