-
- Downloads
Merge tag 'pinctrl-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fixes from Linus Walleij: - Fix a really interesting potential core bug in the list iterator requireing the use of READ_ONCE() discovered when testing kernel compiles with clang. - Check devm_kcalloc() return value and an array bounds in the STM32 driver. - Fix an exotic string truncation issue in the s32cc driver, found by the kernel test robot (impressive!) - Fix an undocumented struct member in the cy8c95x0 driver. - Fix a symbol overlap with MIPS in the Lochnagar driver, MIPS defines a global symbol "RST" which is a bit too generic and collide with stuff. OK this one should be renamed too, we will fix that as well. - Fix erroneous branch taking in the Realtek driver. - Fix the mail address in MAINTAINERS for the s32g2 driver. * tag 'pinctrl-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: dt-bindings: pinctrl: s32g2: change a maintainer email address pinctrl: realtek: Fix logical error when finding descriptor pinctrl: lochnagar: Don't build on MIPS pinctrl: avoid reload of p state in list iteration pinctrl: cy8c95x0: Fix doc warning pinctrl: s32cc: Avoid possible string truncation pinctrl: stm32: fix array read out of bound pinctrl: stm32: Add check for devm_kcalloc
Showing
- Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml 1 addition, 1 deletion.../devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
- drivers/pinctrl/cirrus/Kconfig 2 additions, 1 deletiondrivers/pinctrl/cirrus/Kconfig
- drivers/pinctrl/core.c 3 additions, 3 deletionsdrivers/pinctrl/core.c
- drivers/pinctrl/nxp/pinctrl-s32cc.c 2 additions, 2 deletionsdrivers/pinctrl/nxp/pinctrl-s32cc.c
- drivers/pinctrl/pinctrl-cy8c95x0.c 1 addition, 0 deletionsdrivers/pinctrl/pinctrl-cy8c95x0.c
- drivers/pinctrl/realtek/pinctrl-rtd.c 2 additions, 2 deletionsdrivers/pinctrl/realtek/pinctrl-rtd.c
- drivers/pinctrl/stm32/pinctrl-stm32.c 10 additions, 3 deletionsdrivers/pinctrl/stm32/pinctrl-stm32.c
Loading
Please register or sign in to comment