1. 06 Nov, 2015 33 commits
  2. 05 Nov, 2015 7 commits
    • Linus Torvalds's avatar
      Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 8e483ed1
      Linus Torvalds authored
      Pull char/misc driver updates from Greg KH:
       "Here is the big char/misc driver update for 4.4-rc1.  Lots of
        different driver and subsystem updates, hwtracing being the largest
        with the addition of some new platforms that are now supported.  Full
        details in the shortlog.
      
        All of these have been in linux-next for a long time with no reported
        issues"
      
      * tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (181 commits)
        fpga: socfpga: Fix check of return value of devm_request_irq
        lkdtm: fix ACCESS_USERSPACE test
        mcb: Destroy IDA on module unload
        mcb: Do not return zero on error path in mcb_pci_probe()
        mei: bus: set the device name before running fixup
        mei: bus: use correct lock ordering
        mei: Fix debugfs filename in error output
        char: ipmi: ipmi_ssif: Replace timeval with timespec64
        fpga: zynq-fpga: Fix issue with drvdata being overwritten.
        fpga manager: remove unnecessary null pointer checks
        fpga manager: ensure lifetime with of_fpga_mgr_get
        fpga: zynq-fpga: Change fw format to handle bin instead of bit.
        fpga: zynq-fpga: Fix unbalanced clock handling
        misc: sram: partition base address belongs to __iomem space
        coresight: etm3x: adding documentation for sysFS's cpu interface
        vme: 8-bit status/id takes 256 values, not 255
        fpga manager: Adding FPGA Manager support for Xilinx Zynq 7000
        ARM: zynq: dt: Updated devicetree for Zynq 7000 platform.
        ARM: dt: fpga: Added binding docs for Xilinx Zynq FPGA manager.
        ver_linux: proc/modules, limit text processing to 'sed'
        ...
      8e483ed1
    • Linus Torvalds's avatar
      Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · e880e874
      Linus Torvalds authored
      Pull driver core updates from Greg KH:
       "Here's the "big" driver core updates for 4.4-rc1.  Primarily a bunch
        of debugfs updates, with a smattering of minor driver core fixes and
        updates as well.
      
        All have been in linux-next for a long time"
      
      * tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        debugfs: Add debugfs_create_ulong()
        of: to support binding numa node to specified device in devicetree
        debugfs: Add read-only/write-only bool file ops
        debugfs: Add read-only/write-only size_t file ops
        debugfs: Add read-only/write-only x64 file ops
        debugfs: Consolidate file mode checks in debugfs_create_*()
        Revert "mm: Check if section present during memory block (un)registering"
        driver-core: platform: Provide helpers for multi-driver modules
        mm: Check if section present during memory block (un)registering
        devres: fix a for loop bounds check
        CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bit
        base/platform: assert that dev_pm_domain callbacks are called unconditionally
        sysfs: correctly handle short reads on PREALLOC attrs.
        base: soc: siplify ida usage
        kobject: move EXPORT_SYMBOL() macros next to corresponding definitions
        kobject: explain what kobject's sd field is
        debugfs: document that debugfs_remove*() accepts NULL and error values
        debugfs: Pass bool pointer to debugfs_create_bool()
        ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
      e880e874
    • Linus Torvalds's avatar
      Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 118c216e
      Linus Torvalds authored
      Pull staging driver updates from Greg KH:
       "Here's the big staging driver update for 4.4-rc1.  If you were
        disappointed for 4.3-rc1 that we didn't contribute enough changesets,
        you should be happy with this pull request of over 2400 patches.
      
        But overall we removed more lines of code than we added, which is nice
        to see.  Full details in the shortlog.
      
        All of these have been in linux-next for a while"
      
      Greg, I've never been disappointed in how few commits Staging
      contributes to the kernel..  Never.
      
      * tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (2431 commits)
        Staging: rtl8192u: ieee80211: added missing blank lines
        Staging: rtl8192u: ieee80211: removed unnecessary braces
        Staging: rtl8192u: ieee80211: corrected block comments
        Staging: rtl8192u: ieee80211: corrected indent
        Staging: rtl8192u: ieee80211: added missing spaces after if
        Staging: rtl8192u: ieee80211: added missing space around '='
        Staging: rtl8192u: ieee80211: fixed position of else statements
        Staging: rtl8192u: ieee80211: fixed open brace positions
        staging: rdma: ipath: Remove unneeded vairable.
        staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
        staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset function
        staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
        staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two parts
        staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
        staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.c
        staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.c
        staging: rtl8188eu: operator = replaced by += in loop increment
        staging: rtl8188eu: occurrence of the 5 GHz code marked
        staging: rtl8188eu: increment placed into for loop header
        staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
        ...
      118c216e
    • Linus Torvalds's avatar
      Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · fd0d351d
      Linus Torvalds authored
      Pull tty/serial driver updates from Greg KH:
       "Here is the big tty and serial driver update for 4.4-rc1.
      
        Lots of serial driver updates and a few small tty core changes.  Full
        details in the shortlog.
      
        All of these have been in linux-next for a while"
      
      * tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (148 commits)
        tty: Use unbound workqueue for all input workers
        tty: Abstract tty buffer work
        tty: Prevent tty teardown during tty_write_message()
        tty: core: Use correct spinlock flavor in tiocspgrp()
        tty: Combine SIGTTOU/SIGTTIN handling
        serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()
        ttyFDC: Fix build problems due to use of module_{init,exit}
        tty: remove unneeded return statement
        serial: 8250_mid: add support for DMA engine handling from UART MMIO
        dmaengine: hsu: remove platform data
        dmaengine: hsu: introduce stubs for the exported functions
        dmaengine: hsu: make the UART driver in control of selecting this driver
        serial: fix mctrl helper functions
        serial: 8250_pci: Intel MID UART support to its own driver
        serial: fsl_lpuart: add earlycon support
        tty: disable unbind for old 74xx based serial/mpsc console port
        serial: pl011: Spelling s/clocks-names/clock-names/
        n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY chars
        tty: synclink, fix indentation
        serial: at91, fix rs485 properties
        ...
      fd0d351d
    • Linus Torvalds's avatar
      Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 3d6f4780
      Linus Torvalds authored
      Pull USB updates from Greg KH:
       "Here is the big USB patchset for 4.4-rc1.
      
        As usual, most of the changes are in the gadget subsystem, and we
        removed a host controller for a device that is no longer in existance,
        and probably never was even made public.  There is also other minor
        driver updates and new device ids, full details in the changelog.
      
        All of these have been in linux-next for a while"
      
      * tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (233 commits)
        USB: core: Codestyle fix in urb.c
        usb: misc: usb3503: Use i2c_add_driver helper macro
        usb: host: lpc32xx: don't unregister phy device
        usb: host: lpc32xx: balance clk enable/disable on removal
        usb: host: lpc32xx: fix warnings caused by enabling unprepared clock
        uwb: drp: Use setup_timer
        uwb: neh: Use setup_timer
        uwb: rsv: Use setup_timer
        USB: qcserial: add Sierra Wireless MC74xx/EM74xx
        usb: chipidea: otg: don't wait vbus drops below BSV when starts host
        chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE()
        doc: dt-binding: ci-hdrc-usb2: split vendor specific properties
        usb: chipidea: imx: add imx6ul usb support
        doc: dt-binding: ci-hdrc-usb2: improve property description
        usb: chipidea: imx: add usb support for imx7d
        Doc: usb: ci-hdrc-usb2: Add phy-clkgate-delay-us entry
        usb: chipidea: Add support for 'phy-clkgate-delay-us' property
        usb: chipidea: Use extcon framework for VBUS and ID detect
        usb: gadget: net2280: restore ep_cfg after defect7374 workaround
        usb: dwc2: host: Fix use after free w/ simultaneous irqs
        ...
      3d6f4780
    • Linus Torvalds's avatar
      Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm · e0700ce7
      Linus Torvalds authored
      Pull device mapper updates from Mike Snitzer:
       "Smaller set of DM changes for this merge.  I've based these changes on
        Jens' for-4.4/reservations branch because the associated DM changes
        required it.
      
         - Revert a dm-multipath change that caused a regression for
           unprivledged users (e.g. kvm guests) that issued ioctls when a
           multipath device had no available paths.
      
         - Include Christoph's refactoring of DM's ioctl handling and add
           support for passing through persistent reservations with DM
           multipath.
      
         - All other changes are very simple cleanups"
      
      * tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
        dm switch: simplify conditional in alloc_region_table()
        dm delay: document that offsets are specified in sectors
        dm delay: capitalize the start of an delay_ctr() error message
        dm delay: Use DM_MAPIO macros instead of open-coded equivalents
        dm linear: remove redundant target name from error messages
        dm persistent data: eliminate unnecessary return values
        dm: eliminate unused "bioset" process for each bio-based DM device
        dm: convert ffs to __ffs
        dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
        dm: add support for passing through persistent reservations
        dm: refactor ioctl handling
        Revert "dm mpath: fix stalls when handling invalid ioctls"
        dm: initialize non-blk-mq queue data before queue is used
      e0700ce7
    • Linus Torvalds's avatar
      Merge tag 'md/4.4' of git://neil.brown.name/md · ac322de6
      Linus Torvalds authored
      Pull md updates from Neil Brown:
       "Two major components to this update.
      
         1) The clustered-raid1 support from SUSE is nearly complete.  There
            are a few outstanding issues being worked on.  Maybe half a dozen
            patches will bring this to a usable state.
      
         2) The first stage of journalled-raid5 support from Facebook makes an
            appearance.  With a journal device configured (typically NVRAM or
            SSD), the "RAID5 write hole" should be closed - a crash during
            degraded operations cannot result in data corruption.
      
            The next stage will be to use the journal as a write-behind cache
            so that latency can be reduced and in some cases throughput
            increased by performing more full-stripe writes.
      
      * tag 'md/4.4' of git://neil.brown.name/md: (66 commits)
        MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
        MD: set journal disk ->raid_disk
        MD: kick out journal disk if it's not fresh
        raid5-cache: start raid5 readonly if journal is missing
        MD: add new bit to indicate raid array with journal
        raid5-cache: IO error handling
        raid5: journal disk can't be removed
        raid5-cache: add trim support for log
        MD: fix info output for journal disk
        raid5-cache: use bio chaining
        raid5-cache: small log->seq cleanup
        raid5-cache: new helper: r5_reserve_log_entry
        raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta
        raid5-cache: take rdev->data_offset into account early on
        raid5-cache: refactor bio allocation
        raid5-cache: clean up r5l_get_meta
        raid5-cache: simplify state machine when caches flushes are not needed
        raid5-cache: factor out a helper to run all stripes for an I/O unit
        raid5-cache: rename flushed_ios to finished_ios
        raid5-cache: free I/O units earlier
        ...
      ac322de6