Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Ben Hutchings b5b2a02bca parisc: Delete redundant register definitions in <asm/assembly.h>
We define sp and ipsw in <asm/asmregs.h> using ".reg", and when using
current binutils (snapshot 2.40.50.20230611) the definitions in
<asm/assembly.h> using "=" conflict with those:

arch/parisc/include/asm/assembly.h: Assembler messages:
arch/parisc/include/asm/assembly.h:93: Error: symbol `sp' is already defined
arch/parisc/include/asm/assembly.h:95: Error: symbol `ipsw' is already defined

Delete the duplicate definitions in <asm/assembly.h>.

Also delete the definition of gp, which isn't used anywhere.

Signed-off-by: Ben Hutchings <benh@debian.org>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Helge Deller <deller@gmx.de>
2023-06-17 06:48:11 +02:00
arch parisc: Delete redundant register definitions in <asm/assembly.h> 2023-06-17 06:48:11 +02:00
block
certs
crypto
Documentation ARM: SoC fixes for 6.4, part 2 2023-06-10 13:01:09 -07:00
drivers Biggest news is that Andi Shyti steps in for maintaining the controller 2023-06-10 13:36:07 -07:00
fs five smb3 server fixes, all also for stable 2023-06-11 10:07:35 -07:00
include ARM: SoC fixes for 6.4, part 2 2023-06-10 13:01:09 -07:00
init
io_uring
ipc
kernel virtio,vhost,vdpa: bugfixes 2023-06-09 11:04:08 -07:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools virtio,vhost,vdpa: bugfixes 2023-06-09 11:04:08 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Biggest news is that Andi Shyti steps in for maintaining the controller 2023-06-10 13:36:07 -07:00
Makefile Linux 6.4-rc6 2023-06-11 14:35:30 -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 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.