mbox series

[PULL] 4th set of IIO fixes for 6.1

Message ID 20221126183721.0fad0779@jic23-huawei (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] 4th set of IIO fixes for 6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.1d

Message

Jonathan Cameron Nov. 26, 2022, 6:37 p.m. UTC
The following changes since commit 398e3479874f381cca8726ca5d8a31e1bf35a3cd:

  dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid" (2022-11-14 20:20:19 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.1d

for you to fetch changes up to 86fdd15e10e404e70ecb2a3bff24d70356d42b36:

  iio: fix memory leak in iio_device_register_eventset() (2022-11-16 19:14:37 +0000)

----------------------------------------------------------------
4th set of IIO fixes for 6.1

Single patch fixing a memory leak in an error path.
Fine to queue either for 6.2 if too late for 6.1

----------------------------------------------------------------
Zeng Heng (1):
      iio: fix memory leak in iio_device_register_eventset()

 drivers/iio/industrialio-event.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Greg KH Nov. 27, 2022, 2:02 p.m. UTC | #1
On Sat, Nov 26, 2022 at 06:37:21PM +0000, Jonathan Cameron wrote:
> The following changes since commit 398e3479874f381cca8726ca5d8a31e1bf35a3cd:
> 
>   dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid" (2022-11-14 20:20:19 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.1d
> 
> for you to fetch changes up to 86fdd15e10e404e70ecb2a3bff24d70356d42b36:
> 
>   iio: fix memory leak in iio_device_register_eventset() (2022-11-16 19:14:37 +0000)
> 
> ----------------------------------------------------------------
> 4th set of IIO fixes for 6.1
> 
> Single patch fixing a memory leak in an error path.
> Fine to queue either for 6.2 if too late for 6.1

This just missed my "hopefully last" pull request to Linus for this
branch, so I'll take it into my queue for 6.2-rc1, thanks.

greg k-h