Patch "USB: cdc-wdm: properly include types.h" has been added to the 3.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.14-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.14 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.14/usb-avoid-runtime-suspend-loops-for-hcds-that-can-t-handle-suspend-resume.patch
queue-3.14/md-always-set-md_recovery_intr-when-aborting-a-reshape-or-other-resync.patch
queue-3.14/hwmon-ntc_thermistor-fix-of-device-id-mapping.patch
queue-3.14/scsi-scsi_transport_sas-move-bsg-destructor-into-sas_rphy_remove.patch
queue-3.14/drm-radeon-pm-don-t-allow-debugfs-sysfs-access-when-px-card-is-off-v2.patch
queue-3.14/drm-radeon-handle-non-vga-class-pci-devices-with-atrm.patch
queue-3.14/drm-radeon-also-try-gart-for-cpu-accessed-buffers.patch
queue-3.14/staging-speakup-move-pasting-into-a-work-item.patch
queue-3.14/drm-radeon-dpm-resume-fixes-for-some-systems.patch
queue-3.14/dm-cache-always-split-discards-on-cache-block-boundaries.patch
queue-3.14/staging-comedi-ni_daq_700-add-mux-settling-delay.patch
queue-3.14/usb-pci-quirks-prevent-sony-vaio-t-series-from-switching-usb-ports.patch
queue-3.14/drm-i915-only-copy-back-the-modified-fields-to-userspace-from-execbuffer.patch
queue-3.14/mm-memory-failure.c-fix-memory-leak-by-race-between-poison-and-unpoison.patch
queue-3.14/sched-deadline-fix-memory-leak.patch
queue-3.14/cpufreq-cpu0-drop-wrong-devm-usage.patch
queue-3.14/drm-gf119-disp-fix-nasty-bug-which-can-clobber-sor0-s-clock-setup.patch
queue-3.14/sched-use-cpupri_nr_priorities-instead-of-max_rt_prio-in-cpupri-check.patch
queue-3.14/usb-cdc-wdm-properly-include-types.h.patch
queue-3.14/perf-prevent-false-warning-in-perf_swevent_add.patch
queue-3.14/usb-serial-option-add-support-for-novatel-e371-pcie-card.patch
queue-3.14/bluetooth-fix-l2cap-le-debugfs-entries-permissions.patch
queue-3.14/staging-speakup-update-__speakup_paste_selection-tty-ab-usage-to-match-vt.patch
queue-3.14/sched-dl-fix-race-in-dl_task_timer.patch
queue-3.14/md-always-set-md_recovery_intr-when-interrupting-a-reshape-thread.patch
queue-3.14/documentation-fix-docbooks-...-building.patch
queue-3.14/drm-radeon-fix-register-typo-on-si.patch
queue-3.14/arm-omap5-hwmod_data-correct-idlemode-for-mcpdm.patch
queue-3.14/sched-fix-sched_policy-0-comparison.patch
queue-3.14/arm-omap2-nand-fix-nand-on-omap2-and-omap3-boards.patch
queue-3.14/arm-omap4-fix-the-boot-regression-with-cpu_idle-enabled.patch
queue-3.14/arm-omap3-clock-back-propagate-rate-change-from-cam_mclk-to-dpll4_m5-on-all-omap3-platforms.patch
queue-3.14/staging-r8192e_pci-fix-htons-error.patch
queue-3.14/alsa-hda-realtek-fix-coef-widget-nid-for-alc260-replacer-fixup.patch
queue-3.14/usb-ftdi_sio-add-novatech-orionlxm-product-id.patch
queue-3.14/mips-fix-typo-when-reporting-cache-and-ftlb-errors-for-imgtec-cores.patch
queue-3.14/alsa-hda-realtek-correction-of-fixup-codes-for-pb-v7900-laptop.patch
queue-3.14/hwmon-ntc_thermistor-fix-dependencies.patch
queue-3.14/arm-imx-fix-error-handling-in-ipu-device-registration.patch
queue-3.14/xhci-delete-endpoints-from-bandwidth-list-before-freeing-whole-device.patch
queue-3.14/usb-cdc-wdm-export-cdc-wdm-uapi-header.patch
queue-3.14/drm-radeon-use-the-cp-dma-on-cik.patch
queue-3.14/perf-fix-race-in-removing-an-event.patch
queue-3.14/arm-8064-1-fix-v7-m-signal-return.patch
queue-3.14/sched-fix-hotplug-vs.-set_cpus_allowed_ptr.patch
queue-3.14/revert-revert-mm-vmscan-do-not-swap-anon-pages-just.patch
queue-3.14/alsa-hda-analog-fix-silent-output-on-asus-a8jn.patch
queue-3.14/sched-deadline-restrict-user-params-max-value-to-2-63-ns.patch
queue-3.14/drm-radeon-avoid-crash-if-vm-command-submission-isn-t-available.patch
queue-3.14/sched-make-sched_setattr-correctly-return-efbig.patch
queue-3.14/virtio_blk-fix-race-between-start-and-stop-queue.patch
queue-3.14/libata-blacklist-queued-trim-for-crucial-m500.patch
queue-3.14/perf-limit-perf_event_attr-sample_period-to-63-bits.patch
queue-3.14/sched-disallow-sched_attr-sched_policy-0.patch
queue-3.14/dm-thin-add-no_space_timeout-dm-thin-pool-module-param.patch
queue-3.14/sched-deadline-change-sched_getparam-behaviour-vs-sched_deadline.patch
queue-3.14/firewire-revert-to-4-gb-rdma-fix-protocols-using-memory-space.patch
queue-3.14/usb-io_ti-fix-firmware-download-on-big-endian-machines-part-2.patch
queue-3.14/arm-8051-1-put_user-fix-possible-data-corruption-in-put_user.patch
queue-3.14/cpufreq-remove-race-while-accessing-cur_policy.patch
queue-3.14/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




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]