From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.4.89
Date: Tue, 6 May 2014 08:41:10 -0700 [thread overview]
Message-ID: <20140506154110.GA13527@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6414 bytes --]
I'm announcing the release of the 3.4.89 kernel.
All users of the 3.4 kernel series must upgrade.
The updated 3.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.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/include/asm/div64.h | 2
arch/arm/kernel/machine_kexec.c | 7 ++
arch/arm/mach-omap2/irq.c | 8 ++
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 -
arch/sh/kernel/dumpstack.c | 2
arch/x86/kernel/ldt.c | 11 +++
drivers/infiniband/hw/ehca/ehca_cq.c | 1
drivers/infiniband/hw/ipath/ipath_diag.c | 66 +++++++-----------
drivers/infiniband/hw/mthca/mthca_provider.c | 1
drivers/infiniband/hw/nes/nes_verbs.c | 2
drivers/infiniband/ulp/srpt/ib_srpt.c | 16 ++--
drivers/mfd/max8925-i2c.c | 9 ++
drivers/mfd/max8997.c | 18 +++++
drivers/mfd/max8998.c | 4 +
drivers/scsi/arcmsr/arcmsr_hba.c | 7 --
drivers/staging/rtl8712/rtl871x_recv.c | 13 +--
drivers/staging/serqt_usb2/serqt_usb2.c | 2
drivers/target/iscsi/iscsi_target.c | 4 -
drivers/target/tcm_fc/tfc_sess.c | 1
drivers/tty/hvc/hvc_console.c | 6 +
drivers/usb/core/driver.c | 94 ++++++++++++++++-----------
drivers/usb/core/hcd-pci.c | 2
drivers/usb/core/hub.c | 5 -
drivers/usb/core/usb.h | 2
drivers/usb/dwc3/core.h | 6 -
drivers/usb/host/xhci-pci.c | 4 -
drivers/usb/host/xhci.c | 6 -
drivers/usb/musb/musb_gadget.c | 22 +++++-
drivers/usb/serial/pl2303.c | 3
drivers/usb/serial/pl2303.h | 5 +
drivers/w1/w1_netlink.c | 25 +++----
fs/ext4/file.c | 2
fs/nfsd/nfs4proc.c | 9 ++
fs/nfsd/nfs4xdr.c | 5 +
fs/nfsd/vfs.c | 9 ++
fs/ocfs2/buffer_head_io.c | 2
fs/ocfs2/dlm/dlmrecovery.c | 29 ++++++--
fs/reiserfs/dir.c | 6 +
kernel/sysctl.c | 6 +
mm/hugetlb.c | 1
sound/pci/hda/patch_realtek.c | 1
sound/pci/ice1712/ice1712.c | 15 ++--
sound/soc/codecs/cs42l73.c | 6 -
44 files changed, 295 insertions(+), 156 deletions(-)
Aaron Sanders (1):
USB: pl2303: add ids for Hewlett-Packard HP POS pole displays
Alan Stern (2):
USB: fix crash during hotplug of PCI USB controller card
USB: unbind all interfaces before rebinding any
Andy Grover (1):
target/tcm_fc: Fix use-after-free of ft_tpg
Brian Austin (1):
ASoC: cs42l73: Fix mask bits for SOC_VALUE_ENUM_SINGLE
Dan Carpenter (1):
SCSI: arcmsr: upper 32 of dma address lost
David Cohen (1):
usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM
David Fries (1):
w1: fix w1_send_slave dropping a slave id
Dennis Dalessandro (1):
IB/ipath: Fix potential buffer overrun in sending diag packet routine
Greg Kroah-Hartman (1):
Linux 3.4.89
H. Peter Anvin (1):
x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels
Himangi Saraogi (1):
staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer
Huang Rui (1):
usb: dwc3: fix wrong bit mask in dwc3_event_devt
Igor Gnatenko (1):
xhci: extend quirk for Renesas cards
J. Bruce Fields (5):
nfsd4: session needs room for following op to error out
nfsd4: buffer-length check for SUPPATTR_EXCLCREAT
nfsd4: fix test_stateid error reply encoding
nfsd: notify_change needs elevated write count
nfsd4: fix setclientid encode size
Jeff Mahoney (1):
reiserfs: fix race in readdir
Junxiao Bi (2):
ocfs2: dlm: fix lock migration crash
ocfs2: dlm: fix recovery hung
Krzysztof Kozlowski (3):
mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error
mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error
mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error
Larry Finger (1):
staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0
Liu Hua (2):
ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfo
hung_task: check the value of "sysctl_hung_task_timeout_sec"
Matt Fleming (1):
sh: fix format string bug in stack tracer
Mike Marciniszyn (1):
ib_srpt: Use correct ib_sg_dma primitives
Mizuma, Masayoshi (1):
mm: hugetlb: fix softlockup when a large number of hugepages are freed.
Nicholas Bellinger (1):
iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug
Paul Gortmaker (1):
hvc: ensure hvc_init is only ever called once in hvc_console.c
Roger Quadros (1):
ARM: OMAP3: hwmod data: Correct clock domains for USB modules
Stefan Sørensen (1):
ARM: OMAP2+: INTC: Acknowledge stuck active interrupts
Takashi Iwai (1):
ALSA: ice1712: Fix boundary checks in PCM pointer ops
Theodore Ts'o (1):
ext4: use i_size_read in ext4_unaligned_aio()
W. Trevor King (1):
ALSA: hda - Enable beep for ASUS 1015E
Xiangyu Lu (1):
ARM: 8027/1: fix do_div() bug in big-endian systems
Yann Droneaud (3):
IB/nes: Return an error on ib_copy_from_udata() failure instead of NULL
IB/mthca: Return an error on ib_copy_to_udata() failure
IB/ehca: Returns an error on ib_copy_to_udata() failure
alex chen (1):
ocfs2: do not put bh when buffer_uptodate failed
supriya karanth (1):
usb: musb: set TXMAXP and AUTOSET for full speed bulk in device mode
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2014-05-06 15:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 15:41 Greg KH [this message]
2014-05-06 15:41 ` Linux 3.4.89 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140506154110.GA13527@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.