mbox series

[GIT,PULL] RTC fixes for 4.20

Message ID 20181112220454.GA6189@piout.net
State Accepted
Headers show
Series [GIT,PULL] RTC fixes for 4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.20-2

Message

Alexandre Belloni Nov. 12, 2018, 10:04 p.m. UTC
Linus,

Here are three fixes worth taking for 4.20.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.20-2

for you to fetch changes up to 9bde0afb7a906f1dabdba37162551565740b862d:

  rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write (2018-11-07 17:13:56 +0100)

----------------------------------------------------------------
RTC fixes for 4.20

Drivers:
 - cmos: stop exporting alarms when not supported
 - hctosys: correctly report range error
 - pcf2127: fix a memory leak

----------------------------------------------------------------
Hans de Goede (1):
      rtc: cmos: Do not export alarm rtc_ops when we do not support alarms

Maciej W. Rozycki (1):
      rtc: hctosys: Add missing range error reporting

Xulin Sun (1):
      rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write

 drivers/rtc/hctosys.c     |  4 +++-
 drivers/rtc/rtc-cmos.c    | 16 ++++++++++++----
 drivers/rtc/rtc-pcf2127.c |  3 +++
 3 files changed, 18 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2018, 8 p.m. UTC | #1
The pull request you sent on Mon, 12 Nov 2018 23:04:54 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.20-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b7bbf9935fb793ef8dc42c61a459d74e8606a799

Thank you!