diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-04-04 11:33:27 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-04-04 16:57:52 +0200 |
commit | b3b95964590a3d756d69ea8604c856de805479ad (patch) | |
tree | 88b36ba30c246b89b963dc7d150ca1d00cfd697f /drivers/pcmcia/i82092.c | |
parent | e8acd2d209a387f2358c2c83fe894b444db9ea46 (diff) | |
download | linux-stable-b3b95964590a3d756d69ea8604c856de805479ad.tar.gz linux-stable-b3b95964590a3d756d69ea8604c856de805479ad.tar.bz2 linux-stable-b3b95964590a3d756d69ea8604c856de805479ad.zip |
gpio: cdev: check for NULL labels when sanitizing them for irqs
We need to take into account that a line's consumer label may be NULL
and not try to kstrdup() it in that case but rather pass the NULL
pointer up the stack to the interrupt request function.
To that end: let make_irq_label() return NULL as a valid return value
and use ERR_PTR() instead to signal an allocation failure to callers.
Cc: stable@vger.kernel.org
Fixes: b34490879baa ("gpio: cdev: sanitize the label before requesting the interrupt")
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Closes: https://lore.kernel.org/lkml/20240402093534.212283-1-naresh.kamboju@linaro.org/
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tested-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'drivers/pcmcia/i82092.c')
0 files changed, 0 insertions, 0 deletions