Main-line Linux kernel tree http://www.kernel.org
Go to file
Rodríguez Barbarin, José Javier 9be24faadd mcb-pci: Reallocate memory region to avoid memory overlapping
mcb-pci requests a fixed-size memory region to parse the chameleon
table, however, if the chameleon table is smaller that the allocated
region, it could overlap with the IP Cores' memory regions.

After parsing the chameleon table, drop/reallocate the memory region
with the actual chameleon table size.

Co-developed-by: Jorge Sanjuan Garcia <jorge.sanjuangarcia@duagon.com>
Signed-off-by: Jorge Sanjuan Garcia <jorge.sanjuangarcia@duagon.com>
Signed-off-by: Javier Rodriguez <josejavier.rodriguez@duagon.com>
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
Link: https://lore.kernel.org/r/20230411083329.4506-3-jth@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-20 14:24:01 +02:00
arch
block
certs
crypto
Documentation dt-bindings: w1: Add DS2482/DS2484 I2C to 1-W bridges 2023-04-20 14:13:23 +02:00
drivers mcb-pci: Reallocate memory region to avoid memory overlapping 2023-04-20 14:24:01 +02:00
fs
include interconnect changes for 6.4 2023-04-19 15:07:09 +02:00
init
io_uring
ipc
kernel kernel/configs: Drop Android config fragments 2023-04-20 14:23:10 +02:00
lib
LICENSES
mm
net
rust
samples virt: acrn: Replace obsolete memalign() with posix_memalign() 2023-04-20 14:20:51 +02:00
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Remove Mathieu Poirier as coresight maintainer 2023-04-14 11:59:32 +01:00
Kbuild
Kconfig
MAINTAINERS kernel/configs: Drop Android config fragments 2023-04-20 14:23:10 +02:00
Makefile
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 Restructured Text 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.