public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [3.13.y-ckt stable] Linux 3.13.11-ckt28 stable review
@ 2015-10-20 21:34 Kamal Mostafa
  2015-10-20 21:34 ` [PATCH 3.13.y-ckt 01/85] USB: whiteheat: fix potential null-deref at probe Kamal Mostafa
                   ` (84 more replies)
  0 siblings, 85 replies; 88+ messages in thread
From: Kamal Mostafa @ 2015-10-20 21: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-ckt28 stable kernel.

This version contains 85 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/ubuntu/linux.git/log/?h=linux-3.13.y-review

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

The review period for version 3.13.11-ckt28 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/arm/mach-omap2/clockdomains7xx_data.c   |  2 +-
 arch/arm64/Kconfig                           |  4 ++
 arch/parisc/kernel/syscall.S                 |  2 +-
 arch/powerpc/include/asm/pgtable-ppc64.h     | 14 ++++-
 arch/powerpc/include/asm/rtas.h              |  1 +
 arch/powerpc/kernel/rtas.c                   | 17 ++++++
 arch/powerpc/platforms/pseries/ras.c         |  3 +-
 arch/x86/crypto/ghash-clmulni-intel_glue.c   |  1 +
 arch/x86/kvm/mmu.c                           | 45 ----------------
 arch/x86/mm/init_32.c                        |  1 +
 arch/xtensa/include/asm/traps.h              | 29 ++++++----
 arch/xtensa/kernel/entry.S                   |  7 +--
 block/blk-mq-sysfs.c                         | 25 ++++++---
 drivers/auxdisplay/ks0108.c                  |  1 +
 drivers/base/devres.c                        |  4 +-
 drivers/base/platform.c                      |  8 +--
 drivers/clk/versatile/clk-sp810.c            |  4 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c   |  2 +-
 drivers/gpu/drm/qxl/qxl_display.c            | 66 ++++++++++++++---------
 drivers/gpu/drm/qxl/qxl_drv.h                |  2 +
 drivers/gpu/drm/radeon/radeon_combios.c      |  8 +++
 drivers/gpu/drm/radeon/radeon_connectors.c   |  5 ++
 drivers/hid/usbhid/hid-core.c                |  2 +-
 drivers/iio/imu/adis16400_core.c             |  2 +-
 drivers/iio/imu/adis16480.c                  | 39 +++++++++++---
 drivers/iio/industrialio-buffer.c            |  2 +-
 drivers/iio/industrialio-event.c             |  2 +-
 drivers/infiniband/core/uverbs.h             |  3 +-
 drivers/infiniband/core/uverbs_cmd.c         | 10 +++-
 drivers/infiniband/core/uverbs_main.c        | 43 ++++++++++-----
 drivers/infiniband/hw/mlx4/ah.c              |  6 ++-
 drivers/infiniband/hw/mlx4/mcg.c             |  7 +--
 drivers/infiniband/hw/mlx4/sysfs.c           |  5 +-
 drivers/infiniband/hw/qib/qib_keys.c         |  4 ++
 drivers/infiniband/hw/qib/qib_verbs.c        | 14 +++--
 drivers/infiniband/hw/qib/qib_verbs.h        |  2 +
 drivers/input/evdev.c                        | 13 ++---
 drivers/input/mouse/synaptics.c              | 12 +++--
 drivers/macintosh/windfarm_core.c            |  2 +-
 drivers/md/Kconfig                           |  2 +-
 drivers/media/platform/omap3isp/isp.c        |  4 +-
 drivers/media/rc/rc-main.c                   |  3 --
 drivers/mmc/core/core.c                      |  6 ++-
 drivers/net/ethernet/broadcom/tg3.c          |  2 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c  |  2 +
 drivers/of/address.c                         |  6 +--
 drivers/pci/access.c                         | 61 ++++++++++++++++++++-
 drivers/pci/quirks.c                         | 18 +++++--
 drivers/scsi/scsi_error.c                    | 11 +++-
 drivers/staging/comedi/drivers/adl_pci7x3x.c | 16 +++++-
 drivers/tty/serial/8250/8250_pci.c           | 81 +++++++++++++++++++++-------
 drivers/tty/serial/8250/8250_pnp.c           |  5 ++
 drivers/usb/dwc3/ep0.c                       | 12 ++++-
 drivers/usb/gadget/m66592-udc.c              |  2 +-
 drivers/usb/host/ehci-fsl.c                  | 13 +++++
 drivers/usb/host/ehci-hub.c                  |  7 +++
 drivers/usb/host/ehci-sysfs.c                |  8 +--
 drivers/usb/host/ehci.h                      | 12 +++++
 drivers/usb/host/fsl-mph-dr-of.c             | 10 ++++
 drivers/usb/serial/ftdi_sio.c                |  4 ++
 drivers/usb/serial/ftdi_sio_ids.h            |  8 +++
 drivers/usb/serial/symbolserial.c            |  6 +--
 drivers/usb/serial/whiteheat.c               | 31 +++++++++++
 fs/btrfs/transaction.c                       |  3 ++
 fs/ceph/super.c                              |  3 +-
 fs/cifs/cifsfs.c                             |  6 +--
 fs/dcache.c                                  |  7 +++
 fs/ecryptfs/dentry.c                         | 16 +++---
 fs/ext4/super.c                              |  4 +-
 fs/gfs2/super.c                              |  6 +--
 fs/hfs/bnode.c                               |  9 ++--
 fs/hfs/brec.c                                | 20 +++----
 fs/hfs/super.c                               |  4 +-
 fs/hfsplus/bnode.c                           |  3 --
 fs/hfsplus/options.c                         |  4 +-
 fs/hostfs/hostfs_kern.c                      |  2 +-
 fs/hpfs/namei.c                              | 25 ++++++++-
 fs/jbd2/checkpoint.c                         | 39 +++++++++++---
 fs/jbd2/commit.c                             |  2 +-
 fs/jbd2/journal.c                            | 11 +++-
 fs/namei.c                                   | 31 +++++++++--
 fs/nfs/nfs4proc.c                            |  3 +-
 fs/nfs/pagelist.c                            |  4 +-
 fs/ocfs2/super.c                             |  4 +-
 fs/reiserfs/super.c                          |  8 +--
 fs/xfs/xfs_aops.c                            |  3 +-
 fs/xfs/xfs_da_format.h                       | 11 +++-
 fs/xfs/xfs_dir2_data.c                       |  3 +-
 fs/xfs/xfs_super.c                           |  4 +-
 include/linux/fsl_devices.h                  |  2 +
 include/linux/iio/iio.h                      | 17 ++++++
 include/linux/jbd2.h                         |  3 +-
 include/linux/pci.h                          |  2 +
 include/linux/seq_file.h                     | 35 ++++++++++++
 kernel/cgroup.c                              |  5 +-
 kernel/fork.c                                | 28 ++++++----
 kernel/task_work.c                           | 12 +----
 mm/vmscan.c                                  |  2 +-
 net/batman-adv/distributed-arp-table.c       |  7 +--
 net/batman-adv/network-coding.c              |  7 +--
 net/batman-adv/types.h                       |  6 +--
 net/ipv6/exthdrs_offload.c                   |  2 +-
 net/mac80211/tx.c                            |  3 --
 net/sctp/protocol.c                          | 64 ++++++++++++++--------
 security/selinux/hooks.c                     |  2 +-
 sound/pci/hda/patch_realtek.c                |  6 +--
 sound/soc/codecs/adav80x.c                   |  1 -
 tools/perf/builtin-stat.c                    |  5 +-
 tools/perf/util/hist.c                       |  3 ++
 109 files changed, 860 insertions(+), 336 deletions(-)

Adam Lee (1):
      serial: 8250_pci: Add support for Pericom PI7C9X795[1248]

Adrien Schildknecht (1):
      rtlwifi: rtl8192cu: Add new device ID

Andrey Ryabinin (1):
      crypto: ghash-clmulni: specify context size for ghash async algorithm

Arnaldo Carvalho de Melo (1):
      perf hists: Update the column width for the "srcline" sort key

Axel Lin (1):
      ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config

Bjorn Helgaas (1):
      PCI: Fix TI816X class code quirk

Bob Copeland (1):
      mac80211: enable assoc check for mesh interfaces

Chris Wilson (1):
      drm/i915: Always mark the object as dirty when used by the GPU

Christoph Hellwig (2):
      IB/uverbs: reject invalid or unknown opcodes
      scsi_dh: fix randconfig build error

Cristina Opriceana (2):
      iio: industrialio-buffer: Fix iio_buffer_poll return value
      iio: event: Remove negative error code from iio_event_poll

Dan Carpenter (2):
      clk: versatile: off by one in clk_sp810_timerclken_of_get()
      usb: gadget: m66592-udc: forever loop in set_feature()

Daniel Borkmann (1):
      ipv6: fix exthdrs offload registration in out_rt path

Darrick J. Wong (1):
      libxfs: readahead of dir3 data blocks should use the read verifier

David Daney (1):
      of/address: Don't loop forever in of_find_matching_node_by_address().

David Härdeman (1):
      [media] rc-core: fix remove uevent generation

David Jeffery (1):
      xfs: return errors from partial I/O failures to files

Dmitry Torokhov (1):
      Input: synaptics - fix handling of disabling gesture mode

Don Zickus (1):
      HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error

Eric Dumazet (1):
      task_work: remove fifo ordering guarantee

Eric W. Biederman (3):
      dcache: Handle escaped paths in prepend_path
      vfs: Test for and handle paths that are unreachable from their mnt_root
      unshare: Unsharing a thread does not require unsharing a vm

Filipe Manana (1):
      Btrfs: check if previous transaction aborted to avoid fs corruption

Grant Likely (1):
      drivercore: Fix unregistration path of platform devices

Hin-Tak Leung (2):
      hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
      hfs: fix B-tree corruption after insertion at position 0

Ian Abbott (1):
      staging: comedi: adl_pci7x3x: fix digital output on PCI-7230

Jack Morgenstein (2):
      IB/mlx4: Fix potential deadlock when sending mad to wire
      IB/mlx4: Forbid using sysfs to change RoCE pkeys

Jaewon Kim (1):
      vmscan: fix increasing nr_isolated incurred by putback unevictable pages

Jan Kara (2):
      xfs: Fix xfs_attr_leafblock definition
      jbd2: avoid infinite loop when destroying aborted journal

Jean Delvare (1):
      tg3: Fix temperature reporting

Jeff Vander Stoep (1):
      arm64: kconfig: Move LIST_POISON to a safe value

Jeffery Miller (1):
      Add radeon suspend/resume quirk for HP Compaq dc5750.

Jialing Fu (1):
      mmc: core: fix race condition in mmc_wait_data_done

Johan Hovold (1):
      USB: whiteheat: fix potential null-deref at probe

John David Anglin (1):
      parisc: Use double word condition in 64bit CAS operation

Jonathon Jongsma (1):
      drm/qxl: validate monitors config modes

Kan Liang (1):
      perf stat: Get correct cpu id for print_aggr

Kees Cook (1):
      fs: create and use seq_show_option for escaping

Kinglong Mee (1):
      NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client

Kishon Vijay Abraham I (1):
      usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes

Lars-Peter Clausen (3):
      iio: adis16400: Fix adis16448 gyroscope scale
      iio: Add inverse unit conversion macros
      iio: adis16480: Fix scale factors

Linus Lüssing (2):
      batman-adv: Make DAT capability changes atomic
      batman-adv: Make NC capability changes atomic

Maciej S. Szmigiero (1):
      serial: 8250: don't bind to SMSC IrCC IR port

Marcelo Ricardo Leitner (1):
      sctp: fix race on protocol/netns initialization

Marek Vasut (1):
      rtlwifi: rtl8192cu: Add new device ID

Mark Rustad (2):
      PCI: Add dev_flags bit to access VPD through function 0
      PCI: Add VPD function 0 quirk for Intel Ethernet devices

Masahiro Yamada (1):
      devres: fix devres_get()

Matthijs Kooijman (1):
      USB: ftdi_sio: Added custom PID for CustomWare products

Max Filippov (2):
      xtensa: fix threadptr reload on return to userspace
      xtensa: fix kernel register spilling

Michael Ellerman (1):
      powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash

Michal Hocko (1):
      scsi: fix scsi_error_handler vs. scsi_host_dev_release race

Mike Marciniszyn (1):
      IB/qib: Change lkey table allocation to support more MRs

Mikulas Patocka (1):
      hpfs: update ctime and mtime on directory modification

Minfei Huang (1):
      x86/mm: Initialize pmd_idx in page_table_range_init_count()

Ming Lei (1):
      blk-mq: fix buffer overflow when reading sysfs file of 'pending'

NeilBrown (1):
      NFSv4: don't set SETATTR for O_RDONLY|O_EXCL

Nikhil Badola (2):
      drivers: usb :fsl: Implement Workaround for USB Erratum A007792
      drivers: usb: fsl: Workaround for USB erratum-A005275

Noa Osherovich (1):
      IB/mlx4: Use correct SL on AH query under RoCE

Paul Bolle (1):
      windfarm: decrement client count when unregistering

Peter Chen (1):
      usb: host: ehci-sys: delete useless bus_to_hcd conversion

Philipp Hachtmann (1):
      USB: symbolserial: Use usb_get_serial_port_data

Sakari Ailus (1):
      [media] v4l: omap3isp: Fix sub-device power management code

Stephen Chandler Paul (1):
      DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd

Sudip Mukherjee (1):
      auxdisplay: ks0108: fix refcount

Takashi Iwai (3):
      Input: evdev - do not report errors form flush()
      ALSA: hda - Enable headphone jack detect on old Fujitsu laptops
      ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437

Thomas Huth (1):
      powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

Trond Myklebust (1):
      NFS: nfs_set_pgio_error sometimes misses errors

Tyler Hicks (1):
      eCryptfs: Invalidate dcache entries when lower i_nlink is zero

Vignesh R (1):
      ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP

Xiao Guangrong (1):
      KVM: MMU: fix validation of mmio page fault

Yishai Hadas (1):
      IB/uverbs: Fix race between ib_uverbs_open and remove_one

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

end of thread, other threads:[~2015-10-21 20:26 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20 21:34 [3.13.y-ckt stable] Linux 3.13.11-ckt28 stable review Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 01/85] USB: whiteheat: fix potential null-deref at probe Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 02/85] dcache: Handle escaped paths in prepend_path Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 03/85] vfs: Test for and handle paths that are unreachable from their mnt_root Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 04/85] sctp: fix race on protocol/netns initialization Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 05/85] [media] v4l: omap3isp: Fix sub-device power management code Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 06/85] [media] rc-core: fix remove uevent generation Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 07/85] xtensa: fix threadptr reload on return to userspace Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 08/85] ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 09/85] mac80211: enable assoc check for mesh interfaces Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 10/85] PCI: Add dev_flags bit to access VPD through function 0 Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 11/85] PCI: Add VPD function 0 quirk for Intel Ethernet devices Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 12/85] usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 13/85] serial: 8250_pci: Add support for Pericom PI7C9X795[1248] Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 14/85] KVM: MMU: fix validation of mmio page fault Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 15/85] auxdisplay: ks0108: fix refcount Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 16/85] devres: fix devres_get() Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 17/85] iio: adis16400: Fix adis16448 gyroscope scale Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 18/85] iio: Add inverse unit conversion macros Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 19/85] iio: adis16480: Fix scale factors Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 20/85] iio: industrialio-buffer: Fix iio_buffer_poll return value Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 21/85] iio: event: Remove negative error code from iio_event_poll Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 22/85] NFSv4: don't set SETATTR for O_RDONLY|O_EXCL Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 23/85] unshare: Unsharing a thread does not require unsharing a vm Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 24/85] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 25/85] drivers: usb :fsl: Implement Workaround for USB Erratum A007792 Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 26/85] drivers: usb: fsl: Workaround for USB erratum-A005275 Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 27/85] serial: 8250: don't bind to SMSC IrCC IR port Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 28/85] staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 29/85] blk-mq: fix buffer overflow when reading sysfs file of 'pending' Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 30/85] xtensa: fix kernel register spilling Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 31/85] NFS: nfs_set_pgio_error sometimes misses errors Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 32/85] NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 33/85] usb: host: ehci-sys: delete useless bus_to_hcd conversion Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 34/85] USB: symbolserial: Use usb_get_serial_port_data Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 35/85] USB: ftdi_sio: Added custom PID for CustomWare products Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 36/85] HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 37/85] eCryptfs: Invalidate dcache entries when lower i_nlink is zero Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 38/85] libxfs: readahead of dir3 data blocks should use the read verifier Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 39/85] xfs: Fix xfs_attr_leafblock definition Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 40/85] arm64: kconfig: Move LIST_POISON to a safe value Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 41/85] Btrfs: check if previous transaction aborted to avoid fs corruption Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 42/85] DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd Kamal Mostafa
2015-10-20 21:34 ` [PATCH 3.13.y-ckt 43/85] rtlwifi: rtl8192cu: Add new device ID Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 44/85] " Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 45/85] of/address: Don't loop forever in of_find_matching_node_by_address() Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 46/85] drivercore: Fix unregistration path of platform devices Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 47/85] Input: synaptics - fix handling of disabling gesture mode Kamal Mostafa
2015-10-20 22:44   ` Dmitry Torokhov
2015-10-21 20:26     ` Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 48/85] xfs: return errors from partial I/O failures to files Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 49/85] IB/qib: Change lkey table allocation to support more MRs Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 50/85] tg3: Fix temperature reporting Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 51/85] drm/i915: Always mark the object as dirty when used by the GPU Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 52/85] Add radeon suspend/resume quirk for HP Compaq dc5750 Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 53/85] IB/uverbs: reject invalid or unknown opcodes Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 54/85] hpfs: update ctime and mtime on directory modification Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 55/85] Input: evdev - do not report errors form flush() Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 56/85] crypto: ghash-clmulni: specify context size for ghash async algorithm Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 57/85] fs: create and use seq_show_option for escaping Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 58/85] ALSA: hda - Enable headphone jack detect on old Fujitsu laptops Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 59/85] ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437 Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 60/85] scsi: fix scsi_error_handler vs. scsi_host_dev_release race Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 61/85] parisc: Use double word condition in 64bit CAS operation Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 62/85] vmscan: fix increasing nr_isolated incurred by putback unevictable pages Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 63/85] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 64/85] hfs: fix B-tree corruption after insertion at position 0 Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 65/85] drm/qxl: validate monitors config modes Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 66/85] PCI: Fix TI816X class code quirk Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 67/85] x86/mm: Initialize pmd_idx in page_table_range_init_count() Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 68/85] powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 69/85] jbd2: avoid infinite loop when destroying aborted journal Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 70/85] clk: versatile: off by one in clk_sp810_timerclken_of_get() Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 71/85] usb: gadget: m66592-udc: forever loop in set_feature() Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 72/85] windfarm: decrement client count when unregistering Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 73/85] perf hists: Update the column width for the "srcline" sort key Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 74/85] batman-adv: Make DAT capability changes atomic Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 75/85] batman-adv: Make NC " Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 76/85] powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 77/85] perf stat: Get correct cpu id for print_aggr Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 78/85] IB/mlx4: Fix potential deadlock when sending mad to wire Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 79/85] IB/mlx4: Forbid using sysfs to change RoCE pkeys Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 80/85] IB/mlx4: Use correct SL on AH query under RoCE Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 81/85] IB/uverbs: Fix race between ib_uverbs_open and remove_one Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 82/85] mmc: core: fix race condition in mmc_wait_data_done Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 83/85] ipv6: fix exthdrs offload registration in out_rt path Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 84/85] task_work: remove fifo ordering guarantee Kamal Mostafa
2015-10-20 21:35 ` [PATCH 3.13.y-ckt 85/85] scsi_dh: fix randconfig build error Kamal Mostafa

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