17 Jul, 2015

4 commits


14 Jul, 2015

2 commits

  • Pull networking fixes from David Miller:

    1) Missing list head init in bluetooth hidp session creation, from Tedd
    Ho-Jeong An.

    2) Don't leak SKB in bridge netfilter error paths, from Florian
    Westphal.

    3) ipv6 netdevice private leak in netfilter bridging, fixed by Julien
    Grall.

    4) Fix regression in IP over hamradio bpq encapsulation, from Ralf
    Baechle.

    5) Fix race between rhashtable resize events and table walks, from Phil
    Sutter.

    6) Missing validation of IFLA_VF_INFO netlink attributes, fix from
    Daniel Borkmann.

    7) Missing security layer socket state initialization in tipc code,
    from Stephen Smalley.

    8) Fix shared IRQ handling in boomerang 3c59x interrupt handler, from
    Denys Vlasenko.

    9) Missing minor_idr destroy on module unload on macvtap driver, from
    Johannes Thumshirn.

    10) Various pktgen kernel thread races, from Oleg Nesterov.

    11) Fix races that can cause packets to be processed in the backlog even
    after a device attached to that SKB has been fully unregistered.
    From Julian Anastasov.

    12) bcmgenet driver doesn't account packet drops vs. errors properly,
    fix from Petri Gynther.

    13) Array index validation and off by one fix in DSA layer from Florian
    Fainelli

    * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (66 commits)
    can: replace timestamp as unique skb attribute
    ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux
    can: c_can: Fix default pinmux glitch at init
    can: rcar_can: unify error messages
    can: rcar_can: print request_irq() error code
    can: rcar_can: fix typo in error message
    can: rcar_can: print signed IRQ #
    can: rcar_can: fix IRQ check
    net: dsa: Fix off-by-one in switch address parsing
    net: dsa: Test array index before use
    net: switchdev: don't abort unsupported operations
    net: bcmgenet: fix accounting of packet drops vs errors
    cdc_ncm: update specs URL
    Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html
    net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets
    bridge: mdb: allow the user to delete mdb entry if there's a querier
    net: call rcu_read_lock early in process_backlog
    net: do not process device backlog during unregistration
    bridge: fix potential crash in __netdev_pick_tx()
    net: axienet: Fix devm_ioremap_resource return value check
    ...

    Linus Torvalds
     
  • Pull crypto fixes from Herbert Xu:
    "This fixes a duplicate dma_unmap_sg call in omap-des and reentrancy
    bugs in the powerpc nx driver which may cause bogus output or worse
    memory corruption"

    * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
    crypto: nx - Fix reentrancy bugs
    crypto: omap-des - Fix unmapping of dma channels

    Linus Torvalds
     

13 Jul, 2015

16 commits

  • …ux/kernel/git/mkl/linux-can

    Marc Kleine-Budde says:

    ====================
    pull-request: can 2015-07-12

    this is a pull request of 8 patchs for net/master.

    Sergei Shtylyov contributes 5 patches for the rcar_can driver, fixing the IRQ
    check and several info and error messages. There are two patches by J.D.
    Schroeder and Roger Quadros for the c_can driver and dra7x-evm device tree,
    which precent a glitch in the DCAN1 pinmux. Oliver Hartkopp provides a better
    approach to make the CAN skbs unique, the timestamp is replaced by a counter.
    ====================

    Signed-off-by: David S. Miller <davem@davemloft.net>

    David S. Miller
     
  • Linus Torvalds
     
  • This reverts commit dec4f799d0a4c9edae20512fa60b0a36f3299ca2.

    Jörg Otte reports a NULL pointder dereference due to this commit, as
    'crtc_state' very much can be NULL:

    crtc_state = state->base.state ?
    intel_atomic_get_crtc_state(state->base.state, intel_crtc) : NULL;

    So the change to test 'crtc_state->base.active' cannot possibly be
    correct as-is.

    There may be some other minimal fix (like just checking crtc_state for
    NULL), but I'm just reverting it now for the rc2 release, and people
    like Daniel Vetter who actually know this code will figure out what the
    right solution is in the longer term.

    Reported-and-bisected-by: Jörg Otte
    Cc: Ander Conselvan de Oliveira
    Cc: Jani Nikula
    Cc: Daniel Vetter
    CC: Maarten Lankhorst
    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • Pull VFS fixes from Al Viro:
    "Fixes for this cycle regression in overlayfs and a couple of
    long-standing (== all the way back to 2.6.12, at least) bugs"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
    freeing unlinked file indefinitely delayed
    fix a braino in ovl_d_select_inode()
    9p: don't leave a half-initialized inode sitting around

    Linus Torvalds
     
  • Pull MIPS fixes from Ralf Baechle:
    "A fair number of 4.2 fixes also because Markos opened the flood gates.

    - Patch up the math used calculate the location for the page bitmap.

    - The FDC (Not what you think, FDC stands for Fast Debug Channel) IRQ
    around was causing issues on non-Malta platforms, so move the code
    to a Malta specific location.

    - A spelling fix replicated through several files.

    - Fix to the emulation of an R2 instruction for R6 cores.

    - Fix the JR emulation for R6.

    - Further patching of mindless 64 bit issues.

    - Ensure the kernel won't crash on CPUs with L2 caches with >= 8
    ways.

    - Use compat_sys_getsockopt for O32 ABI on 64 bit kernels.

    - Fix cache flushing for multithreaded cores.

    - A build fix"

    * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
    MIPS: O32: Use compat_sys_getsockopt.
    MIPS: c-r4k: Extend way_string array
    MIPS: Pistachio: Support CDMM & Fast Debug Channel
    MIPS: Malta: Make GIC FDC IRQ workaround Malta specific
    MIPS: c-r4k: Fix cache flushing for MT cores
    Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"
    MIPS: cps-vec: Use macros for various arithmetics and memory operations
    MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0
    MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bit
    MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2
    MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LA
    MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer casting
    MIPS: Fix erroneous JR emulation for MIPS R6
    MIPS: Fix branch emulation for BLTC and BGEC instructions
    MIPS: kernel: traps: Fix broken indentation
    MIPS: bootmem: Don't use memory holes for page bitmap
    MIPS: O32: Do not handle require 32 bytes from the stack to be readable.
    MIPS, CPUFREQ: Fix spelling of Institute.
    MIPS: Lemote 2F: Fix build caused by recent mass rename.

    Linus Torvalds
     
  • Commit 514ac99c64b "can: fix multiple delivery of a single CAN frame for
    overlapping CAN filters" requires the skb->tstamp to be set to check for
    identical CAN skbs.

    Without timestamping to be required by user space applications this timestamp
    was not generated which lead to commit 36c01245eb8 "can: fix loss of CAN frames
    in raw_rcv" - which forces the timestamp to be set in all CAN related skbuffs
    by introducing several __net_timestamp() calls.

    This forces e.g. out of tree drivers which are not using alloc_can{,fd}_skb()
    to add __net_timestamp() after skbuff creation to prevent the frame loss fixed
    in mainline Linux.

    This patch removes the timestamp dependency and uses an atomic counter to
    create an unique identifier together with the skbuff pointer.

    Btw: the new skbcnt element introduced in struct can_skb_priv has to be
    initialized with zero in out-of-tree drivers which are not using
    alloc_can{,fd}_skb() too.

    Signed-off-by: Oliver Hartkopp
    Cc: linux-stable
    Signed-off-by: Marc Kleine-Budde

    Oliver Hartkopp
     
  • Driver core sets "default" pinmux on on probe and CAN driver
    sets "sleep" pinmux during register. This causes a small window
    where the CAN pins are in "default" state with the DCAN module
    being disabled.

    Change the "default" state to be like sleep so this glitch is
    avoided. Add a new "active" state that is used by the driver
    when CAN is actually active.

    Signed-off-by: Roger Quadros
    Cc: linux-stable
    Signed-off-by: Marc Kleine-Budde

    Roger Quadros
     
  • The previous change 3973c526ae9c (net: can: c_can: Disable pins when CAN
    interface is down) causes a slight glitch on the pinctrl settings when used.
    Since commit ab78029 (drivers/pinctrl: grab default handles from device core),
    the device core will automatically set the default pins. This causes the pins
    to be momentarily set to the default and then to the sleep state in
    register_c_can_dev(). By adding an optional "enable" state, boards can set the
    default pin state to be disabled and avoid the glitch when the switch from
    default to sleep first occurs. If the "enable" state is not available
    c_can_pinctrl_select_state() falls back to using the "default" pinctrl state.

    [Roger Q] - Forward port to v4.2 and use pinctrl_get_select().

    Signed-off-by: J.D. Schroeder
    Signed-off-by: Roger Quadros
    Reviewed-by: Grygorii Strashko
    Cc: linux-stable
    Signed-off-by: Marc Kleine-Budde

    J.D. Schroeder
     
  • All the error messages in the driver but the ones from devm_clk_get() failures
    use similar format. Make those two messages consitent with others.

    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Marc Kleine-Budde

    Sergei Shtylyov
     
  • Also print the error code when the request_irq() call fails in rcar_can_open(),
    rewording the error message...

    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Marc Kleine-Budde

    Sergei Shtylyov
     
  • Fix typo in the first error message printed by rcar_can_open().

    Based on the original patch by Vladimir Barinov.

    Fixes: 862e2b6af941 ("can: rcar_can: support all input clocks")
    Reported-by: Vladimir Barinov
    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Marc Kleine-Budde

    Sergei Shtylyov
     
  • Printing IRQ # using "%x" and "%u" unsigned formats isn't quite correct as
    'ndev->irq' is of type *int*, so the "%d" format needs to be used instead.

    While fixing this, beautify the dev_info() message in rcar_can_probe() a bit.

    Fixes: fd1159318e55 ("can: add Renesas R-Car CAN driver")
    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Marc Kleine-Budde

    Sergei Shtylyov
     
  • rcar_can_probe() regards 0 as a wrong IRQ #, despite platform_get_irq() that it
    calls returns negative error code in that case. This leads to the following
    being printed to the console when attempting to open the device:

    error requesting interrupt fffffffa

    because rcar_can_open() calls request_irq() with a negative IRQ #, and that
    function naturally fails with -EINVAL.

    Check for the negative error codes instead and propagate them upstream instead
    of just returning -ENODEV.

    Fixes: fd1159318e55 ("can: add Renesas R-Car CAN driver")
    Signed-off-by: Sergei Shtylyov
    Cc: linux-stable
    Signed-off-by: Marc Kleine-Budde

    Sergei Shtylyov
     
  • Pull x86 fixes from Thomas Gleixner:

    - the high latency PIT detection fix, which slipped through the cracks
    for rc1

    - a regression fix for the early printk mechanism

    - the x86 part to plug irq/vector related hotplug races

    - move the allocation of the espfix pages on cpu hotplug to non atomic
    context. The current code triggers a might_sleep() warning.

    - a series of KASAN fixes addressing boot crashes and usability

    - a trivial typo fix for Kconfig help text

    * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text
    x86/irq: Retrieve irq data after locking irq_desc
    x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()
    x86/irq: Plug irq vector hotplug race
    x86/earlyprintk: Allow early_printk() to use console style parameters like '115200n8'
    x86/espfix: Init espfix on the boot CPU side
    x86/espfix: Add 'cpu' parameter to init_espfix_ap()
    x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig
    x86/kasan: Add message about KASAN being initialized
    x86/kasan: Fix boot crash on AMD processors
    x86/kasan: Flush TLBs after switching CR3
    x86/kasan: Fix KASAN shadow region page tables
    x86/init: Clear 'init_level4_pgt' earlier
    x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()

    Linus Torvalds
     
  • Pull timer fixes from Thomas Gleixner:
    "This update from the timer departement contains:

    - A series of patches which address a shortcoming in the tick
    broadcast code.

    If the broadcast device is not available or an hrtimer emulated
    broadcast device, some of the original assumptions lead to boot
    failures. I rather plugged all of the corner cases instead of only
    addressing the issue reported, so the change got a little larger.

    Has been extensivly tested on x86 and arm.

    - Get rid of the last holdouts using do_posix_clock_monotonic_gettime()

    - A regression fix for the imx clocksource driver

    - An update to the new state callbacks mechanism for clockevents.
    This is required to simplify the conversion, which will take place
    in 4.3"

    * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    tick/broadcast: Prevent NULL pointer dereference
    time: Get rid of do_posix_clock_monotonic_gettime
    cris: Replace do_posix_clock_monotonic_gettime()
    tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build
    tick/broadcast: Handle spurious interrupts gracefully
    tick/broadcast: Check for hrtimer broadcast active early
    tick/broadcast: Return busy when IPI is pending
    tick/broadcast: Return busy if periodic mode and hrtimer broadcast
    tick/broadcast: Move the check for periodic mode inside state handling
    tick/broadcast: Prevent deep idle if no broadcast device available
    tick/broadcast: Make idle check independent from mode and config
    tick/broadcast: Sanity check the shutdown of the local clock_event
    tick/broadcast: Prevent hrtimer recursion
    clockevents: Allow set-state callbacks to be optional
    clocksource/imx: Define clocksource for mx27

    Linus Torvalds
     
  • Pull irq fix from Thomas Gleixner:
    "A single fix for a cpu hotplug race vs. interrupt descriptors:

    Prevent irq setup/teardown across the cpu starting/dying parts of cpu
    hotplug so that the starting/dying cpu has a stable view of the
    descriptor space. This has been an issue for all architectures in the
    cpu dying phase, where interrupts are migrated away from the dying
    cpu. In the starting phase its mostly a x86 issue vs the vector space
    update"

    * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    hotplug: Prevent alloc/free of irq descriptors during cpu up/down

    Linus Torvalds
     

12 Jul, 2015

17 commits

  • Normally opening a file, unlinking it and then closing will have
    the inode freed upon close() (provided that it's not otherwise busy and
    has no remaining links, of course). However, there's one case where that
    does *not* happen. Namely, if you open it by fhandle with cold dcache,
    then unlink() and close().

    In normal case you get d_delete() in unlink(2) notice that dentry
    is busy and unhash it; on the final dput() it will be forcibly evicted from
    dcache, triggering iput() and inode removal. In this case, though, we end
    up with *two* dentries - disconnected (created by open-by-fhandle) and
    regular one (used by unlink()). The latter will have its reference to inode
    dropped just fine, but the former will not - it's considered hashed (it
    is on the ->s_anon list), so it will stay around until the memory pressure
    will finally do it in. As the result, we have the final iput() delayed
    indefinitely. It's trivial to reproduce -

    void flush_dcache(void)
    {
    system("mount -o remount,rw /");
    }

    static char buf[20 * 1024 * 1024];

    main()
    {
    int fd;
    union {
    struct file_handle f;
    char buf[MAX_HANDLE_SZ];
    } x;
    int m;

    x.f.handle_bytes = sizeof(x);
    chdir("/root");
    mkdir("foo", 0700);
    fd = open("foo/bar", O_CREAT | O_RDWR, 0600);
    close(fd);
    name_to_handle_at(AT_FDCWD, "foo/bar", &x.f, &m, 0);
    flush_dcache();
    fd = open_by_handle_at(AT_FDCWD, &x.f, O_RDWR);
    unlink("foo/bar");
    write(fd, buf, sizeof(buf));
    system("df ."); /* 20Mb eaten */
    close(fd);
    system("df ."); /* should've freed those 20Mb */
    flush_dcache();
    system("df ."); /* should be the same as #2 */
    }

    will spit out something like
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/root 322023 303843 1131 100% /
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/root 322023 303843 1131 100% /
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/root 322023 283282 21692 93% /
    - inode gets freed only when dentry is finally evicted (here we trigger
    than by remount; normally it would've happened in response to memory
    pressure hell knows when).

    Cc: stable@vger.kernel.org # v2.6.38+; earlier ones need s/kill_it/unhash_it/
    Acked-by: J. Bruce Fields
    Signed-off-by: Al Viro

    Al Viro
     
  • when opening a directory we want the overlayfs inode, not one from
    the topmost layer.

    Reported-By: Andrey Jr. Melnikov
    Tested-By: Andrey Jr. Melnikov
    Signed-off-by: Al Viro

    Al Viro
     
  • Cc: stable@vger.kernel.org # all branches
    Signed-off-by: Al Viro

    Al Viro
     
  • Florian Fainelli says:

    ====================
    net: dsa: OF parsing fixes

    This patch series fixes two small parsing issues, the first one was
    reported by Dan, the second came after looking more closely at the
    code.
    ====================

    Signed-off-by: David S. Miller

    David S. Miller
     
  • cd->sw_addr is used as a MDIO bus address, which cannot exceed
    PHY_MAX_ADDR (32), our check was off-by-one.

    Fixes: 5e95329b701c ("dsa: add device tree bindings to register DSA switches")
    Signed-off-by: Florian Fainelli
    Signed-off-by: David S. Miller

    Florian Fainelli
     
  • port_index is used an index into an array, and this information comes
    from Device Tree, make sure that port_index is not equal to the array
    size before using it. Move the check against port_index earlier in the
    loop.

    Fixes: 5e95329b701c: ("dsa: add device tree bindings to register DSA switches")
    Reported-by: Dan Carpenter
    Signed-off-by: Florian Fainelli
    Signed-off-by: David S. Miller

    Florian Fainelli
     
  • There is no need to abort attribute setting or object addition, if the
    prepare phase returned operation not supported.

    Thus, abort these two transactions only if the error is not -EOPNOTSUPP.

    Signed-off-by: Vivien Didelot
    Acked-by: Jiri Pirko
    Acked-by: Scott Feldman
    Signed-off-by: David S. Miller

    Vivien Didelot
     
  • bcmgenet driver needs to separate packet drops from packet errors.

    When the driver has to drop a *good* packet, due to lack of buffers or
    replacement skbs, increment only dev->stats.[rx|tx]_dropped.

    When the driver encounters a bad Rx packet or Tx error, increment only
    dev->stats.[rx|tx]_errors + relevant detailed error counter.

    Signed-off-by: Petri Gynther
    Signed-off-by: David S. Miller

    Petri Gynther
     
  • Update referenced specs link to reflect actual file version and location.

    Signed-off-by: Enrico Mioso
    Signed-off-by: David S. Miller

    Enrico Mioso
     
  • Pull libnvdimm fixes from Dan Williams:
    "1) Fixes for a handful of smatch reports (Thanks Dan C.!) and minor
    bug fixes (patches 1-6)

    2) Correctness fixes to the BLK-mode nvdimm driver (patches 7-10).

    Granted these are slightly large for a -rc update. They have been
    out for review in one form or another since the end of May and were
    deferred from the merge window while we settled on the "PMEM API"
    for the PMEM-mode nvdimm driver (ie memremap_pmem, memcpy_to_pmem,
    and wmb_pmem).

    Now that those apis are merged we implement them in the BLK driver
    to guarantee that mmio aperture moves stay ordered with respect to
    incoming read/write requests, and that writes are flushed through
    those mmio-windows and platform-buffers to be persistent on media.

    These pass the sub-system unit tests with the updates to
    tools/testing/nvdimm, and have received a successful build-report from
    the kbuild robot (468 configs).

    With acks from Rafael for the touches to drivers/acpi/"

    * 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm:
    nfit: add support for NVDIMM "latch" flag
    nfit: update block I/O path to use PMEM API
    tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_test
    tools/testing/nvdimm: fix return code for unimplemented commands
    tools/testing/nvdimm: mock ioremap_wt
    pmem: add maintainer for include/linux/pmem.h
    nfit: fix smatch "use after null check" report
    nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails
    libnvdimm: smatch cleanups in __nd_ioctl
    sparse: fix misplaced __pmem definition

    Linus Torvalds
     
  • Pull i2c fixes from Wolfram Sang:
    "Mostly slight adjusments for new drivers, but also one core fix for
    which finally the dependencies are now available as well"

    * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
    i2c: Mark instantiated device nodes with OF_POPULATE
    i2c: jz4780: Fix return value if probe fails
    i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error path
    i2c: I2C_MT65XX should depend on HAS_DMA

    Linus Torvalds
     
  • Pull input fixes from Dmitry Torokhov:
    "A fix (revert) for a recent regression in Synaptics driver and a fix
    for Elan i2c touchpad driver"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
    Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"
    Input: elan_i2c - change the hover event from MT to ST

    Linus Torvalds
     
  • Pull clk fixes from Stephen Boyd:
    "A small set of fixes for problems found by smatch in new drivers that
    we added this rc and a handful of driver fixes that came in during the
    merge window"

    * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
    drivers: clk: st: Incorrect register offset used for lock_status
    clk: mediatek: mt8173: Fix enabling of critical clocks
    drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
    drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks
    drivers: clk: st: Fix flexgen lock init
    drivers: clk: st: Fix FSYN channel values
    drivers: clk: st: Remove unused code
    clk: qcom: Use parent rate when set rate to pixel RCG clock
    clk: at91: do not leak resources
    clk: stm32: Fix out-by-one error path in the index lookup
    clk: iproc: fix bit manipulation arithmetic
    clk: iproc: fix memory leak from clock name

    Linus Torvalds
     
  • Pull drm fixes from Dave Airlie:
    "A bunch of fixes for radeon, intel, omap and one amdkfd fix.

    Radeon fixes are all over, but it does fix some cursor corruption
    across suspend/resume. i915 should fix the second warn you were
    seeing, so let us know if not. omap is a bunch of small fixes"

    * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (28 commits)
    drm/radeon: disable vce init on cayman (v2)
    drm/amdgpu: fix timeout calculation
    drm/radeon: check if BO_VA is set before adding it to the invalidation list
    drm/radeon: allways add the VM clear duplicate
    Revert "Revert "drm/radeon: dont switch vt on suspend""
    drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()
    drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)
    drm/radeon: Clean up reference counting and pinning of the cursor BOs
    drm/amdkfd: validate pdd where it acquired first
    Revert "drm/i915: Allocate context objects from stolen"
    drm/i915: Declare the swizzling unknown for L-shaped configurations
    drm/radeon: fix underflow in r600_cp_dispatch_texture()
    drm/radeon: default to 2048 MB GART size on SI+
    drm/radeon: fix HDP flushing
    drm/radeon: use RCU query for GEM_BUSY syscall
    drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.
    drm/radeon: Handle irqs only based on irq ring, not irq status regs.
    drm/i915: Use crtc_state->active in primary check_plane func
    drm/i915: Check crtc->active in intel_crtc_disable_planes
    drm/i915: Restore all GGTT VMAs on resume
    ...

    Linus Torvalds
     
  • Pull selinux fixes from James Morris.

    * 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
    selinux: fix mprotect PROT_EXEC regression caused by mm change
    selinux: don't waste ebitmap space when importing NetLabel categories

    Linus Torvalds
     
  • Pull btrfs fixes from Chris Mason:
    "This is an assortment of fixes. Most of the commits are from Filipe
    (fsync, the inode allocation cache and a few others). Mark kicked in
    a series fixing corners in the extent sharing ioctls, and everyone
    else fixed up on assorted other problems"

    * 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
    Btrfs: fix wrong check for btrfs_force_chunk_alloc()
    Btrfs: fix warning of bytes_may_use
    Btrfs: fix hang when failing to submit bio of directIO
    Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()
    Btrfs: fix memory corruption on failure to submit bio for direct IO
    btrfs: don't update mtime/ctime on deduped inodes
    btrfs: allow dedupe of same inode
    btrfs: fix deadlock with extent-same and readpage
    btrfs: pass unaligned length to btrfs_cmp_data()
    Btrfs: fix fsync after truncate when no_holes feature is enabled
    Btrfs: fix fsync xattr loss in the fast fsync path
    Btrfs: fix fsync data loss after append write
    Btrfs: fix crash on close_ctree() if cleaner starts new transaction
    Btrfs: fix race between caching kthread and returning inode to inode cache
    Btrfs: use kmem_cache_free when freeing entry in inode cache
    Btrfs: fix race between balance and unused block group deletion
    btrfs: add error handling for scrub_workers_get()
    btrfs: cleanup noused initialization of dev in btrfs_end_bio()
    btrfs: qgroup: allow user to clear the limitation on qgroup

    Linus Torvalds
     
  • Pull ARM SoC fixes from Kevin Hilman:
    "A fairly random colletion of fixes based on -rc1 for OMAP, sunxi and
    prima2 as well as a few arm64-specific DT fixes.

    This series also includes a late to support a new Allwinner (sunxi)
    SoC, but since it's rather simple and isolated to the
    platform-specific code, it's included it for this -rc"

    * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
    arm64: dts: add device tree for ARM SMM-A53x2 on LogicTile Express 20MG
    arm: dts: vexpress: add missing CCI PMU device node to TC2
    arm: dts: vexpress: describe all PMUs in TC2 dts
    GICv3: Add ITS entry to THUNDER dts
    arm64: dts: Add poweroff button device node for APM X-Gene platform
    ARM: dts: am4372.dtsi: disable rfbi
    ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
    ARM: dts: am4372: Add emif node
    Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"
    ARM: sunxi: Enable simplefb in the defconfig
    ARM: Remove deprecated symbol from defconfig files
    ARM: sunxi: Add Machine support for A33
    ARM: sunxi: Introduce Allwinner H3 support
    Documentation: sunxi: Update Allwinner SoC documentation
    ARM: prima2: move to use REGMAP APIs for rtciobrg
    ARM: dts: atlas7: add pinctrl and gpio descriptions
    ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma_caps
    memory: omap-gpmc: Fix parsing of devices

    Linus Torvalds
     

11 Jul, 2015

1 commit