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:   Mon, 9 Jan 2017 08:55: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.4.41

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

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

 Documentation/virtual/kvm/api.txt                      |    1 
 Makefile                                               |    2 
 arch/arc/include/asm/cacheflush.h                      |    6 -
 arch/arc/mm/cache.c                                    |   13 ++-
 arch/powerpc/boot/ps3-head.S                           |    5 -
 arch/powerpc/boot/ps3.c                                |    8 -
 arch/powerpc/include/asm/kvm_host.h                    |    1 
 arch/powerpc/include/uapi/asm/kvm.h                    |    1 
 arch/powerpc/kernel/asm-offsets.c                      |    1 
 arch/powerpc/kernel/idle_power7.S                      |    2 
 arch/powerpc/kvm/book3s_hv.c                           |    6 +
 arch/powerpc/kvm/book3s_hv_rm_mmu.c                    |    2 
 arch/powerpc/kvm/book3s_hv_rmhandlers.S                |    4 
 arch/x86/entry/entry_32.S                              |    4 
 arch/x86/kvm/vmx.c                                     |   11 +-
 block/bsg.c                                            |    3 
 drivers/acpi/video_detect.c                            |   20 ++++
 drivers/base/firmware_class.c                          |    7 -
 drivers/clk/bcm/clk-bcm2835.c                          |    4 
 drivers/gpu/drm/ast/ast_main.c                         |    7 +
 drivers/gpu/drm/gma500/psb_drv.c                       |    3 
 drivers/gpu/drm/nouveau/nouveau_bios.c                 |    3 
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c      |    4 
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c |    9 +-
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c |    8 +
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/priv.h        |    1 
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c      |    7 +
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c  |    1 
 drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c         |    2 
 drivers/gpu/drm/radeon/radeon_cursor.c                 |   69 +++++++++++------
 drivers/gpu/drm/radeon/radeon_mode.h                   |    1 
 drivers/gpu/drm/radeon/si_dpm.c                        |    1 
 drivers/infiniband/core/mad.c                          |    2 
 drivers/infiniband/core/multicast.c                    |    7 +
 drivers/infiniband/ulp/ipoib/ipoib_multicast.c         |    7 +
 drivers/input/misc/drv260x.c                           |    1 
 drivers/md/raid5.c                                     |    9 ++
 drivers/media/pci/solo6x10/solo6x10.h                  |    3 
 drivers/misc/mei/client.c                              |    2 
 drivers/mmc/host/sdhci.c                               |   20 ++++
 drivers/net/ethernet/marvell/mvpp2.c                   |   59 +++++++-------
 drivers/net/wireless/ath/ath9k/pci.c                   |    7 +
 drivers/net/wireless/realtek/rtlwifi/base.c            |    8 -
 drivers/net/wireless/realtek/rtlwifi/core.c            |    9 --
 drivers/net/wireless/realtek/rtlwifi/pci.c             |   14 +--
 drivers/net/wireless/realtek/rtlwifi/ps.c              |   36 ++++++--
 drivers/pci/pci.c                                      |    4 
 drivers/platform/x86/asus-nb-wmi.c                     |    9 ++
 drivers/regulator/stw481x-vmmc.c                       |    3 
 drivers/s390/char/vmlogrdr.c                           |    2 
 drivers/s390/scsi/zfcp_dbf.c                           |   17 +++-
 drivers/s390/scsi/zfcp_dbf.h                           |   41 +++++++++-
 drivers/s390/scsi/zfcp_erp.c                           |   61 ++++++++++++++-
 drivers/s390/scsi/zfcp_ext.h                           |    4 
 drivers/s390/scsi/zfcp_fsf.h                           |    3 
 drivers/s390/scsi/zfcp_reqlist.h                       |   30 +++++++
 drivers/s390/scsi/zfcp_scsi.c                          |   61 +++++++++++++--
 drivers/scsi/megaraid/megaraid_sas_fusion.c            |    9 +-
 drivers/scsi/scsi_sysfs.c                              |    4 
 drivers/scsi/sg.c                                      |    3 
 drivers/ssb/pci.c                                      |    1 
 drivers/staging/comedi/drivers/ni_mio_common.c         |    8 -
 drivers/target/target_core_user.c                      |    2 
 drivers/thermal/thermal_hwmon.c                        |    2 
 drivers/tty/serial/sc16is7xx.c                         |    2 
 drivers/tty/vt/keyboard.c                              |    2 
 fs/block_dev.c                                         |    7 +
 fs/nfs/file.c                                          |    2 
 include/net/cfg80211.h                                 |   11 ++
 include/rdma/ib_addr.h                                 |    6 -
 kernel/time/timekeeping.c                              |    4 
 kernel/trace/trace_functions_graph.c                   |   17 +++-
 net/ceph/messenger.c                                   |   13 +++
 net/mac80211/mlme.c                                    |   21 ++---
 net/wireless/core.h                                    |    1 
 net/wireless/mlme.c                                    |   12 ++
 net/wireless/sme.c                                     |   14 +++
 scripts/kconfig/nconf.gui.c                            |   15 ++-
 78 files changed, 605 insertions(+), 187 deletions(-)

Adrian Hunter (1):
      mmc: sdhci: Fix recovery from tuning timeout

Al Viro (2):
      nfs_write_end(): fix handling of short copies
      sg_write()/bsg_write() is not fit to be called under KERNEL_DS

Alan Stern (1):
      PCI: Check for PME in targeted sleep state

Alex Deucher (1):
      drm/radeon: add additional pci revision to dpm workaround

Alexander Usyskin (1):
      mei: request async autosuspend at the end of enumeration

Andrey Utkin (1):
      media: solo6x10: fix lockup by avoiding delayed register write

Andy Grover (1):
      target/user: Fix use-after-free of tcmu_cmds if they are expired

Bart Van Assche (4):
      IB/mad: Fix an array index check
      IPoIB: Avoid reading an uninitialized member variable
      IB/multicast: Check ib_find_pkey() return value
      IB/cma: Fix a race condition in iboe_addr_get_sgid()

Ben Hutchings (1):
      kconfig/nconf: Fix hang when editing symbol with a long prompt

Ben Skeggs (5):
      drm/nouveau/kms: lvds panel strap moved again on maxwell
      drm/nouveau/bios: require checksum to match for fast acpi shadow method
      drm/nouveau/ltc: protect clearing of comptags with mutex
      drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
      drm/nouveau/i2c/gk110b,gm10x: use the correct implementation

Benjamin Block (1):
      scsi: zfcp: fix use-after-"free" in FC ingress path after TMF

Boris Brezillon (1):
      clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk

Geoff Levand (1):
      powerpc/ps3: Fix system hang with GCC 5 builds

Gerald Schaefer (1):
      s390/vmlogrdr: fix IUCV buffer allocation

Greg Kroah-Hartman (1):
      Linux 4.4.41

Hans de Goede (2):
      ACPI / video: Add force_native quirk for Dell XPS 17 L702X
      ACPI / video: Add force_native quirk for HP Pavilion dv6

Ian Abbott (2):
      staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
      staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data

Ilya Dryomov (1):
      libceph: verify authorize reply on connect

Jim Mattson (1):
      kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)

Jingkui Wang (1):
      Input: drv260x - fix input device's parent assignment

Johannes Berg (1):
      cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts

Josh Cartwright (1):
      sc16is7xx: Drop bogus use of IRQF_ONESHOT

Kashyap Desai (2):
      scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30secs before reset
      scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which does not support JBOD sequence map

Konstantin Khlebnikov (1):
      md/raid5: limit request size according to implementation limits

Krzysztof Kozlowski (1):
      thermal: hwmon: Properly report critical temperature in sysfs

Larry Finger (2):
      ssb: Fix error routine when fallback SPROM fails
      rtlwifi: Fix enter/exit power_save

Linus Walleij (1):
      regulator: stw481x-vmmc: fix ages old enable error

Maciej S. Szmigiero (1):
      vt: fix Scroll Lock LED trigger name

Marcos Paulo de Souza (1):
      platform/x86: asus-nb-wmi.c: Add X45U quirk

Michel Dänzer (2):
      drm/radeon: Also call cursor_move_locked when the cursor size changes
      drm/radeon: Hide the HW cursor while it's out of bounds

Patrik Jakobsson (1):
      drm/gma500: Add compat ioctl

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
      KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT

Rabin Vincent (1):
      block: protect iterate_bdevs() against concurrent close

Russell Currey (1):
      drivers/gpu/drm/ast: Fix infinite loop if read fails

Segher Boessenkool (1):
      powerpc: Convert cmp to cmpd in idle enter sequence

Steffen Maier (2):
      scsi: zfcp: do not trace pure benign residual HBA responses at default level
      scsi: zfcp: fix rport unblock race with LUN recovery

Steven Rostedt (Red Hat) (2):
      ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to it
      fgraph: Handle a case where a tracer ignores set_graph_notrace

Thomas Gleixner (1):
      timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion

Thomas Petazzoni (1):
      net: mvpp2: fix dma unmapping of TX buffers for fragments

Vineet Gupta (1):
      ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache

Vittorio Gambaletta (VittGam) (1):
      ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.

Wei Fang (1):
      scsi: avoid a permanent stop of the scsi device's request queue

Yves-Alexis Perez (1):
      firmware: fix usermode helper fallback loading


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