lkml.org 
[lkml]   [2017]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.4.80
I'm announcing the release of the 4.4.80 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/arm/boot/dts/omap3-n900.dts | 2
arch/arm/configs/s3c2410_defconfig | 6
arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 2
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 6
arch/arm64/mm/fault.c | 8
arch/openrisc/kernel/vmlinux.lds.S | 2
arch/powerpc/include/asm/topology.h | 14 -
arch/powerpc/kernel/setup_64.c | 4
arch/powerpc/kvm/book3s_hv.c | 41 +++
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 41 ++-
arch/powerpc/platforms/pseries/reconfig.c | 1
arch/x86/kernel/cpu/mcheck/mce_amd.c | 3
crypto/authencesn.c | 5
drivers/acpi/glue.c | 10
drivers/base/power/domain.c | 6
drivers/block/xen-blkback/blkback.c | 3
drivers/block/xen-blkback/xenbus.c | 8
drivers/char/ipmi/ipmi_watchdog.c | 7
drivers/char/tpm/tpm-chip.c | 85 +++----
drivers/char/tpm/tpm-interface.c | 1
drivers/char/tpm/tpm-sysfs.c | 2
drivers/char/tpm/tpm.h | 5
drivers/dma/ioat/hw.h | 2
drivers/dma/ioat/init.c | 11
drivers/dma/ti-dma-crossbar.c | 2
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 9
drivers/gpu/drm/msm/msm_gem_submit.c | 3
drivers/gpu/drm/msm/msm_ringbuffer.c | 3
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.c | 2
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 20 -
drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 2
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 185 +++++++---------
drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c | 11
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 7
drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c | 11
drivers/gpu/drm/rcar-du/rcar_du_vgacon.c | 11
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2
drivers/hid/hid-core.c | 1
drivers/hid/hid-ids.h | 3
drivers/infiniband/core/uverbs_cmd.c | 5
drivers/irqchip/irq-keystone.c | 28 +-
drivers/irqchip/irq-mxs.c | 4
drivers/isdn/i4l/isdn_common.c | 1
drivers/isdn/i4l/isdn_net.c | 5
drivers/isdn/i4l/isdn_ppp.c | 2
drivers/mailbox/mailbox.c | 13 -
drivers/md/raid5.c | 2
drivers/media/i2c/s5c73m3/s5c73m3-ctrls.c | 2
drivers/net/ethernet/mellanox/mlx4/icm.c | 7
drivers/net/ethernet/realtek/r8169.c | 1
drivers/net/ethernet/renesas/sh_eth.c | 1
drivers/net/phy/phy_device.c | 2
drivers/net/usb/kaweth.c | 10
drivers/net/wireless/ath/ath10k/wmi-ops.h | 6
drivers/net/wireless/ath/wil6210/main.c | 15 -
drivers/nfc/fdp/i2c.c | 6
drivers/nvdimm/btt.c | 9
drivers/nvmem/imx-ocotp.c | 2
drivers/scsi/fnic/fnic.h | 1
drivers/scsi/fnic/fnic_scsi.c | 16 +
drivers/scsi/mpt3sas/mpt3sas_base.c | 33 +-
drivers/scsi/snic/snic_main.c | 3
drivers/spi/spi-dw.c | 5
drivers/staging/comedi/comedi_fops.c | 6
drivers/usb/gadget/function/f_hid.c | 2
drivers/vfio/pci/vfio_pci.c | 4
drivers/vfio/pci/vfio_pci_rdwr.c | 5
drivers/video/fbdev/cobalt_lcdfb.c | 5
fs/btrfs/inode.c | 11
fs/dcache.c | 27 ++
fs/debugfs/inode.c | 10
fs/namei.c | 8
fs/notify/fsnotify.c | 8
fs/pstore/ram.c | 5
fs/pstore/ram_core.c | 25 +-
fs/seq_file.c | 7
fs/xfs/xfs_aops.c | 21 +
include/linux/dcache.h | 6
include/linux/fsnotify.h | 31 --
include/linux/phy.h | 4
include/linux/pstore_ram.h | 11
include/linux/seq_file.h | 13 -
kernel/resource.c | 13 -
kernel/sched/core.c | 15 +
kernel/sched/sched.h | 13 -
net/8021q/vlan.c | 5
net/8021q/vlan.h | 2
net/8021q/vlan_dev.c | 20 +
net/core/dev.c | 19 +
net/ipv6/ip6_output.c | 2
net/key/af_key.c | 46 +++
net/xfrm/xfrm_policy.c | 9
sound/soc/codecs/nau8825.c | 3
sound/soc/codecs/nau8825.h | 3
sound/soc/codecs/tlv320aic3x.c | 13 +
sound/soc/soc-pcm.c | 4
sound/usb/endpoint.c | 3
tools/lib/traceevent/plugin_sched_switch.c | 4
tools/perf/Makefile.perf | 4
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c | 67 +++--
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c | 24 +-
tools/perf/util/symbol-elf.c | 6
103 files changed, 751 insertions(+), 461 deletions(-)

Adrian Hunter (4):
perf intel-pt: Fix ip compression
perf intel-pt: Fix last_ip usage
perf intel-pt: Use FUP always when scanning for an IP
perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero

Al Viro (1):
dentry name snapshots

Andrzej Hajda (1):
v4l: s5c73m3: fix negation operator

Annie Cherkaev (1):
isdn/i4l: fix buffer overflow

Arnaldo Carvalho de Melo (2):
perf tools: Install tools/lib/traceevent plugins with install-bin
perf symbols: Robustify reading of build-id from sysfs

Arnd Bergmann (1):
vfio-pci: use 32-bit comparisons for register address for gcc-4.5

Arvind Yadav (2):
video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
vfio-pci: Handle error from pci_iomap

Ben Skeggs (1):
drm/nouveau/bar/gf100: fix access to upper half of BAR2

Brian Foster (1):
xfs: don't BUG() on mixed direct and mapped I/O

Burak Ok (1):
scsi: snic: Return error code on memory allocation failure

Calvin Owens (1):
mpt3sas: Don't overreach ioc->reply_post[] during initialization

Cheah Kok Cheong (1):
Staging: comedi: comedi_fops: Avoid orphaned proc entry

Christophe JAILLET (1):
dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.

Chun-Hao Lin (1):
r8169: add support for RTL8168 series add-on card.

Daniel Bristot de Oliveira (1):
tools lib traceevent: Fix prev/next_prio for deadline tasks

Daniel Schultz (1):
nvmem: imx-ocotp: Fix wrong register size

Daniel Vetter (1):
drm/rcar: Nuke preclose hook

Dave Jiang (2):
dmaengine: ioatdma: Add Skylake PCI Dev ID
dmaengine: ioatdma: workaround SKX ioatdma version

David Lechner (1):
usb: gadget: Fix copy/pasted error message

Eric Dumazet (2):
net: reduce skb_warn_bad_offload() noise
net: skb_needs_check() accepts CHECKSUM_NONE for tx

Florian Fainelli (1):
net: phy: Do not perform software reset for Generic PHY

Greg Kroah-Hartman (2):
Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
Linux 4.4.80

Herbert Xu (1):
crypto: authencesn - Fix digest_null crash

Ioan-Adrian Ratiu (1):
ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion

Ismail, Mustafa (1):
RDMA/uverbs: Fix the check for port number

Jarkko Sakkinen (1):
tpm: fix a kernel memory leak in tpm-sysfs.c

Jia-Ju Bai (1):
isdn: Fix a sleep-in-atomic bug

Jiri Kosina (1):
HID: ignore Petzl USB headlamp

Joel Fernandes (2):
pstore: Make spinlock per zone instead of global
pstore: Allow prz to control need for locking

John Hsu (1):
ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL

Jordan Crouse (2):
drm/msm: Ensure that the hardware write pointer is valid
drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set

Juergen Gross (2):
xen/blkback: don't free be structure too early
xen/blkback: don't use xen_blkif_get() in xen-blkback kthread

Kees Cook (2):
pstore: Correctly initialize spinlock and flags
pstore: Use dynamic spinlock initializer

Konstantin Khlebnikov (1):
sched/cgroup: Move sched_online_group() back into css_online() to fix crash

Krzysztof Kozlowski (1):
ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*

Laurent Pinchart (2):
drm: rcar-du: Perform initialization/cleanup at probe/remove time
drm: rcar-du: Simplify and fix probe error handling

Laurent Vivier (1):
powerpc/pseries: Fix of_node_put() underflow during reconfig remove

Leon Romanovsky (1):
net/mlx4: Remove BUG_ON from ICM allocation routine

Linus Torvalds (2):
Make file credentials available to the seqfile interfaces
/proc/iomem: only expose physical resource addresses to privileged users

Lior David (1):
wil6210: fix deadlock when using fw_no_recovery option

Liu Bo (1):
Btrfs: adjust outstanding_extents counter properly when dio write is split

Mark Rutland (1):
arm64: mm: fix show_pte KERN_CONT fallout

Michal Kazior (1):
ath10k: fix null deref on wmi-tlv when trying spectral scan

Michal Simek (1):
ARM64: zynqmp: Fix W=1 dtc 1.4 warnings

Mike Manning (1):
vlan: Propagate MAC address to VLANs

Moritz Fischer (1):
ARM64: zynqmp: Fix i2c node's compatible string

Ofer Heifetz (1):
md/raid5: add thread_group worker async_tx_issue_pending_all

Oliver Neukum (2):
kaweth: fix firmware download
kaweth: fix oops upon failed memory allocation

Pali Rohár (1):
ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags

Patrick Lai (1):
ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused

Paul Mackerras (4):
KVM: PPC: Book3S HV: Context-switch EBB registers properly
KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
KVM: PPC: Book3S HV: Reload HTM registers explicitly
KVM: PPC: Book3S HV: Save/restore host values of debug registers

Peter Ujfalusi (1):
ASoC: tlv320aic3x: Mark the RESET register as volatile

Phil Reid (1):
spi: dw: Make debugfs name unique between instances

Rafael J. Wysocki (1):
ACPI / scan: Prefer devices without _HID/_CID for _ADR matching

Satish Kharat (1):
scsi: fnic: Avoid sending reset to firmware when another reset is in progress

Sergei Shtylyov (1):
sh_eth: enable RX descriptor word 0 shift on SH7734

Sinclair Yeh (1):
drm/vmwgfx: Fix gcc-7.1.1 warning

Stafford Horne (1):
openrisc: Add _text symbol to fix ksym build error

Stefan Berger (1):
tpm: Replace device number bitmap with IDR

Stefan Wahren (1):
irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND

Steffen Klassert (1):
xfrm: Don't use sk_family for socket policy lookups

Strashko, Grygorii (1):
irqchip/keystone: Fix "scheduling while atomic" on rt

Sudeep Holla (4):
mailbox: always wait in mbox_send_message for blocking Tx mode
mailbox: skip complete wait event if timer expired
mailbox: handle empty message in tx_tick
PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if present

Sudip Mukherjee (1):
nfc: fdp: fix NULL pointer dereference

Thomas Gleixner (1):
x86/mce/AMD: Make the init code more robust

Valentin Vidic (1):
ipmi/watchdog: fix watchdog timeout set on reboot

Vishal Verma (1):
libnvdimm, btt: fix btt_rw_page not returning errors

Wanpeng Li (1):
sched/cputime: Fix prev steal time accouting during CPU hotplug

Yuejie Shi (1):
af_key: Add lock to key dump

Zheng Li (1):
ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2017-08-07 05:07    [W:0.045 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site