mbox series

[GIT,PULL] gpio: fixes for v5.4

Message ID 20190910082903.2727-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-fixes-for-linus

Message

Bartosz Golaszewski Sept. 10, 2019, 8:29 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Linus,

please pull the following (hopefully last) bunch of fixes for this release.

The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e:

  Linux 5.3-rc8 (2019-09-08 13:33:15 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-fixes-for-linus

for you to fetch changes up to 5ca2f54b597c816df54ff1b28eb99cf7262b955d:

  gpio: fix line flag validation in lineevent_create (2019-09-09 10:04:53 +0200)

----------------------------------------------------------------
gpio: fixes for v5.4

- fix a memory leak in gpio-mockup
- fix two flag validation bugs in gpiolib's character device ioctl()'s

----------------------------------------------------------------
Kent Gibson (2):
      gpio: fix line flag validation in linehandle_create
      gpio: fix line flag validation in lineevent_create

Wei Yongjun (1):
      gpio: mockup: add missing single_release()

 drivers/gpio/gpio-mockup.c |  1 +
 drivers/gpio/gpiolib.c     | 16 +++++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

Comments

Linus Walleij Sept. 10, 2019, 10:13 a.m. UTC | #1
On Tue, Sep 10, 2019 at 9:29 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> Hi Linus,
>
> please pull the following (hopefully last) bunch of fixes for this release.

Thanks Bartosz, pulled to my "fixes" branch for v5.3
I will try to get these to Torvalds ASAP, just give the
robots a chance to look at it first.

Yours,
Linus Walleij