This is a note to let you know that I've just added the patch titled USB: cdc-wdm: properly include types.h to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cdc-wdm-properly-include-types.h.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7ac3764fcafc06e72e1a79a9d998b9fdd900b2a6 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Tue, 27 May 2014 16:32:10 -0700 Subject: USB: cdc-wdm: properly include types.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> commit 7ac3764fcafc06e72e1a79a9d998b9fdd900b2a6 upstream. The file include/uapi/linux/usb/cdc-wdm.h uses a __u16 so it needs to include types.h as well to make the build system happy. Fixes: 3edce1cf813a ("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND") Cc: Bjørn Mork <bjorn@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/usb/cdc-wdm.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/uapi/linux/usb/cdc-wdm.h +++ b/include/uapi/linux/usb/cdc-wdm.h @@ -9,6 +9,8 @@ #ifndef _UAPI__LINUX_USB_CDC_WDM_H #define _UAPI__LINUX_USB_CDC_WDM_H +#include <linux/types.h> + /* * This IOCTL is used to retrieve the wMaxCommand for the device, * defining the message limit for both reading and writing. Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.10/usb-avoid-runtime-suspend-loops-for-hcds-that-can-t-handle-suspend-resume.patch queue-3.10/md-always-set-md_recovery_intr-when-aborting-a-reshape-or-other-resync.patch queue-3.10/hwmon-ntc_thermistor-fix-of-device-id-mapping.patch queue-3.10/perf-evsel-fix-printing-of-perf_event_paranoid-message.patch queue-3.10/drm-radeon-handle-non-vga-class-pci-devices-with-atrm.patch queue-3.10/drm-radeon-also-try-gart-for-cpu-accessed-buffers.patch queue-3.10/staging-speakup-move-pasting-into-a-work-item.patch queue-3.10/dm-cache-always-split-discards-on-cache-block-boundaries.patch queue-3.10/staging-comedi-ni_daq_700-add-mux-settling-delay.patch queue-3.10/drm-i915-only-copy-back-the-modified-fields-to-userspace-from-execbuffer.patch queue-3.10/mm-memory-failure.c-fix-memory-leak-by-race-between-poison-and-unpoison.patch queue-3.10/drm-gf119-disp-fix-nasty-bug-which-can-clobber-sor0-s-clock-setup.patch queue-3.10/sched-use-cpupri_nr_priorities-instead-of-max_rt_prio-in-cpupri-check.patch queue-3.10/usb-cdc-wdm-properly-include-types.h.patch queue-3.10/perf-prevent-false-warning-in-perf_swevent_add.patch queue-3.10/usb-serial-option-add-support-for-novatel-e371-pcie-card.patch queue-3.10/md-always-set-md_recovery_intr-when-interrupting-a-reshape-thread.patch queue-3.10/documentation-fix-docbooks-...-building.patch queue-3.10/arm-omap4-fix-the-boot-regression-with-cpu_idle-enabled.patch queue-3.10/arm-omap3-clock-back-propagate-rate-change-from-cam_mclk-to-dpll4_m5-on-all-omap3-platforms.patch queue-3.10/alsa-hda-realtek-fix-coef-widget-nid-for-alc260-replacer-fixup.patch queue-3.10/usb-ftdi_sio-add-novatech-orionlxm-product-id.patch queue-3.10/alsa-hda-realtek-correction-of-fixup-codes-for-pb-v7900-laptop.patch queue-3.10/hwmon-ntc_thermistor-fix-dependencies.patch queue-3.10/arm-imx-fix-error-handling-in-ipu-device-registration.patch queue-3.10/xhci-delete-endpoints-from-bandwidth-list-before-freeing-whole-device.patch queue-3.10/usb-cdc-wdm-export-cdc-wdm-uapi-header.patch queue-3.10/perf-fix-race-in-removing-an-event.patch queue-3.10/sched-fix-hotplug-vs.-set_cpus_allowed_ptr.patch queue-3.10/perf-limit-perf_event_attr-sample_period-to-63-bits.patch queue-3.10/usb-io_ti-fix-firmware-download-on-big-endian-machines-part-2.patch queue-3.10/arm-8051-1-put_user-fix-possible-data-corruption-in-put_user.patch queue-3.10/sched-sanitize-irq-accounting-madness.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html