1. 12 Mar, 2015 2 commits
    • Ameya Palande's avatar
      mfd: kempld-core: Fix callback return value check · c8648508
      Ameya Palande authored
      On success, callback function returns 0. So invert the if condition
      check so that we can break out of loop.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarAmeya Palande <2ameya@gmail.com>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      c8648508
    • Roger Tseng's avatar
      mfd: rtsx_usb: Prevent DMA from stack · 3a43477f
      Roger Tseng authored
      Functions rtsx_usb_ep0_read_register() and rtsx_usb_get_card_status()
      both use arbitrary buffer addresses from arguments directly for DMA and
      the buffers could be located in stack. This was caught by DMA-API debug
      check.
      
      Fixes this by using double-buffers via kzalloc in both functions to
      guarantee the validity of DMA buffer.
      
      WARNING: CPU: 1 PID: 25 at lib/dma-debug.c:1166 check_for_stack+0x96/0xe0()
      ehci-pci 0000:00:1a.0: DMA-API: device driver maps memory from stack
      [addr=ffff8801199e3cef]
      Modules linked in: rtsx_usb_ms arc4 memstick intel_rapl iosf_mbi
      rtl8192ce snd_hda_codec_hdmi snd_hda_codec_realtek
      snd_hda_codec_generic snd_hda_intel rtl_pci rtl8192c_common
      snd_hda_controller x86_pkg_temp_thermal snd_hda_codec rtlwifi mac80211
      coretemp kvm_intel kvm iTCO_wdt snd_hwdep snd_seq snd_seq_device
      crct10dif_pclmul iTCO_vendor_support sparse_keymap cfg80211
      crc32_pclmul snd_pcm crc32c_intel ghash_clmulni_intel rfkill i2c_i801
      snd_timer shpchp snd serio_raw mei_me lpc_ich soundcore mei tpm_tis
      tpm wmi nfsd auth_rpcgss nfs_acl lockd grace sunrpc i915
      rtsx_usb_sdmmc mmc_core 8021q uas garp stp i2c_algo_bit llc mrp
      drm_kms_helper usb_storage drm rtsx_usb mfd_core r8169 mii video
      CPU: 1 PID: 25 Comm: kworker/1:2 Not tainted 3.20.0-0.rc0.git7.3.fc22.x86_64 #1
      Hardware name: WB WB-B06211/WB-B0621, BIOS EB062IWB V1.0 12/12/2013
      Workqueue: events rtsx_usb_ms_handle_req [rtsx_usb_ms]
       0000000000000000 000000003d188e66 ffff8801199e3808 ffffffff8187642b
       0000000000000000 ffff8801199e3860 ffff8801199e3848 ffffffff810ab39a
       ffff8801199e3864 ffff8801199e3cef ffff880119b57098 ffff880119b37320
      Call Trace:
       [<ffffffff8187642b>] dump_stack+0x4c/0x65
       [<ffffffff810ab39a>] warn_slowpath_common+0x8a/0xc0
       [<ffffffff810ab425>] warn_slowpath_fmt+0x55/0x70
       [<ffffffff8187efe6>] ? _raw_spin_unlock_irqrestore+0x36/0x70
       [<ffffffff81453156>] check_for_stack+0x96/0xe0
       [<ffffffff81453934>] debug_dma_map_page+0x104/0x150
       [<ffffffff81613b86>] usb_hcd_map_urb_for_dma+0x646/0x790
       [<ffffffff81614165>] usb_hcd_submit_urb+0x1d5/0xa90
       [<ffffffff81106f8f>] ? mark_held_locks+0x7f/0xc0
       [<ffffffff81106f8f>] ? mark_held_locks+0x7f/0xc0
       [<ffffffff81103a15>] ? lockdep_init_map+0x65/0x5d0
       [<ffffffff81615d7e>] usb_submit_urb+0x42e/0x5f0
       [<ffffffff81616787>] usb_start_wait_urb+0x77/0x190
       [<ffffffff8124f035>] ? __kmalloc+0x205/0x2d0
       [<ffffffff8161697c>] usb_control_msg+0xdc/0x130
       [<ffffffffa0031669>] rtsx_usb_ep0_read_register+0x59/0x70 [rtsx_usb]
       [<ffffffffa00310c1>] ? rtsx_usb_get_rsp+0x41/0x50 [rtsx_usb]
       [<ffffffffa071da4e>] rtsx_usb_ms_handle_req+0x7ce/0x9c5 [rtsx_usb_ms]
      Reported-by: default avatarJosh Boyer <jwboyer@fedoraproject.org>
      Signed-off-by: default avatarRoger Tseng <rogerable@realtek.com>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      3a43477f
  2. 08 Mar, 2015 7 commits
    • Linus Torvalds's avatar
      Linux 4.0-rc3 · 9eccca08
      Linus Torvalds authored
      9eccca08
    • Al Viro's avatar
      sunrpc: fix braino in ->poll() · 1711fd9a
      Al Viro authored
      POLL_OUT isn't what callers of ->poll() are expecting to see; it's
      actually __SI_POLL | 2 and it's a siginfo code, not a poll bitmap
      bit...
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Cc: stable@vger.kernel.org
      Cc: Bruce Fields <bfields@fieldses.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      1711fd9a
    • Linus Torvalds's avatar
      Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 1163d504
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here's a round of USB fixes for 4.0-rc3.
      
        Nothing major, the usual gadget, xhci and usb-serial fixes and a few
        new device ids as well.
      
        All have been in linux-next successfully"
      
      * tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (36 commits)
        xhci: Workaround for PME stuck issues in Intel xhci
        xhci: fix reporting of 0-sized URBs in control endpoint
        usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards
        USB: ch341: set tty baud speed according to tty struct
        USB: serial: cp210x: Adding Seletek device id's
        USB: pl2303: disable break on shutdown
        USB: mxuport: fix null deref when used as a console
        USB: serial: clean up bus probe error handling
        USB: serial: fix port attribute-creation race
        USB: serial: fix tty-device error handling at probe
        USB: serial: fix potential use-after-free after failed probe
        USB: console: add dummy __module_get
        USB: ftdi_sio: add PIDs for Actisense USB devices
        Revert "USB: serial: make bulk_out_size a lower limit"
        cdc-acm: Add support for Denso cradle CU-321
        usb-storage: support for more than 8 LUNs
        uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539
        USB: usbfs: don't leak kernel data in siginfo
        xhci: Clear the host side toggle manually when endpoint is 'soft reset'
        xhci: Allocate correct amount of scratchpad buffers
        ...
      1163d504
    • Linus Torvalds's avatar
      Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · bbbce516
      Linus Torvalds authored
      Pull tty/serial fixes from Greg KH:
       "Here are some tty and serial driver fixes for 4.0-rc3.
      
        Along with the atime fix that you know about, here are some other
        serial driver bugfixes as well.  Most notable is a wait_until_sent
        bugfix that was traced back to being around since before 2.6.12 that
        Johan has fixed up.
      
        All have been in linux-next successfully"
      
      * tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        TTY: fix tty_wait_until_sent maximum timeout
        TTY: fix tty_wait_until_sent on 64-bit machines
        USB: serial: fix infinite wait_until_sent timeout
        TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation
        net: irda: fix wait_until_sent poll timeout
        serial: uapi: Declare all userspace-visible io types
        serial: core: Fix iotype userspace breakage
        serial: sprd: Fix missing spin_unlock in sprd_handle_irq()
        console: Fix console name size mismatch
        tty: fix up atime/mtime mess, take four
        serial: 8250_dw: Fix get_mctrl behaviour
        serial:8250:8250_pci: delete unneeded quirk entries
        serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S
        Change email address for 8250_pci
        serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO"
        Revert "tty/serial: of_serial: add DT alias ID handling"
      bbbce516
    • Linus Torvalds's avatar
      Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 47df986b
      Linus Torvalds authored
      Pull staging driver fixes from Greg KH:
       "Here are some IIO and staging driver fixes for 4.0-rc3.
      
        Details are in the shortlog, nothing major, mostly IIO fixes for
        reported issues.
      
        All have been in linux-next successfully"
      
      * tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (23 commits)
        staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel
        staging: comedi: vmk80xx: remove "firmware version" kernel messages
        staging: comedi: comedi_isadma: fix "stalled" detect in comedi_isadma_disable_on_sample()
        iio: ak8975: fix AK09911 dependencies
        iio: common: ssp_sensors: Protect PM-only functions to kill warning
        IIO: si7020: Allocate correct amount of memory in devm_iio_device_alloc
        Revert "iio:humidity:si7020: fix pointer to i2c client"
        iio: light: gp2ap020a00f: Select REGMAP_I2C
        iio: light: jsa1212: Select REGMAP_I2C
        iio: ad5686: fix optional reference voltage declaration
        iio:adc:mcp3422 Fix incorrect scales table
        iio: mxs-lradc: fix iio channel map regression
        iio: imu: adis16400: Fix sign extension
        staging: iio: ad2s1200: Fix sign extension
        iio: mxs-lradc: only update the buffer when its conversions have finished
        iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions
        iio: mxs-lradc: make ADC reads not disable touchscreen interrupts
        iio: mxs-lradc: separate touchscreen and buffer virtual channels
        iio: imu: inv_mpu6050: Prevent dereferencing NULL
        iio: iadc: wait_for_completion_timeout time in jiffies
        ...
      47df986b
    • Linus Torvalds's avatar
      Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 29191c7f
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are two char/misc fixes for 4.0-rc3.
      
        One is a reported binder driver fix needed due to a change in the mm
        core that happened in 4.0-rc1.  Another is a mei driver fix that
        resolves a reported issue in that driver.
      
        Both have been in linux-next for a while"
      
      * tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        mei: make device disabled on stop unconditionally
        android: binder: fix binder mmap failures
      29191c7f
    • Linus Torvalds's avatar
      Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · b0bc6572
      Linus Torvalds authored
      Pull "code of conflict" from Greg KH:
       "This file tries to set the rational basis for our code reviews, gives
        some advice on how to conduct them, and provides an excalation channel
        for any kernel developers if they so desire it"
      
      [ Let's see how this works ]
      
      * tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        Code of Conflict
      b0bc6572
  3. 07 Mar, 2015 26 commits
  4. 06 Mar, 2015 5 commits