Linux 3.4.90
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 | |
Subject: | Linux 3.4.90 | |
Date: | Tue, 13 May 2014 14:17:23 +0200 | |
Message-ID: | <20140513121723.GA26657@kroah.com> | |
Cc: | lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> | |
Archive‑link: | Article |
I'm announcing the release of the 3.4.90 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-st... thanks, greg k-h ------------ Makefile | 2 arch/mips/power/hibernate.S | 1 arch/x86/crypto/ghash-clmulni-intel_asm.S | 28 -- arch/x86/crypto/ghash-clmulni-intel_glue.c | 14 + drivers/ata/libata-core.c | 21 +- drivers/block/floppy.c | 11 - drivers/gpio/gpio-mxs.c | 3 drivers/gpu/drm/i915/intel_crt.c | 8 drivers/md/dm-thin.c | 2 drivers/mtd/nand/nuc900_nand.c | 2 drivers/mtd/sm_ftl.c | 11 - drivers/net/wireless/b43/phy_n.c | 14 - drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 15 + drivers/net/wireless/rtlwifi/rtl8192se/hw.c | 27 ++ drivers/scsi/mpt2sas/mpt2sas_scsih.c | 1 drivers/tty/hvc/hvc_console.c | 2 drivers/video/aty/mach64_accel.c | 3 drivers/video/aty/mach64_cursor.c | 22 +- drivers/video/cfbcopyarea.c | 153 ++++++++-------- drivers/video/matrox/matroxfb_accel.c | 38 ++-- drivers/video/matrox/matroxfb_base.h | 2 drivers/video/tgafb.c | 264 +++++----------------------- drivers/virtio/virtio_balloon.c | 6 fs/locks.c | 7 include/linux/libata.h | 1 25 files changed, 279 insertions(+), 379 deletions(-) Ard Biesheuvel (1): crypto: ghash-clmulni-intel - use C implementation for setkey() Dan Carpenter (2): mtd: nuc900_nand: NULL dereference in nuc900_nand_enable() mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes() Dan Williams (1): libata/ahci: accommodate tag ordered controllers Giacomo Comes (1): Skip intel_crt_init for Dell XPS 8700 Greg Kroah-Hartman (1): Linux 3.4.90 Huacai Chen (1): MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume() Jeff Layton (1): locks: allow __break_lease to sleep even when break_time is 0 Larry Finger (2): rtlwifi: rtl8192cu: Fix too long disable of IRQs rtlwifi: rtl8192se: Fix too long disable of IRQs Marek Vasut (1): gpio: mxs: Allow for recursive enable_irq_wake() call Matthew Daley (2): floppy: ignore kernel-only members in FDRAWCMD ioctl input floppy: don't write kernel-only members to FDRAWCMD ioctl output Mike Snitzer (1): dm thin: fix dangling bio in process_deferred_bios error path Mikulas Patocka (5): framebuffer: fix cfb_copyarea matroxfb: restore the registers M_ACCESS and M_PITCH mach64: use unaligned access mach64: fix cursor when character width is not a multiple of 8 pixels tgafb: fix data copying Rafał Miłecki (1): b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDR Rusty Russell (1): virtio_balloon: don't softlockup on huge balloon changes. Tomoki Sekiyama (1): drivers/tty/hvc: don't free hvc_console_setup after init Tyler Stachecki (1): mpt2sas: Don't disable device twice at suspend.