microblaze: Prevent the overflow of the start
Shubhrajyoti Datta authored

In case the start + cache size is more than the max int the
start overflows.
Prevent the same.
Signed-off-by: default avatarShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
061d2c1d
Name Last commit Last update
Documentation Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
LICENSES LICENSES: Rename other to deprecated
arch microblaze: Prevent the overflow of the start
block block: fix memleak of bio integrity data
certs certs: Add wrapper function to check blacklisted binary hash
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
fs Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
include asm-generic: Make dma-contiguous.h a mandatory include/asm header
init init/Kconfig: fix indentation
ipc y2038: remove CONFIG_64BIT_TIME
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib lib/: fix Kconfig indentation
mm Merge branch 'akpm' (patches from Andrew)
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
sound Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr arch: sembuf.h: make uapi asm/sembuf.h self-contained
virt KVM: Fix jump label out_free_* in kvm_init()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.