No description
Find a file
Zheng Yongjun 79e309c18e Input: stmfts - fix reference leak in stmfts_input_open
[ Upstream commit 26623eea0d ]

pm_runtime_get_sync() will increment pm usage counter even it
failed. Forgetting to call pm_runtime_put_noidle will result
in reference leak in stmfts_input_open, so we should fix it.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20220317131604.53538-1-zhengyongjun3@huawei.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-05-25 08:41:18 +02:00
arch um: Cleanup syscall_handler_t definition/cast, fix warning 2022-05-25 08:41:18 +02:00
block
certs
crypto
Documentation
drivers Input: stmfts - fix reference leak in stmfts_input_open 2022-05-25 08:41:18 +02:00
firmware
fs
include net: Fix features skip in for_each_netdev_feature() 2022-05-18 09:18:05 +02:00
init
ipc
kernel cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() 2022-05-18 09:18:08 +02:00
lib
mm
net ping: fix address binding wrt vrf 2022-05-18 09:18:09 +02:00
samples
scripts
security
sound ASoC: ops: Validate input values in snd_soc_put_volsw_range() 2022-05-18 09:18:07 +02:00
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.14.280 2022-05-18 09:18:09 +02:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.