All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.19.322
Date: Thu, 12 Sep 2024 13:48:06 +0200	[thread overview]
Message-ID: <2024091207-muster-slapping-175b@gregkh> (raw)

I'm announcing the release of the 4.19.322 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                                       |    2 
 arch/parisc/kernel/irq.c                                       |    4 
 arch/um/drivers/line.c                                         |    2 
 block/bio-integrity.c                                          |   11 
 drivers/acpi/acpi_processor.c                                  |   15 -
 drivers/ata/libata-core.c                                      |    4 
 drivers/ata/pata_macio.c                                       |    7 
 drivers/base/devres.c                                          |    1 
 drivers/clk/qcom/clk-alpha-pll.c                               |    2 
 drivers/clocksource/timer-imx-tpm.c                            |   16 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c                       |    1 
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c                   |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c                        |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c                       |    3 
 drivers/gpu/drm/amd/amdkfd/kfd_crat.h                          |    2 
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c                      |    3 
 drivers/gpu/drm/amd/amdkfd/kfd_topology.h                      |    5 
 drivers/gpu/drm/i915/i915_sw_fence.c                           |    8 
 drivers/hid/hid-cougar.c                                       |    2 
 drivers/hv/vmbus_drv.c                                         |    1 
 drivers/hwmon/adc128d818.c                                     |    4 
 drivers/hwmon/lm95234.c                                        |    9 
 drivers/hwmon/nct6775.c                                        |    2 
 drivers/hwmon/w83627ehf.c                                      |    4 
 drivers/iio/buffer/industrialio-buffer-dmaengine.c             |    4 
 drivers/iio/inkern.c                                           |    8 
 drivers/input/misc/uinput.c                                    |   14 +
 drivers/iommu/dmar.c                                           |    2 
 drivers/irqchip/irq-armada-370-xp.c                            |    4 
 drivers/media/platform/qcom/camss/camss.c                      |    5 
 drivers/media/usb/uvc/uvc_driver.c                             |   18 +
 drivers/misc/vmw_vmci/vmci_resource.c                          |    3 
 drivers/mmc/host/dw_mmc.c                                      |    4 
 drivers/net/dsa/vitesse-vsc73xx.c                              |   10 
 drivers/net/ethernet/intel/igb/igb_main.c                      |   10 
 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c       |    9 
 drivers/net/ethernet/rocker/rocker_main.c                      |    1 
 drivers/net/usb/ch9200.c                                       |    4 
 drivers/net/usb/cx82310_eth.c                                  |   56 +++-
 drivers/net/usb/ipheth.c                                       |    4 
 drivers/net/usb/kaweth.c                                       |    3 
 drivers/net/usb/mcs7830.c                                      |    4 
 drivers/net/usb/qmi_wwan.c                                     |    1 
 drivers/net/usb/sierra_net.c                                   |    6 
 drivers/net/usb/sr9700.c                                       |    4 
 drivers/net/usb/sr9800.c                                       |    5 
 drivers/net/usb/usbnet.c                                       |   23 -
 drivers/net/virtio_net.c                                       |    8 
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c |    1 
 drivers/net/wireless/marvell/mwifiex/main.h                    |    3 
 drivers/nvmem/core.c                                           |    6 
 drivers/of/irq.c                                               |   15 -
 drivers/pci/hotplug/pnv_php.c                                  |    3 
 drivers/pci/pci.c                                              |   35 +-
 drivers/pcmcia/yenta_socket.c                                  |    6 
 drivers/platform/x86/dell-smbios-base.c                        |    5 
 drivers/uio/uio_hv_generic.c                                   |   11 
 drivers/usb/dwc3/dwc3-st.c                                     |   12 
 drivers/usb/usbip/stub_rx.c                                    |   77 +++---
 fs/btrfs/extent-tree.c                                         |   32 +-
 fs/btrfs/inode.c                                               |    2 
 fs/fuse/xattr.c                                                |    4 
 fs/nilfs2/recovery.c                                           |   35 ++
 fs/nilfs2/segment.c                                            |   10 
 fs/nilfs2/sysfs.c                                              |  117 +++++----
 fs/squashfs/inode.c                                            |    7 
 fs/udf/super.c                                                 |   24 +
 include/linux/ring_buffer.h                                    |    3 
 include/net/net_namespace.h                                    |    5 
 include/net/switchdev.h                                        |    3 
 include/uapi/linux/neighbour.h                                 |    1 
 kernel/cgroup/cgroup.c                                         |    2 
 kernel/events/uprobes.c                                        |    3 
 kernel/locking/rtmutex.c                                       |    4 
 kernel/smp.c                                                   |    1 
 kernel/trace/ring_buffer.c                                     |   23 -
 kernel/trace/trace.c                                           |    6 
 kernel/trace/trace_functions_graph.c                           |    2 
 net/bridge/br.c                                                |    4 
 net/bridge/br_fdb.c                                            |  128 +++++-----
 net/bridge/br_input.c                                          |    2 
 net/bridge/br_private.h                                        |   18 -
 net/bridge/br_switchdev.c                                      |   11 
 net/can/bcm.c                                                  |    4 
 net/core/net_namespace.c                                       |   28 ++
 net/dsa/slave.c                                                |    1 
 net/ipv6/ila/ila.h                                             |    1 
 net/ipv6/ila/ila_main.c                                        |    6 
 net/ipv6/ila/ila_xlat.c                                        |   13 -
 net/netfilter/nf_conncount.c                                   |    8 
 net/rfkill/core.c                                              |    4 
 net/sched/sch_netem.c                                          |    9 
 net/sunrpc/xprtsock.c                                          |    7 
 net/unix/af_unix.c                                             |    9 
 security/apparmor/apparmorfs.c                                 |    4 
 security/smack/smack_lsm.c                                     |   14 -
 sound/hda/hdmi_chmap.c                                         |   18 +
 sound/pci/hda/patch_conexant.c                                 |   11 
 sound/usb/helper.c                                             |   17 +
 sound/usb/helper.h                                             |    1 
 sound/usb/quirks.c                                             |   14 -
 101 files changed, 768 insertions(+), 345 deletions(-)

Aleksandr Mishin (1):
      platform/x86: dell-smbios: Fix error path in dell_smbios_init()

Andy Shevchenko (2):
      drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
      drm/i915/fence: Mark debug_fence_free() with __maybe_unused

Arend van Spriel (1):
      wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3

Breno Leitao (1):
      virtio_net: Fix napi_skb_cache_put warning

Camila Alvarez (1):
      HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup

Casey Schaufler (1):
      smack: tcp: ipv4, fix incorrect labeling

Chen Ni (1):
      media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse

Christoffer Sandberg (1):
      ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices

Christoph Hellwig (1):
      block: initialize integrity buffer to zero before writing it to media

Daiwei Li (1):
      igb: Fix not clearing TimeSync interrupts for 82580

Dan Williams (1):
      PCI: Add missing bridge lock to pci_bus_lock()

Daniel Borkmann (1):
      net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket

David Fernandez Gonzalez (1):
      VMCI: Fix use-after-free when removing resource in vmci_resource_remove()

David Lechner (1):
      iio: buffer-dmaengine: fix releasing dma channel on error

David Sterba (1):
      btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()

Dmitry Torokhov (1):
      Input: uinput - reject requests with unreasonable number of slots

Eric Dumazet (2):
      netns: add pre_exit method to struct pernet_operations
      ila: call nf_unregister_net_hooks() sooner

Geert Uytterhoeven (1):
      nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc

Greg Kroah-Hartman (2):
      Revert "parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367"
      Linux 4.19.322

Guenter Roeck (4):
      hwmon: (adc128d818) Fix underflows seen when writing limit attributes
      hwmon: (lm95234) Fix underflows seen when writing limit attributes
      hwmon: (nct6775-core) Fix underflows seen when writing limit attributes
      hwmon: (w83627ehf) Fix underflows seen when writing limit attributes

Hillf Danton (1):
      ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check

Ido Schimmel (1):
      bridge: switchdev: Allow clearing FDB entry offload indication

Jacky Bai (2):
      clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAX
      clocksource/drivers/imx-tpm: Fix next event not taking effect sometime

Jacob Pan (1):
      iommu/vt-d: Handle volatile descriptor status read

Jakub Kicinski (1):
      net: usb: don't write directly to netdev->dev_addr

Jan Kara (2):
      udf: Limit file size to 4TB
      udf: Avoid excessive partition lengths

Jann Horn (1):
      fuse: use unsigned type for getxattr/listxattr size truncation

Johannes Berg (1):
      um: line: always fill *error_out in setup_one_line()

Jonas Gorski (1):
      net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN

Jonathan Cameron (2):
      ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
      ACPI: processor: Fix memory leaks in error paths of processor_add()

Josef Bacik (2):
      btrfs: replace BUG_ON with ASSERT in walk_down_proc()
      btrfs: clean up our handling of refs == 0 in snapshot delete

Jules Irenge (1):
      pcmcia: Use resource_size function on resource object

Konstantin Andreev (1):
      smack: unix sockets: fix accept()ed socket label

Krishna Kumar (1):
      pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv

Krzysztof Kozlowski (1):
      usb: dwc3: st: add missing depopulate in probe error path

Kuniyuki Iwashima (2):
      af_unix: Remove put_pid()/put_cred() in copy_peercred().
      can: bcm: Remove proc entry when dev is unregistered.

Leesoo Ahn (1):
      apparmor: fix possible NULL pointer dereference

Len Baker (1):
      drivers/net/usb: Remove all strcpy() uses

Li RongQing (1):
      netns: restore ops before calling ops_exit_list

Ma Jun (1):
      drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr

Matteo Martelli (1):
      iio: fix scale application in iio_convert_raw_to_processed_unlocked

Michael Chen (1):
      drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device

Michael Ellerman (1):
      ata: pata_macio: Use WARN instead of BUG

Naman Jain (1):
      Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

Nikolay Aleksandrov (6):
      net: bridge: add support for sticky fdb entries
      net: bridge: fdb: convert is_local to bitops
      net: bridge: fdb: convert is_static to bitops
      net: bridge: fdb: convert is_sticky to bitops
      net: bridge: fdb: convert added_by_user to bitops
      net: bridge: fdb: convert added_by_external_learn to use bitops

Nishka Dasgupta (1):
      usb: dwc3: st: Add of_node_put() before return in probe function

Oliver Neukum (2):
      usbnet: modern method to get random MAC
      usbnet: ipheth: race between ipheth_close and error handling

Ondrej Zary (1):
      cx82310_eth: re-enable ethernet mode after router reboot

Pali Rohár (1):
      irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1

Pawel Dembicki (1):
      net: dsa: vsc73xx: fix possible subblocks range of CAPT block

Phillip Lougher (1):
      Squashfs: sanity check symbolic link size

Qing Wang (1):
      nilfs2: replace snprintf in show functions with sysfs_emit

Ricardo Ribalda (1):
      media: uvcvideo: Enforce alignment of frame and interval

Richard Guy Briggs (1):
      rfkill: fix spelling mistake contidion to condition

Roland Xu (1):
      rtmutex: Drop rt_mutex::wait_lock before scheduling

Ryusuke Konishi (3):
      nilfs2: fix missing cleanup on rollforward recovery error
      nilfs2: fix state management in error path of log writing function
      nilfs2: protect references to superblock parameters exposed in sysfs

Sam Protsenko (1):
      mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K

Sascha Hauer (1):
      wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()

Satya Priya Kakitapalli (1):
      clk: qcom: clk-alpha-pll: Fix the pll post div mask

Saurabh Sengar (1):
      uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind

Simon Holesch (1):
      usbip: Don't submit special requests twice

Stefan Wiehler (1):
      of/irq: Prevent device address out-of-bounds read in interrupt map walk

Stephen Hemminger (1):
      sch/netem: fix use after free in netem_dequeue

Steven Rostedt (VMware) (1):
      ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()

Sven Schnelle (1):
      uprobes: Use kzalloc to allocate xol area

Takashi Iwai (2):
      ALSA: usb-audio: Sanity checks for each pipe and EP types
      ALSA: hda: Add input value sanity checks to HDMI channel map controls

Tim Huang (3):
      drm/amdgpu: fix overflowed array index read warning
      drm/amdgpu: fix ucode out-of-bounds read warning
      drm/amdgpu: fix mc_data out-of-bounds read warning

Waiman Long (1):
      cgroup: Protect css->cgroup write under css_set_lock

Yunjian Wang (1):
      netfilter: nf_conncount: fix wrong variable type

ZHANG Yuntian (1):
      net: usb: qmi_wwan: add MeiG Smart SRM825L

Zhang Changzhong (1):
      cx82310_eth: fix error return code in cx82310_bind()

Zheng Qixing (1):
      ata: libata: Fix memory leak for error path in ata_host_alloc()

Zheng Yejian (1):
      tracing: Avoid possible softlockup in tracing_iter_reset()

Zijun Hu (1):
      devres: Initialize an uninitialized struct member

Zqiang (1):
      smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()


             reply	other threads:[~2024-09-12 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 11:48 Greg Kroah-Hartman [this message]
2024-09-12 11:48 ` Linux 4.19.322 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024091207-muster-slapping-175b@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.