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.264
Date: Fri,  4 Nov 2022 00:02:55 +0900	[thread overview]
Message-ID: <166748777514733@kroah.com> (raw)

I'm announcing the release of the 4.19.264 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

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

 Documentation/arm64/silicon-errata.txt                   |    2 
 Makefile                                                 |    6 
 arch/arc/include/asm/io.h                                |    2 
 arch/arc/mm/ioremap.c                                    |    2 
 arch/arm64/Kconfig                                       |   16 ++
 arch/arm64/include/asm/cpucaps.h                         |    3 
 arch/arm64/kernel/cpu_errata.c                           |   17 ++
 arch/arm64/kernel/cpufeature.c                           |   13 +
 arch/s390/include/asm/futex.h                            |    3 
 arch/x86/kernel/cpu/microcode/amd.c                      |   16 +-
 arch/x86/kernel/unwind_orc.c                             |    2 
 drivers/acpi/acpi_extlog.c                               |   33 +++-
 drivers/acpi/video_detect.c                              |   64 +++++++++
 drivers/ata/ahci.h                                       |    2 
 drivers/ata/ahci_imx.c                                   |    2 
 drivers/base/power/domain.c                              |    4 
 drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c      |    5 
 drivers/gpu/drm/msm/dsi/dsi.c                            |    6 
 drivers/gpu/drm/msm/hdmi/hdmi.c                          |    5 
 drivers/hid/hid-magicmouse.c                             |    2 
 drivers/hwmon/coretemp.c                                 |   56 ++++++--
 drivers/iio/light/tsl2583.c                              |    2 
 drivers/iommu/intel-iommu.c                              |    5 
 drivers/media/platform/qcom/venus/vdec.c                 |    2 
 drivers/media/platform/vivid/vivid-core.c                |   22 +++
 drivers/media/platform/vivid/vivid-core.h                |    2 
 drivers/media/platform/vivid/vivid-vid-cap.c             |   27 +++-
 drivers/media/v4l2-core/v4l2-dv-timings.c                |   14 ++
 drivers/media/v4l2-core/v4l2-mem2mem.c                   |   62 ++++++---
 drivers/mmc/core/sdio_bus.c                              |    3 
 drivers/net/can/mscan/mpc5xxx_can.c                      |    8 -
 drivers/net/can/rcar/rcar_canfd.c                        |    6 
 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c        |    4 
 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c         |    4 
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c              |   17 +-
 drivers/net/ethernet/hisilicon/hns/hnae.c                |    4 
 drivers/net/ethernet/ibm/ehea/ehea_main.c                |    1 
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c           |  100 +++++++++------
 drivers/net/ethernet/intel/i40e/i40e_type.h              |    4 
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c       |   43 ++++--
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h       |    1 
 drivers/net/ethernet/lantiq_etop.c                       |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c |    3 
 drivers/net/ethernet/micrel/ksz884x.c                    |    2 
 drivers/net/ethernet/socionext/netsec.c                  |    2 
 drivers/net/hyperv/hyperv_net.h                          |    3 
 drivers/net/hyperv/netvsc.c                              |    4 
 drivers/net/hyperv/netvsc_drv.c                          |   20 +++
 drivers/net/usb/cdc_ether.c                              |    7 +
 drivers/net/usb/r8152.c                                  |    1 
 drivers/usb/core/quirks.c                                |    9 +
 drivers/usb/dwc3/gadget.c                                |    8 -
 drivers/usb/gadget/udc/bdc/bdc_udc.c                     |    1 
 drivers/usb/host/xhci-mem.c                              |   20 +--
 drivers/usb/host/xhci-pci.c                              |    8 +
 drivers/video/fbdev/smscufx.c                            |   55 ++++----
 drivers/xen/gntdev.c                                     |   30 +++-
 fs/btrfs/backref.c                                       |   46 ++++--
 fs/kernfs/dir.c                                          |    5 
 fs/ocfs2/namei.c                                         |   23 +--
 fs/proc/task_mmu.c                                       |    2 
 include/uapi/linux/videodev2.h                           |    3 
 kernel/power/hibernate.c                                 |    2 
 mm/hugetlb.c                                             |    2 
 net/atm/mpoa_proc.c                                      |    3 
 net/core/net_namespace.c                                 |    7 +
 net/ieee802154/socket.c                                  |    4 
 net/ipv4/tcp_input.c                                     |    3 
 net/kcm/kcmsock.c                                        |   23 ++-
 net/mac802154/rx.c                                       |    5 
 net/openvswitch/datapath.c                               |    3 
 net/sched/sch_cake.c                                     |    4 
 net/tipc/discover.c                                      |    2 
 net/tipc/topsrv.c                                        |   18 +-
 sound/aoa/soundbus/i2sbus/core.c                         |    7 -
 sound/pci/ac97/ac97_codec.c                              |    1 
 sound/pci/au88x0/au88x0.h                                |    6 
 sound/pci/au88x0/au88x0_core.c                           |    2 
 sound/synth/emux/emux.c                                  |    7 -
 tools/iio/iio_utils.c                                    |    4 
 tools/perf/util/auxtrace.c                               |   10 +
 virt/kvm/arm/vgic/vgic-its.c                             |    5 
 82 files changed, 717 insertions(+), 246 deletions(-)

Aaron Conole (1):
      openvswitch: switch from WARN to pr_warn

Adrian Hunter (1):
      perf auxtrace: Fix address filter symbol name match for modules

Alexander Potapenko (1):
      tipc: fix an information leak in tipc_topsrv_kern_subscr

Alexander Stein (1):
      ata: ahci-imx: Fix MODULE_ALIAS

Anssi Hannula (1):
      can: kvaser_usb: Fix possible completions during init_completion

Biju Das (1):
      can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive

Borislav Petkov (1):
      x86/microcode/AMD: Apply the patch early on every logical thread

Bryan O'Donoghue (1):
      media: venus: dec: Handle the case where find_format fails

Chen Zhongjin (1):
      x86/unwind/orc: Fix unreliable stack dump with gcov

Chen-Yu Tsai (1):
      media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls

Christian A. Ehrhardt (1):
      kernfs: fix use-after-free in __kernfs_remove

Dongliang Mu (1):
      can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path

Eric Dumazet (2):
      kcm: annotate data-races around kcm->rx_psock
      kcm: annotate data-races around kcm->rx_wait

Eric Ren (1):
      KVM: arm64: vgic: Fix exit condition in scan_its_table()

Filipe Manana (2):
      btrfs: fix processing of delayed data refs during backref walking
      btrfs: fix processing of delayed tree block refs during backref walking

Gaurav Kohli (1):
      hv_netvsc: Fix race between VF offering and VF association message from host

Greg Kroah-Hartman (1):
      Linux 4.19.264

Hannu Hartikainen (1):
      USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM

Hans Verkuil (4):
      media: vivid: s_fbuf: add more sanity checks
      media: vivid: dev->bitmap_cap wasn't freed in all cases
      media: v4l2-dv-timings: add sanity checks for blanking values
      media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'

Heiko Carstens (1):
      s390/futex: add missing EX_TABLE entry to __futex_atomic_op()

Hyong Youb Kim (1):
      net/mlx5e: Do not increment ESN when updating IPsec ESN state

Hyunwoo Kim (1):
      fbdev: smscufx: Fix several use-after-free bugs

James Morse (1):
      arm64: errata: Remove AES hwcap for COMPAT tasks

Jan Beulich (1):
      Xen/gntdev: don't ignore kernel unmapping error

Jason A. Donenfeld (1):
      ALSA: au88x0: use explicitly signed char

Jean-Francois Le Fillatre (1):
      r8152: add PID for the Lenovo OneLink+ Dock

Jens Glathe (1):
      usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller

Jerry Snitselaar (1):
      iommu/vt-d: Clean up si_domain in the init_dmars() error path

Johan Hovold (2):
      drm/msm/dsi: fix memory corruption with too many bridges
      drm/msm/hdmi: fix memory corruption with too many bridges

Joseph Qi (2):
      ocfs2: clear dinode links count in case of error
      ocfs2: fix BUG when iput after ocfs2_mknod fails

José Expósito (1):
      HID: magicmouse: Do not set BTN_MOUSE on double report

Justin Chen (1):
      usb: bdc: change state when port disconnected

Kai-Heng Feng (1):
      ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS

M. Vefa Bicakci (1):
      xen/gntdev: Prevent leaking grants

Mario Limonciello (1):
      PM: hibernate: Allow hybrid sleep to work with s2idle

Mark Tomlinson (1):
      tipc: Fix recognition of trial period

Mathias Nyman (1):
      xhci: Remove device endpoints from bandwidth list when freeing the device

Matthew Ma (1):
      mmc: core: Fix kernel panic when remove non-standard SDIO card

Matti Vaittinen (1):
      tools: iio: iio_utils: fix digit calculation

Miquel Raynal (1):
      mac802154: Fix LQI recording

Nathan Huckleberry (1):
      drm/msm: Fix return type of mdp4_lvds_connector_mode_valid

Neal Cardwell (1):
      tcp: fix indefinite deferral of RTO with SACK reneging

Nick Desaulniers (1):
      Makefile.debug: re-enable debug info for .S files

Raju Rangoju (2):
      amd-xgbe: fix the SFP compliance codes check for DAC cables
      amd-xgbe: add the bit rate quirk for Molex cables

Randy Dunlap (1):
      arc: iounmap() arg is volatile

Rik van Riel (1):
      mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages

Seth Jenkins (1):
      mm: /proc/pid/smaps_rollup: fix no vma's null-deref

Shreeya Patel (1):
      iio: light: tsl2583: Fix module unloading

Slawomir Laba (2):
      i40e: Fix ethtool rx-flow-hash setting for X722
      i40e: Fix flow-type by setting GL_HASH_INSET registers

Steven Rostedt (Google) (1):
      ALSA: Use del_timer_sync() before freeing timer

Sudeep Holla (1):
      PM: domains: Fix handling of unavailable/disabled idle states

Sylwester Dziedziuch (1):
      i40e: Fix VF hang when reset is triggered on another VF

Takashi Iwai (1):
      ALSA: aoa: Fix I2S device accounting

Thinh Nguyen (2):
      usb: dwc3: gadget: Stop processing more requests on IMI
      usb: dwc3: gadget: Don't set IMI for no_interrupt

Tony Luck (1):
      ACPI: extlog: Handle multiple records

Wei Yongjun (1):
      net: ieee802154: fix error return code in dgram_bind()

Werner Sembach (1):
      ACPI: video: Force backlight native for more TongFang devices

Xiaobo Liu (1):
      net/atm: fix proc_mpc_write incorrect return value

Xin Long (1):
      tipc: fix a null-ptr-deref in tipc_topsrv_accept

Yang Yingliang (6):
      net: hns: fix possible memory leak in hnae_ae_register()
      ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
      net: netsec: fix error handling in netsec_register_mdio()
      net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
      ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
      net: ehea: fix possible memory leak in ehea_register_port()

Zhang Changzhong (1):
      net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY

Zhang Rui (1):
      hwmon/coretemp: Handle large core ID value

Zhengchao Shao (2):
      net: sched: cake: fix null pointer access issue when cake_init() fails
      net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed


             reply	other threads:[~2022-11-03 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 15:02 Greg Kroah-Hartman [this message]
2022-11-03 15:02 ` Linux 4.19.264 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=166748777514733@kroah.com \
    --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.