[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220919172418.45257-1-akinobu.mita@gmail.com>
Date: Tue, 20 Sep 2022 02:24:15 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-kselftest@...r.kernel.org,
linux-fsdevel@...r.kernel.org, corbet@....net, david@...hat.com,
osalvador@...e.de, shuah@...nel.org,
Zhao Gongyi <zhaogongyi@...wei.com>,
Wei Yongjun <weiyongjun1@...wei.com>,
Yicong Yang <yangyicong@...ilicon.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
akpm@...ux-foundation.org
Cc: Akinobu Mita <akinobu.mita@...il.com>
Subject: [PATCH 0/3] fix error when writing negative value to simple attribute files
The simple attribute files do not accept a negative value since the
commit 488dac0c9237 ("libfs: fix error cast of negative value in
simple_attr_write()"), but some attribute files want to accept
a negative value.
Akinobu Mita (3):
libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
lib/notifier-error-inject: fix error when writing -errno to debugfs
file
debugfs: fix error when writing negative value to atomic_t debugfs
file
.../fault-injection/fault-injection.rst | 10 +++----
fs/debugfs/file.c | 28 +++++++++++++++----
fs/libfs.c | 22 +++++++++++++--
include/linux/debugfs.h | 19 +++++++++++--
include/linux/fs.h | 12 ++++++--
lib/notifier-error-inject.c | 2 +-
6 files changed, 73 insertions(+), 20 deletions(-)
--
2.34.1
Powered by blists - more mailing lists