lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 03 Mar 2015 22:11:28 +0000
From:	Ben Hutchings <ben@...adent.org.uk>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org
CC:	torvalds@...ux-foundation.org,
	Satoru Takeuchi <satoru.takeuchi@...il.com>,
	Guenter Roeck <linux@...ck-us.net>,
	Phil Jensen <pjensen@...rnote.com>, akpm@...ux-foundation.org
Subject: [PATCH 3.2 00/24] 3.2.68-rc1 review

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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ