* [GIT PULL] Char/Misc driver fixes for 5.17-rc2
@ 2022-01-29 13:12 Greg KH
2022-01-29 13:54 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-01-29 13:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel
The following changes since commit c2c94b3b187dc92b2002809f489e0f24a41e91bc:
Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drm (2022-01-21 09:25:38 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.17-rc2
for you to fetch changes up to fc55e63e148f1db2180867da875460a00aac8bd1:
counter: fix an IS_ERR() vs NULL bug (2022-01-26 19:40:33 +0100)
----------------------------------------------------------------
Char/Misc driver fixes for 5.17-rc2
Here are two small char/misc driver fixes for 5.17-rc2 that fix some
reported issues. They include:
- fix up a merge issue in the at25.c driver that ended up
dropping some lines in the driver. The removed lines ended
being needed, so this restores it and the driver works again.
- counter core fix where the wrong error was being returned,
NULL should be the correct error for when memory is gone here,
like the kmalloc() core does.
Both of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Dan Carpenter (1):
counter: fix an IS_ERR() vs NULL bug
Kees Cook (1):
eeprom: at25: Restore missing allocation
drivers/counter/counter-core.c | 15 ++++++---------
drivers/misc/eeprom/at25.c | 4 ++++
2 files changed, 10 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Char/Misc driver fixes for 5.17-rc2
2022-01-29 13:12 [GIT PULL] Char/Misc driver fixes for 5.17-rc2 Greg KH
@ 2022-01-29 13:54 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-01-29 13:54 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel
The pull request you sent on Sat, 29 Jan 2022 14:12:14 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.17-rc2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e255759e5afbc233544d7246ad325417320e90b6
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-29 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 13:12 [GIT PULL] Char/Misc driver fixes for 5.17-rc2 Greg KH
2022-01-29 13:54 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®