From 4f3dd60618a862c2b3953beb57b9077b8fe5eb3a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 17 Nov 2023 23:05:16 +0100 Subject: [PATCH] kernel-4.18.0-526.el8 * Fri Nov 17 2023 Denys Vlasenko [4.18.0-526.el8] - cpupower: Fix cpuidle_set to accept only numeric values for idle-set operation. (Mamatha Inamdar) [RHEL-15215] - powerpc/vas: Limit open window failure messages in log bufffer (Mamatha Inamdar) [RHEL-14968] - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). (Paolo Abeni) [RHEL-14372] - vxlan: calculate correct header length for GPE (Petr Oros) [RHEL-14527] - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). (Guillaume Nault) [RHEL-2574] {CVE-2023-4622} - netfilter: xt_u32: validate user space input (Phil Sutter) [RHEL-11729] {CVE-2023-39192} - netfilter: nf_log_syslog: Consolidate entry checks (Phil Sutter) [RHEL-6044] - netfilter: nf_log_syslog: Don't ignore unknown protocols (Phil Sutter) [RHEL-6044] - netfilter: nf_log_syslog: Merge MAC header dumpers (Phil Sutter) [RHEL-6044] - tipc: fix a potential deadlock on &tx->lock (Xin Long) [RHEL-14830] - tipc: stop tipc crypto on failure in tipc_node_create (Xin Long) [RHEL-14830] - tipc: check return value of pskb_trim() (Xin Long) [RHEL-14830] - net: tipc: resize nlattr array to correct size (Xin Long) [RHEL-14830] - scsi: target: core: Fix deadlock due to recursive locking (Maurizio Lombardi) [RHEL-15311] - scsi: target: Replace strlcpy() with strscpy() (Maurizio Lombardi) [RHEL-15311] - scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c (Maurizio Lombardi) [RHEL-15311] - scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() (Maurizio Lombardi) [RHEL-15311] - scsi: target: Fix multiple LUN_RESET handling (Maurizio Lombardi) [RHEL-15311] - scsi: target: iscsit: Free cmds before session free (Maurizio Lombardi) [RHEL-15311] - net: xfrm: skip policies marked as dead while reinserting policies (Sabrina Dubroca) [RHEL-14518] - ip_vti: fix potential slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] - ip6_vti: fix slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] - xfrm: fix slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] - net: ipv4: Use kfree_sensitive instead of kfree (Sabrina Dubroca) [RHEL-14518] - xfrm: Linearize the skb after offloading if needed. (Sabrina Dubroca) [RHEL-14518] - xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets (Sabrina Dubroca) [RHEL-14518] - net: skb_queue_purge_reason() optimizations (Antoine Tenart) [RHEL-14568] - net: add skb_queue_purge_reason and __skb_queue_purge_reason (Antoine Tenart) [RHEL-14568] - tcp: add TCP_OLD_SEQUENCE drop reason (Antoine Tenart) [RHEL-14568] - net: move dropreason.h to dropreason-core.h (Antoine Tenart) [RHEL-14568] - net: fix kfree_skb_list use of skb_mark_not_on_list (Antoine Tenart) [RHEL-14568] - net: kfree_skb_list use kmem_cache_free_bulk (Antoine Tenart) [RHEL-14568] - bpf: Clarify error expectations from bpf_clone_redirect (Davide Caratti) [RHEL-15040] - veth: Fixing transmit return status for dropped packets (Davide Caratti) [RHEL-15040] - net: fib: avoid warn splat in flow dissector (Davide Caratti) [RHEL-15040] - net: af_key: fix sadb_x_filter validation (Davide Caratti) [RHEL-15040] - net: dcb: choose correct policy to parse DCB_ATTR_BCN (Davide Caratti) [RHEL-15040] - llc: Don't drop packet from non-root netns. (Davide Caratti) [RHEL-15040] - vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() (Davide Caratti) [RHEL-15040] - af_key: Reject optional tunnel/BEET mode templates in outbound policies (Davide Caratti) [RHEL-15040] - af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). (Davide Caratti) [RHEL-15040] - ethtool: Fix uninitialized number of lanes (Davide Caratti) [RHEL-15040] - vlan: partially enable SIOCSHWTSTAMP in container (Davide Caratti) [RHEL-15040] - net/sched: act_ct: additional checks for outdated flows (Davide Caratti) [RHEL-14032] - netfilter: flowtable: GC pushes back packets to classic path (Davide Caratti) [RHEL-14032] - net: sched: sch_qfq: Use non-work-conserving warning handler (Davide Caratti) [RHEL-14032] - net: sched: sch_qfq: Fix UAF in qfq_dequeue() (Davide Caratti) [RHEL-14032] - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve (Davide Caratti) [RHEL-14032] - net/sched: sch_hfsc: Ensure inner classes have fsc curve (Davide Caratti) [RHEL-14032] - net/sched: fix a qdisc modification with ambiguous command request (Davide Caratti) [RHEL-14032] - net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 (Davide Caratti) [RHEL-14032] - net/sched: mqprio: add extack to mqprio_parse_nlattr() (Davide Caratti) [RHEL-14032] - net: sched: cls_flower: Undo tcf_bind_filter in case of an error (Davide Caratti) [RHEL-14032] - net: sched: cls_bpf: Undo tcf_bind_filter in case of an error (Davide Caratti) [RHEL-14032] - net: sched: cls_u32: Undo refcount decrement in case update failed (Davide Caratti) [RHEL-14032] - net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode (Davide Caratti) [RHEL-14032] - net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_set_parms (Davide Caratti) [RHEL-14032] - net/sched: flower: Ensure both minimum and maximum ports are specified (Davide Caratti) [RHEL-14032] - net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX (Davide Caratti) [RHEL-14032] - sch_netem: fix issues in netem_change() vs get_dist_table() (Davide Caratti) [RHEL-14032] - sch_netem: acquire qdisc lock in netem_change() (Davide Caratti) [RHEL-14032] - selftests: tc-testing: add one test for flushing explicitly created chain (Davide Caratti) [RHEL-14032] - net/sched: cls_api: Fix lockup on flushing explicitly created chain (Davide Caratti) [RHEL-14032] - net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting (Davide Caratti) [RHEL-14032] - net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs (Davide Caratti) [RHEL-14032] - net/sched: act_ct: Fix promotion of offloaded unreplied tuple (Davide Caratti) [RHEL-14032] - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values (Davide Caratti) [RHEL-14032] - net: sched: fix NULL pointer dereference in mq_attach (Davide Caratti) [RHEL-14032] - net/sched: act_mirred: Add carrier check (Davide Caratti) [RHEL-14032] - redhat/configs: delete ftdi-elan driver config (Desnes Nunes) [RHEL-13071] - redhat/configs: delete u132-hcd driver config (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probe (Desnes Nunes) [RHEL-13071] - usb: typec: Fix fast_role_swap_current show function (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: Fix command cancellation (Desnes Nunes) [RHEL-13071] - USB: serial: option: add Quectel EM061KGL series (Desnes Nunes) [RHEL-13071] - usb: typec: tps6598x: Fix broken polling mode after system suspend/resume (Desnes Nunes) [RHEL-13071] - usb: usbfs: Use consistent mmap functions (Desnes Nunes) [RHEL-13071] - usb: usbfs: Enforce page requirements for mmap (Desnes Nunes) [RHEL-13071] - thunderbolt: Do not touch CL state configuration during discovery (Desnes Nunes) [RHEL-13071] - thunderbolt: Increase DisplayPort Connection Manager handshake timeout (Desnes Nunes) [RHEL-13071] - thunderbolt: dma_test: Use correct value for absent rings when creating paths (Desnes Nunes) [RHEL-13071] - xhci: Fix incorrect tracking of free space on transfer rings (Desnes Nunes) [RHEL-13071] - xhci-pci: Only run d3cold avoidance quirk for s2idle (Desnes Nunes) [RHEL-13071] - usb-storage: fix deadlock when a scsi command timeouts more than once (Desnes Nunes) [RHEL-13071] - usb: typec: tps6598x: Fix fault at module removal (Desnes Nunes) [RHEL-13071] - usb: typec: altmodes/displayport: fix pin_assignment_show (Desnes Nunes) [RHEL-13071] - USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value (Desnes Nunes) [RHEL-13071] - PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports (Desnes Nunes) [RHEL-13071] - PCI: Add ACS quirk for Zhaoxin multi-function devices (Desnes Nunes) [RHEL-13071] - PCI: Add Zhaoxin Vendor ID (Desnes Nunes) [RHEL-13071] - USB: usbtmc: Fix direction for 0-length ioctl control messages (Desnes Nunes) [RHEL-13071] - usb: usbtmc: Fix bug in pipe direction for control transfers (Desnes Nunes) [RHEL-13071] - media: pvrusb2: fix DVB_CORE dependency (Desnes Nunes) [RHEL-13071] - USB: sisusbvga: Add endpoint checks (Desnes Nunes) [RHEL-13071] - USB: core: Add routines for endpoint checks in old drivers (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: don't print PPM init deferred errors (Desnes Nunes) [RHEL-13071] - usb: typec: tcpm: fix multiple times discover svids error (Desnes Nunes) [RHEL-13071] - usb: xhci: plat: Add USB 3.0 phy support (Desnes Nunes) [RHEL-13071] - usb: host: xhci-plat: Use dev_is_pci() helper (Desnes Nunes) [RHEL-13071] - xhci: fix debugfs register accesses while suspended (Desnes Nunes) [RHEL-13071] - debugfs: regset32: Add Runtime PM support (Desnes Nunes) [RHEL-13071] - USB: serial: option: add UNISOC vendor and TOZED LT70C product (Desnes Nunes) [RHEL-13071] - net: thunderbolt: Fix typos in comments (Desnes Nunes) [RHEL-13071] - net: thunderbolt: Fix sparse warnings in tbnet_xmit_csum_and_map() (Desnes Nunes) [RHEL-13071] - net: thunderbolt: Fix sparse warnings in tbnet_check_frame() and tbnet_poll() (Desnes Nunes) [RHEL-13071] - media: mc-device: remove unnecessary __must_check (Desnes Nunes) [RHEL-13071] - media: au0828: remove unnecessary (void*) conversions (Desnes Nunes) [RHEL-13071] - USB: core: Fix docs warning caused by wireless_status feature (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 (Desnes Nunes) [RHEL-13071] - ACPI: OSL: Remove the helper for deactivating memory region (Desnes Nunes) [RHEL-13071] - ACPI: OSL: Clean up printing messages (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: acpi: Map the mailbox with memremap() (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: tps6598x: make interrupts optional (Desnes Nunes) [RHEL-13071] - dt-bindings: Explicitly allow additional properties in common schemas (Desnes Nunes) [RHEL-13071] - dt-bindings: connector: Convert Samsung 11-pin USB bindings to dtschema (Desnes Nunes) [RHEL-13071] - dt-bindings: Merge gpio-usb-b-connector with usb-connector (Desnes Nunes) [RHEL-13071] - dt-bindings: Clean-up schema indentation formatting (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: typec-tcpci: convert to DT schema format (Desnes Nunes) [RHEL-13071] - usb: typec: tcpm: try to get role switch from tcpc fwnode (Desnes Nunes) [RHEL-13071] - USB: core: Add API to change the wireless_status (Desnes Nunes) [RHEL-13071] - USB: core: Add wireless_status sysfs attribute (Desnes Nunes) [RHEL-13071] - ABI: sysfs-bus-usb: better document variable argument (Desnes Nunes) [RHEL-13071] - thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper (Desnes Nunes) [RHEL-13071] - media: pvrusb2: clean up unneeded complexity in pvrusb2 class logic (Desnes Nunes) [RHEL-13071] - usb: move config USB_USS720 to usb's misc Kconfig (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: usb-nop-xceiv: add power-domains property (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: usb-nop-xceiv: Convert to DT schema (Desnes Nunes) [RHEL-13071] - thunderbolt: Make use of SI units from units.h (Desnes Nunes) [RHEL-13071] - thunderbolt: Get rid of redundant 'else' (Desnes Nunes) [RHEL-13071] - thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr() (Desnes Nunes) [RHEL-13071] - usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chipset_info() (Desnes Nunes) [RHEL-13071] - xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals (Desnes Nunes) [RHEL-13071] - usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS (Desnes Nunes) [RHEL-13071] - usb: typec: tps6598x: Add support for polling interrupts status (Desnes Nunes) [RHEL-13071] - usb: typec: ucsi: add PMIC Glink UCSI driver (Desnes Nunes) [RHEL-13071] - tracing: Acquire buffer from temparary trace sequence (Desnes Nunes) [RHEL-13071] - USB: serial: quatech2: remove unused qt2_setdevice function (Desnes Nunes) [RHEL-13071] - usb: typec: tipd: remove unused tps6598x_write16,32 functions (Desnes Nunes) [RHEL-13071] - usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 function (Desnes Nunes) [RHEL-13071] - usb: typec: tcpm: remove unnecessary (void*) conversions (Desnes Nunes) [RHEL-13071] - xhci: Move xhci MSI sync function to to xhci-pci (Desnes Nunes) [RHEL-13071] - xhci: Call MSI sync function from xhci-pci instead of generic xhci code (Desnes Nunes) [RHEL-13071] - xhci: Move functions to cleanup MSI to xhci-pci (Desnes Nunes) [RHEL-13071] - xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions (Desnes Nunes) [RHEL-13071] - xhci: Move functions to setup msi to xhci-pci (Desnes Nunes) [RHEL-13071] - xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume (Desnes Nunes) [RHEL-13071] - xhci: dbc: Provide sysfs option to configure dbc descriptors (Desnes Nunes) [RHEL-13071] - xhci: mem: Join string literals back (Desnes Nunes) [RHEL-13071] - xhci: mem: Replace explicit castings with appropriate specifiers (Desnes Nunes) [RHEL-13071] - xhci: mem: Use while (i--) pattern to clean up (Desnes Nunes) [RHEL-13071] - xhci: mem: Drop useless return:s (Desnes Nunes) [RHEL-13071] - xhci: mem: Get rid of redundant 'else' (Desnes Nunes) [RHEL-13071] - xhci: mem: Use dma_poll_zalloc() instead of explicit memset() (Desnes Nunes) [RHEL-13071] - xhci: mem: Carefully calculate size for memory allocations (Desnes Nunes) [RHEL-13071] - overflow: Provide constant expression struct_size (Desnes Nunes) [RHEL-13071] - test_overflow: Regularize test reporting output (Desnes Nunes) [RHEL-13071] - overflow: Implement size_t saturating arithmetic helpers (Desnes Nunes) [RHEL-13071] - test_overflow: Add shift overflow tests (Desnes Nunes) [RHEL-13071] - overflow.h: Add comment documenting __ab_c_size() (Desnes Nunes) [RHEL-13071] - docs: basics.rst: get rid of rcu kernel-doc macros (Desnes Nunes) [RHEL-13071] - docs: Do not seek comments in kernel/rcu/tree_plugin.h (Desnes Nunes) [RHEL-13071] - docs: deprecated.rst: Add zero-length and one-element arrays (Desnes Nunes) [RHEL-13071] - docs: Remove :c:func: from process/deprecated.rst (Desnes Nunes) [RHEL-13071] - docs: Introduce deprecated APIs list (Desnes Nunes) [RHEL-13071] - USB: misc: Remove unused include file usb_u132.h (Desnes Nunes) [RHEL-13071] - usb: ftdi-elan: Delete driver (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: Drop unneeded quotes (Desnes Nunes) [RHEL-13071] - usb: host: u132-hcd: Delete driver (Desnes Nunes) [RHEL-13071] - media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols (Desnes Nunes) [RHEL-13071] - usb: misc: usb3503: support usb3803 and bypass mode (Desnes Nunes) [RHEL-13071] - usb: misc: usb3503: refactor code to prepare for usb3803 addition (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: smsc,usb3503: Add usb3803 (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: Convert SMSC USB3503 binding to a schema (Desnes Nunes) [RHEL-13071] - usb: typec: fusb302: mark OF related data as maybe unused (Desnes Nunes) [RHEL-13071] - usb: typec: hd3ss3220: Drop of_match_ptr for ID table (Desnes Nunes) [RHEL-13071] - usb: typec: hd3ss3220: Convert to i2c's .probe_new() (Desnes Nunes) [RHEL-13071] - usb: acpi: Switch to use acpi_evaluate_dsm_typed() (Desnes Nunes) [RHEL-13071] - usb: Use of_property_read_bool() for boolean properties (Desnes Nunes) [RHEL-13071] - usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe (Desnes Nunes) [RHEL-13071] - usb: usb251xb: Switch to use dev_err_probe() helper (Desnes Nunes) [RHEL-13071] - thunderbolt: Refactor DROM reading (Desnes Nunes) [RHEL-13071] - thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset (Desnes Nunes) [RHEL-13071] - usb: xhci: change some trace event __dynamic_array() to __get_buf() (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: allow evaluated properties in OHCI controllers (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: usb-device: make "compatible" optional (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: hcd: correct usb-device path (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: fix yamllint check warning (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: usb-device: fix typo in required properties (Desnes Nunes) [RHEL-13071] - dt-bindings: usb: convert usb-device.txt to YAML schema (Desnes Nunes) [RHEL-13071] - dt-bindings: Fix SPI and I2C bus node names in examples (Desnes Nunes) [RHEL-13071] - dt-bindings: mfd: mediatek: Add bindings for MT6360 PMIC (Desnes Nunes) [RHEL-13071] - usb typec: mt6360: Add MT6360 Type-C DT binding documentation (Desnes Nunes) [RHEL-13071] Resolves: RHEL-11729, RHEL-13071, RHEL-14032, RHEL-14372, RHEL-14518, RHEL-14527, RHEL-14568, RHEL-14830, RHEL-14968, RHEL-15040, RHEL-15215, RHEL-15311, RHEL-2574, RHEL-6044 Signed-off-by: Denys Vlasenko --- kernel-aarch64-debug.config | 2 - kernel-aarch64.config | 2 - kernel-ppc64le-debug.config | 2 - kernel-ppc64le.config | 2 - kernel-s390x-debug.config | 2 - kernel-s390x-zfcpdump.config | 2 - kernel-s390x.config | 2 - kernel-x86_64-debug.config | 2 - kernel-x86_64.config | 2 - kernel.spec | 200 ++++++++++++++++++++++++++++++++++- sources | 6 +- 11 files changed, 200 insertions(+), 24 deletions(-) diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index e1cb171c2..2643713f3 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -2357,7 +2357,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_WUSB_CBAF_DEBUG is not set @@ -5349,7 +5348,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-aarch64.config b/kernel-aarch64.config index c65bd1fac..2f281e618 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -2434,7 +2434,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_WUSB_CBAF_DEBUG is not set @@ -5325,7 +5324,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-ppc64le-debug.config b/kernel-ppc64le-debug.config index 9abb285b7..bc9e52267 100644 --- a/kernel-ppc64le-debug.config +++ b/kernel-ppc64le-debug.config @@ -2108,7 +2108,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -5083,7 +5082,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-ppc64le.config b/kernel-ppc64le.config index 70f18bdeb..776e0f3a5 100644 --- a/kernel-ppc64le.config +++ b/kernel-ppc64le.config @@ -2185,7 +2185,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -5060,7 +5059,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config index 9b6e4a43b..5e40d2954 100644 --- a/kernel-s390x-debug.config +++ b/kernel-s390x-debug.config @@ -2244,7 +2244,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -4984,7 +4983,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-s390x-zfcpdump.config b/kernel-s390x-zfcpdump.config index 4a5a0a622..378b72f29 100644 --- a/kernel-s390x-zfcpdump.config +++ b/kernel-s390x-zfcpdump.config @@ -2491,7 +2491,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -5008,7 +5007,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-s390x.config b/kernel-s390x.config index b58d10524..4cd708f17 100644 --- a/kernel-s390x.config +++ b/kernel-s390x.config @@ -2322,7 +2322,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -4960,7 +4959,6 @@ CONFIG_USB_EMI26=m CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index 18547b488..3c3d6af9b 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -2098,7 +2098,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -5480,7 +5479,6 @@ CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m CONFIG_USB_FEW_INIT_RETRIES=y -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel-x86_64.config b/kernel-x86_64.config index e9a23b450..cc7e30929 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -2173,7 +2173,6 @@ # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_USB_TEST is not set # CONFIG_USB_TRANCEVIBRATOR is not set -# CONFIG_USB_U132_HCD is not set # CONFIG_USB_ULPI is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_USB_WHCI_HCD is not set @@ -5452,7 +5451,6 @@ CONFIG_USB_EMI62=m CONFIG_USB_EPSON2888=y CONFIG_USB_EZUSB_FX2=m CONFIG_USB_FEW_INIT_RETRIES=y -CONFIG_USB_FTDI_ELAN=m CONFIG_USB_GL860=m CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_BENQ=m diff --git a/kernel.spec b/kernel.spec index a249efb71..e6f2b7d0a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 525 +%global distro_build 526 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 525.el8 +%define pkgrelease 526.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 525%{?dist} +%define specrelease 526%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2695,6 +2695,200 @@ fi # # %changelog +* Fri Nov 17 2023 Denys Vlasenko [4.18.0-526.el8] +- cpupower: Fix cpuidle_set to accept only numeric values for idle-set operation. (Mamatha Inamdar) [RHEL-15215] +- powerpc/vas: Limit open window failure messages in log bufffer (Mamatha Inamdar) [RHEL-14968] +- udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). (Paolo Abeni) [RHEL-14372] +- vxlan: calculate correct header length for GPE (Petr Oros) [RHEL-14527] +- af_unix: Fix null-ptr-deref in unix_stream_sendpage(). (Guillaume Nault) [RHEL-2574] {CVE-2023-4622} +- netfilter: xt_u32: validate user space input (Phil Sutter) [RHEL-11729] {CVE-2023-39192} +- netfilter: nf_log_syslog: Consolidate entry checks (Phil Sutter) [RHEL-6044] +- netfilter: nf_log_syslog: Don't ignore unknown protocols (Phil Sutter) [RHEL-6044] +- netfilter: nf_log_syslog: Merge MAC header dumpers (Phil Sutter) [RHEL-6044] +- tipc: fix a potential deadlock on &tx->lock (Xin Long) [RHEL-14830] +- tipc: stop tipc crypto on failure in tipc_node_create (Xin Long) [RHEL-14830] +- tipc: check return value of pskb_trim() (Xin Long) [RHEL-14830] +- net: tipc: resize nlattr array to correct size (Xin Long) [RHEL-14830] +- scsi: target: core: Fix deadlock due to recursive locking (Maurizio Lombardi) [RHEL-15311] +- scsi: target: Replace strlcpy() with strscpy() (Maurizio Lombardi) [RHEL-15311] +- scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c (Maurizio Lombardi) [RHEL-15311] +- scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() (Maurizio Lombardi) [RHEL-15311] +- scsi: target: Fix multiple LUN_RESET handling (Maurizio Lombardi) [RHEL-15311] +- scsi: target: iscsit: Free cmds before session free (Maurizio Lombardi) [RHEL-15311] +- net: xfrm: skip policies marked as dead while reinserting policies (Sabrina Dubroca) [RHEL-14518] +- ip_vti: fix potential slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] +- ip6_vti: fix slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] +- xfrm: fix slab-use-after-free in decode_session6 (Sabrina Dubroca) [RHEL-14518] +- net: ipv4: Use kfree_sensitive instead of kfree (Sabrina Dubroca) [RHEL-14518] +- xfrm: Linearize the skb after offloading if needed. (Sabrina Dubroca) [RHEL-14518] +- xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets (Sabrina Dubroca) [RHEL-14518] +- net: skb_queue_purge_reason() optimizations (Antoine Tenart) [RHEL-14568] +- net: add skb_queue_purge_reason and __skb_queue_purge_reason (Antoine Tenart) [RHEL-14568] +- tcp: add TCP_OLD_SEQUENCE drop reason (Antoine Tenart) [RHEL-14568] +- net: move dropreason.h to dropreason-core.h (Antoine Tenart) [RHEL-14568] +- net: fix kfree_skb_list use of skb_mark_not_on_list (Antoine Tenart) [RHEL-14568] +- net: kfree_skb_list use kmem_cache_free_bulk (Antoine Tenart) [RHEL-14568] +- bpf: Clarify error expectations from bpf_clone_redirect (Davide Caratti) [RHEL-15040] +- veth: Fixing transmit return status for dropped packets (Davide Caratti) [RHEL-15040] +- net: fib: avoid warn splat in flow dissector (Davide Caratti) [RHEL-15040] +- net: af_key: fix sadb_x_filter validation (Davide Caratti) [RHEL-15040] +- net: dcb: choose correct policy to parse DCB_ATTR_BCN (Davide Caratti) [RHEL-15040] +- llc: Don't drop packet from non-root netns. (Davide Caratti) [RHEL-15040] +- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() (Davide Caratti) [RHEL-15040] +- af_key: Reject optional tunnel/BEET mode templates in outbound policies (Davide Caratti) [RHEL-15040] +- af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). (Davide Caratti) [RHEL-15040] +- ethtool: Fix uninitialized number of lanes (Davide Caratti) [RHEL-15040] +- vlan: partially enable SIOCSHWTSTAMP in container (Davide Caratti) [RHEL-15040] +- net/sched: act_ct: additional checks for outdated flows (Davide Caratti) [RHEL-14032] +- netfilter: flowtable: GC pushes back packets to classic path (Davide Caratti) [RHEL-14032] +- net: sched: sch_qfq: Use non-work-conserving warning handler (Davide Caratti) [RHEL-14032] +- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (Davide Caratti) [RHEL-14032] +- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve (Davide Caratti) [RHEL-14032] +- net/sched: sch_hfsc: Ensure inner classes have fsc curve (Davide Caratti) [RHEL-14032] +- net/sched: fix a qdisc modification with ambiguous command request (Davide Caratti) [RHEL-14032] +- net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 (Davide Caratti) [RHEL-14032] +- net/sched: mqprio: add extack to mqprio_parse_nlattr() (Davide Caratti) [RHEL-14032] +- net: sched: cls_flower: Undo tcf_bind_filter in case of an error (Davide Caratti) [RHEL-14032] +- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error (Davide Caratti) [RHEL-14032] +- net: sched: cls_u32: Undo refcount decrement in case update failed (Davide Caratti) [RHEL-14032] +- net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode (Davide Caratti) [RHEL-14032] +- net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_set_parms (Davide Caratti) [RHEL-14032] +- net/sched: flower: Ensure both minimum and maximum ports are specified (Davide Caratti) [RHEL-14032] +- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX (Davide Caratti) [RHEL-14032] +- sch_netem: fix issues in netem_change() vs get_dist_table() (Davide Caratti) [RHEL-14032] +- sch_netem: acquire qdisc lock in netem_change() (Davide Caratti) [RHEL-14032] +- selftests: tc-testing: add one test for flushing explicitly created chain (Davide Caratti) [RHEL-14032] +- net/sched: cls_api: Fix lockup on flushing explicitly created chain (Davide Caratti) [RHEL-14032] +- net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting (Davide Caratti) [RHEL-14032] +- net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs (Davide Caratti) [RHEL-14032] +- net/sched: act_ct: Fix promotion of offloaded unreplied tuple (Davide Caratti) [RHEL-14032] +- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values (Davide Caratti) [RHEL-14032] +- net: sched: fix NULL pointer dereference in mq_attach (Davide Caratti) [RHEL-14032] +- net/sched: act_mirred: Add carrier check (Davide Caratti) [RHEL-14032] +- redhat/configs: delete ftdi-elan driver config (Desnes Nunes) [RHEL-13071] +- redhat/configs: delete u132-hcd driver config (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probe (Desnes Nunes) [RHEL-13071] +- usb: typec: Fix fast_role_swap_current show function (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: Fix command cancellation (Desnes Nunes) [RHEL-13071] +- USB: serial: option: add Quectel EM061KGL series (Desnes Nunes) [RHEL-13071] +- usb: typec: tps6598x: Fix broken polling mode after system suspend/resume (Desnes Nunes) [RHEL-13071] +- usb: usbfs: Use consistent mmap functions (Desnes Nunes) [RHEL-13071] +- usb: usbfs: Enforce page requirements for mmap (Desnes Nunes) [RHEL-13071] +- thunderbolt: Do not touch CL state configuration during discovery (Desnes Nunes) [RHEL-13071] +- thunderbolt: Increase DisplayPort Connection Manager handshake timeout (Desnes Nunes) [RHEL-13071] +- thunderbolt: dma_test: Use correct value for absent rings when creating paths (Desnes Nunes) [RHEL-13071] +- xhci: Fix incorrect tracking of free space on transfer rings (Desnes Nunes) [RHEL-13071] +- xhci-pci: Only run d3cold avoidance quirk for s2idle (Desnes Nunes) [RHEL-13071] +- usb-storage: fix deadlock when a scsi command timeouts more than once (Desnes Nunes) [RHEL-13071] +- usb: typec: tps6598x: Fix fault at module removal (Desnes Nunes) [RHEL-13071] +- usb: typec: altmodes/displayport: fix pin_assignment_show (Desnes Nunes) [RHEL-13071] +- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value (Desnes Nunes) [RHEL-13071] +- PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports (Desnes Nunes) [RHEL-13071] +- PCI: Add ACS quirk for Zhaoxin multi-function devices (Desnes Nunes) [RHEL-13071] +- PCI: Add Zhaoxin Vendor ID (Desnes Nunes) [RHEL-13071] +- USB: usbtmc: Fix direction for 0-length ioctl control messages (Desnes Nunes) [RHEL-13071] +- usb: usbtmc: Fix bug in pipe direction for control transfers (Desnes Nunes) [RHEL-13071] +- media: pvrusb2: fix DVB_CORE dependency (Desnes Nunes) [RHEL-13071] +- USB: sisusbvga: Add endpoint checks (Desnes Nunes) [RHEL-13071] +- USB: core: Add routines for endpoint checks in old drivers (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: don't print PPM init deferred errors (Desnes Nunes) [RHEL-13071] +- usb: typec: tcpm: fix multiple times discover svids error (Desnes Nunes) [RHEL-13071] +- usb: xhci: plat: Add USB 3.0 phy support (Desnes Nunes) [RHEL-13071] +- usb: host: xhci-plat: Use dev_is_pci() helper (Desnes Nunes) [RHEL-13071] +- xhci: fix debugfs register accesses while suspended (Desnes Nunes) [RHEL-13071] +- debugfs: regset32: Add Runtime PM support (Desnes Nunes) [RHEL-13071] +- USB: serial: option: add UNISOC vendor and TOZED LT70C product (Desnes Nunes) [RHEL-13071] +- net: thunderbolt: Fix typos in comments (Desnes Nunes) [RHEL-13071] +- net: thunderbolt: Fix sparse warnings in tbnet_xmit_csum_and_map() (Desnes Nunes) [RHEL-13071] +- net: thunderbolt: Fix sparse warnings in tbnet_check_frame() and tbnet_poll() (Desnes Nunes) [RHEL-13071] +- media: mc-device: remove unnecessary __must_check (Desnes Nunes) [RHEL-13071] +- media: au0828: remove unnecessary (void*) conversions (Desnes Nunes) [RHEL-13071] +- USB: core: Fix docs warning caused by wireless_status feature (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 (Desnes Nunes) [RHEL-13071] +- ACPI: OSL: Remove the helper for deactivating memory region (Desnes Nunes) [RHEL-13071] +- ACPI: OSL: Clean up printing messages (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: acpi: Map the mailbox with memremap() (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: tps6598x: make interrupts optional (Desnes Nunes) [RHEL-13071] +- dt-bindings: Explicitly allow additional properties in common schemas (Desnes Nunes) [RHEL-13071] +- dt-bindings: connector: Convert Samsung 11-pin USB bindings to dtschema (Desnes Nunes) [RHEL-13071] +- dt-bindings: Merge gpio-usb-b-connector with usb-connector (Desnes Nunes) [RHEL-13071] +- dt-bindings: Clean-up schema indentation formatting (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: typec-tcpci: convert to DT schema format (Desnes Nunes) [RHEL-13071] +- usb: typec: tcpm: try to get role switch from tcpc fwnode (Desnes Nunes) [RHEL-13071] +- USB: core: Add API to change the wireless_status (Desnes Nunes) [RHEL-13071] +- USB: core: Add wireless_status sysfs attribute (Desnes Nunes) [RHEL-13071] +- ABI: sysfs-bus-usb: better document variable argument (Desnes Nunes) [RHEL-13071] +- thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper (Desnes Nunes) [RHEL-13071] +- media: pvrusb2: clean up unneeded complexity in pvrusb2 class logic (Desnes Nunes) [RHEL-13071] +- usb: move config USB_USS720 to usb's misc Kconfig (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: usb-nop-xceiv: add power-domains property (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: usb-nop-xceiv: Convert to DT schema (Desnes Nunes) [RHEL-13071] +- thunderbolt: Make use of SI units from units.h (Desnes Nunes) [RHEL-13071] +- thunderbolt: Get rid of redundant 'else' (Desnes Nunes) [RHEL-13071] +- thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr() (Desnes Nunes) [RHEL-13071] +- usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chipset_info() (Desnes Nunes) [RHEL-13071] +- xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals (Desnes Nunes) [RHEL-13071] +- usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS (Desnes Nunes) [RHEL-13071] +- usb: typec: tps6598x: Add support for polling interrupts status (Desnes Nunes) [RHEL-13071] +- usb: typec: ucsi: add PMIC Glink UCSI driver (Desnes Nunes) [RHEL-13071] +- tracing: Acquire buffer from temparary trace sequence (Desnes Nunes) [RHEL-13071] +- USB: serial: quatech2: remove unused qt2_setdevice function (Desnes Nunes) [RHEL-13071] +- usb: typec: tipd: remove unused tps6598x_write16,32 functions (Desnes Nunes) [RHEL-13071] +- usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 function (Desnes Nunes) [RHEL-13071] +- usb: typec: tcpm: remove unnecessary (void*) conversions (Desnes Nunes) [RHEL-13071] +- xhci: Move xhci MSI sync function to to xhci-pci (Desnes Nunes) [RHEL-13071] +- xhci: Call MSI sync function from xhci-pci instead of generic xhci code (Desnes Nunes) [RHEL-13071] +- xhci: Move functions to cleanup MSI to xhci-pci (Desnes Nunes) [RHEL-13071] +- xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions (Desnes Nunes) [RHEL-13071] +- xhci: Move functions to setup msi to xhci-pci (Desnes Nunes) [RHEL-13071] +- xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume (Desnes Nunes) [RHEL-13071] +- xhci: dbc: Provide sysfs option to configure dbc descriptors (Desnes Nunes) [RHEL-13071] +- xhci: mem: Join string literals back (Desnes Nunes) [RHEL-13071] +- xhci: mem: Replace explicit castings with appropriate specifiers (Desnes Nunes) [RHEL-13071] +- xhci: mem: Use while (i--) pattern to clean up (Desnes Nunes) [RHEL-13071] +- xhci: mem: Drop useless return:s (Desnes Nunes) [RHEL-13071] +- xhci: mem: Get rid of redundant 'else' (Desnes Nunes) [RHEL-13071] +- xhci: mem: Use dma_poll_zalloc() instead of explicit memset() (Desnes Nunes) [RHEL-13071] +- xhci: mem: Carefully calculate size for memory allocations (Desnes Nunes) [RHEL-13071] +- overflow: Provide constant expression struct_size (Desnes Nunes) [RHEL-13071] +- test_overflow: Regularize test reporting output (Desnes Nunes) [RHEL-13071] +- overflow: Implement size_t saturating arithmetic helpers (Desnes Nunes) [RHEL-13071] +- test_overflow: Add shift overflow tests (Desnes Nunes) [RHEL-13071] +- overflow.h: Add comment documenting __ab_c_size() (Desnes Nunes) [RHEL-13071] +- docs: basics.rst: get rid of rcu kernel-doc macros (Desnes Nunes) [RHEL-13071] +- docs: Do not seek comments in kernel/rcu/tree_plugin.h (Desnes Nunes) [RHEL-13071] +- docs: deprecated.rst: Add zero-length and one-element arrays (Desnes Nunes) [RHEL-13071] +- docs: Remove :c:func: from process/deprecated.rst (Desnes Nunes) [RHEL-13071] +- docs: Introduce deprecated APIs list (Desnes Nunes) [RHEL-13071] +- USB: misc: Remove unused include file usb_u132.h (Desnes Nunes) [RHEL-13071] +- usb: ftdi-elan: Delete driver (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: Drop unneeded quotes (Desnes Nunes) [RHEL-13071] +- usb: host: u132-hcd: Delete driver (Desnes Nunes) [RHEL-13071] +- media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols (Desnes Nunes) [RHEL-13071] +- usb: misc: usb3503: support usb3803 and bypass mode (Desnes Nunes) [RHEL-13071] +- usb: misc: usb3503: refactor code to prepare for usb3803 addition (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: smsc,usb3503: Add usb3803 (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: Convert SMSC USB3503 binding to a schema (Desnes Nunes) [RHEL-13071] +- usb: typec: fusb302: mark OF related data as maybe unused (Desnes Nunes) [RHEL-13071] +- usb: typec: hd3ss3220: Drop of_match_ptr for ID table (Desnes Nunes) [RHEL-13071] +- usb: typec: hd3ss3220: Convert to i2c's .probe_new() (Desnes Nunes) [RHEL-13071] +- usb: acpi: Switch to use acpi_evaluate_dsm_typed() (Desnes Nunes) [RHEL-13071] +- usb: Use of_property_read_bool() for boolean properties (Desnes Nunes) [RHEL-13071] +- usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe (Desnes Nunes) [RHEL-13071] +- usb: usb251xb: Switch to use dev_err_probe() helper (Desnes Nunes) [RHEL-13071] +- thunderbolt: Refactor DROM reading (Desnes Nunes) [RHEL-13071] +- thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset (Desnes Nunes) [RHEL-13071] +- usb: xhci: change some trace event __dynamic_array() to __get_buf() (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: allow evaluated properties in OHCI controllers (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: usb-device: make "compatible" optional (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: hcd: correct usb-device path (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: fix yamllint check warning (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: usb-device: fix typo in required properties (Desnes Nunes) [RHEL-13071] +- dt-bindings: usb: convert usb-device.txt to YAML schema (Desnes Nunes) [RHEL-13071] +- dt-bindings: Fix SPI and I2C bus node names in examples (Desnes Nunes) [RHEL-13071] +- dt-bindings: mfd: mediatek: Add bindings for MT6360 PMIC (Desnes Nunes) [RHEL-13071] +- usb typec: mt6360: Add MT6360 Type-C DT binding documentation (Desnes Nunes) [RHEL-13071] + * Wed Nov 15 2023 Denys Vlasenko [4.18.0-525.el8] - net: xfrm: Fix xfrm_address_filter OOB read (Wander Lairson Costa) [2227304] {CVE-2023-39194} - drm/qxl: fix UAF on handle creation (Wander Lairson Costa) [2218333] {CVE-2023-39198} diff --git a/sources b/sources index 55056cd85..26e2551ff 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-4.18.0-525.el8.tar.xz) = 1a87696aa65306b12134d02ede47dc94105bd8b1db2b7b159f988cc9d910582bfb48fadbc09f940735fb096d1c982ab80cb95fc65b2b27c4ecc17e4b77ea3998 -SHA512 (kernel-abi-stablelists-4.18.0-525.tar.bz2) = 34db298bd66cee059ec427c8c711eb06d6c9dd7c09efe4f71d7a9610b7800c9af065241538f6ee936c2ae186b97962f4f28fff98df375d89e4e45d8ee47b2a29 -SHA512 (kernel-kabi-dw-4.18.0-525.tar.bz2) = d716899a00a955b542acffa31dc7c05601d4350f6515a94878e1a0d517da8c0ceb9948d8a57769ffda7783a3a1048a99098125d0f85c13e5c351b02bebcc8502 +SHA512 (linux-4.18.0-526.el8.tar.xz) = 4806ad1693ed8cdfbc458435d2b08fad50096fb5785af5f3c524c9bdc9f1b3a2aa5056c07ac0e2ed8996b7ee3992961b9cd2592dc43ad6a8c8434ce5ea367141 +SHA512 (kernel-abi-stablelists-4.18.0-526.tar.bz2) = 70334dd43ed13680159545e6157b47794c0e00ff52249816ae4198a504fd2f1169b19ecfde607bd396fe6c0492e871c8a66dee46815ecac9e8488d3d33d5d767 +SHA512 (kernel-kabi-dw-4.18.0-526.tar.bz2) = d716899a00a955b542acffa31dc7c05601d4350f6515a94878e1a0d517da8c0ceb9948d8a57769ffda7783a3a1048a99098125d0f85c13e5c351b02bebcc8502