stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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.17.1
Date: Wed, 15 Oct 2014 12:36:35 +0200	[thread overview]
Message-ID: <20141015103635.GA30731@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6127 bytes --]

I'm announcing the release of the 3.17.1 kernel.

All users of the 3.17 kernel series must upgrade.

The updated 3.17.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.17.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/kernel-parameters.txt        |    4 ++
 Makefile                                   |    2 -
 arch/alpha/include/asm/Kbuild              |    1 
 arch/arc/include/asm/Kbuild                |    1 
 arch/arm/include/asm/irq_work.h            |   11 +++++++
 arch/arm/kernel/smp.c                      |    2 -
 arch/arm64/include/asm/Kbuild              |    2 -
 arch/arm64/include/asm/irq_work.h          |   11 +++++++
 arch/arm64/include/asm/smp.h               |    2 +
 arch/arm64/kernel/smp.c                    |    2 -
 arch/avr32/include/asm/Kbuild              |    1 
 arch/blackfin/include/asm/Kbuild           |    1 
 arch/c6x/include/asm/Kbuild                |    1 
 arch/cris/include/asm/Kbuild               |    1 
 arch/frv/include/asm/Kbuild                |    1 
 arch/hexagon/include/asm/Kbuild            |    1 
 arch/ia64/include/asm/Kbuild               |    1 
 arch/m32r/include/asm/Kbuild               |    1 
 arch/m68k/include/asm/Kbuild               |    1 
 arch/metag/include/asm/Kbuild              |    1 
 arch/microblaze/include/asm/Kbuild         |    1 
 arch/mips/include/asm/Kbuild               |    1 
 arch/mn10300/include/asm/Kbuild            |    1 
 arch/openrisc/include/asm/Kbuild           |    1 
 arch/parisc/include/asm/Kbuild             |    1 
 arch/powerpc/include/asm/Kbuild            |    1 
 arch/s390/include/asm/Kbuild               |    1 
 arch/score/include/asm/Kbuild              |    1 
 arch/sh/include/asm/Kbuild                 |    1 
 arch/sparc/include/asm/Kbuild              |    1 
 arch/tile/include/asm/Kbuild               |    1 
 arch/um/include/asm/Kbuild                 |    1 
 arch/unicore32/include/asm/Kbuild          |    1 
 arch/x86/include/asm/irq_work.h            |   11 +++++++
 arch/x86/kernel/irq_work.c                 |    2 -
 arch/xtensa/include/asm/Kbuild             |    1 
 drivers/ata/libata-core.c                  |    4 +-
 drivers/base/node.c                        |    1 
 drivers/crypto/caam/caamhash.c             |    6 +--
 drivers/net/ethernet/3com/3c59x.c          |    2 -
 drivers/net/ethernet/broadcom/bcmsysport.c |   13 ++++----
 drivers/net/hyperv/netvsc.c                |   15 +++++----
 drivers/net/team/team.c                    |    4 +-
 drivers/pci/hotplug/pciehp_hpc.c           |    2 -
 drivers/tty/serial/8250/8250_pci.c         |   21 +++++++++++++
 drivers/usb/core/hub.c                     |    6 ++-
 drivers/usb/core/quirks.c                  |    4 ++
 drivers/usb/gadget/composite.c             |    1 
 drivers/usb/gadget/function/f_fs.c         |    3 +
 drivers/usb/musb/musb_dsps.c               |    2 +
 drivers/usb/serial/cp210x.c                |    2 +
 drivers/usb/storage/uas.c                  |   17 ++++++++++
 drivers/usb/storage/unusual_uas.h          |   45 ++++++++++++++++++++++-------
 drivers/usb/storage/usb.c                  |    9 +++++
 include/asm-generic/irq_work.h             |   10 ++++++
 include/linux/irq_work.h                   |    3 +
 include/linux/usb/quirks.h                 |    3 +
 include/linux/usb_usual.h                  |    4 ++
 include/net/sctp/command.h                 |    2 -
 kernel/irq_work.c                          |   15 ++++++++-
 kernel/time/timer.c                        |    2 -
 net/ipv6/ip6_gre.c                         |    4 +-
 net/sched/cls_api.c                        |    1 
 net/sctp/sm_statefuns.c                    |   19 ++++++++++--
 64 files changed, 243 insertions(+), 52 deletions(-)

Andreas Bomholtz (1):
      USB: cp210x: add support for Seluxit USB dongle

Bryan O'Donoghue (1):
      serial: 8250: Add Quark X1000 to 8250_pci.c

Cristian Stoica (1):
      crypto: caam - fix addressing of struct member

Dan Carpenter (1):
      usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()

Felipe Balbi (2):
      Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup"
      usb: musb: dsps: kill OTG timer on suspend

Florian Fainelli (1):
      net: systemport: fix bcm_sysport_insert_tsb()

Frederic Weisbecker (4):
      irq_work: Force raised irq work to run on irq work interrupt
      x86: Tell irq work about self IPI support
      arm: Tell irq work about self IPI support
      arm64: Tell irq work about self IPI support

George Spelvin (1):
      libata: Un-break ATA blacklist

Greg Kroah-Hartman (1):
      Linux 3.17.1

Hans de Goede (4):
      uas: Add a quirk for rejecting ATA_12 and ATA_16 commands
      uas: Add no-report-opcodes quirk
      uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drives
      uas: Add another ASM1051 usb-id to the uas blacklist

Joe Lawrence (1):
      team: avoid race condition in scheduling delayed work

Joe Savage (1):
      USB: serial: cp210x: added Ketra N1 wireless interface support

KY Srinivasan (1):
      hyperv: Fix a bug in netvsc_send()

Lu Baolu (1):
      USB: Add device quirk for ASUS T100 Base Station keyboard

Nicolas Dichtel (1):
      ip6_gre: fix flowi6_proto value in xmit path

Peter Zijlstra (1):
      irq_work: Introduce arch_irq_work_has_interrupt()

Sylvain \\\"ythier\\\" Hitier (1):
      3c59x: fix bad split of cpu_to_le32(pci_map_single())

Vlad Yasevich (1):
      sctp: handle association restarts when the socket is closed.

WANG Cong (1):
      net_sched: copy exts->type in tcf_exts_change()

Yasuaki Ishimatsu (1):
      driver/base/node: remove unnecessary kfree of node struct from unregister_one_node

Yinghai Lu (1):
      PCI: pciehp: Fix wait time in timeout message


[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-10-15 10:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15 10:36 Greg KH [this message]
2014-10-15 10:36 ` Linux 3.17.1 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=20141015103635.GA30731@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).