[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a2Qy0OOcXOO4twf3OKZ66ESTNT60nOR9i-ixcPubeUuVA@mail.gmail.com>
Date: Tue, 28 Jul 2020 14:42:19 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-arch <linux-arch@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Stafford Horne <shorne@...il.com>,
John Garry <john.garry@...wei.com>
Subject: [GIT PULL] asm-generic: bugfix for v5.8
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-fixes-5.8
for you to fetch changes up to 214ba3584b2e2c57536fa8aed52521ac59c5b448:
io: Fix return type of _inb and _inl (2020-07-27 10:32:29 +0200)
----------------------------------------------------------------
asm-generic: bugfix for v5.8
This is a single bugfix for a regression introduced through a
typo in the v5.8 merge window, leading to incorrect data
returned from inl() on some architectures.
Signed-off-by: Arnd Bergmann <arnd@...db.de>
----------------------------------------------------------------
Stafford Horne (1):
io: Fix return type of _inb and _inl
include/asm-generic/io.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists