public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [3.13.y-ckt stable] Linux 3.13.11-ckt17 stable review
@ 2015-03-19 22:34 Kamal Mostafa
  2015-03-19 22:34 ` [PATCH 3.13.y-ckt 01/80] splice: Apply generic position and size checks to each write Kamal Mostafa
                   ` (79 more replies)
  0 siblings, 80 replies; 83+ messages in thread
From: Kamal Mostafa @ 2015-03-19 22:34 UTC (permalink / raw)
  To: linux-kernel, stable, kernel-team; +Cc: Kamal Mostafa

This is the start of the review cycle for the Linux 3.13.11-ckt17 stable kernel.

This version contains 80 new patches, summarized below.  The new patches are
posted as replies to this message and also available in this git branch:

http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.13.y-review;a=shortlog

git://kernel.ubuntu.com/ubuntu/linux.git  linux-3.13.y-review

The review period for version 3.13.11-ckt17 will be open for the next three days.
To report a problem, please reply to the relevant follow-up patch message.

For more information about the Linux 3.13.y-ckt extended stable kernel version,
see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

 -Kamal

--
 arch/alpha/mm/fault.c                        |   2 +
 arch/arc/mm/fault.c                          |   2 +
 arch/avr32/mm/fault.c                        |   2 +
 arch/cris/mm/fault.c                         |   2 +
 arch/frv/mm/fault.c                          |   2 +
 arch/ia64/mm/fault.c                         |   2 +
 arch/m32r/mm/fault.c                         |   2 +
 arch/m68k/mm/fault.c                         |   2 +
 arch/metag/mm/fault.c                        |   2 +
 arch/microblaze/mm/fault.c                   |   2 +
 arch/mips/kernel/irq_cpu.c                   |   4 +
 arch/mips/kernel/smp.c                       |   2 +-
 arch/mips/mm/fault.c                         |   2 +
 arch/mips/mm/tlb-r4k.c                       |   2 +
 arch/mn10300/mm/fault.c                      |   2 +
 arch/openrisc/mm/fault.c                     |   2 +
 arch/parisc/mm/fault.c                       |   2 +
 arch/powerpc/mm/fault.c                      |   2 +
 arch/powerpc/xmon/xmon.c                     |   1 +
 arch/s390/mm/fault.c                         |   6 +
 arch/score/mm/fault.c                        |   2 +
 arch/sh/mm/fault.c                           |   2 +
 arch/sparc/mm/fault_32.c                     |   2 +
 arch/sparc/mm/fault_64.c                     |   2 +
 arch/tile/mm/fault.c                         |   2 +
 arch/um/kernel/trap.c                        |   2 +
 arch/x86/mm/fault.c                          |  10 +-
 arch/x86/mm/mmap.c                           |   6 +-
 arch/x86/pci/common.c                        |  16 +++
 arch/xtensa/mm/fault.c                       |   2 +
 drivers/block/rbd.c                          |  25 ++---
 drivers/bluetooth/ath3k.c                    |  82 ++++++++------
 drivers/bluetooth/btusb.c                    |  67 +++++++----
 drivers/clocksource/arm_arch_timer.c         |   2 +-
 drivers/gpio/gpiolib.c                       |   3 +-
 drivers/gpu/drm/i915/i915_drv.c              |  14 +--
 drivers/gpu/drm/i915/i915_drv.h              |   3 +-
 drivers/gpu/drm/i915/i915_gem.c              |   7 ++
 drivers/i2c/busses/i2c-s3c2410.c             |  23 +++-
 drivers/input/serio/i8042-x86ia64io.h        |   8 ++
 drivers/md/dm-cache-metadata.c               |   9 +-
 drivers/md/dm-thin.c                         |   6 +
 drivers/net/caif/caif_hsi.c                  |   1 -
 drivers/net/can/c_can/c_can.c                |   3 +
 drivers/net/can/usb/kvaser_usb.c             |  28 ++---
 drivers/net/ethernet/qlogic/qlge/qlge_main.c |  26 +++--
 drivers/net/ethernet/ti/cpsw.c               |  22 ++++
 drivers/pci/quirks.c                         |  41 ++++++-
 drivers/regulator/core.c                     |   4 +-
 drivers/rtc/rtc-s5m.c                        |   1 +
 drivers/spi/spi-dw-mid.c                     |   1 -
 drivers/spi/spi-dw.c                         |   4 +-
 drivers/spi/spi-fsl-dspi.c                   |  14 ++-
 drivers/spi/spi-pxa2xx.c                     |   2 +-
 drivers/staging/lustre/lustre/llite/vvp_io.c |   2 +-
 drivers/usb/storage/unusual_devs.h           |   7 ++
 fs/binfmt_elf.c                              |   5 +-
 fs/cifs/file.c                               |   6 +-
 fs/gfs2/quota.c                              |  49 ++++----
 fs/nfs/direct.c                              |   6 +
 fs/nfs/nfs4client.c                          |   2 +-
 fs/nilfs2/nilfs.h                            |   2 -
 fs/nilfs2/segment.c                          |  44 +++++++-
 fs/nilfs2/segment.h                          |   5 +
 fs/ocfs2/file.c                              |   8 +-
 fs/quota/dquot.c                             |  83 +++++++-------
 fs/quota/quota.c                             | 162 ++++++++++++++++++++++-----
 fs/splice.c                                  |   8 +-
 fs/xfs/xfs_qm.h                              |   4 +-
 fs/xfs/xfs_qm_syscalls.c                     | 156 +++++++++++---------------
 fs/xfs/xfs_quotaops.c                        |   8 +-
 include/linux/mm.h                           |   6 +-
 include/linux/perf_event.h                   |   6 -
 include/linux/quota.h                        |  47 +++++++-
 include/linux/quotaops.h                     |   4 +-
 include/net/ip.h                             |  11 +-
 include/sound/ak4113.h                       |   2 +-
 include/sound/ak4114.h                       |   2 +-
 kernel/events/core.c                         |  15 ++-
 kernel/smpboot.c                             |   2 +
 lib/checksum.c                               |  12 +-
 mm/ksm.c                                     |   2 +-
 mm/memory.c                                  |   2 +-
 mm/pagewalk.c                                |   5 +-
 net/caif/chnl_net.c                          |   1 -
 net/ipv4/ip_forward.c                        |   3 +-
 net/ipv4/ip_output.c                         |   1 +
 net/ipv4/route.c                             |   9 +-
 net/ipv6/ip6_fib.c                           |  45 ++++----
 net/ipv6/ip6_gre.c                           |   4 +-
 net/llc/sysctl_net_llc.c                     |   8 +-
 net/mac80211/rx.c                            |   2 +-
 net/openvswitch/datapath.c                   |  20 ++--
 net/openvswitch/datapath.h                   |   2 +
 net/openvswitch/flow_table.c                 |  18 ++-
 net/openvswitch/flow_table.h                 |   3 +-
 net/rds/sysctl.c                             |   4 +-
 net/sched/cls_bpf.c                          |  15 ++-
 net/sctp/associola.c                         |   1 -
 net/wireless/nl80211.c                       |   9 +-
 sound/core/seq/seq_dummy.c                   |  31 -----
 sound/i2c/other/ak4113.c                     |  17 ++-
 sound/i2c/other/ak4114.c                     |  18 ++-
 sound/soc/atmel/atmel_ssc_dai.c              |  18 +--
 sound/soc/codecs/sgtl5000.c                  |   3 +
 sound/soc/codecs/wm8960.c                    |   2 +-
 sound/soc/omap/omap-mcbsp.c                  |   2 +-
 107 files changed, 899 insertions(+), 497 deletions(-)

Ahmed S. Darwish (4):
      can: kvaser_usb: Do not sleep in atomic context
      can: kvaser_usb: Send correct context to URB completion
      can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
      can: kvaser_usb: Fix state handling upon BUS_ERROR events

Alex Wang (1):
      openvswitch: Use exact lookup for flow_get and flow_del.

Anantha Krishnan (2):
      Bluetooth: Add support for Acer [13D3:3432]
      Bluetooth: Add support for Acer [0489:e078]

Andrey Ryabinin (1):
      drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element

Andy Shevchenko (3):
      Bluetooth: sort the list of IDs in the source code
      Bluetooth: append new supported device to the list [0b05:17d0]
      spi: dw-mid: fix FIFO size

Ashay Jaiswal (1):
      regulator: core: fix race condition in regulator_put()

Axel Lin (2):
      spi: dw: Fix detecting FIFO depth
      spi: fsl-dspi: Fix memory leak

Ben Hutchings (1):
      splice: Apply generic position and size checks to each write

Bhuvanchandra DV (1):
      spi: spi-fsl-dspi: Remove usage of devm_kzalloc

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

Bob Paauwe (1):
      drm/i915: Only fence tiled region of object.

Catalin Marinas (1):
      clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64

Charlotte Richardson (1):
      PCI: Add NEC variants to Stratus ftServer PCIe DMI check

Clemens Ladisch (1):
      ALSA: seq-dummy: remove deadlock-causing events on close

Daniel Borkmann (3):
      net: sctp: fix slab corruption from use after free on INIT collisions
      net: cls_bpf: fix size mismatch on filter preparation
      net: cls_bpf: fix auto generation of per list handles

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

Dmitry Nezhevenko (1):
      usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controller

Eric Dumazet (1):
      tcp: ipv4: initialize unicast_sock sk_pacing_rate

Eric Nelson (1):
      ASoC: sgtl5000: add delay before first I2C access

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

Guenter Roeck (1):
      arc: mm: Fix build failure

Hannes Frederic Sowa (2):
      ipv4: try to cache dst_entries which would cause a redirect
      ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too

Hector Marco-Gisbert (1):
      x86, mm/ASLR: Fix stack randomization on 64-bit systems

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

Ilya Dryomov (2):
      rbd: fix rbd_dev_parent_get() when parent_overlap == 0
      rbd: drop parent_ref in rbd_dev_unprobe() unconditionally

Jan Kara (1):
      quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units

Janne Heikkinen (1):
      Bluetooth: Add USB device 04ca:3010 as Atheros AR3012

Jesse Gross (1):
      openvswitch: Silence RCU lockdep checks from flow lookup.

Jochen Hein (1):
      Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)

Joe Thornber (2):
      dm cache: fix missing ERR_PTR returns and handling
      dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode

Johan Hovold (2):
      gpio: sysfs: fix memory leak in gpiod_export_link
      gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

Johannes Berg (1):
      nl80211: fix per-station group key get/del and memory leak

Jurgen Kramer (1):
      Bluetooth: btusb: Add IMC Networks (Broadcom based)

Lai Jiangshan (1):
      smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

Laurent Dufour (1):
      powerpc/xmon: Fix another endiannes issue in RTAS call from xmon

Linus Torvalds (3):
      x86: mm: move mmap_sem unlock from mm_fault_error() to caller
      vm: add VM_FAULT_SIGSEGV handling support
      vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

Marcel Holtmann (3):
      Bluetooth: Add support for Intel bootloader devices
      Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
      Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard

Marcelo Leitner (1):
      qlge: Fix qlge_update_hw_vlan_features to handle if interface is down

Mathy Vanhoef (1):
      mac80211: properly set CCK flag in radiotap

Mika Westerberg (1):
      spi/pxa2xx: Clear cur_chip pointer before starting next message

Mugunthan V N (1):
      drivers: net: cpsw: discard dual emac default vlan configuration

Myron Stowe (1):
      PCI: Handle read-only BARs on AMD CS553x devices

Nicolas Dichtel (1):
      caif: remove wrong dev_net_set() call

Oliver Neukum (2):
      Bluetooth: Enable Atheros 0cf3:311e for firmware upload
      Bluetooth: Add firmware update for Atheros 0cf3:311f

Paul Osmialowski (1):
      i2c: s3c2410: fix ABBA deadlock by keeping clock prepared

Peng Tao (1):
      nfs: fix dio deadlock when O_DIRECT flag is flipped

Peter Ujfalusi (1):
      ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration

Peter Zijlstra (1):
      perf: Tighten (and fix) the grouping condition

Rodrigo Vivi (2):
      drm/i915: Fix and clean BDW PCH identification
      drm/i915: BDW Fix Halo PCI IDs marked as ULT.

Ryusuke Konishi (1):
      nilfs2: fix deadlock of segment constructor over I_SYNC flag

Sabrina Dubroca (1):
      ip6_gre: fix endianness errors in ip6gre_err

Sachin Prabhu (1):
      Complete oplock break jobs before closing file handle

Sasha Levin (2):
      net: llc: use correct size for sysctl timeout entries
      net: rds: use correct size for max unacked packets and bytes

Shiraz Hashim (1):
      mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

Takashi Iwai (1):
      ALSA: ak411x: Fix stall in work callback

Trond Myklebust (1):
      NFSv4.1: Fix an Oops in nfs41_walk_client_list

Viktor Babrian (1):
      can: c_can: end pending transmission on network stop (ifdown)

Vincent Zwanenburg (1):
      Add a new PID/VID 0227/0930 for AR3012.

Zidan Wang (1):
      ASoC: wm8960: Fix capture sample rate from 11250 to 11025

karl beldan (1):
      lib/checksum.c: fix carry in csum_tcpudp_nofold

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

end of thread, other threads:[~2015-03-20 17:03 UTC | newest]

Thread overview: 83+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 22:34 [3.13.y-ckt stable] Linux 3.13.11-ckt17 stable review Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 01/80] splice: Apply generic position and size checks to each write Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 02/80] clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64 Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 03/80] openvswitch: Silence RCU lockdep checks from flow lookup Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 04/80] openvswitch: Use exact lookup for flow_get and flow_del Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 05/80] Bluetooth: Enable Atheros 0cf3:311e for firmware upload Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 06/80] Bluetooth: Add firmware update for Atheros 0cf3:311f Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 07/80] Bluetooth: btusb: Add IMC Networks (Broadcom based) Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 08/80] Bluetooth: sort the list of IDs in the source code Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 09/80] Bluetooth: append new supported device to the list [0b05:17d0] Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 10/80] Bluetooth: Add support for Intel bootloader devices Kamal Mostafa
2015-03-19 22:34 ` [PATCH 3.13.y-ckt 11/80] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 12/80] Bluetooth: Add support for Acer [13D3:3432] Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 13/80] Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 14/80] Add a new PID/VID 0227/0930 for AR3012 Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 15/80] Bluetooth: Add support for Acer [0489:e078] Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 16/80] Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 17/80] x86: mm: move mmap_sem unlock from mm_fault_error() to caller Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 18/80] vm: add VM_FAULT_SIGSEGV handling support Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 19/80] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 20/80] net: sctp: fix slab corruption from use after free on INIT collisions Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 21/80] ipv4: try to cache dst_entries which would cause a redirect Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 22/80] x86, mm/ASLR: Fix stack randomization on 64-bit systems Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 23/80] net: llc: use correct size for sysctl timeout entries Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 24/80] net: rds: use correct size for max unacked packets and bytes Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 25/80] spi/pxa2xx: Clear cur_chip pointer before starting next message Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 26/80] spi: dw: Fix detecting FIFO depth Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 27/80] spi: dw-mid: fix FIFO size Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 28/80] ASoC: wm8960: Fix capture sample rate from 11250 to 11025 Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 29/80] regulator: core: fix race condition in regulator_put() Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 30/80] ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 31/80] powerpc/xmon: Fix another endiannes issue in RTAS call from xmon Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 32/80] can: c_can: end pending transmission on network stop (ifdown) Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 33/80] nfs: fix dio deadlock when O_DIRECT flag is flipped Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 34/80] NFSv4.1: Fix an Oops in nfs41_walk_client_list Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 35/80] Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 36/80] mac80211: properly set CCK flag in radiotap Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 37/80] nl80211: fix per-station group key get/del and memory leak Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 38/80] i2c: s3c2410: fix ABBA deadlock by keeping clock prepared Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 39/80] usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controller Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 40/80] drm/i915: Only fence tiled region of object Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 41/80] drm/i915: Fix and clean BDW PCH identification Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 42/80] drm/i915: BDW Fix Halo PCI IDs marked as ULT Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 43/80] ALSA: seq-dummy: remove deadlock-causing events on close Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 44/80] drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 45/80] drivers: net: cpsw: discard dual emac default vlan configuration Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 46/80] can: kvaser_usb: Do not sleep in atomic context Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 47/80] can: kvaser_usb: Send correct context to URB completion Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 48/80] can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 49/80] can: kvaser_usb: Fix state handling upon BUS_ERROR events Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 50/80] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 51/80] rbd: fix rbd_dev_parent_get() when parent_overlap == 0 Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 52/80] rbd: drop parent_ref in rbd_dev_unprobe() unconditionally Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 53/80] dm cache: fix missing ERR_PTR returns and handling Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 54/80] dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 55/80] net: cls_bpf: fix size mismatch on filter preparation Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 56/80] net: cls_bpf: fix auto generation of per list handles Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 57/80] ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 58/80] perf: Tighten (and fix) the grouping condition Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 59/80] arc: mm: Fix build failure Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 60/80] MIPS: IRQ: Fix disable_irq on CPU IRQs Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 61/80] Complete oplock break jobs before closing file handle Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 62/80] smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 63/80] ASoC: atmel_ssc_dai: fix start event for I2S mode Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 64/80] spi: fsl-dspi: Fix memory leak Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 65/80] spi: spi-fsl-dspi: Remove usage of devm_kzalloc Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 66/80] ALSA: ak411x: Fix stall in work callback Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 67/80] lib/checksum.c: fix carry in csum_tcpudp_nofold Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 68/80] MIPS: Fix kernel lockup or crash after CPU offline/online Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 69/80] gpio: sysfs: fix memory leak in gpiod_export_link Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 70/80] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Kamal Mostafa
2015-03-19 22:35 ` [PATCH 3.13.y-ckt 71/80] MIPS: Fix C0_Pagegrain[IEC] support Kamal Mostafa
2015-03-19 23:10   ` David Daney
2015-03-20 17:02     ` Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 72/80] PCI: Add NEC variants to Stratus ftServer PCIe DMI check Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 73/80] ASoC: sgtl5000: add delay before first I2C access Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 74/80] PCI: Handle read-only BARs on AMD CS553x devices Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 75/80] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 76/80] nilfs2: fix deadlock of segment constructor over I_SYNC flag Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 77/80] tcp: ipv4: initialize unicast_sock sk_pacing_rate Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 78/80] caif: remove wrong dev_net_set() call Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 79/80] qlge: Fix qlge_update_hw_vlan_features to handle if interface is down Kamal Mostafa
2015-03-19 22:36 ` [PATCH 3.13.y-ckt 80/80] ip6_gre: fix endianness errors in ip6gre_err Kamal Mostafa

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