Go to file
Desnes Nunes a6801686b4 ARM: multi_v7_defconfig: update ONBOARD_USB_HUB to ONBOAD_USB_DEV
JIRA: https://issues.redhat.com/browse/RHEL-59050

commit 70ab96e92106ecd03b39a39ce58c6c237eb0be66
Author: Javier Carrasco <javier.carrasco@wolfvision.net>
Date: Mon, 25 Mar 2024 10:15:15 +0100

  The onboard_usb_hub driver has been updated to support non-hub devices,
  which has led to some renaming. Update to the new name accordingly.

  Update to the new name (ONBOARD_USB_DEV) accordingly.

  Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
  Signed-off-by: Javier Carrasco <javier.carrasco@wolfvision.net>
  Link: https://lore.kernel.org/r/20240325-onboard_xvf3500-v8-5-29e3f9222922@wolfvision.net
  Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Desnes Nunes <desnesn@redhat.com>
2024-10-10 16:36:33 -03:00
Documentation usb: misc: onboard_hub: rename to onboard_dev 2024-10-10 16:36:33 -03:00
LICENSES
arch ARM: multi_v7_defconfig: update ONBOARD_USB_HUB to ONBOAD_USB_DEV 2024-10-10 16:36:33 -03:00
block Merge: CVE-2024-42294: block: fix deadlock between sd_remove &#38; sd_release 2024-09-11 07:52:53 +00:00
certs
crypto crypto: pcrypt - Fix hungtask for PADATA_RESET 2024-05-29 13:20:49 +08:00
drivers drm: ci: arm64.config: update ONBOARD_USB_HUB to ONBOARD_USB_DEV 2024-10-10 16:36:33 -03:00
fs Merge: CIFS: Sync with upstream v6.9+ for RHEL 9.6 2024-10-02 08:57:43 +00:00
include usb: misc: onboard_hub: rename to onboard_dev 2024-10-10 16:36:33 -03:00
init modules: wait do_free_init correctly 2024-06-17 14:17:30 -04:00
io_uring mm/gup: remove vmas parameter from pin_user_pages() 2024-09-05 20:35:37 -04:00
ipc Merge: ipc/msg: mitigate the lock contention in ipc/msg 2024-05-16 13:29:40 +00:00
kernel Merge: Updates for CPU hotplug SMT support 2024-09-26 18:01:07 +00:00
lib Merge: CVE-2024-42292: kobject_uevent: Fix OOB access within zap_modalias_env() 2024-09-27 19:09:13 +00:00
mm Merge: 9.5 Merge-up kernel-5.14.0-503.4.1.el9_5 to kernel-5.14.0-503.7.1.el9_5 2024-09-27 19:11:03 +00:00
net Merge: CNB96: netdev: add per-queue statistics 2024-10-02 08:55:57 +00:00
redhat [redhat] kernel-5.14.0-515.el9 2024-10-02 08:59:52 +00:00
samples samples/bpf: Use %lu format specifier for unsigned long values 2024-06-25 11:07:33 +02:00
scripts Merge: 9.5 Merge-up kernel-5.14.0-503.4.1.el9_5 to kernel-5.14.0-503.7.1.el9_5 2024-09-27 19:11:03 +00:00
security Merge: Refresh s390x subsystem to upstream kernel 6.7 2024-09-26 17:55:24 +00:00
sound Merge: CVE-2024-42278: ASoC: TAS2781: Fix tasdev_load_calibrated_data() 2024-09-11 07:15:26 +00:00
tools Merge: CNB96: netdev: add per-queue statistics 2024-10-02 08:55:57 +00:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt mm: ptep_get() conversion 2024-09-05 20:36:52 -04:00
.clang-format printk: Prepare for SRCU console list protection 2024-05-09 11:25:16 -04:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml redhat: set defaults for RHEL 9.5 2024-09-02 17:30:00 +00:00
.mailmap
COPYING
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-05-13 15:56:48 -06:00
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS usb: misc: onboard_hub: rename to onboard_dev 2024-10-10 16:36:33 -03:00
Makefile Merge: Update MM Selftests for 9.5 2024-08-21 12:51:18 +00:00
Makefile.rhelver [redhat] kernel-5.14.0-515.el9 2024-10-02 08:59:52 +00:00
README
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.