1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
No description
Find a file
Sourabh Jain 9803af2911 powerpc/crash: remove unnecessary NULL check before kvfree()
Fix the following coccicheck build warning:

arch/powerpc/kexec/crash.c:488:2-8: WARNING: NULL check before some
freeing functions is not needed.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404261048.skfV5DDB-lkp@intel.com/
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240502182040.774759-1-sourabhjain@linux.ibm.com
2024-05-03 12:20:50 +10:00
arch powerpc/crash: remove unnecessary NULL check before kvfree() 2024-05-03 12:20:50 +10:00
block
certs
crypto
Documentation Kbuild fixes for v6.9 2024-03-31 11:23:51 -07:00
drivers crash: add a new kexec flag for hotplug support 2024-04-23 14:59:01 +10:00
fs Kbuild fixes for v6.9 2024-03-31 11:23:51 -07:00
include crash: add a new kexec flag for hotplug support 2024-04-23 14:59:01 +10:00
init
io_uring
ipc
kernel crash: add a new kexec flag for hotplug support 2024-04-23 14:59:01 +10:00
lib
LICENSES
mm Kbuild fixes for v6.9 2024-03-31 11:23:51 -07:00
net
rust
samples
scripts Kbuild fixes for v6.9 2024-03-31 11:23:51 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.9-rc2 2024-03-31 14:32:39 -07:00
README

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

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

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.