Linux 3.13.1
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.13.1 | |
Date: | Wed, 29 Jan 2014 05:08:09 -0800 | |
Message-ID: | <20140129130809.GA3063@kroah.com> | |
Cc: | lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> | |
Archive‑link: | Article |
I'm announcing the release of the 3.13.1 kernel. All users of the 3.13 kernel series must upgrade. The updated 3.13.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.13.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 +- drivers/extcon/extcon-gpio.c | 11 ++++++----- drivers/md/raid5.c | 9 +++++---- drivers/staging/comedi/comedi_fops.c | 2 ++ drivers/staging/comedi/drivers/addi_apci_1032.c | 4 ++-- drivers/staging/comedi/drivers/adl_pci9111.c | 2 +- drivers/tty/serial/amba-pl011.c | 6 ++++++ fs/gfs2/inode.c | 16 +++++++++++++++- include/linux/mm.h | 13 ++++++++----- sound/pci/hda/patch_hdmi.c | 6 +++++- 10 files changed, 51 insertions(+), 20 deletions(-) Bernd Porr (1): staging: comedi: fix result of memdup_user for user chanlist Bob Peterson (1): GFS2: Increase i_writecount during gfs2_setattr_chown David Henningsson (1): ALSA: hda - Explicitly keep codec powered up in hdmi_present_sense Geert Uytterhoeven (1): mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL Greg Kroah-Hartman (1): Linux 3.13.1 Guenter Roeck (1): extcon: gpio: Request gpio pin before modifying its state H Hartley Sweeten (2): staging: comedi: addi_apci_1032: fix subdevice type/flags bug staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq() Jon Medhurst (1): serial: amba-pl011: use port lock to guard control register access NeilBrown (2): md/raid5: fix long-standing problem with bitmap handling on write failure. md/raid5: close recently introduced race in stripe_head management.