public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.2 00/24] 3.2.68-rc1 review
@ 2015-03-03 22:11 Ben Hutchings
  2015-03-03 22:11 ` [PATCH 3.2 13/24] net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param Ben Hutchings
                   ` (25 more replies)
  0 siblings, 26 replies; 30+ messages in thread
From: Ben Hutchings @ 2015-03-03 22:11 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: torvalds, Satoru Takeuchi, Guenter Roeck, Phil Jensen, akpm

This is the start of the stable review cycle for the 3.2.68 release.
There are 24 patches in this series, which will be posted as responses
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Mar 05 23:30:00 UTC 2015.
Anything received after that time might be too late.

A combined patch relative to 3.2.67 will be posted as an additional
response to this.  A shortlog and diffstat can be found below.

Ben.

-------------

Adam Lee (1):
      Bluetooth: ath3k: workaround the compatibility issue with xHCI controller
         [c561a5753dd631920c4459a067d22679b3d110d6]

Austin Lund (1):
      [media] media/rc: Send sync space information on the lirc device
         [a8f29e89f2b54fbf2c52be341f149bc195b63a8b]

Ben Hutchings (2):
      PCI: quirks: Fix backport of quirk_io()
         [not needed upstream]
      x86: mm/fault: Fix semaphore imbalance
         [not needed upstream]

Bo Shen (1):
      ASoC: atmel_ssc_dai: fix start event for I2S mode
         [a43bd7e125143b875caae6d4f9938855b440faaf]

David Daney (1):
      MIPS: Fix C0_Pagegrain[IEC] support.
         [9ead8632bbf454cfc709b6205dc9cd8582fb0d64]

Eric Dumazet (1):
      ipv6: fib: fix fib dump restart
         [fa809e2fd6e317226c046202a88520962672eac0]

Felix Fietkau (1):
      MIPS: IRQ: Fix disable_irq on CPU IRQs
         [a3e6c1eff54878506b2dddcc202df9cc8180facb]

Fernando Soto (1):
      Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered
         [84672369ffb98a51d4ddf74c20a23636da3ad615]

Hemmo Nieminen (1):
      MIPS: Fix kernel lockup or crash after CPU offline/online
         [c7754e75100ed5e3068ac5085747f2bfc386c8d6]

Ian Abbott (1):
      staging: comedi: cb_pcidas64: fix incorrect  AI range code handling
         [be8e89087ec2d2c8a1ad1e3db64bf4efdfc3c298]

Johan Hovold (2):
      gpio: sysfs: fix memory leak in gpiod_export_link
         [0f303db08df0df9bd0966443ad6001e63960af16]
      gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low
         [49d2ca84e433dab854c7a866bc6add09cfab682d]

John Stultz (1):
      ntp: Fixup adjtimex freq validation on 32-bit systems
         [29183a70b0b828500816bd794b3fe192fce89f73]

Karl Beldan (2):
      lib/checksum.c: fix build for generic csum_tcpudp_nofold
         [9ce357795ef208faa0d59894d9d119a7434e37f3]
      lib/checksum.c: fix carry in csum_tcpudp_nofold
         [150ae0e94634714b23919f0c333fee28a5b199d5]

Kumar Sundararajan (1):
      ipv6: fib: fix fib dump restart
         [1c2658545816088477e91860c3a645053719cb54]

Nicolas Dichtel (1):
      caif: remove wrong dev_net_set() call
         [8997c27ec41127bf57421cc0205413d525421ddc]

Ryusuke Konishi (1):
      nilfs2: fix deadlock of segment constructor over I_SYNC flag
         [7ef3ff2fea8bf5e4a21cef47ad87710a3d0fdb52]

Saran Maruti Ramanara (1):
      net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param
         [cfbf654efc6d78dc9812e030673b86f235bf677d]

Sasha Levin (1):
      time: adjtimex: Validate the ADJ_FREQUENCY values
         [5e5aeb4367b450a28f447f6d5ab57d8f2ab16a5f]

Shiraz Hashim (1):
      mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range
         [23aaed6659df9adfabe9c583e67a36b54e21df46]

Takashi Iwai (1):
      ALSA: ak411x: Fix stall in work callback
         [4161b4505f1690358ac0a9ee59845a7887336b21]

Tim Chen (1):
      sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target
         [80e3d87b2c5582db0ab5e39610ce3707d97ba409]

 Makefile                                     |   4 +-
 arch/mips/kernel/irq_cpu.c                   |   4 +
 arch/mips/kernel/smp.c                       |   2 +-
 arch/mips/mm/tlb-r4k.c                       |   2 +
 arch/x86/mm/fault.c                          |   2 +-
 drivers/bluetooth/ath3k.c                    |   8 ++
 drivers/gpio/gpiolib.c                       |   3 +-
 drivers/hv/vmbus_drv.c                       |   8 +-
 drivers/media/rc/ir-lirc-codec.c             |  12 ++-
 drivers/pci/quirks.c                         |   2 +-
 drivers/staging/comedi/drivers/cb_pcidas64.c | 123 ++++++++++++++++-----------
 fs/nilfs2/nilfs.h                            |   2 -
 fs/nilfs2/segment.c                          |  44 ++++++++--
 fs/nilfs2/segment.h                          |   5 ++
 include/sound/ak4113.h                       |   2 +-
 include/sound/ak4114.h                       |   2 +-
 kernel/sched_rt.c                            |  17 +++-
 kernel/time/ntp.c                            |  11 +++
 lib/checksum.c                               |  12 ++-
 mm/pagewalk.c                                |   5 +-
 net/caif/chnl_net.c                          |   1 -
 net/ipv6/ip6_fib.c                           |   7 +-
 net/sctp/sm_make_chunk.c                     |   2 +-
 sound/i2c/other/ak4113.c                     |  17 ++--
 sound/i2c/other/ak4114.c                     |  18 ++--
 sound/soc/atmel/atmel_ssc_dai.c              |  18 +---
 26 files changed, 221 insertions(+), 112 deletions(-)

-- 
Ben Hutchings
The world is coming to an end.	Please log off.


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2015-03-04  2:09 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 22:11 [PATCH 3.2 00/24] 3.2.68-rc1 review Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 13/24] net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 01/24] PCI: quirks: Fix backport of quirk_io() Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 10/24] gpio: sysfs: fix memory leak in gpiod_export_link Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 12/24] MIPS: Fix C0_Pagegrain[IEC] support Ben Hutchings
2015-03-03 23:24   ` David Daney
2015-03-04  0:25     ` Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 21/24] ntp: Fixup adjtimex freq validation on 32-bit systems Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 04/24] ASoC: atmel_ssc_dai: fix start event for I2S mode Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 18/24] [media] media/rc: Send sync space information on the lirc device Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 03/24] MIPS: IRQ: Fix disable_irq on CPU IRQs Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 19/24] sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 14/24] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 20/24] time: adjtimex: Validate the ADJ_FREQUENCY values Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 07/24] lib/checksum.c: fix build for generic csum_tcpudp_nofold Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 08/24] caif: remove wrong dev_net_set() call Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 09/24] MIPS: Fix kernel lockup or crash after CPU offline/online Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 24/24] Bluetooth: ath3k: workaround the compatibility issue with xHCI controller Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 11/24] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 17/24] staging: comedi: cb_pcidas64: fix incorrect AI range code handling Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 05/24] ALSA: ak411x: Fix stall in work callback Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 16/24] Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 02/24] x86: mm/fault: Fix semaphore imbalance Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 15/24] nilfs2: fix deadlock of segment constructor over I_SYNC flag Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 22/24] ipv6: fib: fix fib dump restart Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 23/24] " Ben Hutchings
2015-03-03 22:11 ` [PATCH 3.2 06/24] lib/checksum.c: fix carry in csum_tcpudp_nofold Ben Hutchings
2015-03-04  0:28 ` [PATCH 3.2 00/24] 3.2.68-rc1 review Ben Hutchings
2015-03-04  1:01 ` Guenter Roeck
2015-03-04  2:09   ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox