No description
Find a file
Bart Van Assche 04fd82a9a1 MIPS: sni: Fix the build
[ Upstream commit c91cf42f61 ]

This patch fixes the following gcc 10 build error:

arch/mips/sni/time.c: In function ‘a20r_set_periodic’:
arch/mips/sni/time.c:15:26: error: unsigned conversion from ‘int’ to ‘u8’ {aka ‘volatile unsigned char’} changes value from ‘576’ to ‘64’ [-Werror=overflow]
   15 | #define SNI_COUNTER0_DIV ((SNI_CLOCK_TICK_RATE / SNI_COUNTER2_DIV) / HZ)
      |                          ^
arch/mips/sni/time.c:21:45: note: in expansion of macro ‘SNI_COUNTER0_DIV’
   21 |  *(volatile u8 *)(A20R_PT_CLOCK_BASE + 0) = SNI_COUNTER0_DIV;
      |                                             ^~~~~~~~~~~~~~~~

Cc: linux-mips@vger.kernel.org
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-26 11:40:38 +01:00
arch MIPS: sni: Fix the build 2021-11-26 11:40:38 +01:00
block blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() 2021-09-26 13:37:30 +02:00
certs certs: Trigger creation of RSA module signing key if it's not an RSA key 2021-09-22 11:45:19 +02:00
crypto crypto: pcrypt - Delay write to padata->info 2021-11-26 11:40:32 +01:00
Documentation xen/balloon: add late_initcall_sync() for initial ballooning done 2021-11-26 11:40:25 +01:00
drivers tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc 2021-11-26 11:40:38 +01:00
firmware
fs ext4: fix lazy initialization next schedule time computation in more granular unit 2021-11-26 11:40:37 +01:00
include PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros 2021-11-26 11:40:37 +01:00
init pid: take a reference when initializing cad_pid 2021-06-10 12:43:51 +02:00
ipc
kernel tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT 2021-11-26 11:40:37 +01:00
lib lib/xz: Validate the value before assigning it to an enum variable 2021-11-26 11:40:28 +01:00
mm mm, oom: do not trigger out_of_memory from the #PF 2021-11-26 11:40:37 +01:00
net vsock: prevent unnecessary refcnt inc for nonblocking connect 2021-11-26 11:40:36 +01:00
samples samples/kretprobes: Fix return value if register_kretprobe() failed 2021-11-26 11:40:31 +01:00
scripts leaking_addresses: Always print a trailing newline 2021-11-26 11:40:28 +01:00
security apparmor: fix error check 2021-11-26 11:40:34 +01:00
sound ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER 2021-11-26 11:40:33 +01:00
tools usb: testusb: Fix for showing the connection speed 2021-10-09 14:09:46 +02:00
usr
virt KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() 2021-08-08 08:53:29 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.14.255 2021-11-12 14:28:26 +01: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.