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:   Sun, 10 Nov 2019 17:50:27 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.9.200

I'm announcing the release of the 4.9.200 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                                              |   14 ++++-
 arch/arm/boot/dts/imx7s.dtsi                          |    8 +--
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi            |    4 +
 arch/arm/mach-davinci/dm365.c                         |    4 -
 arch/arm/mm/alignment.c                               |   44 +++++++++++++---
 arch/mips/bcm63xx/prom.c                              |    2 
 arch/mips/include/asm/bmips.h                         |   10 +--
 arch/mips/kernel/smp-bmips.c                          |    8 +--
 drivers/dma/qcom/bam_dma.c                            |   14 +++++
 drivers/net/ethernet/broadcom/genet/bcmgenet.c        |    9 ++-
 drivers/net/ethernet/hisilicon/hip04_eth.c            |   15 +++--
 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c |   42 +++++++++------
 drivers/net/vxlan.c                                   |    5 +
 drivers/of/unittest.c                                 |    1 
 drivers/pinctrl/bcm/pinctrl-ns2-mux.c                 |    4 -
 drivers/regulator/pfuze100-regulator.c                |    8 ++-
 drivers/regulator/ti-abb-regulator.c                  |   26 +++------
 drivers/scsi/Kconfig                                  |    2 
 drivers/scsi/device_handler/scsi_dh_alua.c            |   21 ++++++-
 drivers/scsi/sni_53c710.c                             |    4 -
 drivers/target/target_core_device.c                   |   21 -------
 fs/cifs/cifsglob.h                                    |    5 +
 fs/cifs/cifsproto.h                                   |    1 
 fs/cifs/file.c                                        |   23 +++++---
 fs/cifs/smb2file.c                                    |    2 
 include/linux/gfp.h                                   |   23 ++++++++
 include/linux/skbuff.h                                |    3 -
 include/net/flow_dissector.h                          |    3 -
 include/net/fq.h                                      |    2 
 include/net/fq_impl.h                                 |    4 -
 include/net/sock.h                                    |   11 +++-
 kernel/time/alarmtimer.c                              |    4 -
 net/core/datagram.c                                   |    2 
 net/core/ethtool.c                                    |    4 +
 net/core/flow_dissector.c                             |   48 +++++++-----------
 net/dccp/ipv4.c                                       |    4 -
 net/dsa/dsa2.c                                        |    2 
 net/ipv4/datagram.c                                   |    2 
 net/ipv4/tcp_ipv4.c                                   |    4 -
 net/sched/sch_fq_codel.c                              |    6 +-
 net/sched/sch_hhf.c                                   |    8 +--
 net/sched/sch_sfb.c                                   |   13 ++--
 net/sched/sch_sfq.c                                   |   14 +++--
 net/sctp/socket.c                                     |    2 
 sound/soc/codecs/wm_adsp.c                            |    3 -
 sound/soc/rockchip/rockchip_i2s.c                     |    2 
 tools/perf/builtin-kmem.c                             |    1 
 tools/testing/selftests/net/reuseport_dualstack.c     |    3 -
 48 files changed, 285 insertions(+), 180 deletions(-)

Adam Ford (1):
      ARM: dts: logicpd-torpedo-som: Remove twl_keypad

Anson Huang (1):
      ARM: dts: imx7s: Correct GPT's ipg clock source

Axel Lin (1):
      regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone

Bodo Stroesser (1):
      scsi: target: core: Do not overwrite CDB byte 1

Dan Carpenter (1):
      pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()

Dave Wysochanski (1):
      cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs

Doug Berger (1):
      net: bcmgenet: reset 40nm EPHY on energy detect

Eran Ben Elisha (1):
      net/mlx4_core: Dynamically set guaranteed amount of counters per VF

Eric Dumazet (4):
      dccp: do not leak jiffies on the wire
      net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
      inet: stop leaking jiffies on the wire
      net/flow_dissector: switch to siphash

Greg Kroah-Hartman (1):
      Linux 4.9.200

Hannes Reinecke (1):
      scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions

Jeffrey Hugo (1):
      dmaengine: qcom: bam_dma: Fix resource leak

Jiangfeng Xiao (1):
      net: hisilicon: Fix ping latency when deal with high throughput

Jonas Gorski (1):
      MIPS: bmips: mark exception vectors as char arrays

Kees Cook (1):
      Kbuild: make designated_init attribute fatal

Masahiro Yamada (1):
      kbuild: use -fmacro-prefix-map to make __FILE__ a relative path

Navid Emamdoost (1):
      of: unittest: fix memory leak in unittest_data_add

Peter Ujfalusi (1):
      ARM: davinci: dm365: Fix McBSP dma_slave_map entry

Petr Vorel (1):
      alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP

Robin Murphy (1):
      ASoc: rockchip: i2s: Fix RPM imbalance

Russell King (1):
      ARM: mm: fix alignment handler faults under memory pressure

Seth Forshee (1):
      kbuild: add -fcf-protection=none when using retpoline flags

Stuart Henderson (1):
      ASoC: wm_adsp: Don't generate kcontrols without READ flags

Tejun Heo (1):
      net: fix sk_page_frag() recursion from memory reclaim

Thomas Bogendoerfer (2):
      scsi: sni_53c710: fix compilation error
      scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE

Vivien Didelot (1):
      net: dsa: fix switch tree list

Wei Wang (1):
      selftests: net: reuseport_dualstack: fix uninitalized parameter

Xin Long (1):
      vxlan: check tun_info options_len properly

Yizhuo (1):
      regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() could be uninitialized

Yunfeng Ye (1):
      perf kmem: Fix memory leak in compact_gfp_flags()

zhanglin (1):
      net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ