Commit Graph

14 Commits

Author SHA1 Message Date
Denys Vlasenko
6dd45f6749 kernel-4.18.0-504.el8
* Thu Jul 20 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-504.el8]
- blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() (Waiman Long) [2212032]
- ipvlan:Fix out-of-bounds caused by unclear skb->cb (Davide Caratti) [2218676] {CVE-2023-3090}
- net: openvswitch: fix upcall counter access before allocation (Eelco Chaudron) [2214262]
- netfilter: Drop fragmented ndisc packets assembled in netfilter (Phil Sutter) [2217795]
- netfilter: conntrack: gre: don't set assured flag for clash entries (Florian Westphal) [2219357]
- netfilter: conntrack: allow insertion clash of gre protocol (Florian Westphal) [2219357]
- sfc: use budget for TX completions (Íñigo Huguet) [2179558]
- sfc: fix XDP queues mode with legacy IRQ (Íñigo Huguet) [2214589]
- memstick: r592: Fix UAF bug in r592_remove due to race condition (Ricardo Robaina) [2213205] {CVE-2023-3141}
- audit: avoid missing-prototype warnings (Richard Guy Briggs) [2175322]
- audit: update the mailing list in MAINTAINERS (Richard Guy Briggs) [2175322]
- audit: fix undefined behavior in bit shift for AUDIT_BIT (Richard Guy Briggs) [2175322]
- fork: Use IS_ENABLED() in account_kernel_stack() (Valentin Schneider) [2131754]
- fork: Only cache the VMAP stack in finish_task_switch() (Valentin Schneider) [2131754]
- fork: Move task stack accounting to do_exit() (Valentin Schneider) [2131754]
- fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACK (Valentin Schneider) [2131754]
- fork: Don't assign the stack pointer in dup_task_struct() (Valentin Schneider) [2131754]
- fork, IA64: Provide alloc_thread_stack_node() for IA64 (Valentin Schneider) [2131754]
- fork: Duplicate task_struct before stack allocation (Valentin Schneider) [2131754]
- fork: Redo ifdefs around task stack handling (Valentin Schneider) [2131754]
- fork: fix some -Wmissing-prototypes warnings (Valentin Schneider) [2131754]
- igb: fix nvm.ops.read() error handling (Corinna Vinschen) [2153360]
- igb: Fix extts capture value format for 82580/i354/i350 (Corinna Vinschen) [2153360]
- igb: Define igb_pm_ops conditionally on CONFIG_PM (Corinna Vinschen) [2153360]
- igb: fix bit_shift to be in [1..8] range (Corinna Vinschen) [2153360]
- igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppm (Corinna Vinschen) [2153360]
- igb: revert rtnl_lock() that causes deadlock (Corinna Vinschen) [2153360]
- igb: Remove unnecessary aer.h include (Corinna Vinschen) [2153360]
- igb: Fix PPS input and output using 3rd and 4th SDP (Corinna Vinschen) [2153360]
- igb: Remove redundant pci_enable_pcie_error_reporting() (Corinna Vinschen) [2153360]
- igb: Add lock to avoid data race (Corinna Vinschen) [2153360]
- x86/cpu: Include the header of init_ia32_feat_ctl()'s prototype (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- x86/pm: Fix false positive kmemleak report in msr_build_context() (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- x86/speculation: Restore speculation related MSRs during S3 resume (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- kbuild: remove leftover comment for filechk utility (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- x86/rdrand: Sanity-check RDRAND output (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- kbuild: change filechk to surround the given command with { } (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- firmware: refactor firmware/Makefile (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- kbuild: remove redundant 'set -e' from filechk_offsets (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- kbuild: do not redirect the first prerequisite for filechk (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- kbuild: move bin2c back to scripts/ from scripts/basic/ (Chris von Recklinghausen) [2181906] {CVE-2023-1637}
- perf/x86/ibs: Add new IBS register bits into header (Michael Petlan) [2088767]
- perf tool x86: Fix perf_env memory leak (Michael Petlan) [2088767]
- perf tool x86: Consolidate is_amd check into single function (Michael Petlan) [2088767]
- perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings (Michael Petlan) [2088767]
- perf/x86/amd/uncore: Fix memory leak for events array (Michael Petlan) [2088767]
- perf script: Add missing fields in usage hint (Michael Petlan) [2086837]
- perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFB (Michael Petlan) [2088767]
- perf mem/c2c: Avoid printing empty lines for unsupported events (Michael Petlan) [2088767]
- perf mem/c2c: Add load store event mappings for AMD (Michael Petlan) [2088767]
- perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events (Michael Petlan) [2088767]
- perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO} (Michael Petlan) [2088767]
- perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXL (Michael Petlan) [2088767]
- perf amd ibs: Sync arch/x86/include/asm/amd-ibs.h header with the kernel (Michael Petlan) [2088767]
- tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernel (Michael Petlan) [2088767]
- perf/uapi: Define PERF_MEM_SNOOPX_PEER in kernel header file (Michael Petlan) [2088767]
- perf: correct SNOOPX field offset (Michael Petlan) [2088767]
- perf tools: Sync addition of PERF_MEM_SNOOPX_PEER (Michael Petlan) [2088767]
- perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR (Michael Petlan) [2088767]
- perf: Add sample_flags to indicate the PMU-filled sample data (Michael Petlan) [2086837]
- perf/x86/amd: Support PERF_SAMPLE_ADDR (Michael Petlan) [2088767]
- perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT} (Michael Petlan) [2088767]
- perf/x86/amd: Support PERF_SAMPLE_DATA_SRC (Michael Petlan) [2088767]
- perf/x86/amd: Add IBS OP_DATA2 DataSrc bit definitions (Michael Petlan) [2088767]
- perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO} (Michael Petlan) [2088767]
- perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignments (Michael Petlan) [2086837]
- perf/x86/amd/uncore: Add PerfMonV2 DF event format (Michael Petlan) [2086837]
- perf/x86/amd/uncore: Detect available DF counters (Michael Petlan) [2086837]
- perf/x86/amd/uncore: Use attr_update for format attributes (Michael Petlan) [2086837]
- perf/x86/amd/uncore: Use dynamic events array (Michael Petlan) [2086837]
- tracing/osnoise: set several trace_osnoise.c variables storage-class-specifier to static (John Kacur) [2175293]
- tracing/osnoise: No need for schedule_hrtimeout range (John Kacur) [2175293]
- tracing/osnoise: Use built-in RCU list checking (John Kacur) [2175293]
- tracing/osnoise: Add preempt and/or irq disabled options (John Kacur) [2175293]
- tracing/osnoise: Add PANIC_ON_STOP option (John Kacur) [2175293]
- tracing/osnoise: Make osnoise_options static (John Kacur) [2175293]
- tracing/osnoise: Add OSNOISE_WORKLOAD option (John Kacur) [2175293]
- tracing/osnoise: Add osnoise/options file (John Kacur) [2175293]
- tracing/osnoise: Fix duration type (John Kacur) [2175293]
- tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads (John Kacur) [2175293]
- tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ (John Kacur) [2175293]
- tracing/timerlat: Print stacktrace in the IRQ handler if needed (John Kacur) [2175293]
- tracing/timerlat: Notify IRQ new max latency only if stop tracing is set (John Kacur) [2175293]
- drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug (Mark Lansgdorf) [2178301]
- drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug (Mark Lansgdorf) [2178301]
- driver core: bus: move documentation for lock_key to proper location. (Mark Langsdorf) [2178301]
- cacheinfo: Check cache properties are present in DT (Mark Langsdorf) [2178301]
- cacheinfo: Fix LLC is not exported through sysfs (Mark Langsdorf) [2178301]
- of: Add of_property_present() helper (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Print full path and name of fwnode (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Avoid spurious error message (Mark Langsdorf) [2178301]
- driver core: bus: Handle early calls to bus_to_subsys() (Mark Langsdorf) [2178301]
- driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct place (Mark Langsdorf) [2178301]
- driver core: cpu: don't hand-override the uevent bus_type callback. (Mark Langsdorf) [2178301]
- driver core: bus: update my copyright notice (Mark Langsdorf) [2178301]
- driver core: bus: add bus_get_dev_root() function (Mark Langsdorf) [2178301]
- driver core: bus: constify bus_unregister() (Mark Langsdorf) [2178301]
- driver core: bus: constify some internal functions (Mark Langsdorf) [2178301]
- driver core: bus: constify bus_get_kset() (Mark Langsdorf) [2178301]
- driver core: bus: constify bus_register/unregister_notifier() (Mark Langsdorf) [2178301]
- driver core: create bus_is_registered() (Mark Langsdorf) [2178301]
- driver core: bus: clean up driver_find() (Mark Langsdorf) [2178301]
- driver core: move driver_find() to bus.c (Mark Langsdorf) [2178301]
- driver core: bus: clean up bus_sort_breadthfirst() (Mark Langsdorf) [2178301]
- driver core: bus: bus iterator cleanups (Mark Langsdorf) [2178301]
- driver core: bus: bus_add/remove_driver() cleanups (Mark Langsdorf) [2178301]
- driver core: bus: bus_register/unregister_notifier() cleanups (Mark Langsdorf) [2178301]
- driver core: bus: bus_get_kset() cleanup (Mark Langsdorf) [2178301]
- driver core: bus: subsys_interface_register/unregister() cleanups (Mark Langsdorf) [2178301]
- driver core: bus: bus_register/unregister() cleanups (Mark Langsdorf) [2178301]
- driver core: bus: bus_add/probe/remove_device() cleanups (Mark Langsdorf) [2178301]
- driver core: bus: sysfs function cleanups (Mark Langsdorf) [2178301]
- driver core: bus: convert bus_create/remove_file to be constant (Mark Langsdorf) [2178301]
- driver core: bus: constantify the bus_find_* functions (Mark Langsdorf) [2178301]
- driver core: bus: implement bus_get/put() without the private pointer (Mark Langsdorf) [2178301]
- driver core: add local subsys_get and subsys_put functions (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Make cycle detection more robust (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Consolidate device link flag computation (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle (Mark Langsdorf) [2178301]
- driver core: Add wait_for_init_devices_probe helper function (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Improve check for fwnode with no device/driver (Mark Langsdorf) [2178301]
- driver core: fw_devlink: Don't purge child fwnode's consumer links (Mark Langsdorf) [2178301]
- drivers: base: dd: fix memory leak with using debugfs_lookup() (Mark Langsdorf) [2178301]
- drivers: base: component: fix memory leak with using debugfs_lookup() (Mark Langsdorf) [2178301]
- drivers/base: Remove CONFIG_SRCU (Mark Langsdorf) [2178301]
- devtmpfs: convert to pr_fmt (Mark Langsdorf) [2178301]
- driver core: bus: move lock_class_key into dynamic structure (Mark Langsdorf) [2178301]
- driver core: platform: simplify __platform_driver_probe() (Mark Langsdorf) [2178301]
- driver core: platform: removed unneeded variable from __platform_driver_probe() (Mark Langsdorf) [2178301]
- cacheinfo: Initialize variables in fetch_cache_info() (Mark Langsdorf) [2178301]
- regmap: apply reg_base and reg_downshift for single register ops (Mark Langsdorf) [2178301]
- driver core: soc: remove layering violation for the soc_bus (Mark Langsdorf) [2178301]
- of: device: make of_device_uevent_modalias() take a const device * (Mark Langsdorf) [2178301]
- driver core: device_get_devnode() should take a const * (Mark Langsdorf) [2178301]
- driver core: fix up missed drivers/s390/char/hmcdrv_dev.c class.devnode() conversion. (Mark Langsdorf) [2178301]
- driver core: fix up missed scsi/cxlflash class.devnode() conversion. (Mark Langsdorf) [2178301]
- driver core: fix up some missing class.devnode() conversions. (Mark Langsdorf) [2178301]
- driver core: make struct class.devnode() take a const * (Mark Langsdorf) [2178301]
- driver core: make struct device_type.devnode() take a const * (Mark Langsdorf) [2178301]
- driver core: class: Clear private pointer on registration failures (Mark Langsdorf) [2178301]
- cacheinfo: Fix shared_cpu_map to handle shared caches at different levels (Mark Langsdorf) [2178301]
- cacheinfo: Check 'cache-unified' property to count cache leaves (Mark Langsdorf) [2178301]
- arch_topology: Build cacheinfo from primary CPU (Mark Langsdorf) [2178301]
- cacheinfo: Make default acpi_get_cache_info() return an error (Mark Langsdorf) [2178301]
- ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info() (Mark Langsdorf) [2178301]
- ACPI: PPTT: Remove acpi_find_cache_levels() (Mark Langsdorf) [2178301]
- drivers: base: transport_class: fix resource leak when transport_add_device() fails (Mark Langsdorf) [2178301]
- driver core: location: Free struct acpi_pld_info *pld before return false (Mark Langsdorf) [2178301]
- driver core: fix resource leak in device_add() (Mark Langsdorf) [2178301]
- drivers/base/memory: Fix comments for phys_index_show() (Mark Langsdorf) [2178301]
- drivers/base/memory: rename base_memory_block_id to memory_block_id (Mark Langsdorf) [2178301]
- driver core: Fix test_async_probe_init saves device in wrong array (Mark Langsdorf) [2178301]
- device property: fix of node refcount leak in fwnode_graph_get_next_endpoint() (Mark Langsdorf) [2178301]
- driver core: bus: move bus notifier logic into bus.c (Mark Langsdorf) [2178301]
- driver core: bus.h: document bus notifiers better (Mark Langsdorf) [2178301]
- cacheinfo: Return error code in init_of_cache_level() (Mark Langsdorf) [2178301]
- cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation (Mark Langsdorf) [2178301]
- platform: remove useless if-branch in __platform_get_irq_byname() (Mark Langsdorf) [2178301]
- platform: Document platform_add_devices() return value (Mark Langsdorf) [2178301]
- software node: Remove unused APIs (Mark Langsdorf) [2178301]
- software node: Switch property entry test to a new API (Mark Langsdorf) [2178301]
- platform: Provide a remove callback that returns no value (Mark Langsdorf) [2178301]
- regmap: Rework regmap_mdio_c45_{read|write} for new C45 API. (Mark Langsdorf) [2178301]
- net: Convert more users of mdiobus_* to mdiodev_* (Mark Langsdorf) [2178301]
- PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND (Mark Langsdorf) [2178301]
- cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle() (Mark Langsdorf) [2178301]
- driver core: fix potential null-ptr-deref in device_add() (Mark Langsdorf) [2178301]
- PM: domains: Allow a genpd consumer to require a synced power off (Mark Langsdorf) [2178301]
- driver core: move struct subsys_dev_iter to a local file (Mark Langsdorf) [2178301]
- driver core: make subsys_dev_iter_exit() static (Mark Langsdorf) [2178301]
- driver core: make subsys_dev_iter_next() static (Mark Langsdorf) [2178301]
- driver core: make subsys_dev_iter_init() static (Mark Langsdorf) [2178301]
- driver core: remove subsys_find_device_by_id() (Mark Langsdorf) [2178301]
- driver core: make bus_get_device_klist() static (Mark Langsdorf) [2178301]
- platform/mellanox: mlxbf-pmc: Fix event typo (Mark Langsdorf) [2178301]
- firmware_loader: remove #include <generated/utsrelease.h> (Mark Langsdorf) [2178301]
- PM: runtime: Adjust white space in the core code (Mark Langsdorf) [2178301]
- device property: Fix documentation for fwnode_get_next_parent() (Mark Langsdorf) [2178301]
- PM: runtime: Relocate rpm_callback() right after __rpm_callback() (Mark Langsdorf) [2178301]
- regmap: Add FSI bus support (Mark Langsdorf) [2178301]
- PM: domains: Reverse the order of performance and enabling ops (Mark Langsdorf) [2178301]
- driver core: make struct class.dev_uevent() take a const * (Mark Langsdorf) [2178301]
- driver core: change to_subsys_private() to use container_of_const() (Mark Langsdorf) [2178301]
- xen/xenbus: move to_xenbus_device() to use container_of_const() (Mark Langsdorf) [2178301]
- virtio: move dev_to_virtio() to use container_of_const() (Mark Langsdorf) [2178301]
- cacheinfo: Remove of_node_put() for fw_token (Mark Langsdorf) [2178301]
- device property: Add a blank line in Kconfig of tests (Mark Langsdorf) [2178301]
- device property: Rename goto label to be more precise (Mark Langsdorf) [2178301]
- regmap: add regmap_might_sleep() (Mark Langsdorf) [2178301]
- regmap: Add can_sleep configuration option (Mark Langsdorf) [2178301]
- regmap: Use flexible sleep (Mark Lansgdorf) [2178301]
- platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irq (Mark Langsdorf) [2178301]
- driver core: Fix bus_type.match() error handling in __driver_attach() (Mark Langsdorf) [2178301]
- driver core: Use kstrtobool() instead of strtobool() (Mark Langsdorf) [2178301]
- cacheinfo: Decrement refcount in cache_setup_of_node() (Mark Langsdorf) [2178301]
- driver core: mark driver_allows_async_probing static (Mark Langsdorf) [2178301]
- driver core: remove devm_device_remove_group() (Mark Langsdorf) [2178301]
- driver core: remove devm_device_remove_groups() (Mark Langsdorf) [2178301]
- driver core: class: make namespace and get_ownership take const * (Mark Langsdorf) [2178301]
- devres: Use kmalloc_size_roundup() to match ksize() usage (Mark Langsdorf) [2178301]
- class: fix possible memory leak in __class_register() (Mark Langsdorf) [2178301]
- PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq hook (Mark Langsdorf) [2178301]
- PM: domains: Consolidate genpd_restore_noirq() and genpd_resume_noirq() (Mark Langsdorf) [2178301]
- PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend() (Mark Langsdorf) [2178301]
- PM: domains: Drop genpd status manipulation for hibernate restore (Mark Langsdorf) [2178301]
- PM: domains: Fix handling of unavailable/disabled idle states (Mark Langsdorf) [2178301]
- device property: Fix documentation for *_match_string() APIs (Mark Langsdorf) [2178301]
- device property: Constify parameter in device_dma_supported() and device_get_dma_attr() (Mark Langsdorf) [2178301]
- device property: Constify device child node APIs (Mark Langsdorf) [2178301]
- device property: Constify fwnode connection match APIs (Mark Langsdorf) [2178301]
- device property: Allow const parameter to dev_fwnode() (Mark Langsdorf) [2178301]
- PM: domains: log failures to register always-on domains (Mark Langsdorf) [2178301]
- dt-bindings: irqchip: Describe the IMX MU block as a MSI controller (Mark Langsdorf) [2178301]
- platform-msi: Export symbol platform_msi_create_irq_domain() (Mark Langsdorf) [2178301]
- PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT case (Mark Langsdorf) [2178301]
- device property: Add const qualifier to device_get_match_data() parameter (Mark Langsdorf) [2178301]
- driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs() (Mark Langsdorf) [2178301]
- devcoredump : Serialize devcd_del work (Mark Langsdorf) [2178301]
- regmap: mmio: replace return 0 with break in switch statement (Mark Langsdorf) [2178301]
- mm: kill is_memblock_offlined() (Mark Langsdorf) [2178301]
- driver core: remove make_class_name declaration (Mark Langsdorf) [2178301]
- regmap/hexagon: Properly fix the generic IO helpers (Mark Langsdorf) [2178301]
- regmap: trace: Remove unneeded blank lines (Mark Langsdorf) [2178301]
- regmap: trace: Remove explicit castings (Mark Langsdorf) [2178301]
- regmap: trace: Remove useless check for NULL for bulk ops (Mark Langsdorf) [2178301]
- PM: wakeup: Add extra debugging statement for multiple active IRQs (Mark Langsdorf) [2178301]
- devres: Slightly optimize alloc_dr() (Mark Langsdorf) [2178301]
- drivers: base: Print error code on synthetic uevent failure (Mark Langsdorf) [2178301]
- class: use IS_ERR_OR_NULL() helper in class_unregister() (Mark Langsdorf) [2178301]
- regmap: introduce value tracing for regmap bulk operations (Mark Langsdorf) [2178301]
- regmap: mmio: Fix MMIO accessors to avoid talking to IO port (Mark Langsdorf) [2178301]
- regmap: mmio: Introduce IO accessors that can talk to IO port (Mark Langsdorf) [2178301]
- regmap: mmio: Get rid of broken 64-bit IO (Mark Langsdorf) [2178301]
- regmap: mmio: Remove mmio_relaxed member from context (Mark Langsdorf) [2178301]
- thunderbolt: Mask ring interrupt on Intel hardware as well (Desnes Nunes) [2216483]
- thunderbolt: Clear registers properly when auto clear isn't in use (Desnes Nunes) [2216483]
- dt-bindings: usb: fsa4480: Use generic node name (Desnes Nunes) [2216483]
- media: Revert "media: uvcvideo: Set unique vdev name based in type" (Desnes Nunes) [2216483]
- media: uvcvideo: Don't expose unsupported formats to userspace (Desnes Nunes) [2216483]
- usb: typec: altmodes/displayport: Fix configure initial pin assignment (Desnes Nunes) [2216483]
- xhci: Free the command allocated for setting LPM if we return early (Desnes Nunes) [2216483]
- xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu (Desnes Nunes) [2216483]
- USB: serial: option: add Quectel RM500U-CN modem (Desnes Nunes) [2216483]
- thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit (Desnes Nunes) [2216483]
- thunderbolt: Disable interrupt auto clear for rings (Desnes Nunes) [2216483]
- thunderbolt: Use const qualifier for `ring_interrupt_index` (Desnes Nunes) [2216483]
- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (Desnes Nunes) [2216483]
- USB: serial: option: add Telit FE990 compositions (Desnes Nunes) [2216483]
- USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (Desnes Nunes) [2216483]
- thunderbolt: Use scale field when allocating USB3 bandwidth (Desnes Nunes) [2216483]
- thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers (Desnes Nunes) [2216483]
- thunderbolt: Call tb_check_quirks() after initializing adapters (Desnes Nunes) [2216483]
- thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access (Desnes Nunes) [2216483]
- thunderbolt: Fix memory leak in margining (Desnes Nunes) [2216483]
- usb: typec: tcpm: fix warning when handle discover_identity message (Desnes Nunes) [2216483]
- usb: typec: tcpm: fix create duplicate source-capabilities file (Desnes Nunes) [2216483]
- usb: ucsi_acpi: Increase the command completion timeout (Desnes Nunes) [2216483]
- usb: ucsi: Fix ucsi->connector race (Desnes Nunes) [2216483]
- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() (Desnes Nunes) [2216483]
- thunderbolt: Add quirk to disable CLx (Desnes Nunes) [2216483]
- usb: typec: pd: Add higher capability sysfs for sink PDO (Desnes Nunes) [2216483]
- usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO (Desnes Nunes) [2216483]
- xhci: host: potential NULL dereference in xhci_generic_plat_probe() (Desnes Nunes) [2216483]
- media: usb: siano: Fix warning due to null work_func_t function pointer (Desnes Nunes) [2216483]
- media: usb: siano: Fix use after free bugs caused by do_submit_urb (Desnes Nunes) [2216483]
- media: usb: dvb-usb-v2: af9015.c: return 0 instead of 'ret'. (Desnes Nunes) [2216483]
- dt-bindings: usb: convert fcs,fusb302.txt to yaml (Desnes Nunes) [2216483]
- dt-bindings: usb: fusb302: Remove deprecated properties (Desnes Nunes) [2216483]
- usb: uvc: Enumerate valid values for color matching (Desnes Nunes) [2216483]
- USB: ene_usb6250: Allocate enough memory for full object (Desnes Nunes) [2216483]
- USB: uhci: fix memory leak with using debugfs_lookup() (Desnes Nunes) [2216483]
- USB: ULPI: fix memory leak with using debugfs_lookup() (Desnes Nunes) [2216483]
- USB: serial: option: add support for VW/Skoda "Carstick LTE" (Desnes Nunes) [2216483]
- usb: remove the dead USB_OHCI_SH option (Desnes Nunes) [2216483]
- xhci: decouple usb2 port resume and get_port_status request handling (Desnes Nunes) [2216483]
- xhci: clear usb2 resume related variables in one place. (Desnes Nunes) [2216483]
- xhci: rename resume_done to resume_timestamp (Desnes Nunes) [2216483]
- xhci: Pass port structure as parameter to xhci_disable_port(). (Desnes Nunes) [2216483]
- xhci: move port specific items such as state completions to port structure (Desnes Nunes) [2216483]
- xhci: pass port pointer as parameter to xhci_set_port_power() (Desnes Nunes) [2216483]
- xhci: cleanup xhci_hub_control port references (Desnes Nunes) [2216483]
- xhci: add helpers for enabling and disabling interrupters (Desnes Nunes) [2216483]
- xhci: Refactor interrupter code for initial multi interrupter support. (Desnes Nunes) [2216483]
- xhci: remove xhci_test_trb_in_td_math early development check (Desnes Nunes) [2216483]
- xhci: fix event ring segment table related masks and variables in header (Desnes Nunes) [2216483]
- USB: core: Don't hold device lock while reading the "descriptors" sysfs file (Desnes Nunes) [2216483]
- usb: early: xhci-dbc: Use memcpy_and_pad() (Desnes Nunes) [2216483]
- usb: early: xhci-dbc: Optimize early_xdbc_write() (Desnes Nunes) [2216483]
- usb: early: xhci-dbc: Fix a potential out-of-bound memory access (Desnes Nunes) [2216483]
- Documentation: usb: correct spelling (Desnes Nunes) [2216483]
- docs: usb: convert documents to ReST (Desnes Nunes) [2216483]
- Documentation/usb: Fix typo (Desnes Nunes) [2216483]
- USB: serial: clean up kl5kusb105 documentation (Desnes Nunes) [2216483]
- usb: uvc: use v4l2_fill_fmtdesc instead of open coded format name (Desnes Nunes) [2216483]
- usb: uvc: make uvc_format_desc table const (Desnes Nunes) [2216483]
- usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unit (Desnes Nunes) [2216483]
- usb: uvc: move media/v4l2-uvc.h to usb/uvc.h (Desnes Nunes) [2216483]
- media: uvcvideo: Add GUID for BGRA/X 8:8:8:8 (Desnes Nunes) [2216483]
- usb: gadget: uvc: add v4l2 try_format api call (Desnes Nunes) [2216483]
- usb: gadget: uvc: add v4l2 enumeration api calls (Desnes Nunes) [2216483]
- usb: gadget: uvc: allow for application to cleanly shutdown (Desnes Nunes) [2216483]
- usb: gadget: uvc: rename function to be more consistent (Desnes Nunes) [2216483]
- usb: gadget: uvc: fix multiple opens (Desnes Nunes) [2216483]
- thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth() (Desnes Nunes) [2216483]
- thunderbolt: Handle bandwidth allocation mode enablement notification (Desnes Nunes) [2216483]
- xhci: split out rcar/rz support from xhci-plat.c (Desnes Nunes) [2216483]
- usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settings (Desnes Nunes) [2216483]
- usb: host: xhci-plat: Remove useless DMA-32 fallback configuration (Desnes Nunes) [2216483]
- usb: host: xhci-plat: Add reset support (Desnes Nunes) [2216483]
- usb: host: xhci-plat: Improve clock handling in probe() (Desnes Nunes) [2216483]
- dt-bindings: usb: Convert Marvell Orion EHCI to DT schema (Desnes Nunes) [2216483]
- dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema (Desnes Nunes) [2216483]
- dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema (Desnes Nunes) [2216483]
- dt-bindings: usb: generic-ohci: Document dr_mode property (Desnes Nunes) [2216483]
- dt-bindings: usb: generic-ehci: Document dr_mode property (Desnes Nunes) [2216483]
- dt-bindings: ehci/ohci: Allow iommus property (Desnes Nunes) [2216483]
- dt-bindings: usb: generic-ohci: Add missing compatible strings (Desnes Nunes) [2216483]
- dt-bindings: usb: generic-ehci: Add missing compatible strings (Desnes Nunes) [2216483]
- dt-bindings: Fix incorrect 'reg' property sizes (Desnes Nunes) [2216483]
- dt-bindings: usb: ehci: Add missing 2nd register region (Desnes Nunes) [2216483]
- usb: typec: tcpm: Remove altmode active state updates (Desnes Nunes) [2216483]
- usb: typec: altmodes/displayport: Update active state (Desnes Nunes) [2216483]
- usb: typec: mux: Introduce GPIO-based SBU mux (Desnes Nunes) [2216483]
- redhat: configs: Add unset CONFIG_TYPEC_MUX_GPIO_SBU option (Desnes Nunes) [2216483]
- usb: typec: mux: Add On Semi fsa4480 driver (Desnes Nunes) [2216483]
- dt-bindings: usb: Add binding for fcs,fsa4480 (Desnes Nunes) [2216483]
- dt-bindings: usb: Introduce GPIO-based SBU mux (Desnes Nunes) [2216483]
- usb: host: ehci-fsl: Use DRV_NAME (Desnes Nunes) [2216483]
- usb: typec: maxim_contaminant: Implement check_contaminant callback (Desnes Nunes) [2216483]
- usb: typec: tcpci: Add callback for evaluating contaminant presence (Desnes Nunes) [2216483]
- usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminant (Desnes Nunes) [2216483]
- usb: typec: Make bus switch code retimer-aware (Desnes Nunes) [2216483]
- usb: typec: retimer: Use device type for matching (Desnes Nunes) [2216483]
- usb: typec: Add wrapper for bus switch set code (Desnes Nunes) [2216483]
- usb: typec: Add retimer handle to port altmode (Desnes Nunes) [2216483]
- usb: typec: tipd: Support wakeup (Desnes Nunes) [2216483]
- dt-bindings: usb: tps6598x: Add wakeup property (Desnes Nunes) [2216483]
- USB: fix memory leak with using debugfs_lookup() (Desnes Nunes) [2216483]
- usb: typec: intel_pmc_mux: Deduplicate ACPI matching in probe (Desnes Nunes) [2216483]
- usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count (Desnes Nunes) [2216483]
- usb: typec: tcpci: Request IRQ with IRQF_SHARED (Desnes Nunes) [2216483]
- USB: Improve usb_fill_* documentation (Desnes Nunes) [2216483]
- usb: typec: hd3ss3220: Add polling support (Desnes Nunes) [2216483]
- dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional (Desnes Nunes) [2216483]
- dt-bindings: usb: convert ti,hd3ss3220 bindings to json-schema (Desnes Nunes) [2216483]
- dt-bindings: Convert usb-connector to YAML format. (Desnes Nunes) [2216483]
- dt-bindings: usb: rt1711h: Add connector bindings (Desnes Nunes) [2216483]
- dt-bindings: usb: hd3ss3220 device tree binding document (Desnes Nunes) [2216483]
- thunderbolt: Add support for DisplayPort bandwidth allocation mode (Desnes Nunes) [2216483]
- thunderbolt: Include the additional DP IN double word in debugfs dump (Desnes Nunes) [2216483]
- thunderbolt: Add functions to support DisplayPort bandwidth allocation mode (Desnes Nunes) [2216483]
- thunderbolt: Increase timeout of DP OUT adapter handshake (Desnes Nunes) [2216483]
- thunderbolt: Take CL states into account when waiting for link to come up (Desnes Nunes) [2216483]
- thunderbolt: Improve debug logging in tb_available_bandwidth() (Desnes Nunes) [2216483]
- thunderbolt: Log DP adapter type (Desnes Nunes) [2216483]
- thunderbolt: Use decimal port number in control and tunnel logs too (Desnes Nunes) [2216483]
- media: uvcvideo: Silence memcpy() run-time false positive warnings (Desnes Nunes) [2216483]
- media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 (Desnes Nunes) [2216483]
- media: uvcvideo: Fix race condition with usb_kill_urb (Desnes Nunes) [2216483]
- media: uvcvideo: Use standard names for menus (Desnes Nunes) [2216483]
- media: uvcvideo: Fix power line control for Lenovo Integrated Camera (Desnes Nunes) [2216483]
- media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value (Desnes Nunes) [2216483]
- media: v4l: common: Fix naming of v4l2_get_link_rate (Desnes Nunes) [2216483]
- media: ipu3-cio2: Use v4l2_get_link_freq helper (Desnes Nunes) [2216483]
- media: ipu3-cio2: Update Copyright year and fix indentation issues (Desnes Nunes) [2216483]
- media: v4l: Add a helper for obtaining the link frequency (Desnes Nunes) [2216483]
- media: v4l2-common: add RGB565 and RGB55 to v4l2_format_info (Desnes Nunes) [2216483]
- media: v4l2-common: add pixel encoding support (Desnes Nunes) [2216483]
- media: v4l2-common: add support for new RGB32 pixelformats (Desnes Nunes) [2216483]
- media: v4l2-common: add bayer formats in v4l2_format_info (Desnes Nunes) [2216483]
- media: v4l2-common: Add an helper to apply frmsize constraints (Desnes Nunes) [2216483]
- media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypes (Desnes Nunes) [2216483]
- media: Introduce helpers to fill pixel format structs (Desnes Nunes) [2216483]
- media: uvcvideo: Refactor power_line_frequency_controls_limited (Desnes Nunes) [2216483]
- media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX (Desnes Nunes) [2216483]
- media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU (Desnes Nunes) [2216483]
- media: uvcvideo: Extend documentation of uvc_video_clock_decode() (Desnes Nunes) [2216483]
- media: uvcvideo: Refactor __uvc_ctrl_add_mapping (Desnes Nunes) [2216483]
- media: uvcvideo: Undup use uvc_endpoint_max_bpi() code (Desnes Nunes) [2216483]
- media: uvcvideo: Simplify uvc_endpoint_max_bpi() (Desnes Nunes) [2216483]
- media: uvcvideo: Fix memory leak if uvc_ctrl_add_mapping fails (Desnes Nunes) [2216483]
- media: uvcvideo: Avoid returning invalid controls (Desnes Nunes) [2216483]
- media: uvcvideo: Avoid invalid memory access (Desnes Nunes) [2216483]
- media: uvcvideo: Set the colorspace as sRGB if undefined (Desnes Nunes) [2216483]
- media: uvcvideo: Fix memory leak of object map on error exit path (Desnes Nunes) [2216483]
- media: uvcvideo: Fix handling on Bitmask controls (Desnes Nunes) [2216483]
- media: uvcvideo: Do not return positive errors in uvc_query_ctrl() (Desnes Nunes) [2216483]
- media: uvcvideo: Return -EACCES for Wrong state error (Desnes Nunes) [2216483]
- media: uvcvideo: Improve error logging in uvc_query_ctrl() (Desnes Nunes) [2216483]
- media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible() (Desnes Nunes) [2216483]
- media: uvcvideo: Factor out usb_string() calls (Desnes Nunes) [2216483]
- media: uvcvideo: Limit power line control for Acer EasyCamera (Desnes Nunes) [2216483]
- media: uvcvideo: Recover stalled ElGato devices (Desnes Nunes) [2216483]
- media: uvcvideo: Remove void casting for the status endpoint (Desnes Nunes) [2216483]
- media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. (Desnes Nunes) [2216483]
- media: uvcvideo: Fix usage of symbolic permissions to octal (Desnes Nunes) [2216483]
- media: uvcvideo: Fix assignment inside if condition (Desnes Nunes) [2216483]
- media: uvcvideo: Fix missing newline after declarations (Desnes Nunes) [2216483]
- media: uvcvideo: Handle errors from calls to usb_string (Desnes Nunes) [2216483]
- media: uvcvideo: Only create input devs if hw supports it (Desnes Nunes) [2216483]
- media: uvcvideo: Handle cameras with invalid descriptors (Desnes Nunes) [2216483]
- media: uvcvideo: Remove format descriptions (Desnes Nunes) [2216483]
- media: docs: Document the behaviour of uvcvideo driver (Desnes Nunes) [2216483]
- media: uvcvideo: Set error_idx during ctrl_commit errors (Desnes Nunes) [2216483]
- media: uvcvideo: Check controls flags before accessing them (Desnes Nunes) [2216483]
- media: uvcvideo: Use control names from framework (Desnes Nunes) [2216483]
- media: uvcvideo: Set unique vdev name based in type (Desnes Nunes) [2216483]
- media: uvcvideo: Use dev->name for querycap() (Desnes Nunes) [2216483]
- media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASS (Desnes Nunes) [2216483]
- media: uvcvideo: Set capability in s_param (Desnes Nunes) [2216483]
- media: uvcvideo: Remove s_ctrl and g_ctrl (Desnes Nunes) [2216483]
- media: v4l2-ioctl: S_CTRL output the right value (Desnes Nunes) [2216483]
- media: uvcvideo: Do not check for V4L2_CTRL_WHICH_DEF_VAL (Desnes Nunes) [2216483]
- media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VAL (Desnes Nunes) [2216483]
- media: v4l2-ioctl: Fix check_ext_ctrls (Desnes Nunes) [2216483]
- net: thunderbolt: Add tracepoints (Desnes Nunes) [2216483]
- net: thunderbolt: Add debugging when sending/receiving control packets (Desnes Nunes) [2216483]
- net: thunderbolt: Move into own directory (Desnes Nunes) [2216483]
- xhci: Convert to use list_count_nodes() (Desnes Nunes) [2216483]
- usb: typec: ucsi: Register USB Power Delivery Capabilities (Desnes Nunes) [2216483]
- xhci: Add hub_control to xhci_driver_overrides (Desnes Nunes) [2216483]
- xhci: hub: export symbol on xhci_hub_control (Desnes Nunes) [2216483]
- usb: typec: altmodes/displayport: Add hpd sysfs attribute (Desnes Nunes) [2216483]
- usb: typec: altmodes/displayport: Notify drm subsys of (Desnes Nunes) [2216483]
- usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic (Desnes Nunes) [2216483]
- thunderbolt: Refactor tb_acpi_add_link() (Desnes Nunes) [2216483]
- thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype (Desnes Nunes) [2216483]
Resolves: rhbz#2086837, rhbz#2088767, rhbz#2131754, rhbz#2153360, rhbz#2175293, rhbz#2175322, rhbz#2178301, rhbz#2179558, rhbz#2181906, rhbz#2212032, rhbz#2213205, rhbz#2214262, rhbz#2214589, rhbz#2216483, rhbz#2217795, rhbz#2218676, rhbz#2219357

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-07-20 12:16:59 +02:00
Denys Vlasenko
02866e516c kernel-4.18.0-503.el8
* Sun Jul 16 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-503.el8]
- s390/diag: fix display of diagnose call statistics (Tobias Huschle) [2187995]
- rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request (Adrian Reber) [2218454]
- locking/rwbase: Mitigate indefinite writer starvation (Eder Zulian) [2077282]
- fbcon: Check font dimension limits (Ricardo Robaina) [2213493] {CVE-2023-3161}
- libnvdimm: Notify disk drivers to revalidate region read-only (Jeff Moyer) [1999673]
- nvdimm/region: always show the 'align' attribute (Jeff Moyer) [1999673]
- nvdimm/region: Fix default alignment for small regions (Jeff Moyer) [1999673]
- libnvdimm/region: Allow setting align attribute on regions without mappings (Jeff Moyer) [1999673]
- KVM: SVM: Return the local "r" variable from svm_set_msr() (Emanuele Giuseppe Esposito) [2124598]
- KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD (Emanuele Giuseppe Esposito) [2124598]
- KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code (Emanuele Giuseppe Esposito) [2124598]
- KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID (Emanuele Giuseppe Esposito) [2124598]
- KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID (Emanuele Giuseppe Esposito) [2124598]
- KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling (Emanuele Giuseppe Esposito) [2124598]
- kvm: x86: Advertise FLUSH_L1D to user space (Emanuele Giuseppe Esposito) [2124598]
- kvm: svm: Add IA32_FLUSH_CMD guest support (Emanuele Giuseppe Esposito) [2124598]
- kvm: vmx: Add IA32_FLUSH_CMD guest support (Emanuele Giuseppe Esposito) [2124598]
- rtc: lib_test: add MODULE_LICENSE (Lenny Szubowicz) [2207975]
- rtc: efi: Remove the repeated module alias (Lenny Szubowicz) [2207975]
- efi/efivars: Set generic ops before loading SSDT (Lenny Szubowicz) [2207975]
- efi: efibc: check for efivars write capability (Lenny Szubowicz) [2207975]
- efi/efivars: Expose RT service availability via efivars abstraction (Lenny Szubowicz) [2207975]
- integrity: Check properly whether EFI GetVariable() is available (Lenny Szubowicz) [2207975]
- x86/ima: Use EFI GetVariable only when available (Lenny Szubowicz) [2207975]
- efi: Use EFI ResetSystem only when available (Lenny Szubowicz) [2207975]
- scsi: iscsi: Use EFI GetVariable only when available (Lenny Szubowicz) [2207975]
- infiniband: hfi1: Use EFI GetVariable only when available (Lenny Szubowicz) [2207975]
- efi: Register EFI rtc platform device only when available (Lenny Szubowicz) [2207975]
- efi: Use more granular check for availability for variable services (Lenny Szubowicz) [2207975]
- efi: mark all efi runtime services as unsupported on non-efi boot (Lenny Szubowicz) [2207975]
- efi: Add support for EFI_RT_PROPERTIES table (Lenny Szubowicz) [2207975]
- crypto: ccp - Add support for PCI device 0x156E (Vladis Dronov) [2180960]
- crypto: ccp - Add support for PCI device 0x17E0 (Vladis Dronov) [2180960]
- crypto: ccp - Validate that platform access mailbox registers are declared (Vladis Dronov) [2180960]
- crypto: ccp - Use lower 8 bytes to communicate with doorbell command register (Vladis Dronov) [2180960]
- crypto: ccp - Return doorbell status code as an argument (Vladis Dronov) [2180960]
- crypto: ccp - Bump up doorbell debug message to error (Vladis Dronov) [2180960]
- crypto: ccp - Drop extra doorbell checks (Vladis Dronov) [2180960]
- crypto: ccp - Don't initialize CCP for PSP 0x1649 (Vladis Dronov) [2180960]
- crypto: ccp - Clear PSP interrupt status register before calling handler (Vladis Dronov) [2180960]
- crypto: ccp - Add support for ringing a platform doorbell (Vladis Dronov) [2180960]
- crypto: ccp - Enable platform access interface on client PSP parts (Vladis Dronov) [2180960]
- crypto: ccp - Add support for an interface for platform features (Vladis Dronov) [2180960]
- crypto: ccp - Move some PSP mailbox bit definitions into common header (Vladis Dronov) [2180960]
- crypto: ccp - Add a header for multiple drivers to use `__psp_pa` (Vladis Dronov) [2180960]
- crypto: ccp - Drop TEE support for IRQ handler (Vladis Dronov) [2180960]
- crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer (Vladis Dronov) [2180960]
- crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL (Vladis Dronov) [2180960]
- crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware (Vladis Dronov) [2180960]
- crypto: ccp - Add a firmware definition for EPYC gen 4 processors (Vladis Dronov) [2180960]
- crypto: ccp - Provide MMIO register naming for documenation (Vladis Dronov) [2180960]
- redhat/configs: enable CONFIG_INTEL_UNCORE_FREQ_CONTROL for x86_64 (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: Return error on write frequency (David Arcari) [2156826]
- platform/x86: intel-uncore-freq: Add client processors (David Arcari) [2156826]
- platform/x86: intel-uncore-freq: add Emerald Rapids support (David Arcari) [2156826]
- platform/x86: intel-uncore-freq: Use sysfs_emit() to instead of scnprintf() (David Arcari) [2156826]
- platform/x86: intel-uncore-freq: Prevent driver loading in guests (David Arcari) [2156826]
- platform/x86: intel-uncore-freq: fix uncore_freq_common_init() error codes (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: Split common and enumeration part (David Arcari) [2156826]
- platform/x86/intel/uncore-freq: Display uncore current frequency (David Arcari) [2156826]
- platform/x86/intel/uncore-freq: Use sysfs API to create attributes (David Arcari) [2156826]
- platform/x86/intel/uncore-freq: Move to uncore-frequency folder (David Arcari) [2156826]
- platform/x86: intel-uncore-frequency: use default_groups in kobj_type (David Arcari) [2156826]
- platform/x86: intel-uncore-frequency: Move to intel sub-directory (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: Add Sapphire Rapids server support (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: make uncore_root_kobj static (David Arcari) [2156826]
- platform/x86: Convert to new CPU match macros (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: Add release callback (David Arcari) [2156826]
- platform/x86/intel-uncore-freq: Fix static checker issue and potential race condition (David Arcari) [2156826]
- MAINTAINERS: Update for the intel uncore frequency control (David Arcari) [2156826]
- platform/x86: Add support for Uncore frequency control (David Arcari) [2156826]
Resolves: rhbz#1999673, rhbz#2077282, rhbz#2124598, rhbz#2156826, rhbz#2180960, rhbz#2187995, rhbz#2207975, rhbz#2213493, rhbz#2218454

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-07-16 17:08:45 +02:00
Denys Vlasenko
d59e0aba72 kernel-4.18.0-502.el8
* Tue Jul 11 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-502.el8]
- ceph: fix use-after-free bug for inodes when flushing capsnaps (Xiubo Li) [2209299]
- net/tls: tls_is_tx_ready() checked list_entry (Sabrina Dubroca) [2212176] {CVE-2023-1075}
- Revert "RDMA/umem: remove FOLL_FORCE usage" (Kamal Heib) [2210153 2210849]
- Revert "RDMA/core: Refactor rdma_bind_addr" (Kamal Heib) [2212211 2212217]
- cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled E-cores (David Arcari) [2221276]
- netfilter: nf_tables: fix scheduling-while-atomic splat (Phil Sutter) [2217731]
- netfilter: nf_tables: add rescheduling points during loop detection walks (Phil Sutter) [2217731]
- ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module (Phil Sutter) [2217794]
- ipv6/netfilter: Discard first fragment not including all headers (Phil Sutter) [2217794]
- s390/ipl: add eckd dump support (Tobias Huschle) [2159695]
- net/smc: fix document build WARNING from smc-sysctl.rst (Tobias Huschle) [2159734]
- s390/ism: switch from 'pci_' to 'dma_' API (Tobias Huschle) [2159734]
- net/smc: Fix device de-init sequence (Tobias Huschle) [2159734]
- net/smc: fix deadlock triggered by cancel_delayed_work_syn() (Tobias Huschle) [2159734]
- net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() (Tobias Huschle) [2159734]
- net/smc: fix fallback failed while sendmsg with fastopen (Tobias Huschle) [2159734]
- net/smc: fix application data exception (Tobias Huschle) [2159734]
- net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore (Tobias Huschle) [2159734]
- net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs() (Tobias Huschle) [2159734]
- net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse() (Tobias Huschle) [2159734]
- net/smc: llc_conf_mutex refactor, replace it with rw_semaphore (Tobias Huschle) [2159734]
- net: add missing includes of linux/splice.h (Tobias Huschle) [2159734]
- net/smc: De-tangle ism and smc device initialization (Tobias Huschle) [2159734]
- s390/ism: Consolidate SMC-D-related code (Tobias Huschle) [2159734]
- net/smc: Separate SMC-D and ISM APIs (Tobias Huschle) [2159734]
- net/smc: Register SMC-D as ISM client (Tobias Huschle) [2159734]
- net/ism: Add new API for client registration (Tobias Huschle) [2159734]
- s390/ism: Introduce struct ism_dmb (Tobias Huschle) [2159734]
- net/ism: Add missing calls to disable bus-mastering (Tobias Huschle) [2159734]
- net/smc: Terminate connections prior to device removal (Tobias Huschle) [2159734]
- net/smc: Fix possible leaked pernet namespace in smc_init() (Tobias Huschle) [2159734]
- net/smc: Fix an error code in smc_lgr_create() (Tobias Huschle) [2159734]
- net/smc: Support SO_REUSEPORT (Tobias Huschle) [2159734]
- net/smc: Introduce a specific sysctl for TEST_LINK time (Tobias Huschle) [2159734]
- net/smc: Stop the CLC flow if no link to map buffers on (Tobias Huschle) [2159734]
- net/smc: Fix possible access to freed memory in link clear (Tobias Huschle) [2159734]
- net/smc: Remove redundant refcount increase (Tobias Huschle) [2159734]
- net/smc: Enable module load on netlink usage (Tobias Huschle) [2159734]
- net/smc: Pass on DMBE bit mask in IRQ handler (Tobias Huschle) [2159734]
- s390/ism: Cleanups (Tobias Huschle) [2159734]
- net/smc: Eliminate struct smc_ism_position (Tobias Huschle) [2159734]
- tcp: Fix data-races around keepalive sysctl knobs. (Tobias Huschle) [2159734]
- net/smc: Extend SMC-R link group netlink attribute (Tobias Huschle) [2159734]
- net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R (Tobias Huschle) [2159734]
- net/smc: Use sysctl-specified types of buffers in new link group (Tobias Huschle) [2159734]
- net/smc: Introduce a sysctl for setting SMC-R buffer type (Tobias Huschle) [2159734]
- net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu (Tobias Huschle) [2159734]
- net/smc: remove redundant dma sync ops (Tobias Huschle) [2159734]
- net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc_wr_tx_pend_priv *" (Tobias Huschle) [2159734]
- net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailable (Tobias Huschle) [2159734]
- net/smc: postpone sk_refcnt increment in connect() (Tobias Huschle) [2159734]
- net/smc: rdma write inline if qp has sufficient inline space (Tobias Huschle) [2159734]
- net/smc: send cdc msg inline if qp has sufficient inline space (Tobias Huschle) [2159734]
- net/smc: align the connect behaviour with TCP (Tobias Huschle) [2159734]
- net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending (Tobias Huschle) [2159734]
- net/smc: Fix slab-out-of-bounds issue in fallback (Tobias Huschle) [2159734]
- net/smc: Only save the original clcsock callback functions (Tobias Huschle) [2159734]
- net/smc: sync err code when tcp connection was refused (Tobias Huschle) [2159734]
- net/smc: Fix sock leak when release after smc_shutdown() (Tobias Huschle) [2159734]
- net/smc: Send out the remaining data in sndbuf before close (Tobias Huschle) [2159734]
- net/smc: fix a memory leak in smc_sysctl_net_exit() (Tobias Huschle) [2159734]
- net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not set (Tobias Huschle) [2159734]
- net/smc: fix compile warning for smc_sysctl (Tobias Huschle) [2159734]
- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server (Tobias Huschle) [2159734]
- net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client (Tobias Huschle) [2159734]
- net: smc: fix different types in min() (Tobias Huschle) [2159734]
- net/smc: don't send in the BH context if sock_owned_by_user (Tobias Huschle) [2159734]
- net/smc: correct settings of RMB window update limit (Tobias Huschle) [2159734]
- net/smc: send directly on setting TCP_NODELAY (Tobias Huschle) [2159734]
- net/smc: add sysctl for autocorking (Tobias Huschle) [2159734]
- net/smc: add autocorking support (Tobias Huschle) [2159734]
- net/smc: add sysctl interface for SMC (Tobias Huschle) [2159734]
- x86/resctrl: Clear staged_config[] before and after it is used (Prarit Bhargava) [1989284]
- x86/resctl: fix scheduler confusion with 'current' (Prarit Bhargava) [1989284]
- x86/resctrl: Fix a silly -Wunused-but-set-variable warning (Prarit Bhargava) [1989284]
- x86/resctrl: Add interface to write mbm_local_bytes_config (Prarit Bhargava) [1989284]
- x86/resctrl: Add interface to write mbm_total_bytes_config (Prarit Bhargava) [1989284]
- x86/resctrl: Add interface to read mbm_local_bytes_config (Prarit Bhargava) [1989284]
- x86/resctrl: Add interface to read mbm_total_bytes_config (Prarit Bhargava) [1989284]
- x86/resctrl: Support monitor configuration (Prarit Bhargava) [1989284]
- x86/resctrl: Add __init attribute to rdt_get_mon_l3_config() (Prarit Bhargava) [1989284]
- x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation (Prarit Bhargava) [1989284]
- x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag (Prarit Bhargava) [1989284]
- x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag (Prarit Bhargava) [1989284]
- x86/resctrl: Include new features in command line options (Prarit Bhargava) [1989284]
- x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA (Prarit Bhargava) [1989284]
- x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask() (Prarit Bhargava) [1989284]
- x86/resctrl: Fix event counts regression in reused RMIDs (Prarit Bhargava) [1989284]
- x86/resctrl: Fix task CLOSID/RMID update race (Prarit Bhargava) [1989284]
- x86/resctrl: Move MSR defines into msr-index.h (Prarit Bhargava) [1989284]
- x86/resctrl: Remove arch_has_empty_bitmaps (Prarit Bhargava) [1989284]
- x86/resctrl: Fix min_cbm_bits for AMD (Prarit Bhargava) [1989284]
- x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes (Prarit Bhargava) [1989284]
- x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_data (Prarit Bhargava) [1989284]
- x86/resctrl: Rename and change the units of resctrl_cqm_threshold (Prarit Bhargava) [1989284]
- x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read() (Prarit Bhargava) [1989284]
- x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read() (Prarit Bhargava) [1989284]
- x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read() (Prarit Bhargava) [1989284]
- x86/resctrl: Abstract __rmid_read() (Prarit Bhargava) [1989284]
- x86/resctrl: Allow per-rmid arch private storage to be reset (Prarit Bhargava) [1989284]
- x86/resctrl: Add per-rmid arch private storage for overflow and chunks (Prarit Bhargava) [1989284]
- x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunks (Prarit Bhargava) [1989284]
- x86/resctrl: Allow update_mba_bw() to update controls directly (Prarit Bhargava) [1989284]
- x86/resctrl: Remove architecture copy of mbps_val (Prarit Bhargava) [1989284]
- x86/resctrl: Switch over to the resctrl mbps_val list (Prarit Bhargava) [1989284]
- x86/resctrl: Create mba_sc configuration in the rdt_domain (Prarit Bhargava) [1989284]
- x86/resctrl: Abstract and use supports_mba_mbps() (Prarit Bhargava) [1989284]
- x86/resctrl: Remove set_mba_sc()s control array re-initialisation (Prarit Bhargava) [1989284]
- x86/resctrl: Add domain offline callback for resctrl work (Prarit Bhargava) [1989284]
- x86/resctrl: Group struct rdt_hw_domain cleanup (Prarit Bhargava) [1989284]
- x86/resctrl: Add domain online callback for resctrl work (Prarit Bhargava) [1989284]
- x86/resctrl: Merge mon_capable and mon_enabled (Prarit Bhargava) [1989284]
- x86/resctrl: Kill off alloc_enabled (Prarit Bhargava) [1989284]
- x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch register (Prarit Bhargava) [1989284]
- x86: Replace cpumask_weight() with cpumask_empty() where appropriate (Prarit Bhargava) [1989284]
- x86/resctrl: Remove redundant assignment to variable chunks (Prarit Bhargava) [1989284]
- x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu() (Prarit Bhargava) [1989284]
- x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails (Prarit Bhargava) [1989284]
- x86/resctrl: Make resctrl_arch_get_config() return its value (Prarit Bhargava) [1989284]
- x86/resctrl: Merge the CDP resources (Prarit Bhargava) [1989284]
- x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param range (Prarit Bhargava) [1989284]
- x86/resctrl: Remove rdt_cdp_peer_get() (Prarit Bhargava) [1989284]
- x86/resctrl: Merge the ctrl_val arrays (Prarit Bhargava) [1989284]
- x86/resctrl: Calculate the index from the configuration type (Prarit Bhargava) [1989284]
- x86/resctrl: Apply offset correction when config is staged (Prarit Bhargava) [1989284]
- x86/resctrl: Make ctrlval arrays the same size (Prarit Bhargava) [1989284]
- x86/resctrl: Pass configuration type to resctrl_arch_get_config() (Prarit Bhargava) [1989284]
- x86/resctrl: Add a helper to read a closid's configuration (Prarit Bhargava) [1989284]
- x86/resctrl: Rename update_domains() to resctrl_arch_update_domains() (Prarit Bhargava) [1989284]
- x86/resctrl: Allow different CODE/DATA configurations to be staged (Prarit Bhargava) [1989284]
- x86/resctrl: Group staged configuration into a separate struct (Prarit Bhargava) [1989284]
- x86/resctrl: Move the schemata names into struct resctrl_schema (Prarit Bhargava) [1989284]
- x86/resctrl: Add a helper to read/set the CDP configuration (Prarit Bhargava) [1989284]
- x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region (Prarit Bhargava) [1989284]
- x86/resctrl: Pass the schema to resctrl filesystem functions (Prarit Bhargava) [1989284]
- x86/resctrl: Add resctrl_arch_get_num_closid() (Prarit Bhargava) [1989284]
- x86/resctrl: Store the effective num_closid in the schema (Prarit Bhargava) [1989284]
- x86/resctrl: Walk the resctrl schema list instead of an arch list (Prarit Bhargava) [1989284]
- x86/resctrl: Label the resources with their configuration type (Prarit Bhargava) [1989284]
- x86/resctrl: Pass the schema in info dir's private pointer (Prarit Bhargava) [1989284]
- x86/resctrl: Add a separate schema list for resctrl (Prarit Bhargava) [1989284]
- x86/resctrl: Split struct rdt_domain (Prarit Bhargava) [1989284]
- x86/resctrl: Split struct rdt_resource (Prarit Bhargava) [1989284]
- x86/resctrl: Include pid.h (Prarit Bhargava) [1989284]
- x86/resctrl: Fix kernel-doc in internal.h (Prarit Bhargava) [1989284]
- x86/resctrl: Fix kernel-doc in pseudo_lock.c (Prarit Bhargava) [1989284]
- x86/resctrl: Fix init const confusion (Prarit Bhargava) [1989284]
- x86/resctrl: Fix various typos in comments, take #2 (Prarit Bhargava) [1989284]
- x86/resctrl: Fix various typos in comments (Prarit Bhargava) [1989284]
- x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid} (Prarit Bhargava) [1989284]
- x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPI (Prarit Bhargava) [1989284]
- x86/resctrl: Add printf attribute to log function (Prarit Bhargava) [1989284]
- x86/resctrl: Don't move a task to the same resource group (Prarit Bhargava) [1989284]
- x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR (Prarit Bhargava) [1989284]
- x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled (Prarit Bhargava) [1989284]
- x86/resctrl: Clean up unused function parameter in rmdir path (Prarit Bhargava) [1989284]
- x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leak (Prarit Bhargava) [1989284]
- x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leak (Prarit Bhargava) [1989284]
- x86/resctrl: Constify kernfs_ops (Prarit Bhargava) [1989284]
- x86/resctrl: Correct MBM total and local values (Prarit Bhargava) [1989284]
- x86/include/asm/msr-index.h: Add IFS Array test bits (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Update IFS doc (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Implement Array BIST test (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Sysfs interface for Array BIST (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Introduce Array Scan test to IFS (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: IFS cleanup (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Reorganize driver data (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Separate ifs_pkg_auth from ifs_data (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add missing kernel-doc entry (Prarit Bhargava) [1971937]
- Revert "platform/x86/intel/ifs: Mark as BROKEN" (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add current_batch sysfs entry (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Remove reload sysfs entry (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add metadata validation (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Use generic microcode headers and functions (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add metadata support (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Remove memory allocation from load path (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Remove image loading during init (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Return a more appropriate error code (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Remove unused selection (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Mark as BROKEN (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add CPU_SUP_INTEL dependency (Prarit Bhargava) [1971937]
- Documentation: In-Field Scan (Prarit Bhargava) [1971937]
- redhat/configs: Add CONFIG_INTEL_IFS (Prarit Bhargava) [1971937]
- redhat/configs: Add CONFIG_MICROCODE_LATE_LOADING (Prarit Bhargava) [1971937]
- stop_machine: Add stop_core_cpuslocked() for per-core operations (Prarit Bhargava) [1971937]
- trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add IFS sysfs interface (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add scan test support (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Authenticate and copy to secured memory (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Check IFS Image sanity (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Read IFS firmware image (Prarit Bhargava) [1971937]
- platform/x86/intel/ifs: Add stub driver for In-Field Scan (Prarit Bhargava) [1971937]
- x86/msr-index: Define INTEGRITY_CAPABILITIES MSR (Prarit Bhargava) [1971937]
- x86/microcode/core: Return an error only when necessary (Prarit Bhargava) [1971937]
- x86/microcode/AMD: Fix mixed steppings support (Prarit Bhargava) [1971937]
- x86/microcode/AMD: Add a @cpu parameter to the reloading functions (Prarit Bhargava) [1971937]
- x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter (Prarit Bhargava) [1971937]
- x86/microcode: Allow only "1" as a late reload trigger value (Prarit Bhargava) [1971937]
- x86/microcode/intel: Print old and new revision during early boot (Prarit Bhargava) [1971937]
- x86/microcode/intel: Pass the microcode revision to print_ucode_info() directly (Prarit Bhargava) [1971937]
- x86/microcode: Adjust late loading result reporting message (Prarit Bhargava) [1971937]
- x86/microcode: Check CPU capabilities after late microcode update correctly (Prarit Bhargava) [1971937]
- x86/microcode: Add a parameter to microcode_check() to store CPU capabilities (Prarit Bhargava) [1971937]
- x86/microcode: Use the DEVICE_ATTR_RO() macro (Prarit Bhargava) [1971937]
- x86/microcode/AMD: Handle multiple glued containers properly (Prarit Bhargava) [1971937]
- x86/microcode/AMD: Rename a couple of functions (Prarit Bhargava) [1971937]
- x86/microcode/intel: Do not retry microcode reloading on the APs (Prarit Bhargava) [1971937]
- x86/microcode/intel: Do not print microcode revision and processor flags (Prarit Bhargava) [1971937]
- x86/microcode/intel: Use a reserved field for metasize (Prarit Bhargava) [1971937]
- x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check() (Prarit Bhargava) [1971937]
- x86/microcode/intel: Reuse microcode_sanity_check() (Prarit Bhargava) [1971937]
- x86/microcode/intel: Use appropriate type in microcode_sanity_check() (Prarit Bhargava) [1971937]
- x86/microcode/intel: Reuse find_matching_signature() (Prarit Bhargava) [1971937]
- x86/microcode: Drop struct ucode_cpu_info.valid (Prarit Bhargava) [1971937]
- x86/microcode: Do some minor fixups (Prarit Bhargava) [1971937]
- x86/microcode: Kill refresh_fw (Prarit Bhargava) [1971937]
- x86/microcode: Simplify init path even more (Prarit Bhargava) [1971937]
- x86/microcode: Rip out the subsys interface gunk (Prarit Bhargava) [1971937]
- x86/microcode/AMD: Track patch allocation size explicitly (Prarit Bhargava) [1971937]
- x86/microcode: Print previous version of microcode after reload (Prarit Bhargava) [1971937]
- x86/microcode: Remove ->request_microcode_user() (Prarit Bhargava) [1971937]
- misc: Mark MICROCODE_MINOR unused (Prarit Bhargava) [1971937]
- x86/microcode: Remove unnecessary perf callback (Prarit Bhargava) [1971937]
- x86/microcode: Taint and warn on late loading (Prarit Bhargava) [1971937]
- x86/microcode: Default-disable late loading (Prarit Bhargava) [1971937]
- x86/microcode: Rip out the OLD_INTERFACE (Prarit Bhargava) [1971937]
- x86/microcode/intel: Expose collect_cpu_info_early() for IFS (Prarit Bhargava) [1971937]
- x86/cpu: Load microcode during restore_processor_state() (Prarit Bhargava) [1971937]
- microcode: Replace zero-length arrays with flexible-array members (Prarit Bhargava) [1971937]
- x86/microcode: Use the firmware_loader built-in API (Prarit Bhargava) [1971937]
- firmware: Export firmware_request_builtin() (Prarit Bhargava) [1971937]
- x86/microcode: Replace deprecated CPU-hotplug functions. (Prarit Bhargava) [1971937]
- x86/microcode: Make microcode_init() static (Prarit Bhargava) [1971937]
- x86/microcode/intel: Check patch signature before saving microcode for early loading (Prarit Bhargava) [1971937]
- x86/microcode/amd: Remove unneeded break (Prarit Bhargava) [1971937]
- x86/microcode: Do not select FW_LOADER (Prarit Bhargava) [1971937]
- x86/microcode: Fix return value for microcode late loading (Prarit Bhargava) [1971937]
- docs: fix broken documentation links (Prarit Bhargava) [1971937]
Resolves: rhbz#1971937, rhbz#1989284, rhbz#2159695, rhbz#2159734, rhbz#2209299, rhbz#2210153, rhbz#2210849, rhbz#2212176, rhbz#2212211, rhbz#2212217, rhbz#2217731, rhbz#2217794, rhbz#2221276

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-07-11 15:18:47 +02:00
Denys Vlasenko
9b7b3cd88d kernel-4.18.0-501.el8
* Tue Jul 04 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-501.el8]
- x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPIN (Prarit Bhargava) [2215040]
- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Audra Mitchell) [2215423]
- docs: admin-guide: Add information about intel_pstate active mode (Prarit Bhargava) [2216962]
- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() (Davide Caratti) [2214027] {CVE-2023-35788}
- scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity (Tomas Henzl) [2160149]
- cifs: missing null pointer check in cifs_mount (Ronnie Sahlberg) [2215018]
- cpufreq: intel_pstate: Enable HWP IO boost for all servers (Prarit Bhargava) [2175625]
- block: make sure local irq is disabled when calling __blkcg_rstat_flush (Ming Lei) [2208904]
- blk-cgroup: Flush stats before releasing blkcg_gq (Ming Lei) [2208904]
- scsi: storvsc: Always set no_report_opcodes (Cathy Avery) [2217552]
- scsi: storvsc: Don't pass unused PFNs to Hyper-V host (Cathy Avery) [2217552]
- scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file (Cathy Avery) [2217552]
- dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard (Benjamin Marzinski) [2212240]
- dm thin metadata: check fail_io before using data_sm (Benjamin Marzinski) [2215418]
- dm: don't lock fs when the map is NULL during suspend or resume (Benjamin Marzinski) [2215418]
- redhat/configs: enable CONFIG_MANA_INFINIBAND for RHEL (Kamal Heib) [2188737]
- RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering memory on first packet (Kamal Heib) [2188737]
- RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw() (Kamal Heib) [2188737]
- RDMA/mana: Remove redefinition of basic u64 type (Kamal Heib) [2188737]
- RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter (Kamal Heib) [2188737]
- net: mana: Define data structures for allocating doorbell page from GDMA (Kamal Heib) [2188737]
- Documentation: net: net.core.txrehash is not specific to listening sockets (Antoine Tenart) [2175716]
- net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV (Antoine Tenart) [2175716]
- net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too (Antoine Tenart) [2175716]
- net: ipv6: fix skb hash for some RST packets (Antoine Tenart) [2175716]
- ipv6: tcp: send consistent autoflowlabel in RST packets (Antoine Tenart) [2175716]
- ipv6: tcp: send consistent autoflowlabel in SYN_RECV state (Antoine Tenart) [2175716]
- ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state (Antoine Tenart) [2175716]
- txhash: fix sk->sk_txrehash default (Antoine Tenart) [2175716]
- socket: Don't use u8 type in uapi socket.h (Antoine Tenart) [2175716]
- tcp: Change SYN ACK retransmit behaviour to account for rehash (Antoine Tenart) [2175716]
- txhash: Add txrehash sysctl description (Antoine Tenart) [2175716]
- txhash: Add socket option to control TX hash rethink behavior (Antoine Tenart) [2175716]
- txhash: Make rethinking txhash behavior configurable via sysctl (Antoine Tenart) [2175716]
- igc: Fix possible system crash when loading module (Corinna Vinschen) [2153370]
- igc: Clean the TX buffer and TX descriptor ring (Corinna Vinschen) [2153370]
- igc: Avoid transmit queue timeout for XDP (Corinna Vinschen) [2153370]
- igc: read before write to SRRCTL register (Corinna Vinschen) [2153370]
- igc: Enable and fix RX hash usage by netstack (Corinna Vinschen) [2153370]
- igc: Remove obsolete DMA coalescing code (Corinna Vinschen) [2153370]
- igc: fix the validation logic for taprio's gate list (Corinna Vinschen) [2153370]
- igc: Add ndo_tx_timeout support (Corinna Vinschen) [2153370]
- igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp() (Corinna Vinschen) [2153370]
- igc: Remove redundant pci_enable_pcie_error_reporting() (Corinna Vinschen) [2153370]
- igc: Fix PPS delta between two synchronized end-points (Corinna Vinschen) [2153370]
- igc: Remove reset adapter task for i226 during disable tsn config (Corinna Vinschen) [2153370]
- igc: enable Qbv configuration for 2nd GCL (Corinna Vinschen) [2153370]
- igc: remove I226 Qbv BaseTime restriction (Corinna Vinschen) [2153370]
- igc: Set Qbv start_time and end_time to end_time if not being configured in GCL (Corinna Vinschen) [2153370]
- igc: recalculate Qbv end_time by considering cycle time (Corinna Vinschen) [2153370]
- igc: allow BaseTime 0 enrollment for Qbv (Corinna Vinschen) [2153370]
- igc: Add checking for basetime less than zero (Corinna Vinschen) [2153370]
- igc: Use strict cycles for Qbv scheduling (Corinna Vinschen) [2153370]
- igc: Enhance Qbv scheduling by using first flag bit (Corinna Vinschen) [2153370]
- r8152: fix the autosuspend doesn't work (Jose Ignacio Tornos Martinez) [2159264]
- r8152: move setting r8153b_rx_agg_chg_indicate() (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix the poor throughput for 2.5G devices (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix flow control issue of RTL8156A (Jose Ignacio Tornos Martinez) [2159264]
- r8152: Add __GFP_NOWARN to big allocations (Jose Ignacio Tornos Martinez) [2159264]
- r8152: reduce the control transfer of rtl8152_get_version() (Jose Ignacio Tornos Martinez) [2159264]
- r8152: remove rtl_vendor_mode function (Jose Ignacio Tornos Martinez) [2159264]
- r8152: avoid to change cfg for all devices (Jose Ignacio Tornos Martinez) [2159264]
- r8152: add vendor/device ID pair for Microsoft Devkit (Jose Ignacio Tornos Martinez) [2159264]
- cdc_ether: no need to blacklist any r8152 devices (Jose Ignacio Tornos Martinez) [2159264]
- r8152: add USB device driver for config selection (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: cdc_ether: add u-blox 0x1343 composition (Jose Ignacio Tornos Martinez) [2159264]
- r8152: Add MAC passthrough support for Lenovo Travel Hub (Jose Ignacio Tornos Martinez) [2159264]
- r8152: allow userland to disable multicast (Jose Ignacio Tornos Martinez) [2159264]
- r8152: add PID for the Lenovo OneLink+ Dock (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix the RX FIFO settings when suspending (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix the units of some registers for RTL8156A (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix a WOL issue (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix accessing unset transport header (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: r8152: Add in new Devices that are supported for Mac-Passthru (Jose Ignacio Tornos Martinez) [2159264]
- cdc_ether: export usbnet_cdc_zte_rx_fixup (Jose Ignacio Tornos Martinez) [2159264]
- USB: zaurus: support another broken Zaurus (Jose Ignacio Tornos Martinez) [2159264]
- Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" (Jose Ignacio Tornos Martinez) [2159264]
- r8152: sync ocp base (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix the force speed doesn't work for RTL8156 (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: r8152: Add MAC passthrough support for more Lenovo Docks (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: use eth_hw_addr_set() for dev->addr_len cases (Jose Ignacio Tornos Martinez) [2159264]
- net: usb: use eth_hw_addr_set() instead of ether_addr_copy() (Jose Ignacio Tornos Martinez) [2159264]
- r8152: avoid to resubmit rx immediately (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix the maximum number of PLA bp for RTL8153C (Jose Ignacio Tornos Martinez) [2159264]
- r8152: fix writing USB_BP2_EN (Jose Ignacio Tornos Martinez) [2159264]
- r8152: Fix a deadlock by doubly PM resume (Jose Ignacio Tornos Martinez) [2159264]
- r8152: Fix potential PM refcount imbalance (Jose Ignacio Tornos Martinez) [2159264]
- r8152: store the information of the pipes (Jose Ignacio Tornos Martinez) [2159264]
- r8152: support pauseparam of ethtool_ops (Jose Ignacio Tornos Martinez) [2159264]
- r8152: Avoid memcpy() over-reading of ETH_SS_STATS (Jose Ignacio Tornos Martinez) [2159264]
- r8152: check the informaton of the device (Jose Ignacio Tornos Martinez) [2159264]
- r8152: remove some bit operations (Jose Ignacio Tornos Martinez) [2159264]
- r8152: redefine REALTEK_USB_DEVICE macro (Jose Ignacio Tornos Martinez) [2159264]
- r8152: remove NCM mode from REALTEK_USB_DEVICE macro (Jose Ignacio Tornos Martinez) [2159264]
- r8152: replace return with break for ram code speedup mode timeout (Jose Ignacio Tornos Martinez) [2159264]
- r8152: search the configuration of vendor mode (Jose Ignacio Tornos Martinez) [2159264]
- r8152: support PHY firmware for RTL8156 series (Jose Ignacio Tornos Martinez) [2159264]
- r8152: support new chips (Jose Ignacio Tornos Martinez) [2159264]
- r8152: add help function to change mtu (Jose Ignacio Tornos Martinez) [2159264]
- r8152: adjust rtl8152_check_firmware function (Jose Ignacio Tornos Martinez) [2159264]
- r8152: set inter fram gap time depending on speed (Jose Ignacio Tornos Martinez) [2159264]
- r8152: adjust the flow of power cut for RTL8153B (Jose Ignacio Tornos Martinez) [2159264]
- treewide: Use fallthrough pseudo-keyword (Jose Ignacio Tornos Martinez) [2159264]
- nouveau: fix client work fence deletion race (Jocelyn Falempe) [2160452]
- drm/mgag200: Fix gamma lut not initialized. (Jocelyn Falempe) [2160452]
- drm/amd/display: Fix hang when skipping modeset (Jocelyn Falempe) [2160452]
- drm/amd/display: Lowering min Z8 residency time (Jocelyn Falempe) [2160452]
- drm/amd/display: Update minimum stutter residency for DCN314 Z8 (Jocelyn Falempe) [2160452]
- drm/amd/display: Add minimum Z8 residency debug option (Jocelyn Falempe) [2160452]
- drm/i915: disable sampler indirect state in bindless heap (Jocelyn Falempe) [2160452]
- drm/i915/mtl: Add Wa_14017856879 (Jocelyn Falempe) [2160452]
- drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 (Jocelyn Falempe) [2160452]
- drm/i915: Add _PICK_EVEN_2RANGES() (Jocelyn Falempe) [2160452]
- drm/amd/display: hpd rx irq not working with eDP interface (Jocelyn Falempe) [2160452]
- drm/amd/display: merge dc_link.h into dc.h and dc_types.h (Jocelyn Falempe) [2160452]
- drm/amd/pm: avoid potential UBSAN issue on legacy asics (Jocelyn Falempe) [2160452]
- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend (Jocelyn Falempe) [2160452]
- drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs (Jocelyn Falempe) [2160452]
- drm/amd/pm: parse pp_handle under appropriate conditions (Jocelyn Falempe) [2160452]
- drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes (Jocelyn Falempe) [2160452]
- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) (Jocelyn Falempe) [2160452]
- drm/amdgpu: change gfx 11.0.4 external_id range (Jocelyn Falempe) [2160452]
- drm/amdgpu/jpeg: Remove harvest checking for JPEG3 (Jocelyn Falempe) [2160452]
- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras (Jocelyn Falempe) [2160452]
- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini (Jocelyn Falempe) [2160452]
- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() (Jocelyn Falempe) [2160452]
- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini (Jocelyn Falempe) [2160452]
- drm/amd/display: Change default Z8 watermark values (Jocelyn Falempe) [2160452]
- drm/amdgpu: drop redundant sched job cleanup when cs is aborted (Jocelyn Falempe) [2160452]
- drm/amd/display: fix flickering caused by S/G mode (Jocelyn Falempe) [2160452]
- drm/amd/display: fix access hdcp_workqueue assert (Jocelyn Falempe) [2160452]
- drm/amd/display: filter out invalid bits in pipe_fuses (Jocelyn Falempe) [2160452]
- drm/amd/display: Fix 4to1 MPC black screen with DPP RCO (Jocelyn Falempe) [2160452]
- drm/amd/display: Add NULL plane_state check for cursor disable logic (Jocelyn Falempe) [2160452]
- drm/panel: otm8009a: Set backlight parent to panel device (Jocelyn Falempe) [2160452]
- drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage (Jocelyn Falempe) [2160452]
- drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep() (Jocelyn Falempe) [2160452]
- drm/i915: Check pipe source size when using skl+ scalers (Jocelyn Falempe) [2160452]
- drm/i915/color: Fix typo for Plane CSC indexes (Jocelyn Falempe) [2160452]
- drm/bridge: lt8912b: Fix DSI Video Mode (Jocelyn Falempe) [2160452]
- drm/amdgpu: add a missing lock for AMDGPU_SCHED (Jocelyn Falempe) [2160452]
- drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info (Jocelyn Falempe) [2160452]
- drm/i915/guc: Actually return an error if GuC version range check fails (Jocelyn Falempe) [2160452]
- drm/i915/guc: More debug print updates - UC firmware (Jocelyn Falempe) [2160452]
- drm/amd/display: Update bounding box values for DCN321 (Jocelyn Falempe) [2160452]
- drm/amd/display: Do not clear GPINT register when releasing DMUB from reset (Jocelyn Falempe) [2160452]
- drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset (Jocelyn Falempe) [2160452]
- drm/amd/display: Fixes for dcn32_clk_mgr implementation (Jocelyn Falempe) [2160452]
- drm/amd/display: Return error code on DSC atomic check failure (Jocelyn Falempe) [2160452]
- drm/amd/display: Add missing WA and MCLK validation (Jocelyn Falempe) [2160452]
- drm/panel: novatek-nt35950: Only unregister DSI1 if it exists (Jocelyn Falempe) [2160452]
- drm/panel: novatek-nt35950: Improve error handling (Jocelyn Falempe) [2160452]
- drm/i915: Fix memory leaks in i915 selftests (Jocelyn Falempe) [2160452]
- drm/i915: Make intel_get_crtc_new_encoder() less oopsy (Jocelyn Falempe) [2160452]
- drm/amd/display: Fix potential null dereference (Jocelyn Falempe) [2160452]
- drm/ttm/pool: Fix ttm_pool_alloc error path (Jocelyn Falempe) [2160452]
- drm/i915/pxp: limit drm-errors or warning on firmware API failures (Jocelyn Falempe) [2160452]
- drm/i915/pxp: Invalidate all PXP fw sessions during teardown (Jocelyn Falempe) [2160452]
- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings (Jocelyn Falempe) [2160452]
- accel: Link to compute accelerator subsystem intro (Jocelyn Falempe) [2160452]
- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 (Jocelyn Falempe) [2160452]
- drm/probe-helper: Cancel previous job before starting new one (Jocelyn Falempe) [2160452]
- drm/vgem: add missing mutex_destroy (Jocelyn Falempe) [2160452]
- drm/i915/dg2: Drop one PCI ID (Jocelyn Falempe) [2160452]
- drm/amd/pm: re-enable the gfx imu when smu resume (Jocelyn Falempe) [2160452]
- drm/vmwgfx: Fix Legacy Display Unit atomic drm support (Jocelyn Falempe) [2160452]
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var (Jocelyn Falempe) [2160452]
- redhat: include new drm tests in mod-internals (Jocelyn Falempe) [2160452]
- drm/amd/display: build with std=gnu99 (Jocelyn Falempe) [2160452]
- overflow: Introduce overflows_type() and castable_to_type() (Jocelyn Falempe) [2160452]
- Revert "driver core: make struct bus_type.uevent() take a const *" (Jocelyn Falempe) [2160452]
- Revert "iommu: Add a gfp parameter to iommu_map()" (Jocelyn Falempe) [2160452]
- Revert "mm: replace vma->vm_flags direct modifications with modifier calls" (Jocelyn Falempe) [2160452]
- Merge DRM changes from upstream v6.2..v6.3 (Jocelyn Falempe) [2160452]
- redhat: include new drm_kunit_helpers in mod-internals (Jocelyn Falempe) [2160452]
- drm/i915: build i915 with std=gnu99 (Jocelyn Falempe) [2160452]
- drm/amdgpu: Add missing include for ppc64le (Jocelyn Falempe) [2160452]
- drm/fb-helper: Add missing include for s390x (Jocelyn Falempe) [2160452]
- drm/edid: Add missing include (Jocelyn Falempe) [2160452]
- Revert "drm/i915/gvt: use atomic operations to change the vGPU status" (Jocelyn Falempe) [2160452]
- Revert "kunit: Use KUNIT_EXPECT_MEMEQ macro" (Jocelyn Falempe) [2160452]
- Revert "treewide: use get_random_u32_inclusive() when possible" (Jocelyn Falempe) [2160452]
- Revert "treewide: use get_random_u32_below() instead of deprecated function" (Jocelyn Falempe) [2160452]
- Revert "overflow: Introduce overflows_type() and castable_to_type()" (Jocelyn Falempe) [2160452]
- Merge DRM changes from upstream v6.1..v6.2 (Jocelyn Falempe) [2160452]
- kconfig: disable DRM dynamic debug. (Jocelyn Falempe) [2160452]
- drm/vkms: build driver with gnu99 (Jocelyn Falempe) [2160452]
- Revert "drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers." (Jocelyn Falempe) [2160452]
- Revert "mm: free device private pages have zero refcount" (Jocelyn Falempe) [2160452]
- Revert "mm/memory.c: fix race when faulting a device private page" (Jocelyn Falempe) [2160452]
- Revert "drm/i915/gvt: simplify vgpu configuration management" (Jocelyn Falempe) [2160452]
- Revert "i915: use the VMA iterator" (Jocelyn Falempe) [2160452]
- Revert "drm/i915/userptr: restore probe_range behaviour" (Jocelyn Falempe) [2160452]
- Revert "dynamic_dname(): drop unused dentry argument" (Jocelyn Falempe) [2160452]
- Revert "i2c: Make remove callback return void" (Jocelyn Falempe) [2160452]
- Merge DRM changes from upstream v6.0..v6.1 (Jocelyn Falempe) [2160452]
- Enable A64FX_DIAG config option (Charles Mirabile) [2047817]
- NMI workaround for GIC irq controllers (Charles Mirabile) [2047817]
- arm64: entry: avoid kprobe recursion (Charles Mirabile) [2047817]
- soc: a64fx-diag: disable modular build (Charles Mirabile) [2047817]
- soc: fujitsu: Add A64FX diagnostic interrupt driver (Charles Mirabile) [2047817]
- irqchip/gic-v3: Fix priority mask handling (Charles Mirabile) [2047817]
- irqchip/gic-v3: Refactor ISB + EOIR at ack time (Charles Mirabile) [2047817]
- irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling (Charles Mirabile) [2047817]
- arm64: select TRACE_IRQFLAGS_NMI_SUPPORT (Charles Mirabile) [2047817]
- arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not set (Charles Mirabile) [2047817]
- irqchip/gic-v3: Fix priority comparison when non-secure priorities are used (Charles Mirabile) [2047817]
- arm64: entry: add missing noinstr (Charles Mirabile) [2047817]
- arm64: suspend: Use cpuidle context helpers in cpu_suspend() (Charles Mirabile) [2047817]
- PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter() (Charles Mirabile) [2047817]
- arm64: Convert cpu_do_idle() to using cpuidle context helpers (Charles Mirabile) [2047817]
- arm64: Add cpuidle context save/restore helpers (Charles Mirabile) [2047817]
- arm64: entry: make NMI entry/exit functions static (Charles Mirabile) [2047817]
- arm64: entry: split SDEI entry (Charles Mirabile) [2047817]
- arm64: entry: split bad stack entry (Charles Mirabile) [2047817]
- arm64: entry: fold el1_inv() into el1h_64_sync_handler() (Charles Mirabile) [2047817]
- arm64: entry: handle all vectors with C (Charles Mirabile) [2047817]
- arm64: entry: template the entry asm functions (Charles Mirabile) [2047817]
- arm64: entry: improve bad_mode() (Charles Mirabile) [2047817]
- arm64: entry: move bad_mode() to entry-common.c (Charles Mirabile) [2047817]
- arm64: entry: consolidate EL1 exception returns (Charles Mirabile) [2047817]
- arm64: entry: organise entry vectors consistently (Charles Mirabile) [2047817]
- arm64: entry: organise entry handlers consistently (Charles Mirabile) [2047817]
- arm64: entry: convert IRQ+FIQ handlers to C (Charles Mirabile) [2047817]
- arm64: entry: add a call_on_irq_stack helper (Charles Mirabile) [2047817]
- arm64: entry: move NMI preempt logic to C (Charles Mirabile) [2047817]
- arm64: entry: move arm64_preempt_schedule_irq to entry-common.c (Charles Mirabile) [2047817]
- arm64: entry: convert SError handlers to C (Charles Mirabile) [2047817]
- arm64: entry: unmask IRQ+FIQ after EL0 handling (Charles Mirabile) [2047817]
- arm64: remove redundant local_daif_mask() in bad_mode() (Charles Mirabile) [2047817]
- arm64: entry: always set GIC_PRIO_PSR_I_SET during entry (Charles Mirabile) [2047817]
- arm64: entry: remove test_irqs_unmasked macro (Charles Mirabile) [2047817]
- arm64: irq: allow FIQs to be handled (Charles Mirabile) [2047817]
- arm64: Always keep DAIF.[IF] in sync (Charles Mirabile) [2047817]
- arm64: entry: factor irq triage logic into macros (Charles Mirabile) [2047817]
- arm64: irq: rework root IRQ handler registration (Charles Mirabile) [2047817]
- arm64: don't use GENERIC_IRQ_MULTI_HANDLER (Charles Mirabile) [2047817]
- genirq: Allow architectures to override set_handle_irq() fallback (Charles Mirabile) [2047817]
- irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER (Charles Mirabile) [2047817]
- arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround (Charles Mirabile) [2047817]
- arm64: entry: remove redundant IRQ flag tracing (Charles Mirabile) [2047817]
- arm64: entry: suppress W=1 prototype warnings (Charles Mirabile) [2047817]
- arm64: sdei: explicitly simulate PAN/UAO entry (Charles Mirabile) [2047817]
- arm64: entry: fix EL1 debug transitions (Charles Mirabile) [2047817]
- arm64: entry: fix NMI {user, kernel}->kernel transitions (Charles Mirabile) [2047817]
- arm64: entry: fix non-NMI kernel<->kernel transitions (Charles Mirabile) [2047817]
- arm64: ptrace: prepare for EL1 irq/rcu tracking (Charles Mirabile) [2047817]
- arm64: entry: fix non-NMI user<->kernel transitions (Charles Mirabile) [2047817]
- arm64: entry: move el1 irq/nmi logic to C (Charles Mirabile) [2047817]
- arm64: entry: prepare ret_to_user for function call (Charles Mirabile) [2047817]
- arm64: entry: move enter_from_user_mode to entry-common.c (Charles Mirabile) [2047817]
- arm64: entry: mark entry code as noinstr (Charles Mirabile) [2047817]
- arm64: mark idle code as noinstr (Charles Mirabile) [2047817]
- arm64: add C wrappers for SET_PSTATE_*() (Charles Mirabile) [2047817]
- kgdb: Honour the kprobe blocklist when setting breakpoints (Charles Mirabile) [2047817]
- genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLER (Charles Mirabile) [2047817]
- arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM (Charles Mirabile) [2047817]
- arm64/entry: deduplicate SW PAN entry/exit routines (Charles Mirabile) [2047817]
- arm64: Prepare arch_nmi_enter() for recursion (Charles Mirabile) [2047817]
- arm64: Make debug exception handlers visible from RCU (Charles Mirabile) [2047817]
- irqchip: Remove unneeded select IRQ_DOMAIN (Charles Mirabile) [2047817]
- net/mlx5e: TC, Fix using eswitch mapping in nic mode (Amir Tzin) [2166015]
- net/mlx5e: Use query_special_contexts cmd only once per mdev (Amir Tzin) [2166015]
- net/mlx5e: Move Ethernet driver debugfs to profile init callback (Amir Tzin) [2166015]
- net/mlx5e: Do not update SBCM when prio2buffer command is invalid (Amir Tzin) [2166015]
- RDMA/mlx5: Use correct device num_ports when modify DC (Amir Tzin) [2166015]
- net/mlx5e: Nullify table pointer when failing to create (Amir Tzin) [2166015]
- net/mlx5e: Fix error flow in representor failing to add vport rx rule (Amir Tzin) [2166015]
- net/mlx5: E-switch, Don't destroy indirect table in split rule (Amir Tzin) [2166015]
- net/mlx5: E-switch, Create per vport table based on devlink encap mode (Amir Tzin) [2166015]
- net/mlx5e: Don't clone flow post action attributes second time (Amir Tzin) [2166015]
- Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports" (Amir Tzin) [2166015]
- RDMA/mlx5: Fix flow counter query via DEVX (Amir Tzin) [2166015]
- RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR (Amir Tzin) [2166015]
- net/mlx5: Fix wrong comment (Amir Tzin) [2166015]
- net/mlx5e: Coding style fix, add empty line (Amir Tzin) [2166015]
- RDMA/mlx5: Coding style fix reported by checkpatch (Amir Tzin) [2166015]
- net/mlx5e: Release the label when replacing existing ct entry (Amir Tzin) [2165914]
- net/mlx5: Release tunnel device after tc update skb (Amir Tzin) [2166015]
- Revert "net/mlx5: Expose steering dropped packets counter" (Amir Tzin) [2166015]
- Revert "net/mlx5e: Don't use termination table when redundant" (Amir Tzin) [2166015]
- Revert "net/mlx5: Enable management PF initialization" (Amir Tzin) [2166015]
- net/mlx5: E-Switch, Fix an Oops in error handling code (Amir Tzin) [2166015]
- net/mlx5: Read the TC mapping of all priorities on ETS query (Amir Tzin) [2166015]
- net/mlx5e: Initialize link speed to zero (Amir Tzin) [2166015]
- net/mlx5: Fix steering rules cleanup (Amir Tzin) [2166015]
- net/mlx5e: Block entering switchdev mode with ns inconsistency (Amir Tzin) [2166015 2166018]
- net/mlx5e: Set uplink rep as NETNS_LOCAL (Amir Tzin) [2166015]
- IB/mlx5: Add support for 400G_8X lane speed (Amir Tzin) [2166015]
- net/mlx5e: TC, Remove error message log print (Amir Tzin) [2166015]
- net/mlx5e: TC, fix cloned flow attribute (Amir Tzin) [2166015]
- net/mlx5e: TC, fix missing error code (Amir Tzin) [2166015]
- net/sched: TC, fix raw counter initialization (Amir Tzin) [2166015]
- net/mlx5: Set BREAK_FW_WAIT flag first when removing driver (Amir Tzin) [2166013]
- net/mlx5e: Fix cleanup null-ptr deref on encap lock (Amir Tzin) [2166013]
- net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port (Amir Tzin) [2166013]
- net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules (Amir Tzin) [2166013 2166018]
- net/mlx5: Disable eswitch before waiting for VF pages (Amir Tzin) [2166013]
- net/mlx5: Fix setting ec_function bit in MANAGE_PAGES (Amir Tzin) [2166013]
- net/mlx5e: Don't cache tunnel offloads capability (Amir Tzin) [2166013]
- net/mlx5e: Remove hairpin write debugfs files (Amir Tzin) [2166015]
- net/mlx5: Remove NULL check before dev_{put, hold} (Amir Tzin) [2166015]
- net/mlx5e: TC, Set CT miss to the specific ct action instance (Amir Tzin) [2166015]
- net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG (Amir Tzin) [2166015]
- net/mlx5: Refactor tc miss handling to a single function (Amir Tzin) [2166015]
- net/mlx5: Kconfig: Make tc offload depend on tc skb extension (Amir Tzin) [2166015]
- net/sched: Rename user cookie and act cookie (mlx5 hunk only) (Amir Tzin) [2166015]
- IB/mlx5: Extend debug control for CC parameters (Amir Tzin) [2166015]
- net/mlx5e: Allow offloading of ct 'new' match (Amir Tzin) [2165914 2166015]
- net/mlx5e: Implement CT entry update (Amir Tzin) [2165914 2166015]
- net: flow_offload: provision conntrack info in ct_metadata(mlx5 hunks only) (Amir Tzin) [2165914 2166015]
- net/mlx5e: Fix outdated TLS comment (Amir Tzin) [2166015]
- net/mlx5e: Remove unused function mlx5e_sq_xmit_simple (Amir Tzin) [2166015]
- net/mlx5: Simplify eq list traversal (Amir Tzin) [2166015]
- net/mlx5e: Switch to using napi_build_skb() (Amir Tzin) [2166015]
- RDMA/mlx5: Use query_special_contexts for mkeys (Amir Tzin) [2166015]
- net/mlx5e: Use query_special_contexts for mkeys (Amir Tzin) [2166015]
- net/mlx5: Change define name for 0x100 lkey value (Amir Tzin) [2166015]
- net/mlx5: Expose bits for querying special mkeys (Amir Tzin) [2166015]
- RDMA/mlx5: Use rdma_umem_for_each_dma_block() (Amir Tzin) [2166015]
- net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create() (Amir Tzin) [2166015]
- net/mlx5e: TC, support per action stats (Amir Tzin) [2166015]
- net/mlx5e: TC, map tc action cookie to a hw counter (Amir Tzin) [2166015]
- net/mlx5e: TC, store tc action cookies per attr (Amir Tzin) [2166015]
- net/mlx5e: TC, add hw counter to branching actions (Amir Tzin) [2166015]
- RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregister (Amir Tzin) [2166015]
- net/mlx5e: Propagate an internal event in case uplink netdev changes (Amir Tzin) [2166015]
- net/mlx5e: Fix trap event handling (Amir Tzin) [2166015]
- net/mlx5: fw_tracer, Add support for unrecognized string (Amir Tzin) [2166015]
- net/mlx5: fw_tracer, Add support for strings DB update event (Amir Tzin) [2166015]
- net/mlx5: fw_tracer, allow 0 size string DBs (Amir Tzin) [2166015]
- net/mlx5: fw_tracer: Fix debug print (Amir Tzin) [2166015]
- net/mlx5: fs, Remove redundant assignment of size (Amir Tzin) [2166015]
- net/mlx5: fs_core, Remove redundant variable err (Amir Tzin) [2166015]
- net/mlx5: fs, Remove redundant vport_number assignment (Amir Tzin) [2166015]
- net/mlx5e: Remove redundant code for handling vlan actions (Amir Tzin) [2166015 2166018]
- net/mlx5: fw reset: Skip device ID check if PCI link up failed (Amir Tzin) [2166015]
- net/mlx5: Remove redundant health work lock (Amir Tzin) [2166015]
- mlx5: reduce stack usage in mlx5_setup_tc (Amir Tzin) [2166015]
- net/mlx5e: Trigger NAPI after activating an SQ (Amir Tzin) [2166015]
- net/mlx5e: IPoIB, Add support for XDR speed (Amir Tzin) [2166015]
- net/mlx5: Lag, Move mpesw related definitions to mpesw.h (Amir Tzin) [2166015]
- net/mlx5: Lag, Use flag to check for shared FDB mode (Amir Tzin) [2166015]
- net/mlx5: Lag, Remove redundant bool allocation on the stack (Amir Tzin) [2166015]
- net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointers (Amir Tzin) [2166015]
- net/mlx5: Lag, Update multiport eswitch check to log an error (Amir Tzin) [2166015]
- net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustments (Amir Tzin) [2166015]
- net/mlx5: Add hardware extended range support for PTP adjtime and adjphase (Amir Tzin) [2166015]
- net/mlx5: Add adjphase function to support hardware-only offset control (Amir Tzin) [2166015]
- net/mlx5: Geneve, Fix handling of Geneve object id as error code (Amir Tzin) [2166015]
- net/mlx5e: Verify flow_source cap before using it (Amir Tzin) [2166015 2166018]
- net/mlx5: ECPF, wait for VF pages only after disabling host PFs (Amir Tzin) [2166015]
- mlx5: fix possible ptp queue fifo use-after-free (Amir Tzin) [2166015]
- mlx5: fix skb leak while fifo resync and push (Amir Tzin) [2166015]
- net/mlx5: Fix memory leak in error flow of port set buffer (Amir Tzin) [2166015]
- net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLS (Amir Tzin) [2166015]
- net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpin (Amir Tzin) [2166015]
- net/mlx5: Enhance debug print in page allocation failure (Amir Tzin) [2166015]
- net/mlx5e: kTLS, Improve connection rate by using fast update encryption key (Amir Tzin) [2166015]
- net/mlx5: Keep only one bulk of full available DEKs (Amir Tzin) [2166015]
- net/mlx5: Add async garbage collector for DEK bulk (Amir Tzin) [2166015]
- net/mlx5: Reuse DEKs after executing SYNC_CRYPTO command (Amir Tzin) [2166015]
- net/mlx5: Use bulk allocation for fast update encryption key (Amir Tzin) [2166015]
- net/mlx5: Add bulk allocation and modify_dek operation (Amir Tzin) [2166015]
- net/mlx5: Add support SYNC_CRYPTO command (Amir Tzin) [2166015]
- net/mlx5: Add new APIs for fast update encryption key (Amir Tzin) [2166015]
- net/mlx5: Refactor the encryption key creation (Amir Tzin) [2166015]
- net/mlx5: Add const to the key pointer of encryption key creation (Amir Tzin) [2166015]
- net/mlx5: Prepare for fast crypto key update if hardware supports it (Amir Tzin) [2166015]
- net/mlx5: Change key type to key purpose (Amir Tzin) [2166015]
- net/mlx5: Add IFC bits and enums for crypto key (Amir Tzin) [2166015]
- net/mlx5: Add IFC bits for general obj create param (Amir Tzin) [2166015]
- net/mlx5: Header file for crypto (Amir Tzin) [2166015]
- net/mlx5e: Use read lock for eswitch get callbacks (Amir Tzin) [2166015 2166018]
- net/mlx5e: Remove redundant allocation of spec in create indirect fwd group (Amir Tzin) [2165994 2166015]
- net/mlx5e: Support Geneve and GRE with VF tunnel offload (Amir Tzin) [2165994 2166015 2166018]
- net/mlx5: E-Switch, Fix typo for egress (Amir Tzin) [2166015]
- net/mlx5e: Warn when destroying mod hdr hash table that is not empty (Amir Tzin) [2166015]
- net/mlx5e: TC, Use common function allocating flow mod hdr or encap mod hdr (Amir Tzin) [2166015]
- net/mlx5e: TC, Add tc prefix to attach/detach hdr functions (Amir Tzin) [2166015]
- net/mlx5e: TC, Pass flow attr to attach/detach mod hdr functions (Amir Tzin) [2166015]
- net/mlx5: E-switch, Remove redundant comment about meta rules (Amir Tzin) [2166015]
- net/mlx5: Suppress error logging on UCTX creation (Amir Tzin) [2166015]
- net/mlx5e: Suppress Send WQEBB room warning for PAGE_SIZE >= 16KB (Amir Tzin) [2166015]
- net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create() (Amir Tzin) [2166015]
- net/mlx5: remove redundant ret variable (Amir Tzin) [2166015]
- net/mlx5e: Replace 0-length array with flexible array (Amir Tzin) [2166015]
- net/mlx5e: Replace zero-length array with flexible-array member (Amir Tzin) [2166015]
- net/mlx5: Prevent high-rate FW commands from populating all slots (Amir Tzin) [2166015]
- net/mlx5: Introduce and use opcode getter in command interface (Amir Tzin) [2166015]
- net/mlx5: Enable management PF initialization (Amir Tzin) [2166015]
- net/mlx5e: Add hairpin debugfs files (Amir Tzin) [2166015]
- net/mlx5e: Add flow steering debugfs directory (Amir Tzin) [2166015]
- net/mlx5e: Add hairpin params structure (Amir Tzin) [2166015]
- net/mlx5e: kTLS, Add debugfs (Amir Tzin) [2166015]
- net/mlx5e: Add Ethernet driver debugfs (Amir Tzin) [2166015]
- net/mlx5e: Update shared buffer along with device buffer changes (Amir Tzin) [2166015]
- net/mlx5e: Add API to query/modify SBPR and SBCM registers (Amir Tzin) [2166015]
- net/mlx5: Expose shared buffer registers bits and structs (Amir Tzin) [2166015]
- net/mlx5: Serialize module cleanup with reload and remove (Amir Tzin) [2166013]
- net/mlx5: fw_tracer, Zero consumer index when reloading the tracer (Amir Tzin) [2166013]
- net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers (Amir Tzin) [2166013]
- net/mlx5: Expose SF firmware pages counter (Amir Tzin) [2166013]
- net/mlx5: Store page counters in a single array (Amir Tzin) [2166013]
- net/mlx5e: IPoIB, Show unknown speed instead of error (Amir Tzin) [2166013]
- net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode (Amir Tzin) [2055530 2166013]
- net/mlx5: Bridge, fix ageing of peer FDB entries (Amir Tzin) [2166013]
- net/mlx5: DR, Fix potential race in dr_rule_create_rule_nic (Amir Tzin) [2166013]
- net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change (Amir Tzin) [2166013]
- net/mlx5e: Don't support encap rules with gbp option (Amir Tzin) [2166013]
- net/mlx5e: Fix memory leak on updating vport counters (Amir Tzin) [2165677 2166013]
- net/mlx5e: TC, Restore pkt rate policing support (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, ignore match level for post meter rules (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule (Amir Tzin) [2166013]
- net/mlx5: Lag, fix failure to cancel delayed bond work (Amir Tzin) [2166013]
- net/mlx5e: Fix RX reporter for XSK RQs (Amir Tzin) [2166013]
- net/mlx5: Expose steering dropped packets counter (Amir Tzin) [2166013]
- net/mlx5: Refactor and expand rep vport stat group (Amir Tzin) [2165677 2166013]
- net/mlx5e: TC, add support for meter mtu offload (Amir Tzin) [2165893 2166013 2166018]
- net/mlx5e: meter, add mtu post meter tables (Amir Tzin) [2165893 2166013]
- net/mlx5e: meter, refactor to allow multiple post meter tables (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Add support for range match action (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Add function that tells if STE miss addr has been initialized (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Some refactoring of miss address handling (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Manage definers with refcounts (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Handle FT action in a separate function (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Rework is_fw_table function (Amir Tzin) [2165893 2166013]
- net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object (Amir Tzin) [2165893 2166013]
- net/mlx5: fs, add match on ranges API (Amir Tzin) [2165893 2166013]
- net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, allow meter jump control action (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, init post meter rules with branching attributes (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, rename post_meter actions (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, initialize branching action with target attr (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, initialize branch flow attributes (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, set control params for branching actions (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, validate action list per attribute (Amir Tzin) [2165893 2166013]
- net/mlx5e: Adjust function actions_match_supported() to upstream. (Amir Tzin) [2166006]
- net/mlx5e: TC, add terminating actions (Amir Tzin) [2165893 2166013]
- net/mlx5e: TC, reuse flow attribute post parser processing (Amir Tzin) [2165893 2166013]
- net/mlx5: fs, assert null dest pointer when dest_num is 0 (Amir Tzin) [2165893 2166013]
- net/mlx5e: E-Switch, handle flow attribute with no destinations (Amir Tzin) [2165893 2166013 2166018]
- RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB define (Amir Tzin) [2166013]
- RDMA/mlx5: no need to kfree NULL pointer (Amir Tzin) [2166013]
- net/mlx5e: TC, Add offload support for trap with additional actions (Amir Tzin) [2166013 2166018]
- net/mlx5e: Do early return when setup vports dests for slow path flow (Amir Tzin) [2166013 2166018]
- net/mlx5e: Support devlink reload of IPsec core (Amir Tzin) [2166013]
- net/mlx5: Remove redundant check (Amir Tzin) [2166013]
- net/mlx5e: Don't use termination table when redundant (Amir Tzin) [2166013]
- net/mlx5: Remove unused ctx variables (Amir Tzin) [2166013]
- net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (Amir Tzin) [2166013]
- net/mlx5e: Remove unneeded io-mapping.h #include (Amir Tzin) [2166013]
- net/mlx5e: CT, optimize pre_ct table lookup (Amir Tzin) [2166013]
- net/mlx5e: kTLS, Use a single async context object per a callback bulk (Amir Tzin) [2166013]
- net/mlx5e: kTLS, Remove unnecessary per-callback completion (Amir Tzin) [2166013]
- net/mlx5e: kTLS, Remove unused work field (Amir Tzin) [2166013]
- net/mlx5e: TC, Remove redundant WARN_ON() (Amir Tzin) [2166013]
- net/mlx5e: Add error flow when failing update_rx (Amir Tzin) [2166013]
- net/mlx5e: Move params kernel log print to probe function (Amir Tzin) [2166013]
- net/mlx5e: Support enhanced CQE compression (Amir Tzin) [2166013]
- net/mlx5e: Use clamp operation instead of open coding it (Amir Tzin) [2166013]
- net/mlx5e: remove unused list in arfs (Amir Tzin) [2166013]
- net/mlx5: Expose vhca_id to debugfs (Amir Tzin) [2166013]
- net/mlx5: Unregister traps on driver unload flow (Amir Tzin) [2166013]
- net/mlx5: Fix spelling mistake "destoy" -> "destroy" (Amir Tzin) [2166013]
- net/mlx5: Bridge, Use debug instead of warn if entry doesn't exists (Amir Tzin) [2166013]
- RDMA/mlx5: Change debug log level for remote access error syndromes (Amir Tzin) [2166013]
- ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppm (Amir Tzin) [2166013]
- net/mlx5: DR, Remove the buddy used_list (Amir Tzin) [2166013]
- net/mlx5: DR, Keep track of hot ICM chunks in an array instead of list (Amir Tzin) [2166013]
- net/mlx5: DR, Lower sync threshold for ICM hot memory (Amir Tzin) [2166013]
- net/mlx5: DR, Allocate htbl from its own slab allocator (Amir Tzin) [2166013]
- net/mlx5: DR, Allocate icm_chunks from their own slab allocator (Amir Tzin) [2166013]
- net/mlx5: DR, Manage STE send info objects in pool (Amir Tzin) [2166013]
- net/mlx5: DR, In rehash write the line in the entry immediately (Amir Tzin) [2166013]
- net/mlx5: DR, Handle domain memory resources init/uninit separately (Amir Tzin) [2166013]
- net/mlx5: DR, Initialize chunk's ste_arrays at chunk creation (Amir Tzin) [2166013]
- net/mlx5: DR, For short chains of STEs, avoid allocating ste_arr dynamically (Amir Tzin) [2166013]
- net/mlx5: DR, Remove unneeded argument from dr_icm_chunk_destroy (Amir Tzin) [2166013]
- net/mlx5: DR, Check device state when polling CQ (Amir Tzin) [2166013]
- net/mlx5: DR, In destroy flow, free resources even if FW command failed (Amir Tzin) [2166013]
- net/mlx5: Add support for NPPS with real time mode (Amir Tzin) [2166006]
- net/mlx5: Expose NPPS related registers (Amir Tzin) [2166006]
- net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create() (Amir Tzin) [2166006]
- net/mlx5e: Remove leftovers from old XSK queues enumeration (Amir Tzin) [2166006]
- net/mlx5: Lag, avoid lockdep warnings (Amir Tzin) [2166006]
- net/mlx5: Update fw fatal reporter state on PCI handlers successful recover (Amir Tzin) [2166006]
- net/mlx5: Make ASO poll CQ usable in atomic context (Amir Tzin) [2166006]
- net/mlx5: E-Switch, Return EBUSY if can't get mode lock (Amir Tzin) [2166006]
- net/mlx5: E-switch, Don't update group if qos is not enabled (Amir Tzin) [2166006]
- net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport (Amir Tzin) [2166006 2166018]
- net/mlx5: Set default grace period based on function type (Amir Tzin) [2166006]
- net/mlx5: Start health poll at earlier stage of driver load (Amir Tzin) [2166006]
- net/mlx5e: Expose rx_oversize_pkts_buffer counter (Amir Tzin) [2166006]
- net/mlx5: Remove from FPGA IFC file not-needed definitions (Amir Tzin) [2166006]
- net/mlx5: Remove unused structs (Amir Tzin) [2166006]
- net/mlx5: Remove unused functions (Amir Tzin) [2166006]
- net/mlx5: detect and enable bypass port select flow table (Amir Tzin) [2166006]
- net/mlx5: Lag, enable hash mode by default for all NICs (Amir Tzin) [2166006]
- net/mlx5: Lag, set active ports if support bypass port select flow table (Amir Tzin) [2166006]
- RDMA/mlx5: Don't set tx affinity when lag is in hash mode (Amir Tzin) [2166006]
- net/mlx5: add IFC bits for bypassing port select flow table (Amir Tzin) [2166006]
- RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ib (Amir Tzin) [2166006]
- IB/mlx5: Support querying eswitch functions from DEVX (Amir Tzin) [2166006]
- net: ethernet: move from strlcpy with unused retval to strscpy (mlx5 hunks only) (Amir Tzin) [2166006]
- net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule() (Amir Tzin) [2166006]
- IB/mlx5: Remove duplicate header inclusion related to ODP (Amir Tzin) [2166006]
- net/mlx5: TC, Add support for SF tunnel offload (Amir Tzin) [2166006]
- net/mlx5: E-Switch, Move send to vport meta rule creation (Amir Tzin) [2166006 2166018]
- net/mlx5: E-Switch, Split creating fdb tables into smaller chunks (Amir Tzin) [2166006 2166018]
- net/mlx5: E-Switch, Add default drop rule for unmatched packets (Amir Tzin) [2166006 2166018]
- net/mlx5: Adjust function mlx5_eswitch_inline_mode_get() location (Amir Tzin) [2166006]
- net/mlx5e: Completely eliminate priv from fs.h (Amir Tzin) [2166006]
- net/mlx5e: Make all ttc functions of en_fs get fs struct as argument (Amir Tzin) [2166006]
- net/mlx5e: Make flow steering arfs independent of priv (Amir Tzin) [2166006]
- net/mlx5e: Introduce flow steering debug macros (Amir Tzin) [2166006]
- net/mlx5e: Separate ethtool_steering from fs.h and make private (Amir Tzin) [2166006]
- net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steering (Amir Tzin) [2166006]
- Revert "[netdrv] net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanup" (Amir Tzin) [2166006]
- net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointer (Amir Tzin) [2166006]
- net/mlx5e: Drop priv argument of ptp function in en_fs (Amir Tzin) [2166006]
- net/mlx5e: Decouple fs_tcp from en.h (Amir Tzin) [2166006]
- net/mlx5e: Decouple fs_tt_redirect from en.h (Amir Tzin) [2166006]
- net/mlx5e: Introduce flow steering API (Amir Tzin) [2166006]
- IB/mlx5: Call io_stop_wc() after writing to WC MMIO (Amir Tzin) [2166006]
Resolves: rhbz#2047817, rhbz#2055530, rhbz#2153370, rhbz#2159264, rhbz#2160149, rhbz#2160452, rhbz#2165677, rhbz#2165893, rhbz#2165914, rhbz#2165994, rhbz#2166006, rhbz#2166013, rhbz#2166015, rhbz#2166018, rhbz#2175625, rhbz#2175716, rhbz#2188737, rhbz#2208904, rhbz#2212240, rhbz#2214027, rhbz#2215018, rhbz#2215040, rhbz#2215418, rhbz#2215423, rhbz#2216962, rhbz#2217552

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-07-04 18:08:40 +02:00
Denys Vlasenko
ce55a26c3b kernel-4.18.0-499.el8
* Thu Jun 22 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-499.el8]
- s390/ap: Fix hanging ioctl caused by orphaned replies (Tobias Huschle) [2215891]
- crypto: jitter - correct health test during initialization (Vladis Dronov) [2214270]
- x86: properly define CONFIG_AS_TPAUSE in Makefile (Nico Pache) [2193009]
- zsmalloc: fix races between asynchronous zspage free and page migration (Oleksandr Natalenko) [2213146]
- netfilter: ip6t_rpfilter: Fix regression with VRF interfaces (Phil Sutter) [2169958]
- x86/mm: Avoid incomplete Global INVLPG flushes (Rafael Aquini) [2213793]
- rbd: get snapshot context after exclusive lock is ensured to be held (Ilya Dryomov) [2214973]
- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting (Ilya Dryomov) [2214973]
- vfio/pci: Also demote hiding standard cap messages (Oleksandr Natalenko) [2207849]
- vfio/pci: demote hiding ecap messages to debug level (Oleksandr Natalenko) [2207849]
- mm: avoid unnecessary page fault retires on shared memory types (Nico Pache) [2213877]
- mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit (Nico Pache) [2213877]
- mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem (Nico Pache) [2213877]
- s390/qeth: convert sysfs snprintf to sysfs_emit (Tobias Huschle) [2203380]
- s390/lcs: Fix return type of lcs_start_xmit() (Tobias Huschle) [2203380]
- s390/netiucv: Fix return type of netiucv_tx() (Tobias Huschle) [2203380]
- s390/ctcm: Fix return type of ctc{mp,}m_tx() (Tobias Huschle) [2203380]
- s390/pci: clean up left over special treatment for function zero (Tobias Huschle) [2214268]
- s390/pci: remove redundant pci_bus_add_devices() on new bus (Tobias Huschle) [2214268]
- s390/pci: only add specific device in zpci_bus_scan_device() (Tobias Huschle) [2214268]
- PCI: s390: Fix use-after-free of PCI resources with per-function hotplug (Tobias Huschle) [2214268]
- net: atlantic: fix potential memory leak in aq_ndev_close() (Íñigo Huguet) [2184353]
- net: atlantic: fix aq_vec index out of range error (Íñigo Huguet) [2179726 2184353]
- net: atlantic: verify hw_head_ lies within TX buffer ring (Íñigo Huguet) [2184353]
- net: atlantic: add check for MAX_SKB_FRAGS (Íñigo Huguet) [2184353]
- net: atlantic: reduce scope of is_rsc_complete (Íñigo Huguet) [2184353]
- net: atlantic: fix "frag[0] not initialized" (Íñigo Huguet) [2184353]
- net: atlantic: Avoid out-of-bounds indexing (Íñigo Huguet) [2179726 2184353]
- atlantic: Fix buff_ring OOB in aq_ring_rx_clean (Íñigo Huguet) [2184353]
- atlantic: Remove warn trace message. (Íñigo Huguet) [2184353]
- atlantic: Fix statistics logic for production hardware (Íñigo Huguet) [2184353]
- atlantic: Add missing DIDs and fix 115c. (Íñigo Huguet) [2184353]
- atlantic: Fix to display FW bundle version instead of FW mac version. (Íñigo Huguet) [2184353]
- atlantic: Increase delay for fw transactions (Íñigo Huguet) [2184353]
- atlantic: fix double-free in aq_ring_tx_clean (Íñigo Huguet) [2184353]
- atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait (Íñigo Huguet) [2184353]
- net: ethernet: aquantia: Handle error cleanup of start on open (Íñigo Huguet) [2184353]
- aquantia: Remove the build_skb path (Íñigo Huguet) [2184353]
- net: fix __dev_kfree_skb_any() vs drop monitor (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to icmpv6_echo_reply() (Antoine Tenart) [2184076]
- ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST (Antoine Tenart) [2184076]
- ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_redirect_rcv() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_router_discovery() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_recv_rs() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_recv_na() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_recv_ns() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to ndisc_rcv() (Antoine Tenart) [2184076]
- ipv6: icmp6: add drop reason support to icmpv6_notify() (Antoine Tenart) [2184076]
- net: add pskb_may_pull_reason() helper (Antoine Tenart) [2184076]
- net-next: skbuff: refactor pskb_pull (Antoine Tenart) [2184076]
- net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDR (Antoine Tenart) [2184076]
- rxrpc: Use consume_skb() rather than kfree_skb_reason() (Antoine Tenart) [2184076]
- ipv4: raw: add drop reasons (Antoine Tenart) [2184076]
- ipv6: raw: add drop reasons (Antoine Tenart) [2184076]
- tcp: add TCP_MINTTL drop reason (Antoine Tenart) [2184076]
- net: fix call location in kfree_skb_list_reason (Antoine Tenart) [2184076]
- rxrpc: Show consumed and freed packets as non-dropped in dropwatch (Antoine Tenart) [2184076]
- net: tun: rebuild error handling in tun_get_user (Antoine Tenart) [2184076]
- ALSA: Update kernel configuration for 8.9 (Jaroslav Kysela) [2179850]
- soundwire: stream: Add missing clear of alloc_slave_rt (Jaroslav Kysela) [2179850]
- soundwire: dmi-quirks: add new mapping for HP Spectre x360 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix kctl->id initialization (Jaroslav Kysela) [2179850]
- ALSA: gus: Fix kctl->id initialization (Jaroslav Kysela) [2179850]
- ALSA: cmipci: Fix kctl->id initialization (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Fix kctl->id initialization (Jaroslav Kysela) [2179850]
- ALSA: ice1712,ice1724: fix the kcontrol->id initialization (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for Clevo NS50AU (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add Lenovo P3 Tower platform (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 (Jaroslav Kysela) [2179850]
- ASoC: simple-card-utils: fix PCM constraint error check (Jaroslav Kysela) [2179850]
- ASoC: max98363: limit the number of channel to 1 (Jaroslav Kysela) [2179850]
- ASoC: max98363: Removed 32bit support (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x (Jaroslav Kysela) [2179850]
- ASoC: nau8824: Add quirk to active-high jack-detect (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: fix for acp_lock access in pdm driver (Jaroslav Kysela) [2179850]
- ASoC: simple-card: Add missing of_node_put() in case of error (Jaroslav Kysela) [2179850]
- ASoC: codecs: wsa881x: do not set can_multi_write flag (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: remove code for module namespaces (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Enable headset onLenovo M70/M90 (Jaroslav Kysela) [2179850]
- regmap: sdw: check for invalid multi-register writes config (Jaroslav Kysela) [2179850]
- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add missing checks on FE startup (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Fix avs_path_module::instance_id size (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Account for UID of ACPI device (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Fix declaration of enum avs_channel_config (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Access path components under lock (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Fix module lookup (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix unhandled register update during auto-suspend period (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm: test if a BE can be prepared (Jaroslav Kysela) [2179850]
- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table (Jaroslav Kysela) [2179850]
- ALSA: oss: avoid missing-prototype warnings (Jaroslav Kysela) [2179850]
- ALSA: cs46xx: mark snd_cs46xx_download_image as static (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix Oops by 9.1 surround channel names (Jaroslav Kysela) [2179850]
- ASoC: rt5682: Disable jack detection interrupt during suspend (Jaroslav Kysela) [2179850]
- ASoC: SOF: Separate the tokens for input and output pin index (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Fix tuples array allocation (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to program SoundWire PCMSyCM registers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: initialize instance_offset member (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistently (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: fix base_ptr computation (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to get SoundWire hlink (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: fix sublink refcounting (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Fix logic for copying tuples (Jaroslav Kysela) [2179850]
- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent in dai_config (Jaroslav Kysela) [2179850]
- ASoC: SOF: pm: save io region state in case of errors in resume (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: fix pm_runtime imbalance in error handling (Jaroslav Kysela) [2179850]
- ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops (Jaroslav Kysela) [2179850]
- tools include UAPI: Sync the sound/asound.h copy with the kernel sources (Jaroslav Kysela) [2179850]
- firewire: net: fix unexpected release of object for asynchronous request packet (Jaroslav Kysela) [2179850]
- ASoC: ssm2602: Add workaround for playback distortions (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data function (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for Clevo L140AU (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 (Jaroslav Kysela) [2179850]
- ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence() (Jaroslav Kysela) [2179850]
- ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence() (Jaroslav Kysela) [2179850]
- ALSA: pcm: playback silence - move silence variable updates to separate function (Jaroslav Kysela) [2179850]
- ALSA: pcm: playback silence - remove extra code (Jaroslav Kysela) [2179850]
- ALSA: pcm: fix playback silence - correct incremental silencing (Jaroslav Kysela) [2179850]
- ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold mode (Jaroslav Kysela) [2179850]
- ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()" (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop (Jaroslav Kysela) [2179850]
- ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init` (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for acp6x (Jaroslav Kysela) [2179850]
- ALSA: docs: Extend module parameters description (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: use more existing defines instead of open-coded numbers (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add ASUS M3402RA into DMI table (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 (Jaroslav Kysela) [2179850]
- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: use high-level I/O in set_filterQ() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix error handling in snd_audigy_i2c_volume_put() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: don't stop DSP in _snd_emu10k1_{,audigy_}init_efx() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: skip Sound Blaster-specific hacks for E-MU cards (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fixup DSP defines (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: use high-level I/O functions also during init (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix SNDRV_EMU10K1_IOCTL_SINGLE_STEP (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: pull in some register definitions from kX-project (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove some bogus defines (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: eliminate some unused defines (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix lineup of EMU_HANA_* defines (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: comment updates (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix snd_emu1010_fpga_read() input masking for rev2 cards (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove unused emu->pcm_playback_efx_substream field (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove unused `resume` parameter from snd_emu10k1_init() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: minor optimizations (Jaroslav Kysela) [2179850]
- ASoC: max98090: make it selectable (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Rate limit usb_set_interface error reporting (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove remaining cruft from snd_emu10k1_emu1010_init() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: clean up P16V part somewhat (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: clarify various fx8010.*_mask fields (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove apparently pointless EMU_HANA_OPTION_CARDS reads (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove apparently pointless FPGA reads (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove unused snd_emu10k1_voice.emu field (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: stop doing weird things with HCFG in snd_emu10k1_emu1010_init() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: remove obsolete card type variable and defines (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix access to Audigy GPIO port (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_pointer() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: properly assert E-MU FPGA access constaints (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_hw_free() (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: Add an option to skip platform trigger during stop (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Do not stop/start DMA during pause/release (Jaroslav Kysela) [2179850]
- ALSA: pcm: rewrite snd_pcm_playback_silence() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Split the set_power_op for IPC3 and IPC4 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw: append codec type to dai link name (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw: support different devices on the same sdw link (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw: set codec_num = 1 if the device is not aggregated (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw_max98373: change sof_sdw_mx8373_late_probe to static call (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw: remove late_probe flag in struct sof_sdw_codec_info (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 2 in RPL match table (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_cirrus_common: Guard against missing buses (Jaroslav Kysela) [2179850]
- ASoC: SOF: Use no_reply calls for TX (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc: Add no reply inline calls (Jaroslav Kysela) [2179850]
- ASoC: es8316: Don't use ranges based register lookup for a single register (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Remove specific patch for Dell Precision 3260 (Jaroslav Kysela) [2179850]
- ASoC: nau8825: fix bounds check for adc_delay (Jaroslav Kysela) [2179850]
- ASoC: codecs: wcd934x: Simplify &pdev->dev in probe (Jaroslav Kysela) [2179850]
- ASoC: codecs: wcd934x: Simplify with dev_err_probe (Jaroslav Kysela) [2179850]
- ASoC: codecs: wcd9335: Simplify with dev_err_probe (Jaroslav Kysela) [2179850]
- ALSA: hda/hdmi: Remove some dead code (Jaroslav Kysela) [2179850]
- ASoC: cs35l41: Fix default regmap values for some registers (Jaroslav Kysela) [2179850]
- ASoC: ssm2602: Add support for CLKDIV2 (Jaroslav Kysela) [2179850]
- ASoC: nau8825: Add delay control for input path (Jaroslav Kysela) [2179850]
- ALSA: hda/hdmi: disable KAE for Intel DG2 (Jaroslav Kysela) [2179850]
- ASoC: da7218: Use devm_clk_get_optional() (Jaroslav Kysela) [2179850]
- ASoC: da7219: Improve the relability of AAD IRQ process (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 (Jaroslav Kysela) [2179850]
- ASoC: amd: Add check for acp config flags (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: fix page fault in dspless mode when DSP is disabled (Jaroslav Kysela) [2179850]
- ASoC: tas5720: add missing unwind goto in tas5720_codec_probe (Jaroslav Kysela) [2179850]
- ASoC: ep93xx: Add OF support (Jaroslav Kysela) [2179850]
- ASoC: ep93xx: i2s: Make it individually selectable (Jaroslav Kysela) [2179850]
- ASoC: cs4271: flat regcache, trivial simplifications (Jaroslav Kysela) [2179850]
- ASoC: ep93xx: i2s: move enable call to startup callback (Jaroslav Kysela) [2179850]
- ASoC: amd: Add Dell G15 5525 to quirks list (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Print the format_val as hexadecimal number (Jaroslav Kysela) [2179850]
- ASoC: max98373: change power down sequence for smart amp (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: conditionally wake WPIO1PG domain (Jaroslav Kysela) [2179850]
- ASoC: Intel: Add rpl_mx98360_rt5682 driver (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: add __func__ in SoundWire lcount() error logs (Jaroslav Kysela) [2179850]
- ALSA: hda: patch_realtek: add quirk for Asus N7601ZM (Jaroslav Kysela) [2179850]
- ALSA: hda: LNL: add HD Audio PCI ID (Jaroslav Kysela) [2179850]
- ASoC: max98363: Make soc_codec_dev_max98363 static (Jaroslav Kysela) [2179850]
- soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow (Jaroslav Kysela) [2179850]
- ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex() (Jaroslav Kysela) [2179850]
- ALSA: document that struct __snd_pcm_mmap_control64 is messed up (Jaroslav Kysela) [2179850]
- ASoC: rt712-sdca: Add RT712 SDCA driver for Mic topology (Jaroslav Kysela) [2179850]
- ASoC: add snd_soc_card_mutex_lock/unlock() (Jaroslav Kysela) [2179850]
- ASoC: expand snd_soc_dpcm_mutex_lock/unlock() (Jaroslav Kysela) [2179850]
- ASoC: expand snd_soc_dapm_mutex_lock/unlock() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: tidyup dapm_connect_dai_pair() (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: documentation updates (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: update label & help in config system (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: don't create old pass-through playback device on Audigy (Jaroslav Kysela) [2179850]
- ALSA: emu10k1: fix capture interrupt handler unlinking (Jaroslav Kysela) [2179850]
- ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards (Jaroslav Kysela) [2179850]
- ALSA: i2c/cs8427: fix iec958 mixer control deactivation (Jaroslav Kysela) [2179850]
- ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard (Jaroslav Kysela) [2179850]
- ALSA: pcm: fix wait_time calculations (Jaroslav Kysela) [2179850]
- ASoC: SOF: pm: Tear down pipelines only if DSP was active (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to retrieve eml_lock (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to offload link ownership (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helpers to retrieve DMIC/SSP hlink (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: program SoundWire LSDIID registers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to check cmdsync (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helpers for sync_arm/sync_go (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helpers to set link SYNC frequency (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helpers to enable/check interrupts (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helper to return sublink count (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add convenience helpers for SoundWire PM (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: introduce helpers for 'extended links' PM (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: special-case HDaudio regular links (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add structures to parse ALT links (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: move to a dedicated module (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add return value for hda_bus_ml_get_capabilities() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: improve hda_bus_ml_free() helper (Jaroslav Kysela) [2179850]
- ALSA: hda: add HDaudio Extended link definitions (Jaroslav Kysela) [2179850]
- Documentation: sound: add description of Intel HDaudio multi-links (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-tgl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-skl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-mtl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-icl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-cnl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-apl: Allow DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: make DSPless mode work with DSP disabled in BIOS (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Add support for DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Skip interfaces not supported on a platform (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add support for DSPless mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add flag and state which will be used for DSP-less mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: Do not dereference hstream until it is safe (Jaroslav Kysela) [2179850]
- ASoC: tegra20_ac97: Add missing unwind goto in tegra20_ac97_platform_probe() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_module (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: refactor dmic codec platform device creation (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: refactor error checks in probe call (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: refactor get_chip_info callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: remove unused variables (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: remove acp_dai_probe() function (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: remove unused code (Jaroslav Kysela) [2179850]
- ASoC: soc.h: remove unused params/num_params (Jaroslav Kysela) [2179850]
- ASoC: samsung: switch to use c2c_params instead of params (Jaroslav Kysela) [2179850]
- ASoC: audio-graph-card2: switch to use c2c_params instead of params (Jaroslav Kysela) [2179850]
- ASoC: soc.h: clarify Codec2Codec params (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42) (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for Clevo X370SNW (Jaroslav Kysela) [2179850]
- ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: update the acp clock source. (Jaroslav Kysela) [2179850]
- ASoC: max98363: add soundwire amplifier driver (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4/intel: Fix spelling mistake "schduler" -> "scheduler" (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4/intel: Add missing mutex_unlock() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4/intel: Add support for chained DMA (Jaroslav Kysela) [2179850]
- ASoC: SOF: avoid a NULL dereference with unsupported widgets (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Use register macro in place of integer literal (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Use u16 consistently for old_legacy_ctrl (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Store additional legacy registers on suspend (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Store saved legacy registers in an array (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Move allocation of saved registers to struct snd_ymfpci (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Switch to DEFINE_SIMPLE_DEV_PM_OPS() (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Add error messages for abritrary IO ports on older chips (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Fix BUG_ON in probe function (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: Create card with device-managed snd_devm_card_new() (Jaroslav Kysela) [2179850]
- ASoC: soc-topology.c: dai_link->platform again (Jaroslav Kysela) [2179850]
- firmware: cs_dsp: Add a debugfs entry containing control details (Jaroslav Kysela) [2179850]
- ASoC: wm8903: Remove outdated DMIC comment (Jaroslav Kysela) [2179850]
- ASoC: es8316: Handle optional IRQ assignment (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z (Jaroslav Kysela) [2179850]
- ASoC: da7213.c: add missing pm_runtime_disable() (Jaroslav Kysela) [2179850]
- ASoC: audio-graph-card2-custom-sample.dtsi: use card->name to avoid long name (Jaroslav Kysela) [2179850]
- ASoC: soc-core.c: add snd_soc_add_pcm_runtimes() (Jaroslav Kysela) [2179850]
- ALSA: asihpi: remove unused loop_count variable (Jaroslav Kysela) [2179850]
- ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() (Jaroslav Kysela) [2179850]
- ASoC: dapm: Sort speakers after other outputs (Jaroslav Kysela) [2179850]
- ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Fix regression on detection of Roland VS-100 (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt5682-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt715-sdca: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt715: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt712-sdca: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt711-sdca: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt711-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt700-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt1318-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt1316-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt1308-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: max98373-sdw: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: sdw-mockup: simplify set_stream (Jaroslav Kysela) [2179850]
- ASoC: codecs: cs42l42-sdw: clear stream (Jaroslav Kysela) [2179850]
- ASoC: simple-card.c: add missing of_node_put() (Jaroslav Kysela) [2179850]
- ASoC: soc-topology.c: remove unnecessary dai_link->platform (Jaroslav Kysela) [2179850]
- ASoC: ti: remove unnecessary dai_link->platform (Jaroslav Kysela) [2179850]
- ASoC: atmel: remove unnecessary dai_link->platform (Jaroslav Kysela) [2179850]
- ALSA: hdspm: remove unused copy_u32_le function (Jaroslav Kysela) [2179850]
- ALSA: docs: A few more words for PCM XRUN handling and stream locks (Jaroslav Kysela) [2179850]
- ALSA: docs: Add description about ack callback -EPIPE error handling (Jaroslav Kysela) [2179850]
- ALSA: pcm: Improved XRUN handling for indirect PCM helpers (Jaroslav Kysela) [2179850]
- soundwire: intel_auxdevice: improve pm_prepare step (Jaroslav Kysela) [2179850]
- soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries (Jaroslav Kysela) [2179850]
- soundwire: bus: Update kernel doc for no_pm functions (Jaroslav Kysela) [2179850]
- soundwire: bus: Remove now outdated comments on no_pm IO (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Fix support for Dell Precision 3260 (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750 (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: Improve the pcm trigger sequence (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: Make hw_params reset conditional for IPC3 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Do not perform DMA cleanup during stop (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: Remove conditional dpcm_capture setting (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: Update BT offload config for MTL RVP (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: Update BT offload config for Rex (Jaroslav Kysela) [2179850]
- soundwire: stream: uniquify dev_err() logs (Jaroslav Kysela) [2179850]
- soundwire: stream: remove bus->dev from logs on multiple buses (Jaroslav Kysela) [2179850]
- ASoC: tegra: remove unneeded semicolon (Jaroslav Kysela) [2179850]
- ASoC: simple-card: add comment to indicate don't remove platforms (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-control: Return on error in sof_ipc4_widget_kcontrol_setup() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add macros for chain-dma message bits (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Set pipeline widget before updating IPC structures (Jaroslav Kysela) [2179850]
- soundwire: amd: add pm_prepare callback and pm ops support (Jaroslav Kysela) [2179850]
- soundwire: amd: handle SoundWire wake enable interrupt (Jaroslav Kysela) [2179850]
- soundwire: amd: add runtime pm ops for AMD SoundWire manager driver (Jaroslav Kysela) [2179850]
- soundwire: amd: add SoundWire manager interrupt handling (Jaroslav Kysela) [2179850]
- soundwire: amd: enable build for AMD SoundWire manager driver (Jaroslav Kysela) [2179850]
- soundwire: amd: register SoundWire manager dai ops (Jaroslav Kysela) [2179850]
- soundwire: amd: Add support for AMD Manager driver (Jaroslav Kysela) [2179850]
- soundwire: export sdw_compute_slave_ports() function (Jaroslav Kysela) [2179850]
- soundwire: intel: don't save hw_params for use in prepare (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Fix recursive locking at XRUN during syncing (Jaroslav Kysela) [2179850]
- ALSA: hda/conexant: Partial revert of a quirk for Lenovo (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Simplify the logging of requested firmware files (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Add support for loading bin files without wmfw (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Expose the DSP boot work actions as wm_adsp_power_up() (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Support DSPs that don't require firmware download (Jaroslav Kysela) [2179850]
- firmware: cs_dsp: Support DSPs that don't require firmware download (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Use no_core_startstop to prevent creating preload control (Jaroslav Kysela) [2179850]
- firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPs (Jaroslav Kysela) [2179850]
- mfd: arizona-i2c: Add the missing device table IDs for OF (Jaroslav Kysela) [2179850]
- ASoC: cs35l41: Add 12288000 clk freq to cs35l41_fs_mon clk config (Jaroslav Kysela) [2179850]
- ALSA: portman2x4: remove unused portman_read_command,data functions (Jaroslav Kysela) [2179850]
- ALSA: ymfpci: remove unused snd_ymfpci_readb function (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirks for some Clevo laptops (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Initialize in_format to NULL in sof_ipc4_get_audio_fmt (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22) (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: update pipeline_params in process prepare (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: set copier output format for process module (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Add support for base config extension (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: add base module config extension structure (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: add effect widget support (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Move the kcontrol module_id update to helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: use common helper function in copier prepare (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: support multiple configs for BE DAIs (Jaroslav Kysela) [2179850]
- soundwire: stream: restore cumulative bus bandwidth when compute_params callback failed (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: rembrandt: Drop if blocks with always false condition (Jaroslav Kysela) [2179850]
- ALSA: sh: aica: Drop if blocks with always false condition (Jaroslav Kysela) [2179850]
- soundwire: bandwidth allocation: Use hweight32() to calculate set bits (Jaroslav Kysela) [2179850]
- soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15 (Jaroslav Kysela) [2179850]
- ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15 (Jaroslav Kysela) [2179850]
- soundwire: cadence: change access to IP_MCP_CMD_BASE (Jaroslav Kysela) [2179850]
- soundwire: cadence: split access to IP_MCP_CMDCTRL fields (Jaroslav Kysela) [2179850]
- soundwire: cadence: split access to IP_MCP_CONTROL fields (Jaroslav Kysela) [2179850]
- soundwire: cadence: split access to IP_MCP_CONFIG fields (Jaroslav Kysela) [2179850]
- soundwire: cadence: add helpers to access IP_MCP registers (Jaroslav Kysela) [2179850]
- soundwire: cadence: remove CDNS_MCP_CONFIG_SSPMOD (Jaroslav Kysela) [2179850]
- soundwire: intel: move bank switch routine to common intel_bus_common.c (Jaroslav Kysela) [2179850]
- soundwire: intel: add abstraction for cmdsync check (Jaroslav Kysela) [2179850]
- soundwire: intel: move bus common sequences to different file (Jaroslav Kysela) [2179850]
- soundwire: intel: use indirection before moving bus start/stop sequences (Jaroslav Kysela) [2179850]
- soundwire: intel: add sync_arm/sync_go to ops (Jaroslav Kysela) [2179850]
- soundwire: intel: simplify sync_go sequence (Jaroslav Kysela) [2179850]
- soundwire: intel: remove useless abstraction (Jaroslav Kysela) [2179850]
- soundwire: intel: remove PDI-level restrictions on rates and formats (Jaroslav Kysela) [2179850]
- soundwire: intel: remove stale/misleading comment (Jaroslav Kysela) [2179850]
- soundwire: intel: move common definitions to header file (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Search only pin 0 formats (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format count (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Remove the ref_audio_fmt field (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Modify the signature of sof_ipc4_init_audio_fmt() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Modify the type of available input/output formats (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Always parse the output formats in topology (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Parse the SOF_COMP_TOKENS only once (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE token (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_format (Jaroslav Kysela) [2179850]
- ASoC: SOF: Use input/output pin consistently (Jaroslav Kysela) [2179850]
- ASoC: SOF: rename a couple of tokens (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-control: Add support for bytes control get and put (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Add support for TPLG_CTL_BYTES (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-control: set_volume_data only applies to VOLSW family (Jaroslav Kysela) [2179850]
- ASoC: SOF: uapi: header: Update sof_abi_hdr doc for IPC4 use (Jaroslav Kysela) [2179850]
- ASoC: SOF: uapi: header: Convert sof_abi_hdr comments to kernel style (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc3-control: Merge functions to handle bytes_ext get variants (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc3-control: Rename snd_sof_refresh_control() (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: add support for setting up loopback routes (Jaroslav Kysela) [2179850]
- ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() (Jaroslav Kysela) [2179850]
- ALSA: asihpi: check pao in control_message() (Jaroslav Kysela) [2179850]
- ASoC: codecs: zl38060: Mark OF related data as maybe unused (Jaroslav Kysela) [2179850]
- ASoC: codecs: rt1019: Mark OF related data as maybe unused (Jaroslav Kysela) [2179850]
- ASoC: codecs: pcm179x-spi: Mark OF related data as maybe unused (Jaroslav Kysela) [2179850]
- ASoC: codecs: adau1977-spi: Mark OF related data as maybe unused (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: Enable Bluetooth offload on adl_rt1019_rt5682 (Jaroslav Kysela) [2179850]
- ALSA: Use of_property_read_bool() for boolean properties (Jaroslav Kysela) [2179850]
- ALSA: ppc/tumbler: Use of_property_present() for testing DT property presence (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: Don't access EM2 (Jaroslav Kysela) [2179850]
- ASoC: cs35l41: Steam Deck Shared boost properties quirk (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec: only startup/shutdown on supported streams (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Enable cont_update_posn variable in pcm hw_params. (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Add pcm pointer callback for amd platforms. (Jaroslav Kysela) [2179850]
- ASoC: tegra: Support MAX9808x by machine driver (Jaroslav Kysela) [2179850]
- ASoC: tegra: Support RT5631 by machine driver (Jaroslav Kysela) [2179850]
- ASoC: tegra: Support coupled mic-hp detection (Jaroslav Kysela) [2179850]
- ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro (Jaroslav Kysela) [2179850]
- ASoC: da7219: Initialize jack_det_mutex (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: remove redundant DAI config during hw_free (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Remove hda_ctrl_dai_widget_setup/free() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Unify DAI drv ops for IPC3 and IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Define DAI widget DMA trigger ops for IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Use the topology IPC dai_config op (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Add setup_hext_stream/reset_hext_stream DMA ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Introduce DAI widget ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Use the dai argument in ipc4_hda_dai_trigger (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Pass the CPU dai pointer (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Modify the signature of hda_link_dma_cleanup() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: remove struct hda_pipe_params (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Remove hda_link_dma_params() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: Remove BE DAI DRV ops for SSP DAI's (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: add core token in each module extended token list (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Add support for core_id for pipelines (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add macro to set the core_id in create_pipe message (Jaroslav Kysela) [2179850]
- ASoC: SOF: loader: Remove log prefixes for snd_sof_run_firmware (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc3: Check for upper size limit for the received message (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Fix error handling in sof_widget_ready() (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: don't squelch errors in WIDGET_SETUP phase (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Fix broken early bclk feature for SSP (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-mtrace: process pending logs upon FW crash (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: don't allocate blob if it will not be used (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: set dmic dai index from copier (Jaroslav Kysela) [2179850]
- ASoC: SOF: IPC4: update gain ipc msg definition to align with fw (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi: fix copy-paste issue in topology names (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and exiting reset (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-tng: revert invalid bar size setting (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: Access MTL_HFPWRCTL from HDA_DSP_BAR (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-loader: use SOF helper for consistency (Jaroslav Kysela) [2179850]
- ASOC: SOF: Intel: pci-tgl: Fix device description (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: SKL: Fix device description (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: HDA: Fix device description (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: Fix the device description (Jaroslav Kysela) [2179850]
- ALSA: hda: intel-dsp-config: add MTL PCI id (Jaroslav Kysela) [2179850]
- ASoC: soc-core.c: remove useless dev_dbg() (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: remove indirect runtime copy (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe() (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Use struct_size for struct avs_modcfg_ext size (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: nau8825: Adjust clock control (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: ssm4567: Remove nau8825 bits (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt5682: Explicitly define codec format (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: da7219: Explicitly define codec format (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: max98357a: Explicitly define codec format (Jaroslav Kysela) [2179850]
- ASoC: maxim,max9867: add "mclk" support (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm: add option to start DMA after DAI (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43) (Jaroslav Kysela) [2179850]
- ASoC: zl38060 add gpiolib dependency (Jaroslav Kysela) [2179850]
- ASoC: mt6358: Remove undefined HPx Mux enumeration values (Jaroslav Kysela) [2179850]
- ASoC: mt6358: Validate Wake on Voice 2 writes (Jaroslav Kysela) [2179850]
- ASoC: mt6358: Fix event generation for wake on voice stage 2 switch (Jaroslav Kysela) [2179850]
- ALSA: ice1712: Delete unreachable code in aureon_add_controls() (Jaroslav Kysela) [2179850]
- ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls() (Jaroslav Kysela) [2179850]
- ASoC: adau7118: don't disable regulators on device unbind (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Replace fake flexible arrays with flexible-array member (Jaroslav Kysela) [2179850]
- ALSA: cs35l41: Add shared boost feature (Jaroslav Kysela) [2179850]
- ASoC: cs35l41: Refactor error release code (Jaroslav Kysela) [2179850]
- ASoC: cs35l41: Only disable internal boost (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC (Jaroslav Kysela) [2179850]
- soundwire: qcom: gracefully handle too many ports in DT (Jaroslav Kysela) [2179850]
- soundwire: qcom: define hardcoded version magic numbers (Jaroslav Kysela) [2179850]
- soundwire: qcom: correct setting ignore bit on v1.5.1 (Jaroslav Kysela) [2179850]
- ASoC: jack: allow multiple interrupt per gpio (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Improve support for Dell Precision 3260 (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a amplifier (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: Enable DMI L1 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Restrict DMI L1 disable workaround (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Do not re-enable L1 if disabled before suspend (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Add components prefix in structs and function names (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Centralize strings definition (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platform (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pll (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: use for_each_rtd_components instead of for (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: remove unnecessarily included headers (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: use sizeof of variable instead of struct type (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Small code refactor (Jaroslav Kysela) [2179850]
- ASoC: amd: vangogh: Remove unnecessary init function (Jaroslav Kysela) [2179850]
- ASoC: nau8821: Implement DRC controls (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak (Jaroslav Kysela) [2179850]
- ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared (Jaroslav Kysela) [2179850]
- ASoC: soc-ac97: Return correct error codes (Jaroslav Kysela) [2179850]
- ASoC: da7219: Improve the IRQ process to increase the stability (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP Laptops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: Set streaming flag for d0i3 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Enable d0i3 work for ipc4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Wake up dsp core before sending ipc msg (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: use set_pm_gate according to ipc version (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce a new set_pm_gate() IPC PM op (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform. (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Fix struct definition (Jaroslav Kysela) [2179850]
- ASoC: codecs: wcd934x: Use min macro for comparison and assignment (Jaroslav Kysela) [2179850]
- ASoC: soc-ac97: Convert to agnostic GPIO API (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Enable Amp High Pass Filter (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Correct error condition handling (Jaroslav Kysela) [2179850]
- ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep' (Jaroslav Kysela) [2179850]
- ASoC: codecs: Modify the log print statement (Jaroslav Kysela) [2179850]
- ASoC: codecs: Fixed a spelling error in the function name (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek - fixed wrong gpio assigned (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix codec device field initializan (Jaroslav Kysela) [2179850]
- ASoC: rt712-sdca: fix coding style and unconditionally return issues (Jaroslav Kysela) [2179850]
- ASoC: rt5640: Update MCLK rate in set_sysclk() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: set copier sink format (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Print queue IDs in error (Jaroslav Kysela) [2179850]
- ALSA: hda: remove redundant variable in snd_hdac_stream_start() (Jaroslav Kysela) [2179850]
- ALSA: hda/conexant: add a new hda codec SN6180 (Jaroslav Kysela) [2179850]
- SoC: rt5682s: Disable jack detection interrupt during suspend (Jaroslav Kysela) [2179850]
- ALSA: ppc: fix unused function local variable (Jaroslav Kysela) [2179850]
- ASoC: codecs: max98090: simplify snd_soc_dai_driver (Jaroslav Kysela) [2179850]
- ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8 (Jaroslav Kysela) [2179850]
- ASoC: topology: Return -ENOMEM on memory allocation failure (Jaroslav Kysela) [2179850]
- ALSA: core: Make snd_card_free() return void (Jaroslav Kysela) [2179850]
- ALSA: core: Make snd_card_free_when_closed() return void (Jaroslav Kysela) [2179850]
- ALSA: core: Make snd_card_disconnect() return void (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add Positivo N14KP6-TG (Jaroslav Kysela) [2179850]
- ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control() (Jaroslav Kysela) [2179850]
- ASoC: rt712-sdca: Add RT712 SDCA driver for Jack and Amp topology (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform. (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41 (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9 (Jaroslav Kysela) [2179850]
- ASoC: codecs: aw88395: initialize cur_scene_id to 0 (Jaroslav Kysela) [2179850]
- ASoC: codecs: es8326: Fix DTS properties reading (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Fix for handling spurious interrupts from DSP (Jaroslav Kysela) [2179850]
- ASoC: codecs: fix platform_no_drv_owner.cocci warning (Jaroslav Kysela) [2179850]
- ALSA: fireface: add field for the number of messages copied to user space (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: add delay function support (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: add get_stream_position support (Jaroslav Kysela) [2179850]
- ASoC: SOF: add get_stream_position ops for pcm delay (Jaroslav Kysela) [2179850]
- ASoC: SOF: add delay function support in sof framework (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: add hw_params (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: allocate time info for pcm delay feature (Jaroslav Kysela) [2179850]
- ASoC: SOF: add time info structure for ipc4 path (Jaroslav Kysela) [2179850]
- ASoC: SOF: add fw_info_box support (Jaroslav Kysela) [2179850]
- ASoC: SOF: add ipc4_fw_reg header file (Jaroslav Kysela) [2179850]
- ASoC: codecs: aw88395: Fix spelling mistake "cersion" -> "version" (Jaroslav Kysela) [2179850]
- ASoC: SOF: fix intel-soundwire link failure (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix the control element identification for multiple codecs (Jaroslav Kysela) [2179850]
- ASoC: amd: update ps platform acp header file (Jaroslav Kysela) [2179850]
- ASoC: topology: Set correct unload callback for graph type (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widget (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: use helper function (Jaroslav Kysela) [2179850]
- ALSA: pci: lx6464es: fix a debug loop (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.h: cleanup Playback/Capture data for snd_soc_dai (Jaroslav Kysela) [2179850]
- ASoC: soc-topology.c: use helper function (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: use helper function (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.c: use helper function (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: use helper function (Jaroslav Kysela) [2179850]
- ASoC: soc-core.c: use helper function (Jaroslav Kysela) [2179850]
- ASoC: ti: use helper function (Jaroslav Kysela) [2179850]
- ASoC: tegra: use helper function (Jaroslav Kysela) [2179850]
- ASoC: sof: use helper function (Jaroslav Kysela) [2179850]
- ASoC: intel: use helper function (Jaroslav Kysela) [2179850]
- ASoC: sdw-mockup: use helper function (Jaroslav Kysela) [2179850]
- ASoC: spear: use helper function (Jaroslav Kysela) [2179850]
- ASoC: cirrus: use helper function (Jaroslav Kysela) [2179850]
- ASoC: rt: use helper function (Jaroslav Kysela) [2179850]
- ASoC: max: use helper function (Jaroslav Kysela) [2179850]
- ASoC: hda: use helper function (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec: use helper function (Jaroslav Kysela) [2179850]
- ASoC: soc.h: add snd_soc_card_is_instantiated() helper (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.h: add snd_soc_dai_get/set_widget_playback/capture() helper (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.h: add snd_soc_dai_tdm_mask_set/get() helper (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.h: add snd_soc_dai_dma_data_set/get() for low level (Jaroslav Kysela) [2179850]
- ASoC: soc-dai.h: add missing snd_soc_dai_set_widget() (Jaroslav Kysela) [2179850]
- ALSA: doc: Fix PCM interface section typos (Jaroslav Kysela) [2179850]
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: fix uninitialized local variable (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Refactor bit width calculation (Jaroslav Kysela) [2179850]
- ASoC: rt715-sdca: fix clock stop prepare timeout issue (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360 (Jaroslav Kysela) [2179850]
- ASoC: tas5720: set bit 7 in ANALOG_CTRL_REG for TAS5720A-Q1 during probe (Jaroslav Kysela) [2179850]
- ASoC: codecs: tas5720: add support for TAS5720A-Q1 (automotive) variant (Jaroslav Kysela) [2179850]
- ASoC: codecs: tas5720: split a tas5720_mute_soc_component() function (Jaroslav Kysela) [2179850]
- ASoC: topology: Use unload() op directly (Jaroslav Kysela) [2179850]
- ASoC: topology: Unify kcontrol removal code (Jaroslav Kysela) [2179850]
- ASoC: topology: Remove unnecessary check for EOF (Jaroslav Kysela) [2179850]
- ASoC: topology: Return an error on complete() failure (Jaroslav Kysela) [2179850]
- ASoC: topology: Pass correct pointer instead of casting (Jaroslav Kysela) [2179850]
- ASoC: topology: Remove unnecessary forward declarations (Jaroslav Kysela) [2179850]
- ASoC: topology: Rename remove_ handlers (Jaroslav Kysela) [2179850]
- ASoC: topology: Fix function name (Jaroslav Kysela) [2179850]
- ASoC: topology: Fix typo in functions name (Jaroslav Kysela) [2179850]
- ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constant (Jaroslav Kysela) [2179850]
- ASoC: topology: Properly access value coming from topology file (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Wait for debounce interval after resume (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Don't set idle_bias_on (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Add SoundWire support (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Export some functions for SoundWire (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Separate ASP config from PLL config (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Ensure MCLKint is a multiple of the sample rate (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Add SOFT_RESET_REBOOT register (Jaroslav Kysela) [2179850]
- soundwire: stream: Add specific prep/deprep commands to port_prep callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is stored (Jaroslav Kysela) [2179850]
- ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access race (Jaroslav Kysela) [2179850]
- ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on error (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Protect pipeline free with mutex (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference counting (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_list (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce struct snd_sof_pipeline (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during trigger (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Populate the PCM stream pipeline_info (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI trigger (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-pcm: Define pcm_setup/free ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce PCM setup/free PCM IPC ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Set IPC-specific trigger order for DAI links (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: do not free widgets during suspend trigger (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Only process widgets in the connected widget list (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Set up/free DAI/AIF widgets only once (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm: Export widget_in_list() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: No need to unbind routes within a pipeline (Jaroslav Kysela) [2179850]
- Documentation: sound: correct spelling (Jaroslav Kysela) [2179850]
- treewide: fix up files incorrectly marked executable (Jaroslav Kysela) [2179850]
- ASoC: cs42l56: fix DT probe (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: add buffer type support (Jaroslav Kysela) [2179850]
- ALSA: memalloc: Workaround for Xen PV (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: use different channel mask for each sdw amp feedback (Jaroslav Kysela) [2179850]
- soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() (Jaroslav Kysela) [2179850]
- soundwire: cadence: further simplify low-level xfer_msg_defer() callback (Jaroslav Kysela) [2179850]
- soundwire: stream: use consistent pattern for freeing buffers (Jaroslav Kysela) [2179850]
- soundwire: bus: Remove unused reset_page_addr() callback (Jaroslav Kysela) [2179850]
- soundwire: bus: Don't zero page registers after every transaction (Jaroslav Kysela) [2179850]
- ASoC: ts3a227e: add set_jack and get_jack_type (Jaroslav Kysela) [2179850]
- ASoC: simple-card-utils: create jack inputs for aux_devs (Jaroslav Kysela) [2179850]
- ASoC: soc-component: add get_jack_type (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Simplify probe-component implementation (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure (Jaroslav Kysela) [2179850]
- firewire: cdev: use single object to dispatch event for request to IEC 61883-1 FCP region (Jaroslav Kysela) [2179850]
- firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region (Jaroslav Kysela) [2179850]
- firewire: core: use kref structure to maintain lifetime of data for fw_request structure (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec: zero clear HDMI pdata (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write() (Jaroslav Kysela) [2179850]
- soundwire: bus: remove sdw_defer argument in sdw_transfer_defer() (Jaroslav Kysela) [2179850]
- soundwire: cadence: use directly bus sdw_defer structure (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP platform (Jaroslav Kysela) [2179850]
- ASoC: SOF: keep prepare/unprepare widgets in sink path (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0 (Jaroslav Kysela) [2179850]
- ALSA: fireface: fix locking bug in ff400_copy_msg_to_user() (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: start with the right widget type (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Set compress data offset (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add support for compress API for stream data/offset (Jaroslav Kysela) [2179850]
- ASoC: SOF: Prepare set_stream_data_offset for compress API (Jaroslav Kysela) [2179850]
- ASoC: SOF: Prepare ipc_msg_data to be used with compress API (Jaroslav Kysela) [2179850]
- ALSA: hda/ca0132: minor fix for allocation size (Jaroslav Kysela) [2179850]
- firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Use asoc_substream_to_rtd() to obtain rtd (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Use min_t instead of min with cast (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Correctly access topology fields (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Implement PCI shutdown (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate() (Jaroslav Kysela) [2179850]
- ASoC: codecs: Aw88395 chip register file, data type file and Kconfig Makefile (Jaroslav Kysela) [2179850]
- ASoC: codecs: Aw88395 function for ALSA Audio Driver (Jaroslav Kysela) [2179850]
- ASoC: codecs: ACF bin parsing and check library file for aw88395 (Jaroslav Kysela) [2179850]
- ASoC: codecs: Add i2c and codec registration for aw88395 and their associated operation functions (Jaroslav Kysela) [2179850]
- regmap: sdw: Remove 8-bit value size restriction (Jaroslav Kysela) [2179850]
- regmap: sdw: Update misleading comment (Jaroslav Kysela) [2179850]
- ALSA: fireface: implement message parser for Fireface 400 (Jaroslav Kysela) [2179850]
- ALSA: fireface: add local framework to message parser (Jaroslav Kysela) [2179850]
- ALSA: fireface: update UAPI for data of knob control (Jaroslav Kysela) [2179850]
- ALSA: fireface: add helper function to parse MIDI messages transmitted by Fireface 400 (Jaroslav Kysela) [2179850]
- ALSA: fireface: pick up time stamp for request subaction of asynchronous transaction (Jaroslav Kysela) [2179850]
- ALSA: fireface: rename callback functions (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: amd: acp-es8336: Drop reference count of ACPI device after use (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add DMI support for new acer/emdoor platforms (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: compute extra delay for runtime of PCM substream (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: obsolete return value from context payload processing layer (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: move parameter for pcm frame multiplier from context payload processing layer (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: Provide debugfs_add_region_item ops for core (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: Support mt8188 platform (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: extend tracepoints event including CYCLE_TIME of 1394 OHCI (Jaroslav Kysela) [2179850]
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list (Jaroslav Kysela) [2179850]
- ALSA: control-led: use strscpy in set_led_id() (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_sync_format() (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Enable i2s tdm support for skyrim platforms (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Add i2s tdm support in machine driver (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Refactor i2s clocks programming sequence (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Refactor dai format implementation (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Add new cpu dai's in machine driver (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: keep history to process isochronous packet (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: use circular linked list for context payload processing layer (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: use circular linked list to enumerate packet descriptors (Jaroslav Kysela) [2179850]
- ASoC: nau8315: remove dependency on GPIOLIB (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: code refactoring for cache position in sequence replay (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: code refactoring for cache position in tx packets (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: code refactoring for pool position in rx packets (Jaroslav Kysela) [2179850]
- ALSA: firewire-lib: code refactoring for helper functions to pool sequence in rx packets (Jaroslav Kysela) [2179850]
- ALSA: aoa: make remove callback of soundbus driver void returned (Jaroslav Kysela) [2179850]
- ALSA: ac97: make remove callback of ac97 driver void returned (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs() (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idle (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resume (Jaroslav Kysela) [2179850]
- mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: use static function (Jaroslav Kysela) [2179850]
- ASoC: nau8822: add speaker Bridge Tied Output configuration (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: remove unused variable (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: use acp_lock to protect common registers in pdm driver (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: add mutex lock for accessing common registers (Jaroslav Kysela) [2179850]
- ALSA: hda - Enable headset mic on another Dell laptop with ALC3254 (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_ssp_amp: remove unused variable (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof-wm8804: Replace open coded acpi_dev_put() (Jaroslav Kysela) [2179850]
- ASoC: Intel: cht_bsw_rt5672: Replace open coded acpi_dev_put() (Jaroslav Kysela) [2179850]
- ASoC: Intel: cht_bsw_rt5645: Replace open coded acpi_dev_put() (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcht_da7213: Replace open coded acpi_dev_put() (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcht_cx2072x: Replace open coded acpi_dev_put() (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: More refactoring of hw constraint rules (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Relax hw constraints for implicit fb sync (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Make sure to stop endpoints before closing EPs (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek - Turn on power early (Jaroslav Kysela) [2179850]
- ASoC: rt9120: Make dev PM runtime bind AsoC component PM (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add ASUS M5402RA into DMI table (Jaroslav Kysela) [2179850]
- ASoC: wm8904: fix wrong outputs volume after power reactivation (Jaroslav Kysela) [2179850]
- ASoC: rt711-sdca: add jack detection mode for JD2 100K (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_nau8825: add variant with nau8318 amplifier. (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: move irq handler registration (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: update dev index value in irq handler (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: refactor platform device creation logic (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: implement api to retrieve acp device config (Jaroslav Kysela) [2179850]
- ASoC: Intel: fix sof-nau8825 link failure (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof-nau8825: fix module alias overflow (Jaroslav Kysela) [2179850]
- ASoC: SOF: trace: No need to check for op pointer in sof_fw_trace_free() (Jaroslav Kysela) [2179850]
- ASoC: SOF: trace: Use sof_ipc_get_ops() in sof_fw_trace_init (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-priv: Mark fw_tracing ops optional in documentation (Jaroslav Kysela) [2179850]
- ASoC: SOF: pm: Extend the optionality of IPC ops to IPC as well (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Extend the optionality of IPC ops to IPC as well (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Extend the optionality of IPC ops to IPC as well (Jaroslav Kysela) [2179850]
- ASoC: SOF: control: Extend the optionality of IPC ops to IPC as well (Jaroslav Kysela) [2179850]
- ASoC: SOF: pcm: Extend the optionality of IPC ops to IPC as well (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add helper macro to be used to get an IPC ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Update documentation for sof_ipc_tplg_ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: sof-audio: Treat tplg_ops->route_setup() as optional (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add FW state to debugfs (Jaroslav Kysela) [2179850]
- ASoC: SOF: pm: Always tear down pipelines before DSP suspend (Jaroslav Kysela) [2179850]
- ASoC: SOF: pm: Set target state earlier (Jaroslav Kysela) [2179850]
- ASoC: SOF: core: Print out the value of sof_debug if it is set (Jaroslav Kysela) [2179850]
- ASoC: SOF: IPC3 topology: Print the conflicting bytes sizes (Jaroslav Kysela) [2179850]
- ASoC: wm8940: Read chip ID when wm8940 codec probing (Jaroslav Kysela) [2179850]
- ASoC: wm8940: Rewrite code to set proper clocks (Jaroslav Kysela) [2179850]
- ASoC: wm8940: Remove warning when no plat data present (Jaroslav Kysela) [2179850]
- ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless (Jaroslav Kysela) [2179850]
- ASoC: lochnagar: Fix unused lochnagar_of_match warning (Jaroslav Kysela) [2179850]
- soundwire: intel: remove DAI startup/shutdown (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: remove a redundant comparison of sram (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Peakvol module configuration (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Parse control tuples (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add control volume operations (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add peakvol runtime-parameter requests (Jaroslav Kysela) [2179850]
- ASoC: Intel: Add HP Stream 8 to bytcr_rt5640.c (Jaroslav Kysela) [2179850]
- ASoC: da7213: Add support for mono, set frame width to 32 when possible (Jaroslav Kysela) [2179850]
- ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: initialize panic_info to zero (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Enable cache for AMD Rembrandt platform (Jaroslav Kysela) [2179850]
- ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl() (Jaroslav Kysela) [2179850]
- ASoC: SOF: nocodec: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: wl1273: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: mc13783: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: cq93vc: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: bt-sco: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: adau7002: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: ac97: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: 88pm860x: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: atmel-pdmic: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: atmel-classd: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: amd: Drop empty platform remove function (Jaroslav Kysela) [2179850]
- ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown" (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-tgl: unblock S5 entry if DMA stop has failed" (Jaroslav Kysela) [2179850]
- ASoC: rt5640: Allow configuration of LOUT to mono differential mode (Jaroslav Kysela) [2179850]
- ALSA: hda: Error out if invalid stream is being setup (Jaroslav Kysela) [2179850]
- ASoC: soc-compress: Reposition and add pcm_mutex (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_realtek_common: set ret = 0 as initial value (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: add jsl_rt5682 board config (Jaroslav Kysela) [2179850]
- ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Workaround for XRUN at prepare (Jaroslav Kysela) [2179850]
- ALSA: pcm: Handle XRUN at trigger START (Jaroslav Kysela) [2179850]
- ASoC : SOF: amd: Add support for IPC and DSP dumps (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Use poll function instead to read ACP_SHA_DSP_FW_QUALIFIER (Jaroslav Kysela) [2179850]
- ASoC: imx-audmux: use sysfs_emit() to instead of scnprintf() (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Use SG allocation for SKL-based firmware load (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Introduce single place for pipe-config selection (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Drop pipe_config_idx (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Remove skl_tplg_is_multi_fmt() (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Update pipe_config_idx before filling BE params (Jaroslav Kysela) [2179850]
- ASoC: codecs: wcd-clsh: Remove the unused function (Jaroslav Kysela) [2179850]
- ASoC: rt715: Make read-only arrays capture_reg_H and capture_reg_L static const (Jaroslav Kysela) [2179850]
- soundwire: cadence: Drain the RX FIFO after an IO timeout (Jaroslav Kysela) [2179850]
- soundwire: cadence: Remove wasted space in response_buf (Jaroslav Kysela) [2179850]
- soundwire: cadence: Don't overflow the command FIFOs (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Allow for dumping debug window snapshot (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Allow for dumping FW_REGS area (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Gather remaining logs on strace_release() (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Probing and firmware tracing over debugfs (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add probe machine board (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Data probing soc-component (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Probe compress operations (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add data probing requests (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Drop usage of debug members in non-debug code (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Make enable_logs() dependent on DEBUG_FS (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Introduce debug-context aware helpers (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Drop fifo_lock (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Introduce avs_log_buffer_status_locked() (Jaroslav Kysela) [2179850]
- ALSA: hda: Interrupt servicing and BDL setup for compress streams (Jaroslav Kysela) [2179850]
- ALSA: hda: Prepare for compress stream support (Jaroslav Kysela) [2179850]
- ALSA: hda: Allow for compress stream to hdac_ext_stream assignment (Jaroslav Kysela) [2179850]
- ALSA: dice: Remove left-over license text (Jaroslav Kysela) [2179850]
- drm: tda99x: Don't advertise non-existent capture support (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec: Allow playback and capture to be disabled (Jaroslav Kysela) [2179850]
- ALSA: dice: add support for Focusrite Saffire Pro 40 with TCD3070 ASIC (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt5682: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt5682: Add define for codec DAI name (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Add quirk for Tascam Model 12 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add DAI configuration support for AMD platforms. (Jaroslav Kysela) [2179850]
- ASoC: rt5640: Fix Jack work after system suspend (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: Clear DAIs parameters after stream_active is updated (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: add shutdown callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: Drop obsolete dependency on COMPILE_TEST (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt298: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt298: Add define for codec DAI name (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt286: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt286: Add define for codec DAI name (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt274: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: rt274: Refer to DAI name through a constant (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: nau8825: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: da7219: Refactor jack handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: bdw_rt286: Refactor jack handling (Jaroslav Kysela) [2179850]
- ALSA: pcm: fix tracing reason in hw_ptr_error (Jaroslav Kysela) [2179850]
- soundwire: stream: Move remaining register accesses over to no_pm (Jaroslav Kysela) [2179850]
- soundwire: debugfs: Switch to sdw_read_no_pm (Jaroslav Kysela) [2179850]
- soundwire: Provide build stubs for common functions (Jaroslav Kysela) [2179850]
- soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions (Jaroslav Kysela) [2179850]
- firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSP (Jaroslav Kysela) [2179850]
- ASoC: nau8315: add new acpi id and compatible id (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Return whether changed when writing controls (Jaroslav Kysela) [2179850]
- firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changed (Jaroslav Kysela) [2179850]
- ASoC: sdw-mockup: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt715: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt711: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt700: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt5682-sdw: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt1316-sdw: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: rt1308-sdw: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- ASoC: max98373-sdw: Switch to new snd_sdw_params_to_config helper (Jaroslav Kysela) [2179850]
- sound: sdw: Add hw_params to SoundWire config helper function (Jaroslav Kysela) [2179850]
- ASoC: max9867: Implement exact integer mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: ADD HS and SP virtual DAI. (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Fix for selecting clock source as external clock. (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Fix for reading position updates from stream box. (Jaroslav Kysela) [2179850]
- ASoC: nau8825: Add a manually mechanism for detection failure (Jaroslav Kysela) [2179850]
- ASoC: nau8825: Adjust internal clock during jack detection (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add missing audio amplifier for KBL (Jaroslav Kysela) [2179850]
- ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Fix Kconfig dependency (Jaroslav Kysela) [2179850]
- ASoC: da7219: Fix pole orientation detection on OMTP headsets when playing music (Jaroslav Kysela) [2179850]
- ASoC: max98396: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ASoC: codecs: es8326: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ALSA: ppc: keywest: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ALSA: aoa: tas: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ALSA: aoa: onyx: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- mfd: arizona-i2c: Convert to i2c's .probe_new() (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Initialize private data for subsequent HDA FEs (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Fix possible UAF in acp_dma_open (Jaroslav Kysela) [2179850]
- soundwire: enable optional clock registers for SoundWire 1.2 devices (Jaroslav Kysela) [2179850]
- ASoC/soundwire: remove is_sdca boolean property (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_sdw_amp: mark coeff tables with __maybe_unused (Jaroslav Kysela) [2179850]
- ASoC: SOF: dai: move AMD_HS to end of list to restore backwards-compatibility (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_nau8825: support rt1015p speaker amplifier (Jaroslav Kysela) [2179850]
- ASoC: SOF: probes: Check ops before memory allocation (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Disconnect substream if suspend or resume fails (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: Move acp63_dev_data strcture from PCI driver (Jaroslav Kysela) [2179850]
- ASoC: amd: ps: update macros with ps platform naming convention (Jaroslav Kysela) [2179850]
- ALSA: pcm: avoid nused-but-set-variable warning (Jaroslav Kysela) [2179850]
- ALSA: memalloc: Allocate more contiguous pages for fallback case (Jaroslav Kysela) [2179850]
- ASoC: codecs: Remove a useless include (Jaroslav Kysela) [2179850]
- ASoC: audio-graph-card2: remove Experimental announce (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: read multi-link capabilities earlier (Jaroslav Kysela) [2179850]
- soundwire: intel_init: remove check on number of links (Jaroslav Kysela) [2179850]
- soundwire: intel_init: remove sdw_intel_enable_irq() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: add callback to check SoundWire lcount information (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: move SoundWire interrupt enabling to callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: factor interrupt enable/disable interrupt functions (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: add per-chip enable_sdw_irq() callback (Jaroslav Kysela) [2179850]
- soundwire: intel_init: remove useless interrupt enablement in interrupt thread (Jaroslav Kysela) [2179850]
- soundwire: intel: split auxdevice to different file (Jaroslav Kysela) [2179850]
- soundwire: intel: add in-band wake callbacks in hw_ops (Jaroslav Kysela) [2179850]
- soundwire: intel: add link power management callbacks in hw_ops (Jaroslav Kysela) [2179850]
- soundwire: intel: add bus management callbacks in hw_ops (Jaroslav Kysela) [2179850]
- soundwire: intel: add register_dai callback in hw_ops (Jaroslav Kysela) [2179850]
- soundwire: intel: add debugfs callbacks in hw_ops (Jaroslav Kysela) [2179850]
- soundwire: intel: start using hw_ops (Jaroslav Kysela) [2179850]
- ASoC: Intel: soc-acpi: add MTL AIC SoundWire configurations (Jaroslav Kysela) [2179850]
- ASoC: wm_adsp: Allow client to hook into pre_run callback (Jaroslav Kysela) [2179850]
- ASoC: rt1316-sdw: get BQ params property and apply them (Jaroslav Kysela) [2179850]
- ASoC: rt1308-sdw: get BQ params property and apply them (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof rt5682: remove the duplicate codes (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: add support for ALC5682I-VD with amp rt1019p (Jaroslav Kysela) [2179850]
- ASoC: core: fix wrong size kzalloc for rtd's components member (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: get pipeline instance id from pipe_widget->instance_id (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-loader: get max pipeline number (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: rename sof_ipc4_widget_free_comp (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: set d0i3 register with d0i3_offset (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add d0i3_offset in chip_info (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add d0i3 definition for MTL (Jaroslav Kysela) [2179850]
- ASoC: SOF: topology: Add helper to get/put widget queue id (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add support to parse pin binding array from topology (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add support for parsing the number of sink/source pins (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: Implement tear_down_all_pipelines callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-loader: use small buffer for iccmax stream (Jaroslav Kysela) [2179850]
- ALSA: cs5535audio: Remove the redundant assignment (Jaroslav Kysela) [2179850]
- ASoC: soc-dai: Do not call snd_soc_link_be_hw_params_fixup() twice (Jaroslav Kysela) [2179850]
- ASoC: amd: fix ACP version typo mistake (Jaroslav Kysela) [2179850]
- ASoC: Intel: cirrus-common: Make const array uid_strings static (Jaroslav Kysela) [2179850]
- ARM: omap2: n8x0: stop instantiating codec platform data (Jaroslav Kysela) [2179850]
- ASoC: tlv320aic3x: switch to using gpiod API (Jaroslav Kysela) [2179850]
- ASoC: tlv320aic3x: remove support for platform data (Jaroslav Kysela) [2179850]
- ASoC: rt5682: Support DBVDD and LDO1-IN supplies (Jaroslav Kysela) [2179850]
- ASoC: rt5682s: Support DBVDD and LDO1-IN supplies (Jaroslav Kysela) [2179850]
- ASoC: audio-graph-card2: check also dpcm node for convert-xxx (Jaroslav Kysela) [2179850]
- ASoC: audio-graph-card2-custom-sample.dtsi: add convert-rate for DPCM (MIXer) (Jaroslav Kysela) [2179850]
- ASoC: simple-card-utils: remove asoc_simple_convert_fixup() (Jaroslav Kysela) [2179850]
- soundwire: cadence: use dai_runtime_array instead of dma_data (Jaroslav Kysela) [2179850]
- soundwire: cadence: rename sdw_cdns_dai_dma_data as sdw_cdns_dai_runtime (Jaroslav Kysela) [2179850]
- ASoC: cs42xx8-i2c.c: add module device table for of (Jaroslav Kysela) [2179850]
- ALSA: hda: clarify comments on SCF changes (Jaroslav Kysela) [2179850]
- ASoC: SOF: fix compilation issue with readb/writeb helpers (Jaroslav Kysela) [2179850]
- ASoC: codecs: da7219: Do not export internal symbols (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Drop da7219_aad_jack_det() usage (Jaroslav Kysela) [2179850]
- ASoC: amd: Drop da7219_aad_jack_det() usage (Jaroslav Kysela) [2179850]
- ASoC: rockchip: Drop da7219_aad_jack_det() usage (Jaroslav Kysela) [2179850]
- ASoC: Intel: Drop da7219_aad_jack_det() usage (Jaroslav Kysela) [2179850]
- ASoC: codecs: da7219: Introduce set_jack() callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client device (Jaroslav Kysela) [2179850]
- ASoC: SOF: client: Add sof_client_ipc4_find_module() function (Jaroslav Kysela) [2179850]
- ASoC: SOF: client: Add sof_client_ipc_set_get_data() (Jaroslav Kysela) [2179850]
- ASoC: SOF: probes: Separate IPC3 operations to a separate file (Jaroslav Kysela) [2179850]
- ASoC: SOF: probes: Replace [0] union members with DECLARE_FLEX_ARRAY() (Jaroslav Kysela) [2179850]
- ASoC: adau1372: correct PGA enable & mute bit (Jaroslav Kysela) [2179850]
- ASoC: adau1372: add support for S24_LE mode (Jaroslav Kysela) [2179850]
- ASoC: adau1372: fix mclk (Jaroslav Kysela) [2179850]
- ASoC: SOF: introduce new DEBUG_NOCODEC mode (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: use GPL-2.0-only license (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: clarify Kconfig dependencies (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add hda_bus_ml_free helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-mlink: add helpers to suspend/resume links (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: clarify bus_init and bus_exit sequences (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: add helpers to suspend and resume cmd_io (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: clarify dependencies on SND_SOC_SOF_HDA (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-ctrl: use helper to clear RIRB status (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: add hda_codec_check_rirb_status() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: always allocate CORB/RIRB buffer (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: add stop_cmd_io helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: add hda_codec_device_remove() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-ctrl: add codec wakeup helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: move all RIRB/CMD_IO helpers to hda-codec.c (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: add multi-link helper for LOSVID (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: start moving multi-link handling in dedicated file (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: move codec state change to hda-codec.c (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: simplify SND_SOC_SOF_HDA_AUDIO_CODEC handling (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: remove all dependencies on SND_SOC_HDAC_HDMI (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: remove option to disable the common_hdmi handling (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Enact power gating policy (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Power and clock gating policy overriding (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Standby power-state support (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Count low power streams (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Restart instead of resuming HDA capture streams (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Handle SUSPEND and RESUME triggers (Jaroslav Kysela) [2179850]
- ALSA: hda: Introduce snd_hdac_stream_wait_drsm() (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Introduce PCM power management routines (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Split pcm pages freeing operation from hw_free() (Jaroslav Kysela) [2179850]
- ASoC: core: Exit all links before removing their components (Jaroslav Kysela) [2179850]
- ASoC: tas5805m: add missing page switch. (Jaroslav Kysela) [2179850]
- ASoC: tas5805m: rework to avoid scheduling while atomic. (Jaroslav Kysela) [2179850]
- soundwire: qcom: add support for v1.7 Soundwire Controller (Jaroslav Kysela) [2179850]
- soundwire: qcom: make reset optional for v1.6 controller (Jaroslav Kysela) [2179850]
- soundwire: qcom: remove unused SWRM_SPECIAL_CMD_ID (Jaroslav Kysela) [2179850]
- ASoC: dapm: Don't use prefix for regulator name (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-loader: Return ssize_t from sof_ipc4_fw_parse_ext_man() (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: boards: Fix typo in comments (Jaroslav Kysela) [2179850]
- ASoC: Intel: boards: Fix typo in comments (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: use readb/writeb for stream registers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: use snd_sof_dsp_updateb() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: use SOF helper for consistency (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: rename CL_SD_CTL registers as SD_CTL (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-stream: use SOF helpers for consistency (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: remove useless check on GCTL (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: always do a full reset (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-ctrl: remove useless sleep (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: remove useless members in hda_pipe_params (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: use component_get_drvdata to find hdac_bus (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: start removing the use of runtime->private_data in BE (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: use SOF helpers for consistency (Jaroslav Kysela) [2179850]
- ASoC: SOF: ops: add snd_sof_dsp_updateb() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: ops: add readb/writeb helpers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: use mmio fallback for all platforms (Jaroslav Kysela) [2179850]
- ASoC: SOF: ops: fallback to mmio in helpers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: fix comment error (Jaroslav Kysela) [2179850]
- ALSA: asihpi: remove variable loops (Jaroslav Kysela) [2179850]
- ALSA: rawmidi: remove variable dest_frames (Jaroslav Kysela) [2179850]
- mfd: arizona: Remove #ifdef guards for PM related functions (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init() (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-loader: Support for loading external libraries (Jaroslav Kysela) [2179850]
- ASoC: SOF: loader: Remove the query_fw_configuration ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Stop using the query_fw_configuration fw_loader ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: loader: Add support for IPC dependent post firmware boot ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Add ipc4 library loading implementation (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Add flag to indicate that the firmware is IMR booted (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Define platform dependent library loading callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Set the default firmware library path for IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Add path definition for external firmware libraries (Jaroslav Kysela) [2179850]
- ASoC: SOF: IPC4: Add helper for looking up module by UUID (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Convert the firmware handling (loader) to library convention (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-loader: Save the maximum number of libraries supported (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc: ops: Add support for optional init and exit callbacks (Jaroslav Kysela) [2179850]
- ASoC: SOF: Drop the firmware and fw_offset from snd_sof_pdata (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-loader-skl: Use the basefw firmware container directly (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-loader: Use the basefw firmware container directly (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Use the basefw firmware container directly (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce container struct for SOF firmware (Jaroslav Kysela) [2179850]
- ASoC: SOF: loader: Set complete state before post_fw_run op (Jaroslav Kysela) [2179850]
- soundwire: intel: Initialize clock stop timeout (Jaroslav Kysela) [2179850]
- ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layer (Jaroslav Kysela) [2179850]
- ALSA: hda: hdac_ext_controller: remove useless loop (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: reduce ambiguity between 'multi-link' and 'link' DMA (Jaroslav Kysela) [2179850]
- ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream setting (Jaroslav Kysela) [2179850]
- ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operations (Jaroslav Kysela) [2179850]
- ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_all (Jaroslav Kysela) [2179850]
- ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpers (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dai: use hlink variable/parameter (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: hda_ext_controller: use hlink variable/parameter (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: hdac_ext_controller: use helpers in loop (Jaroslav Kysela) [2179850]
- ASoC: rt1308-sdw: update the preset settings (Jaroslav Kysela) [2179850]
- ASoC: simple-card: Fix up checks for HW param fixups (Jaroslav Kysela) [2179850]
- ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.h: fixup comment for snd_soc_dapm_widget_for_each_path() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.h: cleanup white space (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: numerical order for dapm_up_seq (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: cleanup snd_soc_dapm_new_dai() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: merge dapm_power_one_widget() and dapm_widget_set_power() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: cleanup dapm_widget_set_power() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget (Jaroslav Kysela) [2179850]
- ASoC: twl4030: make read-only array ramp_base static const (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc3: Log the tx message before sending it (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: ipc4: Ack a received reply or notification separately (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: ipc4: Wait for channel to be free before sending a message (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: ipc4: Read the interrupt reason registers at the same time (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Log the tx message before sending it (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Add TDM slots setting support for ACP I2S controller (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-mtrace: protect per-core nodes against multiple open (Jaroslav Kysela) [2179850]
- soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: simplify S3 resume flows (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: simplify S3 resume flows (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: simplify S3 resume flows (Jaroslav Kysela) [2179850]
- ASoC: codecs: jz4725b: add missed microphone widgets (Jaroslav Kysela) [2179850]
- ASoC: codecs: jz4725b: add missed Mixer inputs (Jaroslav Kysela) [2179850]
- ASoC: codecs: jz4725b: use right control for Master Playback (Jaroslav Kysela) [2179850]
- ALSA: hda/realtek: simplify the return of comp_bind() (Jaroslav Kysela) [2179850]
- ASoC: ak4458: add optional reset control to instead of gpio (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Support System Suspend (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Remove suspend/resume hda hooks (Jaroslav Kysela) [2179850]
- ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls (Jaroslav Kysela) [2179850]
- ALSA: hda: hda_cs_dsp_ctl: Ensure pwr_lock is held before reading/writing controls (Jaroslav Kysela) [2179850]
- ALSA: hda: hda_cs_dsp_ctl: Minor clean and redundant code removal (Jaroslav Kysela) [2179850]
- ASoC: codecs: hda: Fix spelling error in log message (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Simplify log control for SKL (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Simplify ignore_fw_version description (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Do not print IPC error message twice (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Do not treat unsupported IPCs as invalid (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Do not reuse msg between different IPC handlers (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add missing include to HDA board (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Simplify d0ix disabling routine (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add missing SKL-based device IDs (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Support da7219 on both KBL and APL (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Support AML with rt286 configuration (Jaroslav Kysela) [2179850]
- ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe" (Jaroslav Kysela) [2179850]
- ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe" (Jaroslav Kysela) [2179850]
- ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe" (Jaroslav Kysela) [2179850]
- ASoC: amd: Update Pink Sardine platform ACP register header (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Avoid superfluous endpoint setup (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params() (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params() (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Avoid unnecessary interface change at EP close (Jaroslav Kysela) [2179850]
- ASoC: cx2072x: fix spelling typo in comment (Jaroslav Kysela) [2179850]
- ALSA: hda: Update register polling macros (Jaroslav Kysela) [2179850]
- Revert "ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync" (Jaroslav Kysela) [2179850]
- ASoC: codecs: allow WM8961 to be selected by the user (Jaroslav Kysela) [2179850]
- ASoC: wm8961: add support for devicetree (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Load max98927 on target platform (Jaroslav Kysela) [2179850]
- ASoC: Intel: avs: Add max98927 machine board (Jaroslav Kysela) [2179850]
- ASoC: nau8825: Add TDM support (Jaroslav Kysela) [2179850]
- ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe (Jaroslav Kysela) [2179850]
- ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe (Jaroslav Kysela) [2179850]
- ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe (Jaroslav Kysela) [2179850]
- ASoC: core: clarify the driver name initialization (Jaroslav Kysela) [2179850]
- ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe (Jaroslav Kysela) [2179850]
- ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe (Jaroslav Kysela) [2179850]
- ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe (Jaroslav Kysela) [2179850]
- ALSA: asihpi - Remove unused struct hpi_subsys_response (Jaroslav Kysela) [2179850]
- ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it (Jaroslav Kysela) [2179850]
- ASoC: wm8978: Use DIV_ROUND_UP() instead of open-coding it (Jaroslav Kysela) [2179850]
- ASoC: cs35l36: Use DIV_ROUND_UP() instead of open-coding it (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Fallback to headphones for type detect (Jaroslav Kysela) [2179850]
- ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helper (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: control.h: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (Jaroslav Kysela) [2179850]
- usb: gadget: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ASoC: intel: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: usx2y: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: asihpi: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: hda: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: firewire: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: aloop: Replace runtime->status->state reference to runtime->state (Jaroslav Kysela) [2179850]
- ALSA: pcm: Make mmap status read-only (Jaroslav Kysela) [2179850]
- ALSA: pcm: Avoid reference to status->state (Jaroslav Kysela) [2179850]
- ALSA: Remove some left-over license text in include/uapi/sound/ (Jaroslav Kysela) [2179850]
- ALSA: firewire: Remove some left-over license text in sound/firewire (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: Add pcm_pointer callback (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: Add pcm_hw_params callback (Jaroslav Kysela) [2179850]
- ALSA: memalloc: use __GFP_RETRY_MAYFAIL for DMA mem allocs (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Call snd_sof_handle_fw_exception() in case of timeout (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Only dump firmware registers for IPC3 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: Print relevant register in ipc_dump (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: skl: Use the ipc4 version of the ipc_dump (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Add separate ops for ipc_dump for IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: cnl: Add separate ops for ipc_dump for IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: remove the unnecessary snd_sof_dsp_read() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: reuse the common ops for PM (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: HDA: use IPC version-specific ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: MTL: define and set the disable_interrupts op (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: define and set the disable_interrupts op for cavs platforms (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Add a new op for disabling interrupts (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_remove (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: mtl: define and set power_down_dsp op (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: define and set power_down_dsp op for HDA platforms (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: introduce new op to handle dsp power down (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_da7219_mx98360a: Access num_codecs through dai_link (Jaroslav Kysela) [2179850]
- ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (Jaroslav Kysela) [2179850]
- ALSA: hda/ca0132 - remove the unneeded result variable (Jaroslav Kysela) [2179850]
- ASoC: SOF: pci-tgl: add missing PCI IDs for RPL (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: pci-tgl: reorder PCI IDs (Jaroslav Kysela) [2179850]
- ASoC: es8316: fix register sync error in suspend/resume tests (Jaroslav Kysela) [2179850]
- ASoC: cs42l83: change cs42l83_regmap to static (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: add pcm_pointer callback for mt8186 (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Add setbias level for rt5682s codec in machine driver (Jaroslav Kysela) [2179850]
- ASoC: ts3a227e: add parameters to control debounce times (Jaroslav Kysela) [2179850]
- ALSA: usb-audio: Split endpoint setups for hw_params and prepare (take#2) (Jaroslav Kysela) [2179850]
- ASoC: rt5682s: simplify the return of rt5682s_probe() (Jaroslav Kysela) [2179850]
- ASoC: SOF: don't unprepare widget used other pipelines (Jaroslav Kysela) [2179850]
- ASoC: SOF: clear prepare state when widget is unprepared (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: remove useless assignment (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-topology: clarify calculation precedence (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add ops for SKL/KBL (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add initial SKL/KBL hardware support (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add SKL/KBL hardware code loader (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-dsp: expose functions for SKL support (Jaroslav Kysela) [2179850]
- ALSA: es18xx: Remove the unneeded result variable (Jaroslav Kysela) [2179850]
- ASoC: soc.h: use array instead of playback/capture_widget (Jaroslav Kysela) [2179850]
- ASoC: soc.h: use defined number instead of direct number (Jaroslav Kysela) [2179850]
- ASoC: soc.h: remove num_cpus/codecs (Jaroslav Kysela) [2179850]
- soundwire: intel: add helper to stop bus (Jaroslav Kysela) [2179850]
- soundwire: intel: introduce helpers to start bus (Jaroslav Kysela) [2179850]
- soundwire: intel: introduce intel_shim_check_wake() helper (Jaroslav Kysela) [2179850]
- soundwire: intel: simplify read ops assignment (Jaroslav Kysela) [2179850]
- soundwire: intel: remove intel_init() wrapper (Jaroslav Kysela) [2179850]
- soundwire: intel: move shim initialization before power up/down (Jaroslav Kysela) [2179850]
- soundwire: intel: remove clock_stop parameter in intel_shim_init() (Jaroslav Kysela) [2179850]
- soundwire: intel: move all PDI initialization under intel_register_dai() (Jaroslav Kysela) [2179850]
- soundwire: intel: move DAI registration and debugfs init earlier (Jaroslav Kysela) [2179850]
- soundwire: intel: simplify flow and use devm_ for DAI registration (Jaroslav Kysela) [2179850]
- soundwire: intel: fix error handling on dai registration issues (Jaroslav Kysela) [2179850]
- ASoC: SOF: replace ipc4-loader dev_vdbg with tracepoints (Jaroslav Kysela) [2179850]
- ASoC: SOF: replace dev_vdbg with tracepoints (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: replace dev_vdbg with tracepoints (Jaroslav Kysela) [2179850]
- ASoC: SOF: remove unneeded dev_vdbg (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: remove unneeded dev_vdbg (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: add HDA interrupt source tracing (Jaroslav Kysela) [2179850]
- ASoC: SOF: add widget setup/free tracing (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: remove always-true conditions on host and link release (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: fix locking in stream_release (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: simplify logic for stream assignment (Jaroslav Kysela) [2179850]
- ALSA: hda: Use hdac_ext prefix in snd_hdac_stream_free_all() for clarity (Jaroslav Kysela) [2179850]
- ALSA: hda: ext: make snd_hdac_ext_stream_init() static (Jaroslav Kysela) [2179850]
- ALSA: hda: document state machine for hdac_streams (Jaroslav Kysela) [2179850]
- ALSA: hda: make snd_hdac_stream_clear() static (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: override mclk_id after parsing NHLT SSP blob (Jaroslav Kysela) [2179850]
- ALSA: hda: intel-nhlt: add intel_nhlt_ssp_mclk_mask() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: refine SSP count support (Jaroslav Kysela) [2179850]
- soundwire: cadence: Simplify error paths in cdns_xfer_msg() (Jaroslav Kysela) [2179850]
- soundwire: cadence: Fix error check in cdns_xfer_msg() (Jaroslav Kysela) [2179850]
- soundwire: bus: Fix wrong port number in sdw_handle_slave_alerts() (Jaroslav Kysela) [2179850]
- soundwire: cadence: Write to correct address for each FIFO chunk (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: add pcm_hw_params callback for mt8186 (Jaroslav Kysela) [2179850]
- ALSA: ppc: Switch to use for_each_child_of_node() macro (Jaroslav Kysela) [2179850]
- ASoC: Intel: skylake: remove unnecessary dev_set_drvdata() (Jaroslav Kysela) [2179850]
- soundwire: qcom: do not send status of device 0 during alert (Jaroslav Kysela) [2179850]
- soundwire: qcom: update status from device id 1 (Jaroslav Kysela) [2179850]
- ASoC: max98390: Fix dsm calibration reading (Jaroslav Kysela) [2179850]
- soundwire: cadence: Don't overwrite msg->buf during write commands (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: use devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_ssp_amp: use devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASOC: SOF: use devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_es8336: use function devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_nau8825: use function devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_cs42l42: use function devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: use function devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: use devm_kcalloc() instead of devm_kzalloc() (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Switch to dev_err_probe() helper (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Implement 'set_bclk_ratio' (Jaroslav Kysela) [2179850]
- ASoC: cs42l83: Extend CS42L42 support to new part (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Export regmap elements to core namespace (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Split I2C identity into separate module (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Pass component and dai defs into common probe (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Split cs42l42_resume into two functions (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Split probe() and remove() into stages (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Use cs42l42->dev instead of &i2c_client->dev (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Add bitclock frequency argument to cs42l42_pll_config() (Jaroslav Kysela) [2179850]
- soundwire: bus: Don't exit early if no device IDs were programmed (Jaroslav Kysela) [2179850]
- soundwire: cadence: Fix lost ATTACHED interrupts when enumerating (Jaroslav Kysela) [2179850]
- soundwire: bus: Don't re-enumerate before status is UNATTACHED (Jaroslav Kysela) [2179850]
- soundwire: bus: Don't lose unattach notifications (Jaroslav Kysela) [2179850]
- soundwire: cadence: fix updating slave status when a bus has multiple peripherals (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm: Switch to use dev_err_probe() helper (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Switch to use dev_err_probe() helper (Jaroslav Kysela) [2179850]
- ASoC: bcm2835-i2s: Switch to use dev_err_probe() helper (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Adding amd HS functionality to the sof core (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Add support for Rembrandt plaform. (Jaroslav Kysela) [2179850]
- ASoC: SOF: amd: Make ACP core code generic for newer SOC transition (Jaroslav Kysela) [2179850]
- ASoC: nau8825: Add ADCOUT IO drive strength control (Jaroslav Kysela) [2179850]
- ASoC: ak4458: Add ak4458_reset in device probe and remove (Jaroslav Kysela) [2179850]
- ASoC: Intel: sof_rt5682: remove SOF_RT1015_SPEAKER_AMP_100FS flag (Jaroslav Kysela) [2179850]
- ASoC: rt5682s: Reduce coupling of PLLB setting (Jaroslav Kysela) [2179850]
- ASoC: rt5682s: Reduce coupling of I2S1 setting (Jaroslav Kysela) [2179850]
- ASoC: rt5682s: Reduce coupling of Micbias and Vref2 settings (Jaroslav Kysela) [2179850]
- ALSA: dummy: Add customizable volume min/max. (Jaroslav Kysela) [2179850]
- ALSA: dummy: Fix trailing whitespaces. (Jaroslav Kysela) [2179850]
- soundwire: cadence: remove unused sdw_cdns_master_ops declaration (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Add mtrace type information for IPC4 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: icl: Set IPC4-specific DSP ops (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add support for mtrace log extraction (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Configure the debug box offset (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add define for the outbox window index (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Add macro to get core ID from log buffer status message (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4: Only print LOG BUFFER update message info if requested (Jaroslav Kysela) [2179850]
- sound: oss: dmasound: remove software_input_volume declaration (Jaroslav Kysela) [2179850]
- ALSA: memalloc: remove snd_dma_sg_ops declaration (Jaroslav Kysela) [2179850]
- ALSA: line6: remove line6_set_raw declaration (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec.c: use devm_kzalloc() for DMA data (Jaroslav Kysela) [2179850]
- ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime() (Jaroslav Kysela) [2179850]
- ASoC: ak4458: Remove component probe() and remove() (Jaroslav Kysela) [2179850]
- ASoC: max98390: Remove unnecessary amp on/off conrtol (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: tidyup snd_soc_dai_link_event_pre_pmu() (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: add comment for kzalloc()/kfree() on snd_soc_dai_link_event_pre_pmu() (Jaroslav Kysela) [2179850]
- ASoC: sti-sas: Remove the unneeded result variable (Jaroslav Kysela) [2179850]
- ASoC: simple-card-utils: switch to using gpiod API (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: Add devicetree support to select topologies (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: Add generic pcm_{open,close} callbacks (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: mt8195: Add mailbox generic callbacks for IPC (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: fixup snd_soc_dapm_new_control_unlocked() error handling (Jaroslav Kysela) [2179850]
- ASoC: soc-dapm.c: don't use WARN_ON() at snd_soc_dai_link_event_pre_pmu() (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Utilize acpi_get_subsystem_id() (Jaroslav Kysela) [2179850]
- ALSA: hda: cs35l41: Call put_device() in the scope of get_device() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Remove strsplit_u32() and tokenize_input() (Jaroslav Kysela) [2179850]
- lib/string_helpers: Introduce parse_int_array_user() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce function sof_of_machine_select (Jaroslav Kysela) [2179850]
- ALSA: asihpi - Remove useless code in hpi_meter_get_peak() (Jaroslav Kysela) [2179850]
- ASoC: amd: fix spelling mistake: "i.e" -> "i.e." (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: check fe condition at out of loop (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: add soc_pcm_ret() (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: remove unnecessary codec2codec_close_delayed_work() (Jaroslav Kysela) [2179850]
- ALSA: hda/hdmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (Jaroslav Kysela) [2179850]
- ASoC: codecs: max98088: remove redundant ret variable (Jaroslav Kysela) [2179850]
- ASoC: amd: enable Pink sardine platform machine driver build. (Jaroslav Kysela) [2179850]
- ASoC: amd: add Pink Sardine machine driver using dmic (Jaroslav Kysela) [2179850]
- ASoC: amd: create platform device for acp6.2 machine driver (Jaroslav Kysela) [2179850]
- ASoC: amd: enable Pink Sardine acp6.2 drivers build (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 pdm driver pm ops (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 pci driver pm ops (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 pdm driver dma ops (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 irq handler (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 pdm platform driver (Jaroslav Kysela) [2179850]
- ASoC: amd: add platform devices for acp6.2 pdm driver and dmic driver (Jaroslav Kysela) [2179850]
- ASoC: amd: add acp6.2 init/de-init functions (Jaroslav Kysela) [2179850]
- ASoC: amd: add Pink Sardine ACP PCI driver (Jaroslav Kysela) [2179850]
- ASoC: amd: add Pink Sardine platform ACP IP register header (Jaroslav Kysela) [2179850]
- ASoC: max98396: Make data monitor features configurable (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Modify dai_id macros to be more generic (Jaroslav Kysela) [2179850]
- ASoC: tas2562: Drop conflicting set_bias_level power setting (Jaroslav Kysela) [2179850]
- ASoC: tas2764: Export highpass filter setting (Jaroslav Kysela) [2179850]
- ASoC: tas2764: Add IRQ handling (Jaroslav Kysela) [2179850]
- ASoC: sigmadsp: switch to use kmemdup_nul() helper (Jaroslav Kysela) [2179850]
- ASoC: max98088: add support for noise gate reg (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: Use generic implementation for .ipc_msg_data field (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: add snd_sof_dsp_ops callbacks for pcm and mail box (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: Add dai driver for mt8186 (Jaroslav Kysela) [2179850]
- ASoC: codecs: add suspend and resume for ES8316 (Jaroslav Kysela) [2179850]
- ASoC: SOF: imx8ulp: add missing of_node_put() in imx8ulp_probe() (Jaroslav Kysela) [2179850]
- ASoC: SOF: imx: imx8ulp: declare ops structure as static (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Skip IMR boot after a firmware crash or boot failure (Jaroslav Kysela) [2179850]
- ASoC: SOF: ipc4-loader: Verify ext manifest magic number (Jaroslav Kysela) [2179850]
- ASoC: SOF: Kconfig: Make IPC_MESSAGE_INJECTOR depend on SND_SOC_SOF (Jaroslav Kysela) [2179850]
- ASoC: SOF: Kconfig: Make IPC_FLOOD_TEST depend on SND_SOC_SOF (Jaroslav Kysela) [2179850]
- ALSA: memalloc: Drop special handling of GFP for CONTINUOUS allocation (Jaroslav Kysela) [2179850]
- ASoC: Intel: sst: Switch to standard device pages (Jaroslav Kysela) [2179850]
- ALSA: pdaudiocf: Drop superfluous GFP setup (Jaroslav Kysela) [2179850]
- ALSA: vx: Drop superfluous GFP setup (Jaroslav Kysela) [2179850]
- ASoC: atmel_ssc_dai: Remove the unneeded result variable (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup WakeEnable and WakeStatus (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup AC Timing Control (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup IO control (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup PCM Stream channel map and channel count (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup PCM stream capabilities (Jaroslav Kysela) [2179850]
- soundwire: intel: add comment for control stream cap/chmap (Jaroslav Kysela) [2179850]
- soundwire: intel: remove unused PDM capabilities (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup SHIM SYNC (Jaroslav Kysela) [2179850]
- soundwire: intel: remove IPPTR unused definition (Jaroslav Kysela) [2179850]
- soundwire: intel: regroup definitions for LCTL (Jaroslav Kysela) [2179850]
- soundwire: intel: cleanup definition of LCOUNT (Jaroslav Kysela) [2179850]
- soundwire: intel: remove use of __func__ in dev_dbg (Jaroslav Kysela) [2179850]
- soundwire: bus: remove use of __func__ in dev_dbg (Jaroslav Kysela) [2179850]
- soundwire: intel: set dev_num_ida_min (Jaroslav Kysela) [2179850]
- soundwire: bus: allow device number to be unique at system level (Jaroslav Kysela) [2179850]
- soundwire: bus: rename sdw_ida as sdw_bus_ida (Jaroslav Kysela) [2179850]
- soundwire: dmi-quirks: add remapping for HP Omen 16-k0005TX (Jaroslav Kysela) [2179850]
- ALSA: hda: cleanup definitions for multi-link registers (Jaroslav Kysela) [2179850]
- ASoC: wcd9335: remove always-true condition (Jaroslav Kysela) [2179850]
- ASoC: hdmi-codec: remove unused definitions (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Remove dai_posn variable (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Add copy function for capture case (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Move sof_compr_copy functionality (Jaroslav Kysela) [2179850]
- ASoC: Intel: fix unused-variable warning in probe_codec (Jaroslav Kysela) [2179850]
- ASoC: soc-pcm.c: summarize related settings at soc_new_pcm() (Jaroslav Kysela) [2179850]
- ASoC: SOF: Fix compilation when HDA_AUDIO_CODEC config is disabled (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: add a label to make error path more clean (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: switch to use dev_err_probe() (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: remove unnecessary NULL checks (Jaroslav Kysela) [2179850]
- ASoC: Change handling of unimplemented set_bclk_ratio (Jaroslav Kysela) [2179850]
- ALSA: hda: Remove unused defines (Jaroslav Kysela) [2179850]
- ALSA: hda: Remove unused MAX_PIN_CONFIGS constant (Jaroslav Kysela) [2179850]
- ALSA: hda: Rework snd_hdac_stream_reset() to use macros (Jaroslav Kysela) [2179850]
- ALSA: hda: Move stream-register polling macros (Jaroslav Kysela) [2179850]
- ASoC: SOF: imx: Add i.MX8ULP HW support (Jaroslav Kysela) [2179850]
- ASoC: soc-utils-test: Add test for snd_soc_params_to_bclk() (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Use snd_soc_tdm_params_to_bclk() (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Fix comment typo in cs42l42_slow_start_put() (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Move cs42l42_supply_names to .c file (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Add include dependencies to cs42l42.h (Jaroslav Kysela) [2179850]
- ASoC: cs42l42: Don't include kernel.h (Jaroslav Kysela) [2179850]
- ASoC: codecs: es8326: change es8326_regmap_config to static (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Add support for computing timestamps (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Save channel count and sample bytes (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Introduce sof_compr_stream (Jaroslav Kysela) [2179850]
- ASoC: SOF: compress: Remove byte offset computation (Jaroslav Kysela) [2179850]
- soundwire: intel: Remove unnecessary TODO (Jaroslav Kysela) [2179850]
- ASoC: Variable type completion (Jaroslav Kysela) [2179850]
- ASoC: core: remove setting platform_max in kcontrol macros (Jaroslav Kysela) [2179850]
- ALSA: hda: Fix page fault in snd_hda_codec_shutdown() (Jaroslav Kysela) [2179850]
- ALSA: hda: Remove codec init and exit routines (Jaroslav Kysela) [2179850]
- ALSA: hda: Always free codec on the device release (Jaroslav Kysela) [2179850]
- ASoC: Intel: Drop hdac_ext usage for codec device creation (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: Introduce HDA codec init and exit routines (Jaroslav Kysela) [2179850]
- ASoC: Intel: Skylake: Introduce HDA codec init and exit routines (Jaroslav Kysela) [2179850]
- ASoC: codecs: add support for ES8326 (Jaroslav Kysela) [2179850]
- ASoC: Intel: Drop legacy HSW/BDW board-match information (Jaroslav Kysela) [2179850]
- ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependency (Jaroslav Kysela) [2179850]
- ASoC: Intel: bdw_rt286: Rename module (Jaroslav Kysela) [2179850]
- ASoC: Intel: hsw_rt5640: Rename module (Jaroslav Kysela) [2179850]
- ASoC: soc-utils: Improve kerneldoc for snd_soc_tdm_params_to_bclk() (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Add TDM support for acp i2s stream (Jaroslav Kysela) [2179850]
- ASoC: amd: acp: Initialize list to store acp_stream during pcm_open (Jaroslav Kysela) [2179850]
- ASoC: Variable type completion (Jaroslav Kysela) [2179850]
- ASoC: simple-card-utils: Fixup DAI sample format (Jaroslav Kysela) [2179850]
- ASoC: SOF: mediatek: Add sof_mt8186_machs for mt8186 (Jaroslav Kysela) [2179850]
- ASoC: SOF: Introduce function sof_of_machine_select (Jaroslav Kysela) [2179850]
- ASoC: omap: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: DAPM: Replace sprintf() calls with sysfs_emit_at() (Jaroslav Kysela) [2179850]
- ASoC: core: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: Intel: skylake: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: Intel: catpt: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: Intel: sst: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: tlv320aic26: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: cs43130: Replace scnprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ALSA: aoa: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ALSA: ac97: Replace sprintf() with sysfs_emit() (Jaroslav Kysela) [2179850]
- ASoC: Intel: cirrus-common: Use UID to map correct amp to prefix (Jaroslav Kysela) [2179850]
- ASoC: codecs: show PING status on resume failures (Jaroslav Kysela) [2179850]
- soundwire: add sdw_show_ping_status() helper (Jaroslav Kysela) [2179850]
- soundwire: intel/cadence: expose PING status in manager ops (Jaroslav Kysela) [2179850]
- soundwire: add read_ping_status helper definition in manager ops (Jaroslav Kysela) [2179850]
- soundwire: qcom: Update error prints to debug prints (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda: Drop no longer used ROM state definitions (Jaroslav Kysela) [2179850]
- ASoC: SOF: Intel: hda-loader: Use the FSR state definitions during bootup (Jaroslav Kysela) [2179850]
- ALSA: wavefront: remove redundant assignment to pointer end (Jaroslav Kysela) [2179850]
- soundwire: Use acpi_dev_for_each_child() (Jaroslav Kysela) [2179850]
- firewire: cdev: fix potential leak of kernel stack due to uninitialized value (Jaroslav Kysela) [2179850]
- list: Add list_next_entry_circular() and list_prev_entry_circular() (Jaroslav Kysela) [2179850]
- ASoC: cs43130: Re-use generic struct u16_fract (Jaroslav Kysela) [2179850]
- firewire: fix potential uaf in outbound_phy_packet_callback() (Jaroslav Kysela) [2179850]
- firewire: add kernel API to access packet structure in request structure for AR context (Jaroslav Kysela) [2179850]
- firewire: add kernel API to access CYCLE_TIME register (Jaroslav Kysela) [2179850]
- firewire: Add dummy read_csr/write_csr functions (Jaroslav Kysela) [2179850]
- treewide: Replace open-coded flex arrays in unions (Jaroslav Kysela) [2179850]
- firewire: Remove function callback casts (Jaroslav Kysela) [2179850]
- ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 (Jaroslav Kysela) [2179850]
- tools include UAPI: Sync sound/asound.h copy with the kernel sources (Jaroslav Kysela) [2179850]
Resolves: rhbz#2169958, rhbz#2179726, rhbz#2179850, rhbz#2184076, rhbz#2184353, rhbz#2193009, rhbz#2203380, rhbz#2207849, rhbz#2213146, rhbz#2213793, rhbz#2213877, rhbz#2214268, rhbz#2214270, rhbz#2214973, rhbz#2215891

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-06-22 11:25:28 +02:00
Denys Vlasenko
43fb701665 kernel-4.18.0-492.el8
* Tue May 09 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-492.el8]
- xfs: assert in xfs_btree_del_cursor should take into account error (Andrey Albershteyn) [2183168]
- xfs: prevent a UAF when log IO errors race with unmount (Andrey Albershteyn) [2183168]
- xfs: fix NULL pointer dereference in xfs_getbmap() (Andrey Albershteyn) [2183168]
- xfs: avoid a UAF when log intent item recovery fails (Andrey Albershteyn) [2183168]
- xfs: fix memory leak in xfs_errortag_init (Andrey Albershteyn) [2183168]
- xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init() (Andrey Albershteyn) [2183168]
- xfs: fix sb write verify for lazysbcount (Andrey Albershteyn) [2183168]
- xfs: invalidate block device page cache during unmount (Andrey Albershteyn) [2183168]
- xfs: invalidate xfs_bufs when allocating cow extents (Andrey Albershteyn) [2183168]
- xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING (Andrey Albershteyn) [2183168]
- xfs: fix intermittent hang during quotacheck (Andrey Albershteyn) [2183168]
- xfs: fix exception caused by unexpected illegal bestcount in leaf dir (Andrey Albershteyn) [2183168]
- xfs: fix super block buf log item UAF during force shutdown (Andrey Albershteyn) [2183168]
- xfs: fix uninitialized variable access (Andrey Albershteyn) [2183168]
- xfs: fix potential log item leak (Andrey Albershteyn) [2183168]
- xfs: fix inode reservation space for removing transaction (Andrey Albershteyn) [2183168]
- xfs: fix extent busy updating (Andrey Albershteyn) [2183168]
- xfs: fix low space alloc deadlock (Andrey Albershteyn) [2183168]
- xfs: purge dquots after inode walk fails during quotacheck (Andrey Albershteyn) [2183168]
- xfs: get root inode correctly at bulkstat (Andrey Albershteyn) [2183168]
- iomap: iomap: fix memory corruption when recording errors during writeback (Andrey Albershteyn) [2183168]
- xfs: attach dquots to inode before reading data/cow fork mappings (Andrey Albershteyn) [2183168]
- xfs: get rid of assert from xfs_btree_islastblock (Andrey Albershteyn) [2183168]
- xfs: fix use-after-free in xattr node block inactivation (Andrey Albershteyn) [2183168]
- xfs: pass the correct cursor to xfs_iomap_prealloc_size (Andrey Albershteyn) [2183168]
- xfs: don't report reserved bnobt space as available (Andrey Albershteyn) [2183168]
- xfs: fix overfilling of reserve pool (Andrey Albershteyn) [2183168]
- xfs: always succeed at setting the reserve pool size (Andrey Albershteyn) [2183168]
- xfs: remove infinite loop when reserving free block pool (Andrey Albershteyn) [2166567 2183168]
- xfs: don't include bnobt blocks when reserving free block pool (Andrey Albershteyn) [2183168]
- xfs: document the XFS_ALLOC_AGFL_RESERVE constant (Andrey Albershteyn) [2183168]
- xfs: prevent UAF in xfs_log_item_in_current_chkpt (Andrey Albershteyn) [2183168]
- xfs: fix incorrect i_nlink caused by inode racing (Andrey Albershteyn) [2183168]
- xfs: fix incorrect error-out in xfs_remove (Andrey Albershteyn) [2183168]
- KVM: s390: GISA: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: disable migration mode when dirty tracking is disabled (Cédric Le Goater) [2169294]
- KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails (Cédric Le Goater) [2169294]
- iommu/s390: Make attach succeed even if the device is in error state (Cédric Le Goater) [2169294]
- KVM: s390: pci: Fix allocation size of aift kzdev elements (Cédric Le Goater) [2169294]
- iommu/s390: Fix incorrect aperture check (Cédric Le Goater) [2169294]
- KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page (Cédric Le Goater) [2169294]
- KVM: s390: pv: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: sida: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- iommu/s390: Fail probe for non-PCI devices (Cédric Le Goater) [2169294]
- PCI/AER: Remove redundant Device Control Error Reporting Enable (Myron Stowe) [2180894]
- PCI/AER: Configure ECRC only if AER is native (Myron Stowe) [2180894]
- PCI/AER: Iterate over error counters instead of error strings (Myron Stowe) [2180894]
- PCI/AER: Enable error reporting when AER is native (Myron Stowe) [2180894]
- PCI/AER: Configure ECRC for every device (Myron Stowe) [2180894]
- PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits (Myron Stowe) [2180894]
- PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions (Myron Stowe) [2180894]
- PCI/AER: Use consistent format when printing PCI device (Myron Stowe) [2180894]
- PCI/sysfs: Rely on lengths from scnprintf(), dsm_label_utf16s_to_utf8s() (Myron Stowe) [2180894]
- PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun (Myron Stowe) [2180894]
- mlxsw: minimal: Fix deadlock in ports creation (Petr Oros) [2177956]
- mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_device_unregister() (Petr Oros) [2177956]
- net: devlink: convert reload command to take implicit devlink->lock (Petr Oros) [2177956]
- mlxsw: convert driver to use unlocked devlink API during init/fini (Petr Oros) [2177956]
- mlxsw: Narrow the critical section of devl_lock during ports creation/removal (Petr Oros) [2177956]
- ice: sleep, don't busy-wait, in the SQ send retry loop (Michal Schmidt) [2184013]
- ice: remove unused buffer copy code in ice_sq_send_cmd_retry() (Michal Schmidt) [2184013]
- ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUT (Michal Schmidt) [2184013]
- ice: remove ice_ctl_q_info::sq_cmd_timeout (Michal Schmidt) [2184013]
- ice: increase the GNSS data polling interval to 20 ms (Michal Schmidt) [2184013]
- ice: do not busy-wait to read GNSS data (Michal Schmidt) [2184013]
- enic: Use irq_update_affinity_hint() (Michal Schmidt) [2101515]
- ethernet:enic: Fix a use after free bug in enic_hard_start_xmit (Michal Schmidt) [2101515]
- net: enic: Cure the enic api locking trainwreck (Michal Schmidt) [2101515]
- enic: switch from 'pci_' to 'dma_' API (Michal Schmidt) [2101515]
- enic: convert to new udp_tunnel_nic infra (Michal Schmidt) [2101515]
- enic: let core reject the unsupported coalescing parameters (Michal Schmidt) [2101515]
- scsi: mpt3sas: Fix an issue when driver is being removed (Tomas Henzl) [2166206]
- scsi: mpt3sas: Remove HBA BIOS version in the kernel log (Tomas Henzl) [2166206]
- scsi: mpt3sas: Don't print sense pool info twice (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix a memory leak (Tomas Henzl) [2166206]
- scsi: mpt3sas: Demote log level for trace buffer allocation to info (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() (Tomas Henzl) [2166206]
- scsi: mpt3sas: Remove usage of dma_get_required_mask() API (Tomas Henzl) [2166206]
- scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2166206]
- ipmi: msghandler: kABI implementation was wrong (Tony Camuso) [2182345]
- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition (Chris von Recklinghausen) [2184583] {CVE-2023-1855}
- RDMA/irdma: Add ipv4 check to irdma_find_listener() (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Increase iWARP CM default rexmit count (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Fix memory leak of PBLE objects (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Do not generate SW completions for NOPs (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Remove a redundant irdma_arp_table() call (Kamal Heib) [2117129 2135976]
- migrate: grab the compound head in migration_entry_wait_on_locked (Nico Pache) [2188249]
- module: Don't wait for GOING modules (Mark Langsdorf) [1964563]
- redhat/configs: Fix DEBUG_BLK_CGROUP and BFQ_CGROUP_DEBUG configs (Vladis Dronov)
- x86/MCE/AMD: Clear DFR errors found in THR handler (Prarit Bhargava) [2190279]
Resolves: rhbz#1964563, rhbz#2101515, rhbz#2117129, rhbz#2135976, rhbz#2166206, rhbz#2166567, rhbz#2169294, rhbz#2177956, rhbz#2180894, rhbz#2182345, rhbz#2183168, rhbz#2184013, rhbz#2184583, rhbz#2188249, rhbz#2190279

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-05-09 17:11:04 +02:00
Denys Vlasenko
394c244cdf kernel-4.18.0-491.el8
* Fri May 05 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-491.el8]
- iommu/amd: Update amd_iommu_fault structure to include PCI seg ID (Jerry Snitselaar) [2117775]
- iommu/amd: Update device_state structure to include PCI seg ID (Jerry Snitselaar) [2117775]
- iommu/amd: Print PCI segment ID in error log messages (Jerry Snitselaar) [2117775]
- iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands (Jerry Snitselaar) [2117775]
- iommu/amd: Specify PCI segment ID when getting pci device (Jerry Snitselaar) [2117775]
- iommu/amd: Include PCI segment ID when initialize IOMMU (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce get_device_sbdf_id() helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Flush upto last_bdf only (Jerry Snitselaar) [2117775]
- iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf] (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit() (Jerry Snitselaar) [2117775]
- iommu/amd: Update (un)init_device_table_dma() (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dte_irq_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Update dump_dte_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Update iommu_ignore_device (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dte_entry and clear_dte_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use per PCI segment rlookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Update alloc_irq_table and alloc_irq_index (Jerry Snitselaar) [2117775]
- iommu/amd: Update amd_irte_ops functions (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce struct amd_ir_data.iommu (Jerry Snitselaar) [2117775]
- iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use rlookup_amd_iommu helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use per PCI segment irq_lookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment rlookup table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment alias table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment device table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment last_bdf (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment unity map list (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment alias_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment old_dev_tbl_cpy (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment dev_data_list (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment irq_lookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment rlookup table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment device table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce pci segment structure (Jerry Snitselaar) [2117775]
- iommu/amd: Update struct iommu_dev_data definition (Jerry Snitselaar) [2117775]
- redhat: configs: Enable CONFIG_INTEL_IOMMU_PERF_EVENTS (Jerry Snitselaar) [2176995]
- iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplug (Jerry Snitselaar) [2176995]
- iommu/vt-d: Enable IOMMU perfmon support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Add IOMMU perfmon overflow handler support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Support cpumask for IOMMU perfmon (Jerry Snitselaar) [2176995]
- iommu/vt-d: Add IOMMU perfmon support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Support Enhanced Command Interface (Jerry Snitselaar) [2176995]
- iommu/vt-d: Retrieve IOMMU perfmon capability information (Jerry Snitselaar) [2176995]
- iommu/vt-d: Fix error handling in sva enable/disable paths (Jerry Snitselaar) [2181397]
- iommu/vt-d: Support size of the register set in DRHD (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow zero SAGAW if second-stage not supported (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove include/linux/intel-svm.h (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow to use flush-queue when first level is default (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PASID directory pointer coherency (Jerry Snitselaar) [2181397]
- iommu/vt-d: Set No Execute Enable bit in PASID table entry (Jerry Snitselaar) [2181397]
- iommu: Remove SVM_FLAG_SUPERVISOR_MODE support (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in prq_event_thread() (Jerry Snitselaar) [2181397]
- PCI: Enable PASID only when ACS RR & UF enabled on upstream path (Jerry Snitselaar) [2181397]
- iommu/vt-d: Set SRE bit only when hardware has SRS cap (Jerry Snitselaar) [2181397]
- iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove pasid_set_eafe() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unnecessary SVA data accesses in page fault path (Jerry Snitselaar) [2181397]
- iommu/vt-d: Add RPLS to quirk list to skip TE disabling (Jerry Snitselaar) [2181397]
- iommu: Remove guest pasid related interfaces and definitions (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove guest pasid related callbacks (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused PASID_DISABLED (Jerry Snitselaar) [2181397]
- iommu/vt-d: Clean up unused PASID updating functions (Jerry Snitselaar) [2181397]
- iommu/vtd: Replace acpi_bus_get_device() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused dma_to_mm_pfn function (Jerry Snitselaar) [2181397]
- iommu/vt-d: Use bitmap_zalloc() when applicable (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused macros (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Use rcu_lock in get_resv_regions (Jerry Snitselaar) [2181397]
- iommu: Add gfp parameter to iommu_alloc_resv_region (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in has_external_pci() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove iova_cache_get/put() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Add missing "__init" for rmrr_sanity_check() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu: Force identity domains for legacy binding (Jerry Snitselaar) [2181397]
- iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacks (Jerry Snitselaar) [2181397]
- iommu: Make sysfs robust for non-API groups (Jerry Snitselaar) [2181397]
- iommu: Use right way to retrieve iommu_ops (Jerry Snitselaar) [2181397]
- iommu: Remove apply_resv_region (Jerry Snitselaar) [2181397]
- iommu/dma: Explicitly sort PCI DMA windows (Jerry Snitselaar) [2181397]
- iommu: Do not dereference fwnode in struct device (Jerry Snitselaar) [2181397]
- iommu: Remove duplicate ida_free in iommu_group_alloc (Jerry Snitselaar) [2181397]
- iommu: Directly use ida_alloc()/free() (Jerry Snitselaar) [2181397]
- iommu/iova: change IOVA_MAG_SIZE to 127 to save memory (Jerry Snitselaar) [2181397]
- iommu/iova: Fix alloc iova overflows issue (Jerry Snitselaar) [2181397]
- iova: Remove iovad->rcaches check in iova_rcache_get() (Jerry Snitselaar) [2181397]
- iova: Remove magazine BUG_ON() checks (Jerry Snitselaar) [2181397]
- iova: Remove some magazine pointer NULL checks (Jerry Snitselaar) [2181397]
- swiotlb: fix a braino in the alignment check fix (Jerry Snitselaar) [2181397]
- swiotlb: fix slot alignment checks (Jerry Snitselaar) [2181397]
- swiotlb: use wrap_area_index() instead of open-coding it (Jerry Snitselaar) [2181397]
- swiotlb: fix the deadlock in swiotlb_do_find_slots (Jerry Snitselaar) [2181397]
- swiotlb: mark swiotlb_memblock_alloc() as __init (Jerry Snitselaar) [2181397]
- swiotlb: remove swiotlb_max_segment (Jerry Snitselaar) [2181397]
- swiotlb: reduce the swiotlb buffer size on allocation failure (Jerry Snitselaar) [2181397]
- swiotlb: replace kmap_atomic() with memcpy_{from,to}_page() (Jerry Snitselaar) [2181397]
- swiotlb: don't panic! (Jerry Snitselaar) [2181397]
- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode (Jerry Snitselaar) [2175620]
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (Jerry Snitselaar) [2181397]
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (Jerry Snitselaar) [2181397]
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (Jerry Snitselaar) [2181397]
- iommu/vt-d: Avoid unnecessary global DMA cache invalidation (Jerry Snitselaar) [2176983]
- iommu/vt-d: Avoid unnecessary global IRTE cache invalidation (Jerry Snitselaar) [2176983]
- iommu/vt-d: Fix buggy QAT device mask (Jerry Snitselaar) [2169568]
- iommu/vt-d: Add a fix for devices need extra dtlb flush (Jerry Snitselaar) [2169568]
- xfs: fix off-by-one-block in xfs_discard_folio() (Carlos Maiolino) [2112147]
- xfs: drop write error injection is unfixable, remove it (Carlos Maiolino) [2112147]
- xfs: use iomap_valid method to detect stale cached iomaps (Carlos Maiolino) [2112147]
- iomap: write iomap validity checks (Carlos Maiolino) [2112147]
- xfs: xfs_bmap_punch_delalloc_range() should take a byte range (Carlos Maiolino) [2112147]
- iomap: buffered write failure should not truncate the page cache (Carlos Maiolino) [2112147]
- iomap: Export page_cache_seek_hole_data (Carlos Maiolino) [2112147]
- xfs,iomap: move delalloc punching to iomap (Carlos Maiolino) [2112147]
- xfs: use byte ranges for write cleanup ranges (Carlos Maiolino) [2112147]
- xfs: punching delalloc extents on write failure is racy (Carlos Maiolino) [2112147]
- xfs: write page faults in iomap are not buffered writes (Carlos Maiolino) [2112147]
- iomap: iomap_read_inline_data cleanup (Carlos Maiolino) [2112147]
- iomap: Fix inline extent handling in iomap_readpage (Carlos Maiolino) [2112147]
- iomap: constify iomap_iter_srcmap (Carlos Maiolino) [2112147]
- iomap: rework unshare flag (Carlos Maiolino) [2112147]
- iomap: pass an iomap_iter to various buffered I/O helpers (Carlos Maiolino) [2112147]
- iomap: remove iomap_apply (Carlos Maiolino) [2112147]
- fsdax: Fix infinite loop in dax_iomap_rw() (Carlos Maiolino) [2112147]
- fsdax: switch dax_iomap_rw to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_swapfile_activate to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_seek_data to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_seek_hole to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_bmap to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_fiemap to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch __iomap_dio_rw to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: support REQ_OP_ZONE_APPEND (Carlos Maiolino) [2112147]
- iomap: add a filesystem hook for direct I/O bio submission (Carlos Maiolino) [2112147]
- iomap: switch iomap_page_mkwrite to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_zero_range to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: Change calling convention for zeroing (Carlos Maiolino) [2112147]
- iomap: switch iomap_file_unshare to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_file_buffered_write to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch readahead and readpage to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: add the new iomap_iter model (Carlos Maiolino) [2112147]
- iomap: fix the iomap_readpage_actor return value for inline data (Carlos Maiolino) [2112147]
- iomap: Support inline data with block size < page size (Carlos Maiolino) [2112147]
- fs: mark the iomap argument to __block_write_begin_int const (Carlos Maiolino) [2112147]
- fsdax: mark the iomap argument to dax_iomap_sector as const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_read_page_sync const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_read_inline_data const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_inline_data_valid const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_inline_data const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_sector const (Carlos Maiolino) [2112147]
- ipv6: Fix an uninit variable access bug in __ip6_make_skb() (Hangbin Liu) [2185798]
- ipv6: Fix tcp socket connection with DSCP. (Hangbin Liu) [2185798]
- ipv6: Fix datagram socket connection with DSCP. (Hangbin Liu) [2185798]
- ipv6: avoid use-after-free in ip6_fragment() (Hangbin Liu) [2185798]
- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Hangbin Liu) [2185798]
- ipv6: fix WARNING in ip6_route_net_exit_late() (Hangbin Liu) [2185798]
- ipv6: ensure sane device mtu in tunnels (Hangbin Liu) [2185798]
- KVM: arm64: PMU: Restore the guest's EL0 event counting after migration (Shaoqin Huang) [2175146]
- KVM: arm64: Retry fault if vma_lookup() results become invalid (Shaoqin Huang) [2175146]
- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU (Shaoqin Huang) [2175146]
- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value (Shaoqin Huang) [2175146]
- KVM: arm64: timers: Convert per-vcpu virtual offset to a global value (Shaoqin Huang) [2175146]
- KVM: arm64: Fix non-kerneldoc comments (Shaoqin Huang) [2175146]
- arm64/sysreg: clean up some inconsistent indenting (Shaoqin Huang) [2175146]
- KVM: arm64: timers: Don't BUG() on unhandled timer trap (Shaoqin Huang) [2175146]
- KVM: arm64: Reduce overhead of trapped timer sysreg accesses (Shaoqin Huang) [2175146]
- KVM: arm64: Don't arm a hrtimer for an already pending timer (Shaoqin Huang) [2175146]
- KVM: arm64: Fix S1PTW handling on RO memslots (Shaoqin Huang) [2175146]
- KVM: arm64: Fix typo in comment (Shaoqin Huang) [2175146]
- KVM: arm64: Fix pvtime documentation (Shaoqin Huang) [2175146]
- KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS. (Shaoqin Huang) [2175146]
- KVM: arm64: nvhe: Fix build with profile optimization (Shaoqin Huang) [2175146]
- fuse: wait for writepages in syncfs (Brian Foster) [2185834]
- virtio_fs: Modify format for virtio_fs_direct_access (Brian Foster) [2185834]
- virtiofs: delete unused parameter for virtio_fs_cleanup_vqs (Brian Foster) [2185834]
- virtiofs: use strscpy for copying the queue name (Brian Foster) [2185834]
- virtiofs: propagate sync() to file server (Brian Foster) [2185834]
- fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID (Brian Foster) [2185834]
- fuse: extend FUSE_SETXATTR request (Brian Foster) [2185834]
- virtiofs: fix userns (Brian Foster) [2185834]
- virtiofs: remove useless function (Brian Foster) [2185834]
- virtiofs: split requests that exceed virtqueue size (Brian Foster) [2185834]
- virtiofs: fix memory leak in virtio_fs_probe() (Brian Foster) [2185834]
- virtio_fs: convert to LE accessors (Brian Foster) [2185834]
- dmaengine: use sysfs_emit() to instead of scnprintf() (Jerry Snitselaar) [2181398]
- dmaengine: Simplify dmaenginem_async_device_register() function (Jerry Snitselaar) [2181398]
- dmaengine: idma64: Update bytes_transferred field (Jerry Snitselaar) [2181398]
- dmaengine: dw: Move check for paused channel to dwc_get_residue() (Jerry Snitselaar) [2181398]
- dmaengine: ptdma: check for null desc before calling pt_cmd_callback (Jerry Snitselaar) [2181398]
- dmaengine: idxd: Fix default allowed read buffers value in group (Jerry Snitselaar) [2181398]
- dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 (Jerry Snitselaar) [2181398]
- ptdma: pt_core_execute_cmd() should use spinlock (Jerry Snitselaar) [2181398]
- dmaengine: Fix double increment of client_count in dma_chan_get() (Jerry Snitselaar) [2181398]
- dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup() (Jerry Snitselaar) [2153929]
- cifs: set a minimum of 120s for next dns resolution (Ronnie Sahlberg) [2182867]
- cifs: use the expiry output of dns_query to schedule next resolution (Ronnie Sahlberg) [2182867]
- cifs: sanitize paths in cifs_update_super_prepath. (Ronnie Sahlberg) [2182472]
- redhat/configs: Fix incorrect configs location and content (Vladis Dronov)
- scsi: megaraid_sas: Fix double kfree() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix fw_crash_buffer_show() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix crash after a double completion (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Update max supported LD IDs to 240 (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Add flexible array member for SGLs (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix some spelling mistakes in comment (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Remove unnecessary kfree() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Use irq_set_affinity_and_hint() (Tomas Henzl) [2163670]
- scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2163670]
- scsi: ses: Handle enclosure with just a primary component gracefully (Tomas Henzl) [2188481]
- ipvlan: hold lower dev to avoid possible use-after-free (Davide Caratti) [2188055]
- net: macvlan: Use built-in RCU list checking (Davide Caratti) [2188055]
- x86/split_lock: Enumerate architectural split lock disable bit (Prarit Bhargava) [2123535]
- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state (Yauheni Kaliuta) [2175160]
- hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs (Marcelo Tosatti) [2158707]
- scsi: target: iscsi: Handle abort for WRITE_PENDING cmds (Maurizio Lombardi) [2156588]
- scsi: target: iscsit: Fix TAS handling during conn cleanup (Maurizio Lombardi) [2156588]
Resolves: rhbz#2112147, rhbz#2117775, rhbz#2123535, rhbz#2153929, rhbz#2156588, rhbz#2158707, rhbz#2163670, rhbz#2169568, rhbz#2175146, rhbz#2175160, rhbz#2175620, rhbz#2176983, rhbz#2176995, rhbz#2181397, rhbz#2181398, rhbz#2182472, rhbz#2182867, rhbz#2185798, rhbz#2185834, rhbz#2188055, rhbz#2188481

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-05-05 15:50:03 +02:00
Denys Vlasenko
0d2da9487e kernel-4.18.0-486.el8
* Thu Apr 13 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-486.el8]
- mm/memremap: fix missing call to untrack_pfn() in pagemap_range() (Nico Pache) [2168370]
- arm64: mm: correct the inside linear map range during hotplug check (Nico Pache) [2168370]
- s390/mm: define arch_get_mappable_range() (Nico Pache) [2168370]
- arm64/mm: define arch_get_mappable_range() (Nico Pache) [2168370]
- mm/memory_hotplug: prevalidate the address range being added with platform (Nico Pache) [2168370]
- s390/extmem: return correct segment type in __segment_load() (Nico Pache) [2168370]
- s390/vmem: get rid of memory segment list (Nico Pache) [2168370]
- arm64/mm: Validate hotplug range before creating linear mapping (Nico Pache) [2168370]
- mm/truncate.c: make __invalidate_mapping_pages() static (Nico Pache) [2168370]
- powerpc/mm: fix "section_base" set but not used (Nico Pache) [2168370]
- powerpc: Avoid link stack corruption in misc asm functions (Nico Pache) [2168370]
- powerpc/booke: Avoid link stack corruption in several places (Nico Pache) [2168370]
- powerpc/mm: Fix lockup on kernel exec fault (Nico Pache) [2168370]
- x86: fix seq_file iteration for pat/memtype.c (Nico Pache) [2168370]
- powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning (Nico Pache) [2168370]
- powerpc/nvdimm: Update vmemmap_populated to check sub-section range (Nico Pache) [2168370]
- powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt() (Nico Pache) [2168370]
- x86/mm: Sync also unmappings in vmalloc_sync_all() (Nico Pache) [2168370]
- Fix page corruption caused by racy check in __free_pages (Nico Pache) [2168370]
- mm/gup: fix gup_pud_range() for dax (Nico Pache) [2168370]
- memcg: Fix possible use-after-free in memcg_write_event_control() (Nico Pache) [2168370]
- mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all() (Nico Pache) [2168370]
- mm: fix madivse_pageout mishandling on non-LRU page (Nico Pache) [2168370]
- mm/page_alloc: fix race condition between build_all_zonelists and page allocation (Nico Pache) [2168370]
- mm/slub: fix to return errno if kmalloc() fails (Nico Pache) [2168370]
- writeback: avoid use-after-free after removing device (Nico Pache) [2168370]
- x86/mm: Use proper mask when setting PUD mapping (Nico Pache) [2168370]
- mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region (Nico Pache) [2168370]
- mm/hmm: fault non-owner device private entries (Nico Pache) [2168370]
- mm: split huge PUD on wp_huge_pud fallback (Nico Pache) [2168370]
- mm/page_owner: use strscpy() instead of strlcpy() (Nico Pache) [2168370]
- mm/vmscan: take min_slab_pages into account when try to call shrink_node (Nico Pache) [2168370]
- x86: Fix return value of __setup handlers (Nico Pache) [2168370]
- mm: fix unexpected zeroed page mapping with zram swap (Nico Pache) [2168370]
- mm, page_alloc: fix build_zonerefs_node() (Nico Pache) [2168370]
- mm/mempolicy: fix mpol_new leak in shared_policy_replace (Nico Pache) [2168370]
- mm/slub: remove forced_order parameter in calculate_sizes (Nico Pache) [2168370]
- mm/usercopy: return 1 from hardened_usercopy __setup() handler (Nico Pache) [2168370]
- mm/thp: ClearPageDoubleMap in first page_add_file_rmap() (Nico Pache) [2168370]
- mm/thp: refix __split_huge_pmd_locked() for migration PMD (Nico Pache) [2168370]
- mempolicy: mbind_range() set_policy() after vma_merge() (Nico Pache) [2168370]
- mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node (Nico Pache) [2168370]
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (Nico Pache) [2168370]
- mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() (Nico Pache) [2168370]
- mm: thp: fix wrong cache flush in remove_migration_pmd() (Nico Pache) [2168370]
- mm: fix missing cache flush for all tail pages of compound page (Nico Pache) [2168370]
- tmpfs: fix regressions from wider use of ZERO_PAGE (Nico Pache) [2168370]
- tmpfs: do not allocate pages on read (Nico Pache) [2168370]
- shmem: mapping_set_exiting() to help mapped resilience (Nico Pache) [2168370]
- mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault (Nico Pache) [2168370]
- shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode (Nico Pache) [2168370]
- mm, slub: use prefetchw instead of prefetch (Nico Pache) [2168370]
- arm64: mm: update max_pfn after memory hotplug (Nico Pache) [2168370]
- mm, vmscan: guarantee drop_slab_node() termination (Nico Pache) [2168370]
- fs, mm: fix race in unlinking swapfile (Nico Pache) [2168370]
- fs: inode: count invalidated shadow pages in pginodesteal (Nico Pache) [2168370]
- mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED (Nico Pache) [2168370]
- mm/filemap.c: rewrite mapping_needs_writeback in less fancy manner (Nico Pache) [2168370]
- fs: drop_caches: fix skipping over shadow cache inodes (Nico Pache) [2168370]
- mm: introduce and use mapping_empty() (Nico Pache) [2168370]
- mm: remove irqsave/restore locking from contexts with irqs enabled (Nico Pache) [2168370]
- mm: zswap: clean up confusing comment (Nico Pache) [2168370]
- mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn (Nico Pache) [2168370]
- mm: vmstat: add some comments on internal storage of byte items (Nico Pache) [2168370]
- mm: vmstat: fix NOHZ wakeups for node stat changes (Nico Pache) [2168370]
- mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() (Nico Pache) [2168370]
- mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_struct() (Nico Pache) [2168370]
- mm: use helper function mapping_allow_writable() (Nico Pache) [2168370]
- mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom() (Nico Pache) [2168370]
- mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge() (Nico Pache) [2168370]
- mm: memcontrol: correct the comment of mem_cgroup_iter() (Nico Pache) [2168370]
- x86/mm: use max memory block size on bare metal (Nico Pache) [2168370]
- mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check (Nico Pache) [2168370]
- include/linux/swapops.h: correct guards for non_swap_entry() (Nico Pache) [2168370]
- mm: set vm_next and vm_prev to NULL in vm_area_dup() (Nico Pache) [2168370]
- mm: don't prepare anon_vma if vma has VM_WIPEONFORK (Nico Pache) [2168370]
- page-flags: fix a crash at SetPageError(THP_SWAP) (Nico Pache) [2168370]
- mm/rmap.c: fix outdated comment in page_get_anon_vma() (Nico Pache) [2168370]
- mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() (Nico Pache) [2168370]
- mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() (Nico Pache) [2168370]
- x86/mm: Kill stray kernel fault handling comment (Nico Pache) [2168370]
- arm64/numa: Unify common error path in numa_init() (Nico Pache) [2168370]
- tools/power/x86/intel-speed-select: v1.14 release (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Adjust uncore max/min frequency (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix display of uncore min frequency (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Add Emerald Rapid quirk (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: turbo-freq auto mode with SMT off (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: cpufreq reads on offline CPUs (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Use null-terminated string (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove duplicate dup() (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Handle open() failure case (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused non_block flag (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove wrong check in set_isst_id() (Prarit Bhargava) [2154078]
- platform/x86: ISST: Fix typo in comments (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Release v1.13 (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Optimize CPU initialization (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Utilize cpu_map to get physical id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused struct clos_config fields (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Enforce isst_id value (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Do not export get_physical_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Introduce is_cpu_in_power_domain helper (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Cleanup get_physical_id usage (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Convert more function to use isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Add pkg and die in isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Introduce struct isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused core_mask array (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove dead code (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix cpu count for TDP level display (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unneeded semicolon (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix off by one check (Prarit Bhargava) [2154078]
- platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix warning for perf_cap.cpu (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Display error on turbo mode disabled (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-needed (Prarit Bhargava) [2154078]
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Waiman Long) [1989283]
- x86/cpu: Support AMD Automatic IBRS (Waiman Long) [1989283]
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Waiman Long) [1989283]
- x86/cpu, kvm: Add the Null Selector Clears Base feature (Waiman Long) [1989283]
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Waiman Long) [1989283]
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Waiman Long) [1989283]
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Waiman Long) [1989283]
- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Waiman Long) [1989283]
- x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 (Waiman Long) [1989283]
- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Waiman Long) [1989283]
- Documentation/hw-vuln: Update spectre doc (Waiman Long) [1989283]
- nvme-tcp: fence TCP socket on receive error (John Meneghini) [2116939]
- nvme-multipath: fix possible hang in live ns resize with ANA access (John Meneghini) [2116939]
- nvme-tcp: fix possible hang caused during ctrl deletion (John Meneghini) [2116939]
- nvme-tcp: fix regression that causes sporadic requests to time out (John Meneghini) [2116939]
- nvme-tcp: fix UAF when detecting digest errors (John Meneghini) [2116939]
- nvme-tcp: check if the queue is allocated before stopping it (John Meneghini) [2116939]
- nvme-tcp: always fail a request when sending it failed (John Meneghini) [2116939]
- nvme: fix regression when disconnect a recovering ctrl (John Meneghini) [2116939]
- nvme-multipath: use vmalloc for ANA log buffer (John Meneghini) [2116939]
- bfq: fix waker_bfqq inconsistency crash (Ming Lei) [2177565]
- blktrace: Fix output non-blktrace event when blk_classic option enabled (Ming Lei) [2177565]
- blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init() (Ming Lei) [2177565]
- blk-wbt: call rq_qos_add() after wb_normal is initialized (Ming Lei) [2177565]
- block: sync mixed merged request's failfast with 1st bio's (Ming Lei) [2177565]
- blk-mq: Fix potential io hung for shared sbitmap per tagset (Ming Lei) [2177565]
- block: bio-integrity: Copy flags when bio_integrity_payload is cloned (Ming Lei) [2177565]
- dim: initialize all struct fields (Audra Mitchell) [2172125]
- XArray: Update the LRU list in xas_split() (Audra Mitchell) [2172125]
- lib: bitmap: fix many kernel-doc warnings (Audra Mitchell) [2172125]
- vsprintf: Fix %%pK with kptr_restrict == 0 (Audra Mitchell) [2172125]
- lib: uninline simple_strntoull() as well (Audra Mitchell) [2172125]
- lib: dimlib: fix help text typos (Audra Mitchell) [2172125]
- locks: fix TOCTOU race when granting write lease (Waiman Long) [2152051]
- locks: eliminate false positive conflicts for write lease (Waiman Long) [2152051]
- locks: Use inode_is_open_for_write (Waiman Long) [2152051]
- fs/locks: remove unnecessary white space. (Waiman Long) [2152051]
- fs/locks: use properly initialized file_lock when unlocking. (Waiman Long) [2152051]
- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) [2156845]
- pinctrl: intel: Add Intel Meteor Lake pin controller support (Prarit Bhargava) [2156845]
- md: fix regression for null-ptr-deference in __md_stop() (Nigel Croxon) [2162231]
- md: avoid signed overflow in slot_store() (Nigel Croxon) [2162231]
- md: Free resources in __md_stop (Nigel Croxon) [2162231]
- md: account io_acct_set usage with active_io (Nigel Croxon) [2162231]
- md: use MD_RESYNC_* whenever possible (Nigel Croxon) [2162231]
- md: Free writes_pending in md_stop (Nigel Croxon) [2162231]
- md: Change active_io to percpu (Nigel Croxon) [2162231]
- md: Factor out is_md_suspended helper (Nigel Croxon) [2162231]
- md: don't update recovery_cp when curr_resync is ACTIVE (Nigel Croxon) [2162231]
- md: fold unbind_rdev_from_array into md_kick_rdev_from_array (Nigel Croxon) [2162231]
- md: mark md_kick_rdev_from_array static (Nigel Croxon) [2162231]
- mm/kmemleak: fix UAF bug in kmemleak_scan() (Waiman Long) [2172763]
- mm/kmemleak: simplify kmemleak_cond_resched() usage (Waiman Long) [2172763]
- mm/kmemleak.c: fix a comment (Waiman Long) [2172763]
- ptp: introduce a phase offset in the periodic output request (Íñigo Huguet) [2179072]
- ptp: add ability to configure duty cycle for periodic output (Íñigo Huguet) [2179072]
- platform/x86: intel/pmc/core: Add Meteor Lake mobile support (Prarit Bhargava) [2153968]
- platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver (Prarit Bhargava) [2153968]
- sched/core: Fix arch_scale_freq_tick() on tickless systems (Phil Auld) [2184083]
- qede: avoid uninitialized entries in coal_entry array (Michal Schmidt) [2160054]
- qede: fix interrupt coalescing configuration (Jonathan Toppins) [2160054]
- powerpc/64s: Unmerge EX_LR and EX_DAR (Mamatha Inamdar) [2134271]
- powercap: intel_rapl: add support for Meteor Lake (Prarit Bhargava) [2153964]
- dm: fix __send_duplicate_bios() to always allow for splitting IO (Benjamin Marzinski) [2184429]
- dm: fix improper splitting for abnormal bios (Benjamin Marzinski) [2184429]
- ovl: fail on invalid uid/gid mapping at copy up (Miklos Szeredi) [2165342] {CVE-2023-0386}
Resolves: rhbz#1989283, rhbz#2116939, rhbz#2134271, rhbz#2152051, rhbz#2153964, rhbz#2153968, rhbz#2154078, rhbz#2156845, rhbz#2160054, rhbz#2162231, rhbz#2165342, rhbz#2168370, rhbz#2172125, rhbz#2172763, rhbz#2177565, rhbz#2179072, rhbz#2184083, rhbz#2184429

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-04-13 16:44:58 +02:00
Denys Vlasenko
be85aabbe0 kernel-4.18.0-484.el8
* Wed Apr 05 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-484.el8]
- ethernet: Remove vf rate limit check for drivers (Izabela Bakollari) [2172124]
- rtnetlink: verify rate parameters for calls to ndo_set_vf_rate (Izabela Bakollari) [2172124]
- sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2117449]
- Fix genlog.py to ensure that comments retain "%%" characters. (Eder Zulian) [RHEL-340]
- redhat: fix duplicate jira issues in the resolves line (Eder Zulian) [RHEL-340]
- redhat: add support for Jira issues in changelog (Eder Zulian) [RHEL-340]
- redhat/configs: Put CONFIG_SFC_* to a proper location (Vladis Dronov)
- redhat/configs: Put CONFIG_SEV_GUEST to a proper location (Vladis Dronov)
- Reinstate "GFS2: free disk inode which is deleted by remote node -V2" (Bob Peterson) [2181343]
- iavf: fix hang on reboot with ice (Stefan Assmann) [2181811]
- iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2181811]
- net/ulp: use consistent error code when blocking ULP (Sabrina Dubroca) [2176955] {CVE-2023-0461}
- net/ulp: prevent ULP without clone op from entering the LISTEN status (Sabrina Dubroca) [2176955] {CVE-2023-0461}
- lockd: lockd server-side shouldn't set fl_ops (Jeffrey Layton) [2179329]
- NFS: Correct timing for assigning access cache timestamp (Benjamin Coddington) [2180851]
- Switch to z-stream for 8.8 for CKI pipelines (Michael Hofmann)
- KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS (Jon Maloy) [2160033] {CVE-2022-2196}
Resolves: rhbz#2066279, rhbz#2117449, rhbz#2160033, rhbz#2172124, rhbz#2176955, rhbz#2179329, rhbz#2180851, rhbz#2181343, rhbz#2181811, RHEL-340

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-04-06 10:40:16 +02:00
Denys Vlasenko
581db46301 kernel-4.18.0-478.el8
* Thu Mar 16 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-478.el8]
- net/tunnel: wait until all sk_user_data reader finish before releasing the sock (Hangbin Liu) [2176344]
- powerpc/pseries: unregister VPA when hot unplugging a CPU (Mamatha Inamdar) [2143007]
- net: mana: Fix IRQ name - add PCI and queue number (Mohammed Gamal) [2172474]
- net: mana: Fix return type of mana_start_xmit() (Mohammed Gamal) [2172474]
- net: mana: Define data structures for protection domain and memory registration (Mohammed Gamal) [2172474]
- net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES (Mohammed Gamal) [2172474]
- net: mana: Define max values for SGL entries (Mohammed Gamal) [2172474]
- net: mana: Move header files to a common location (Mohammed Gamal) [2172474]
- net: mana: Record port number in netdev (Mohammed Gamal) [2172474]
- net: mana: Export Work Queue functions for use by RDMA driver (Mohammed Gamal) [2172474]
- net: mana: Set the DMA device max segment size (Mohammed Gamal) [2172474]
- net: mana: Handle vport sharing between devices (Mohammed Gamal) [2172474]
- net: mana: Record the physical address for doorbell page region (Mohammed Gamal) [2172474]
- net: mana: Add support for auxiliary device (Mohammed Gamal) [2172474]
- hv_netvsc: Check status in SEND_RNDIS_PKT completion message (Mohammed Gamal) [2172438]
- hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC (Mohammed Gamal) [2172438]
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap() (Mohammed Gamal) [2172438]
- Drivers: hv: Make remove callback of hyperv driver void returned (Mohammed Gamal) [2172438]
- hv: fix comment typo in vmbus_channel/low_latency (Mohammed Gamal) [2172434]
- x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants (Mohammed Gamal) [2172434]
- x86/hyperv: Fix hv_get/set_register for nested bringup (Mohammed Gamal) [2172434]
- x86/hyperv: Add an interface to do nested hypercalls (Mohammed Gamal) [2172434]
- Drivers: hv: Setup synic registers in case of nested root partition (Mohammed Gamal) [2172434]
- x86/hyperv: Add support for detecting nested hypervisor (Mohammed Gamal) [2172434]
- x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define (Mohammed Gamal) [2172434]
- x86/hyperv: Expand definition of struct hv_vp_assist_page (Mohammed Gamal) [2172434]
- KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls (Mohammed Gamal) [2172434]
- x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h (Mohammed Gamal) [2172434]
- iommu/hyper-v: Allow hyperv irq remapping without x2apic (Mohammed Gamal) [2172434]
- smp: Fix offline cpu check in flush_smp_call_function_queue() (Waiman Long) [2169471]
- sched/fair: Trigger the update of blocked load on newly idle cpu (Waiman Long) [2169471]
- redhat: rh-dist-git should depend on rh-srpm (Denys Vlasenko)
- redhat: change kabi tarballs to use the package release (Denys Vlasenko)
- redhat/Makefile: add variables used in rhel9 makefiles (Denys Vlasenko)
- redhat/Makefile: Remove RHPRODUCT variable (Denys Vlasenko)
- redhat/scripts/rh-dist-git.sh: expand sources from srpm (Denys Vlasenko)
- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Denys Vlasenko)
- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Denys Vlasenko)
- redhat: fix typo and make the output more silent for dist-git sync (Denys Vlasenko)
- redhat: add initial support for centos stream dist-git sync on Makefiles (Denys Vlasenko)
- internal: update RHEL_MINOR for the start of RHEL-8.9 development (Denys Vlasenko)
- watchdog: diag288_wdt: fix __diag288() inline assembly (Tobias Huschle) [2171361]
- watchdog: diag288_wdt: do not use stack buffers for hardware data (Tobias Huschle) [2171361]
- bonding: add documentation for peer_notif_delay (Ryosuke Yasuoka) [2171348]
- net: mana: Fix IRQ name - add PCI and queue number (Mohammed Gamal) [2166787]
- crypto: des - disallow des3 in FIPS mode (Vladis Dronov) [2175234]
- self-tests: more rps self tests (Paolo Abeni) [2168878]
- net: make default_rps_mask a per netns attribute (Paolo Abeni) [2168878]
- self-tests: introduce self-tests for RPS default mask (Paolo Abeni) [2168878]
- net: introduce default_rps_mask netns attribute (Paolo Abeni) [2168878]
- net-sysctl: factor-out rpm mask manipulation helpers (Paolo Abeni) [2168878]
- net-sysctl: factor out cpumask parsing helper (Paolo Abeni) [2168878]
- txhash: Make rethinking txhash behavior configurable via sysctl (Paolo Abeni) [2168878]
- net-sysfs: Call dev_hold always in rx_queue_add_kobject (Paolo Abeni) [2168878]
- net-sysfs: Call dev_hold always in netdev_queue_add_kobject (Paolo Abeni) [2168878]
- net-sysfs: fix netdev_queue_add_kobject() breakage (Paolo Abeni) [2168878]
- net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject (Paolo Abeni) [2168878]
- ice/ptp: fix the PTP worker retrying indefinitely if the link went down (Petr Oros) [2166392]
- ice: reschedule ice_ptp_wait_for_offset_valid during reset (Petr Oros) [2166392]
- ice: make Tx and Rx vernier offset calibration independent (Petr Oros) [2166392]
- ice: only check set bits in ice_ptp_flush_tx_tracker (Petr Oros) [2166392]
- ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp (Petr Oros) [2166392]
- ice: cleanup allocations in ice_ptp_alloc_tx_tracker (Petr Oros) [2166392]
- ice: protect init and calibrating check in ice_ptp_request_ts (Petr Oros) [2166392]
- ice: check Tx timestamp memory register for ready timestamps (Petr Oros) [2166392]
- ice: handle discarding old Tx requests in ice_ptp_tx_tstamp (Petr Oros) [2166392]
- ice: always call ice_ptp_link_change and make it void (Petr Oros) [2166392]
- ice: fix misuse of "link err" with "link status" (Petr Oros) [2166392]
- ice: Reset TS memory for all quads (Petr Oros) [2166392]
- ice: Remove the E822 vernier "bypass" logic (Petr Oros) [2166392]
- ice: Use more generic names for ice_ptp_tx fields (Petr Oros) [2166392]
- ice: Merge pin initialization of E810 and E810T adapters (Petr Oros) [2166392]
- ice: Check if reset in progress while waiting for offsets (Petr Oros) [2166392]
- NFS: Judge the file access cache's timestamp in rcu path (Benjamin Coddington) [2161321]
- redhat: switch to z-stream for 8.8 (Lucas Zampieri)
Resolves: rhbz#2176344, rhbz#2143007, rhbz#2172474, rhbz#2172438, rhbz#2172434, rhbz#2169471, rhbz#2171361, rhbz#2171348, rhbz#2166787, rhbz#2175234, rhbz#2168878, rhbz#2166392, rhbz#2161321

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-03-16 11:13:21 +01:00
CentOS Sources
3be43e9c4d Auto sync2gitlab import of kernel-4.18.0-448.el8.src.rpm 2023-01-12 18:05:16 +00:00
James Antill
119d747067 Auto sync2gitlab import of kernel-4.18.0-394.el8.src.rpm 2022-06-06 22:00:07 -04:00
James Antill
ce74951dff Auto sync2gitlab import of kernel-4.18.0-383.el8.src.rpm 2022-05-31 14:38:45 -04:00
James Antill
ceb45b01f3 Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00