Kernel Source and devicetree for NOTHING Phone(3a) and Phone(3a)Pro
Find a file
Greg Kroah-Hartman 1aaa74177f Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"
This reverts commit ec310591cf which is
commit fda2093860df4812d69052a8cf4997e53853a340 upstream.

Ben reports that this should not have been backported to the older
kernels as the rest of the macro is not empty.  It was a clean-up patch
in 6.4-rc1 only, it did not add new device ids.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Cc: Sasha Levin <sashal@kernel.org>
Link: https://lore.kernel.org/r/aa0d401a7f63448cd4c2fe4a2d7e8495d9aa123e.camel@decadent.org.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-06-14 11:15:34 +02:00
arch riscv: fix kprobe __user string arg print fault issue 2023-06-14 11:15:32 +02:00
block blk-mq: fix blk_mq_hw_ctx active request accounting 2023-06-14 11:15:31 +02:00
certs
crypto
Documentation mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM 2023-06-14 11:15:29 +02:00
drivers Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE" 2023-06-14 11:15:34 +02:00
fs ext4: only check dquot_initialize_needed() when debugging 2023-06-14 11:15:33 +02:00
include mm: page_table_check: Ensure user pages are not slab pages 2023-06-14 11:15:29 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm mm: page_table_check: Ensure user pages are not slab pages 2023-06-14 11:15:29 +02:00
net Bluetooth: fix debugfs registration 2023-06-14 11:15:28 +02:00
rust
samples
scripts
security
sound ASoC: simple-card-utils: fix PCM constraint error check 2023-06-14 11:15:31 +02:00
tools selftests: mptcp: update userspace pm subflow tests 2023-06-14 11:15:27 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.