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:   Wed, 16 May 2018 18:03:04 +0200
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.4.132

I'm announcing the release of the 4.4.132 kernel.

All users of the 4.4 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                          |    2 
 arch/s390/kvm/kvm-s390.c                          |    4 
 arch/x86/kernel/cpu/perf_event.c                  |    8 
 arch/x86/kernel/cpu/perf_event_intel_cstate.c     |    2 
 arch/x86/kernel/cpu/perf_event_msr.c              |    9 
 crypto/af_alg.c                                   |    8 
 drivers/ata/libata-core.c                         |    3 
 drivers/atm/zatm.c                                |    3 
 drivers/bluetooth/btusb.c                         |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               |    1 
 drivers/infiniband/core/ucma.c                    |    2 
 drivers/infiniband/hw/mlx5/qp.c                   |   22 -
 drivers/input/input-leds.c                        |    8 
 drivers/input/touchscreen/atmel_mxt_ts.c          |    9 
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c            |   78 +++
 drivers/net/can/usb/kvaser_usb.c                  |    2 
 drivers/net/usb/qmi_wwan.c                        |    1 
 drivers/net/wireless/ath/ath10k/core.c            |    8 
 drivers/net/wireless/ath/ath10k/core.h            |    4 
 drivers/net/wireless/ath/ath10k/htt_rx.c          |  100 ++++
 drivers/net/wireless/ath/wcn36xx/txrx.c           |    2 
 drivers/usb/core/config.c                         |    4 
 drivers/usb/musb/musb_host.c                      |    4 
 drivers/usb/serial/option.c                       |  448 +++++++---------------
 drivers/usb/serial/visor.c                        |   69 +--
 fs/f2fs/data.c                                    |    2 
 fs/fs-writeback.c                                 |    2 
 fs/xfs/xfs_file.c                                 |   14 
 include/net/inet_timewait_sock.h                  |    1 
 include/net/mac80211.h                            |   14 
 include/net/nexthop.h                             |    2 
 kernel/bpf/arraymap.c                             |    2 
 kernel/bpf/hashtab.c                              |    9 
 kernel/bpf/syscall.c                              |   20 
 kernel/events/callchain.c                         |   10 
 kernel/events/core.c                              |    2 
 kernel/events/ring_buffer.c                       |    7 
 kernel/trace/trace_events_filter.c                |    3 
 kernel/trace/trace_uprobe.c                       |    2 
 kernel/tracepoint.c                               |    4 
 mm/percpu.c                                       |    1 
 net/atm/lec.c                                     |    9 
 net/core/dev_addr_lists.c                         |    4 
 net/core/skbuff.c                                 |    1 
 net/dccp/ipv4.c                                   |    1 
 net/dccp/ipv6.c                                   |    1 
 net/ipv4/inet_timewait_sock.c                     |    1 
 net/ipv4/tcp.c                                    |    2 
 net/mac80211/util.c                               |    5 
 net/mac80211/wep.c                                |    3 
 net/mac80211/wpa.c                                |   45 +-
 net/netfilter/ipvs/ip_vs_ctl.c                    |    8 
 net/netfilter/ipvs/ip_vs_sync.c                   |  155 +++----
 net/netlink/af_netlink.c                          |    2 
 net/rfkill/rfkill-gpio.c                          |    7 
 net/xfrm/xfrm_user.c                              |    2 
 sound/core/pcm_compat.c                           |    2 
 sound/core/seq/seq_virmidi.c                      |    4 
 sound/drivers/aloop.c                             |   29 +
 tools/testing/selftests/firmware/fw_filesystem.sh |    6 
 60 files changed, 655 insertions(+), 530 deletions(-)

Alan Stern (1):
      USB: Accept bulk endpoints with 1024-byte maxpacket

Alexander Yarygin (1):
      KVM: s390: Enable all facility bits that are known good for passthrough

Ben Hutchings (1):
      test_firmware: fix setting old custom fw path back on exit, second try

Bin Liu (1):
      usb: musb: host: fix potential NULL pointer dereference

Danit Goldberg (1):
      IB/mlx5: Use unlimited rate when static rate is not supported

Darrick J. Wong (1):
      xfs: prevent creating negative-sized file via INSERT_RANGE

David Spinadel (1):
      mac80211: Add RX flag to indicate ICV stripped

Dmitry Torokhov (1):
      Input: leds - fix out of bound access

Eric Dumazet (8):
      crypto: af_alg - fix possible uninit-value in alg_bind()
      netlink: fix uninit-value in netlink_sendmsg
      net: fix rtnh_ok()
      net: initialize skb->peeked when cloning
      net: fix uninit-value in __hw_addr_add_ex()
      dccp: initialize ireq->ir_mark
      soreuseport: initialise timewait reuseport field
      tcp: fix TCP_REPAIR_QUEUE bound checking

Greg Kroah-Hartman (2):
      USB: serial: visor: handle potential invalid device configuration
      Linux 4.4.132

Gustavo A. R. Silva (2):
      net: atm: Fix potential Spectre v1
      atm: zatm: Fix potential Spectre v1

Hans de Goede (2):
      libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
      Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"

Jan Kara (1):
      bdi: Fix oops in wb_workfn()

Jimmy Assarsson (1):
      can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()

Jiri Olsa (1):
      perf: Remove superfluous allocation error check

Johan Hovold (2):
      USB: serial: option: reimplement interface masking
      rfkill: gpio: fix memory leak in probe error path

Julian Anastasov (1):
      ipvs: fix rtnl_lock lockups caused by start_sync_thread

Kristian Evensen (1):
      USB: serial: option: Add support for Quectel EP06

Leon Romanovsky (1):
      RDMA/mlx5: Protect from shift operand overflow

Markus Pargmann (1):
      gpmi-nand: Handle ECC Errors in erased pages

Masami Hiramatsu (1):
      tracing/uprobe_event: Fix strncpy corner case

Mathieu Desnoyers (1):
      tracepoint: Do not warn on ENOMEM

Peter Zijlstra (5):
      perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
      perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
      perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
      perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
      perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()

Robert Rosengren (1):
      ALSA: aloop: Mark paused device as inactive

Roland Dreier (1):
      RDMA/ucma: Allow resolving address w/o specifying source address

SZ Lin (林上智) (2):
      NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
      USB: serial: option: adding support for ublox R410M

Sara Sharon (2):
      mac80211: allow not sending MIC up from driver for HW crypto
      mac80211: allow same PN for AMSDU sub-frames

Steven Rostedt (VMware) (1):
      tracing: Fix regex_match_front() to not over compare the test string

Takashi Iwai (3):
      ALSA: pcm: Check PCM state at xfern compat ioctl
      ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
      ALSA: aloop: Add missing cable lock to ctl API callbacks

Tan Xiaojun (1):
      perf/core: Fix the perf_cpu_time_max_percent check

Tejun Heo (1):
      percpu: include linux/sched.h for cond_resched()

Teng Qin (1):
      bpf: map_get_next_key to return first key on NULL

Thomas Hellstrom (1):
      drm/vmwgfx: Fix a buffer object leak

Vasanthakumar Thiagarajan (2):
      ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap mode
      ath10k: rebuild crypto header in rx data frames

Vittorio Gambaletta (VittGam) (1):
      Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro

Wei Fang (1):
      f2fs: fix a dead loop in f2fs_fiemap()

Yi Zhao (1):
      xfrm_user: fix return value from xfrm_user_rcv_msg


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