linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 4.9.247
@ 2020-12-02  9:09 Greg Kroah-Hartman
  2020-12-02  9:09 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kroah-Hartman @ 2020-12-02  9:09 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

I'm announcing the release of the 4.9.247 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/arm64/include/asm/pgtable.h             |    7 -
 arch/x86/events/intel/cstate.c               |    6 -
 arch/x86/events/intel/rapl.c                 |   14 --
 arch/x86/events/intel/uncore.c               |    4 
 arch/x86/events/intel/uncore.h               |   12 +-
 arch/x86/kernel/cpu/bugs.c                   |    4 
 arch/x86/xen/spinlock.c                      |   12 ++
 drivers/dma/pl330.c                          |    2 
 drivers/dma/xilinx/xilinx_dma.c              |    4 
 drivers/hid/hid-cypress.c                    |   44 ++++++++-
 drivers/hid/hid-ids.h                        |    2 
 drivers/hid/hid-sensor-hub.c                 |    3 
 drivers/infiniband/hw/mthca/mthca_cq.c       |   10 +-
 drivers/input/serio/i8042.c                  |   12 ++
 drivers/net/can/usb/gs_usb.c                 |  131 ++++++++++++++-------------
 drivers/net/ethernet/amazon/ena/ena_netdev.c |   17 +--
 drivers/net/ethernet/broadcom/bnxt/bnxt.c    |    3 
 drivers/net/ethernet/ibm/ibmvnic.c           |    3 
 drivers/nfc/s3fwrn5/i2c.c                    |    4 
 drivers/pci/bus.c                            |    6 -
 drivers/phy/tegra/xusb.c                     |    1 
 drivers/platform/x86/toshiba_acpi.c          |    3 
 drivers/regulator/core.c                     |    9 +
 drivers/scsi/libiscsi.c                      |   23 +++-
 drivers/scsi/ufs/ufshcd.c                    |    6 -
 drivers/target/iscsi/iscsi_target.c          |   17 ++-
 drivers/usb/core/config.c                    |   11 ++
 drivers/usb/core/devio.c                     |   14 +-
 drivers/usb/core/quirks.c                    |   38 +++++++
 drivers/usb/core/usb.h                       |    3 
 drivers/usb/gadget/function/f_midi.c         |   10 +-
 drivers/usb/gadget/legacy/inode.c            |    3 
 drivers/video/fbdev/hyperv_fb.c              |    7 +
 fs/btrfs/inode.c                             |   41 ++++++--
 fs/btrfs/qgroup.c                            |    2 
 fs/btrfs/tests/inode-tests.c                 |    1 
 fs/btrfs/volumes.c                           |    7 +
 fs/efivarfs/inode.c                          |    2 
 fs/efivarfs/super.c                          |    1 
 fs/proc/self.c                               |    7 +
 include/linux/usb/quirks.h                   |    3 
 include/scsi/libiscsi.h                      |    3 
 mm/huge_memory.c                             |    8 -
 net/batman-adv/log.c                         |    1 
 sound/pci/hda/patch_hdmi.c                   |   85 +++++++++--------
 tools/perf/util/dwarf-aux.c                  |    8 +
 tools/perf/util/event.c                      |    7 -
 48 files changed, 411 insertions(+), 212 deletions(-)

Alan Stern (2):
      USB: core: Change %pK for __user pointers to %px
      USB: core: Fix regression in Hercules audio card

Anand K Mistry (1):
      x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb

Ard Biesheuvel (1):
      efivarfs: revert "fix memory leak in efivarfs_create()"

Brian Masney (1):
      x86/xen: don't unbind uninitialized lock_kicker_irq

Dexuan Cui (1):
      video: hyperv_fb: Fix the cache type when mapping the VRAM

Filipe Manana (1):
      btrfs: fix lockdep splat when reading qgroup config on mount

Frank Yang (1):
      HID: cypress: Support Varmilo Keyboards' media hotkeys

Gerald Schaefer (1):
      mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()

Greg Kroah-Hartman (1):
      Linux 4.9.247

Hans de Goede (1):
      Input: i8042 - allow insmod to succeed on devices without an i8042 controller

Igor Lubashev (1):
      perf event: Check ref_reloc_sym before using it

Jens Axboe (1):
      proc: don't allow async path resolution of /proc/self components

Johan Hovold (1):
      USB: core: add endpoint-blacklist quirk

Kai Vehmanen (1):
      ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close

Kaixu Xia (1):
      platform/x86: toshiba_acpi: Fix the wrong variable assignment

Krzysztof Kozlowski (1):
      nfc: s3fwrn5: use signed integer for parsing GPIO numbers

Lee Duncan (1):
      scsi: libiscsi: Fix NOP race condition

Lijun Pan (1):
      ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq

Marc Ferland (1):
      dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant

Marc Kleine-Budde (1):
      can: gs_usb: fix endianess problem with candleLight firmware

Marc Zyngier (1):
      phy: tegra: xusb: Fix dangling pointer on probe failure

Masami Hiramatsu (1):
      perf probe: Fix to die_entrypc() returns error correctly

Michael Chan (1):
      bnxt_en: Release PCI regions when DMA mask setup fails during probe.

Michał Mirosław (2):
      regulator: avoid resolve_supply() infinite recursion
      regulator: workaround self-referent regulators

Mike Christie (1):
      scsi: target: iscsi: Fix cmd abort fabric stop race

Pablo Ceballos (1):
      HID: hid-sensor-hub: Fix issue with devices with no report ID

Qu Wenruo (2):
      btrfs: tree-checker: Enhance chunk checker to validate chunk profile
      btrfs: inode: Verify inode mode to avoid NULL pointer dereference

Rajat Jain (1):
      PCI: Add device even if driver attach failed

Sami Tolvanen (1):
      perf/x86: fix sysfs type mismatches

Shay Agroskin (1):
      net: ena: set initial DMA width to avoid intel iommu issue

Stanley Chu (1):
      scsi: ufs: Fix race between shutdown and runtime resume flow

Sugar Zhang (1):
      dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

Taehee Yoo (1):
      batman-adv: set .owner to THIS_MODULE

Takashi Iwai (1):
      ALSA: hda/hdmi: Use single mutex unlock in error paths

Will Deacon (1):
      arm64: pgtable: Fix pte_accessible()

Xiongfeng Wang (1):
      IB/mthca: fix return value of error branch in mthca_init_cq()

Zhang Changzhong (1):
      bnxt_en: fix error return code in bnxt_init_board()

Zhang Qilong (2):
      usb: gadget: f_midi: Fix memleak in f_midi_alloc
      usb: gadget: Fix memleak in gadgetfs_fill_super


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-02  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02  9:09 Linux 4.9.247 Greg Kroah-Hartman
2020-12-02  9:09 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).