lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 15 Oct 2022 08:21:55 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, jslaby@...e.cz,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.10.148

I'm announcing the release of the 5.10.148 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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/devicetree/bindings/dma/moxa,moxart-dma.txt   |    4 
 Documentation/process/code-of-conduct-interpretation.rst    |    2 
 Makefile                                                    |    2 
 arch/arm/boot/dts/moxart-uc7112lx.dts                       |    2 
 arch/arm/boot/dts/moxart.dtsi                               |    4 
 arch/powerpc/mm/book3s64/radix_pgtable.c                    |    9 
 arch/um/Makefile                                            |    8 
 arch/x86/um/shared/sysdep/syscalls_32.h                     |    5 
 arch/x86/um/tls_32.c                                        |    6 
 arch/x86/um/vdso/Makefile                                   |    2 
 drivers/char/mem.c                                          |    4 
 drivers/char/random.c                                       |   25 -
 drivers/clk/ti/clk-44xx.c                                   |  210 ++++++------
 drivers/clk/ti/clk-54xx.c                                   |  160 ++++-----
 drivers/clk/ti/clkctrl.c                                    |    4 
 drivers/dma/xilinx/xilinx_dma.c                             |   21 -
 drivers/firmware/arm_scmi/scmi_pm_domain.c                  |   20 +
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c |    6 
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c          |    1 
 drivers/input/joystick/xpad.c                               |   20 +
 drivers/misc/pci_endpoint_test.c                            |   34 +
 drivers/mmc/core/sd.c                                       |    3 
 drivers/net/ethernet/aquantia/atlantic/aq_main.c            |    3 
 drivers/net/wireless/mac80211_hwsim.c                       |    2 
 drivers/rpmsg/qcom_glink_native.c                           |    2 
 drivers/rpmsg/qcom_smd.c                                    |    4 
 drivers/scsi/qedf/qedf_main.c                               |    5 
 drivers/scsi/stex.c                                         |   17 
 drivers/usb/mon/mon_bin.c                                   |    5 
 drivers/usb/serial/ftdi_sio.c                               |    3 
 drivers/usb/serial/qcserial.c                               |    1 
 fs/ceph/file.c                                              |   10 
 fs/inode.c                                                  |    7 
 fs/nilfs2/inode.c                                           |   19 +
 fs/nilfs2/segment.c                                         |   21 -
 include/linux/compiler-gcc.h                                |    3 
 include/linux/compiler_attributes.h                         |   24 +
 include/linux/compiler_types.h                              |    6 
 include/net/ieee802154_netdev.h                             |   37 ++
 include/net/xsk_buff_pool.h                                 |    2 
 include/scsi/scsi_cmnd.h                                    |    2 
 mm/gup.c                                                    |   34 +
 mm/khugepaged.c                                             |   10 
 net/ieee802154/socket.c                                     |   42 +-
 net/mac80211/rx.c                                           |   12 
 net/mac80211/util.c                                         |    2 
 net/wireless/scan.c                                         |   77 ++--
 net/xdp/xsk.c                                               |    4 
 net/xdp/xsk_buff_pool.c                                     |    5 
 scripts/Makefile.extrawarn                                  |    1 
 security/integrity/platform_certs/load_uefi.c               |    2 
 sound/core/oss/pcm_oss.c                                    |    5 
 sound/pci/hda/hda_intel.c                                   |    3 
 sound/pci/hda/patch_hdmi.c                                  |    1 
 tools/perf/util/get_current_dir_name.c                      |    3 
 55 files changed, 569 insertions(+), 357 deletions(-)

Alexey Dobriyan (1):
      perf tools: Fixup get_current_dir_name() compilation

Brian Norris (1):
      mmc: core: Terminate infinite loop in SD-UHS voltage switch

Cameron Gutman (1):
      Input: xpad - fix wireless 360 controller breaking after suspend

ChanWoo Lee (1):
      mmc: core: Replace with already defined values for readability

Cristian Marussi (1):
      firmware: arm_scmi: Add SCMI PM driver remove routine

David Gow (1):
      arch: um: Mark the stack non-executable to fix a binutils warning

Dongliang Mu (1):
      fs: fix UAF/GPF bug in nilfs_mdt_destroy

Frank Wunderlich (1):
      USB: serial: qcserial: add new usb-id for Dell branded EM7455

Greg Kroah-Hartman (1):
      Linux 5.10.148

Haimin Zhang (1):
      net/ieee802154: fix uninit value bug in dgram_sendmsg

Hu Weiwen (1):
      ceph: don't truncate file in atomic_open

Hugo Hu (1):
      drm/amd/display: update gamut remap if plane has changed

Jalal Mostafa (1):
      xsk: Inherit need_wakeup flag for shared sockets

Jaroslav Kysela (1):
      ALSA: hda/hdmi: Fix the converter reuse for the silent stream

Jason A. Donenfeld (4):
      random: restore O_NONBLOCK support
      random: clamp credited irq bits to maximum mixed
      random: avoid reading two cache lines on irq randomness
      random: use expired timer rather than wq for mixing fast pool

Jianglei Nie (1):
      net: atlantic: fix potential memory leak in aq_ndev_close()

Johan Hovold (1):
      USB: serial: ftdi_sio: fix 300 bps rate for SIO

Johannes Berg (8):
      wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
      wifi: cfg80211/mac80211: reject bad MBSSID elements
      wifi: cfg80211: ensure length byte is present before access
      wifi: cfg80211: fix BSS refcounting bugs
      wifi: cfg80211: avoid nontransmitted BSS list corruption
      wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
      wifi: mac80211: fix crash in beacon protection for P2P-device
      wifi: cfg80211: update hidden BSSes to avoid WARN_ON

Krzysztof Kozlowski (1):
      rpmsg: qcom: glink: replace strncpy() with strscpy_pad()

Letu Ren (1):
      scsi: qedf: Fix a UAF bug in __qedf_probe()

Linus Torvalds (1):
      scsi: stex: Properly zero out the passthrough command structure

Lukas Straub (2):
      um: Cleanup syscall_handler_t cast in syscalls_32.h
      um: Cleanup compiler warning in arch/x86/um/tls_32.c

Nick Desaulniers (1):
      compiler_attributes.h: move __compiletime_{error|warning}

Orlando Chamberlain (1):
      efi: Correct Macmini DMI match in uefi cert quirk

Pavel Rojtberg (1):
      Input: xpad - add supported devices as contributed on github

Ryusuke Konishi (4):
      nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
      nilfs2: fix use-after-free bug of struct nilfs_root
      nilfs2: fix leak of nilfs_root in case of writer thread creation failure
      nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure

Sami Tolvanen (1):
      Makefile.extrawarn: Move -Wcast-function-type-strict to W=1

Sasha Levin (1):
      Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"

Sergei Antonov (1):
      ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer

Shuah Khan (1):
      docs: update mediator information in CoC docs

Shunsuke Mie (2):
      misc: pci_endpoint_test: Aggregate params checking for xfer
      misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic

Swati Agarwal (3):
      dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
      dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
      dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure

Tadeusz Struk (1):
      usb: mon: make mmapped memory read only

Takashi Iwai (2):
      ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
      ALSA: hda: Fix position reporting on Poulsbo

Yang Shi (2):
      mm: gup: fix the fast GUP race against THP collapse
      powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush

zhikzhai (1):
      drm/amd/display: skip audio setup when audio stream is enabled

Powered by blists - more mailing lists