summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto/4.8: Update to v4.8.12 and fix CVE-2016-8655California Sullivan2016-12-093-9/+9
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto/4.4: Update to v4.4.36 and fix CVE-2016-8655California Sullivan2016-12-093-9/+9
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto/4.1: Update to v4.1.36 and fix CVE-2016-8655California Sullivan2016-12-093-9/+9
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto/4.4/4.8: Update cache SRCREVs for final config warning fixesCalifornia Sullivan2016-12-076-6/+6
| | | | | | | | This update fixes the remaining kernel_configcheck warnings. Fixes [YOCTO #10426]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto/4.8: Update from v4.8.3 to v4.8.10California Sullivan2016-11-303-9/+9
| | | | | | | Stable backports and a fix to the mei configuration in core2 and quark. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update from v4.4.26 to v4.4.32California Sullivan2016-11-303-9/+9
| | | | | | | | | This patch brings in many backlogged stable updates as well as a few additional i915 driver backports. The kernel-cache was also updated, fixing an mei configuration issue in core2 and quark BSPs. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update from v4.1.33 to v4.1.35California Sullivan2016-11-303-9/+9
| | | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.4: Add INTEL_MACHINE_SUBTYPE codeSaul Wold2016-11-101-2/+2
| | | | | | | | | | This adds some a couple of bb.utils.contains() checks for an INTEL_MACHINE_SUBSTPYE to pull the appropriate SRCREV and KBRACH to build an alternate kernel. Also adds support for Broxton-m/Joule device as an example. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.8: Update SRCREVs for v4.8.3 stable updateCalifornia Sullivan2016-10-283-9/+9
| | | | | | | | This includes the fix to CVE-2016-5195 "dirty cow", and fixes a bug in preempt-rt that was preventing boots on core2. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs from v4.4.20 to v4.4.26California Sullivan2016-10-283-9/+9
| | | | | | | This update also includes the fix to CVE-2016-5195 "dirty cow". Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for v4.1.33 and 'dirty cow' backportCalifornia Sullivan2016-10-283-9/+9
| | | | | | | | This change incorporates several stables updates as well as the fix to CVE-2016-5195 "dirty cow". Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.8: Fix configcheck warnings and build in R8169 supportCalifornia Sullivan2016-10-123-3/+3
| | | | | | | | | | | | | | | With this update, most of the kernel_config check warnings are fixed. Also, we now have Ethernet support on the MinnowBoard MAX and Turbot on minimal images. >From yocto-kernel-cache: 552a837 features: Fix configcheck warnings in features used by intel-quark BSPs c33d9c2 features: Fix configcheck warnings in features used by intel-core* BSPs 03bf3dd bsp/common-pc: Enable R8169 driver since its needed by supported platforms Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.8: Bump SRCREVs to v4.8 and add preempt-rt recipeCalifornia Sullivan2016-10-073-6/+37
| | | | | | | | | | | | This updates the linux-yocto 4.8 bbappends to use the 4.8 final kernel. Also, we finally add the preempt-rt recipe since the rt patches are available with no obvious defects. v2 changes: * Add backport patch "Using BUG_ON() as an assert() is _never_ acceptable" Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto*: Fix LINUX_VERSION variablesCalifornia Sullivan2016-09-236-6/+6
| | | | | | | | | | | | | I was checking the kver file to update the LINUX_VERSION variable. At the time of the last SRCREV update the kver files were incorrect. With the kernel_version_sanity_check function added to oe-core, the incorrect PV becomes a build error. Fix this by updating the LINUX_VERSION variables in each linux-yocto recipe to their correct value. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-tiny*: Temporarily add ext4 supportCalifornia Sullivan2016-09-132-2/+2
| | | | | | | | | | We currently get a panic when trying to boot a tiny intel-quark image. Adding ext4 support fixes the issue, but it may be possible to fix it correctly via changes to images creation, so I consider this a temporary workaround to be reverted later. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Add linux-yocto 4.8 recipesCalifornia Sullivan2016-09-132-0/+52
| | | | | | | | | | | Preliminary testing on the 4.8 kernel has gone well with no major defects found on Intel hardware. The preempt-rt patches are not yet available for the -rt kernel, so only add the base and tiny linux-yocto recipes for now. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Bump SRCREVs to v4.1.31 and add leafhill configsCalifornia Sullivan2016-09-133-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >From linux-yocto-4.1: 518132a Merge branch 'standard/base' into standard/intel/base 93b1a6c Merge tag 'v4.1.31' into standard/base 99f614a Linux 4.1.31 432273c MIPS: KVM: Propagate kseg0/mapped tlb fault errors 7fe3930 MIPS: KVM: Fix gfn range check in kseg0 tlb faults 0fbddc0 MIPS: KVM: Add missing gfn range check 342b88e MIPS: KVM: Fix mapped fault broken commpage handling 867df5e ext4: verify extent header depth cd51084 ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt 1fbc4fd ALSA: timer: Fix leak in events via snd_timer_user_ccallback 1b7d7bc ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS c65b5c9 USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails 6412c3a ovl: verify upper dentry before unlink and rename 40b9a8f iio:ad7266: Fix probe deferral for vref fb079b4 iio:ad7266: Fix support for optional regulators 44cdc9f iio:ad7266: Fix broken regulator error handling 94f9384 iio: accel: kxsd9: fix the usage of spi_w8r8() b2372ff staging: iio: accel: fix error check c1a8303 iio: proximity: as3935: fix buffer stack trashing 9db892c iio: proximity: as3935: remove triggered buffer processing e2a296e9 iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output f247adf iio:st_pressure: fix sampling gains (bring inline with ABI) 3bdfc8b iio: Fix error handling in iio_trigger_attach_poll_func f3c7b15 perf/x86: Fix undefined shift on 32-bit kernels 7ceedf5 virtio_balloon: fix PFN format for virtio-1 4dbc156 virtio_balloon: do not change memory amount visible via /proc/meminfo 55f883c arm64: Rework valid_user_regs 5c46424 cdc_ncm: workaround for EM7455 "silent" data interface 28a6d04 nfsd: check permissions when setting ACLs 173f43c posix_acl: Add set_posix_acl 63933c7 powerpc/pseries: Fix PCI config address for DDW 049de19 powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism d9ee963 block: fix use-after-free in seq file 403f056 metag: Fix __cmpxchg_u32 asm constraint for CMP a2036fb ALSA: hda - Fix headset mic detection problem for two dell machines 31ebbeb ALSA: hda - Fix the headset mic that will not work on Dell desktop machine 0224028 ALSA: hda: Fix krealloc() with __GFP_ZERO usage df75887 ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps 333c2cf MIPS: mm: Fix definition of R6 cache instruction e2b438f sysv, ipc: fix security-layer leaking 4ef5c9a mm/hugetlb: avoid soft lockup in set_max_huge_pages() 834ced1 dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING 655fe78 dm rq: fix the starting and stopping of blk-mq queues 980b655 dm flakey: error READ bios during the down_interval 0d88572 ftrace/recordmcount: Work around for addition of metag magic but not relocations 2876b1b balloon: check the number of available pages in leak balloon c6657f7 x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace 10855c6 ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO 6cdb164 ALSA: hda/realtek: Enable HP amp and mute LED on HP Folio 9480m [v3] baea0d6 drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup c1b4d25 drm/nouveau/fbcon: fix font width not divisible by 8 c027bc0 ubi: Make volume resize power cut aware 304e915 ubi: Fix early logging ae32d1b ubi: Fix race condition between ubi device creation and udev eb61bdd fuse: fix wrong assignment of ->flags in fuse_send_init() 614c339 fuse: fuse_flush must check mapping->flags for errors 3fc4a4a fuse: fsync() did not return IO errors 93c0b00 ARC: mm: don't loose PTE_SPECIAL in pte_modify() ae9c7f3 drm/radeon: fix firmware info version checks 7afd374 KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace bd89870 KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE ae40dad KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures a3b180a CIFS: Fix a possible invalid memory access in smb2_query_symlink() b7e61a1 fs/cifs: make share unaccessible at root level mountable b5e8e7f Input: i8042 - break load dependency between atkbd/psmouse and i8042 e9071d0 Documentation/module-signing.txt: Note need for version info if reusing a key 6ac9857 module: Invalidate signatures on force-loaded modules 7e6f0e1 net/irda: fix NULL pointer dereference on memory allocation failure 7d06f7f fs/dcache.c: avoid soft-lockup in dput() 49e3c9a MIPS: Don't register r4k sched clock when CPUFREQ enabled 0e2cbad6 nfs: don't create zero-length requests e1cc075 gpio: intel-mid: Remove potentially harmful code 7f5a3c7 iscsi-target: Fix panic when adding second TCP connection to iSCSI session 634a3fc audit: fix a double fetch in audit_log_single_execve_arg() a4664af Fix broken audit tests for exec arg len a49b282 audit: Fix check of return value of strnlen_user() dd26566 cifs: fix crash due to race in hmac(md5) handling b9090fe target: Fix race between iscsi-target connection shutdown + ABORT_TASK 6c631d3 target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP 80d341f mtd: nand: fix bug writing 1 byte less than page size 8ae0073 arm64: debug: unmask PSTATE.D earlier f88ded2 rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq() abf9569 dm: fix second blk_delay_queue() parameter to be in msec units not jiffies 8129259 crypto: scatterwalk - Fix test in scatterwalk_done 98953c4 Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU 5436aa6 KVM: VMX: handle PML full VMEXIT that occurs during event delivery aef1e06 USB: serial: option: add support for Telit LE910 PID 0x1206 4af80d9 powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint() 572c8b6 powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0 881052c ext4: short-cut orphan cleanup on error 3f7ed29 drm/radeon: support backlight control for UNIPHY3 6c2ca21 KVM: nVMX: Fix memory corruption when using VMCS shadowing 53bb06c usb: quirks: Add no-lpm quirk for Elan bd0702f USB: quirks: Fix another ELAN touchscreen 256679c s390/mm: fix gmap tlb flush issues 9b01eaf cifs: Check for existing directory when opening file with O_CREAT bdf3214 [media] media: usbtv: prevent access to free'd resources 47c1628 Bluetooth: Add support of 13d3:3490 AR3012 device 6e2c93c Bluetooth: Add USB ID 13D3:3487 to ath3k 434d638 [media] Fix RC5 decoding with Fintek CIR chipset 2342f6e [media] media: dvb_ringbuffer: Add memory barriers 7235df9 drm/radeon: Poll for both connect/disconnect on analog connectors 4613d5f drm/radeon: add a delay after ATPX dGPU power off 073435a spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark d4d783d ext4: validate s_reserved_gdt_blocks on mount d579705 iwlwifi: add new 8260 PCI IDs 2fc0cdf ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys e19f0ec5 ext4: don't call ext4_should_journal_data() on the journal inode 906d6f4 ext4: fix deadlock during page writeback 547df96 SUNRPC: Don't allocate a full sockaddr_storage for tracing c580d82 ext4: check for extents that wrap around 988777b mfd: qcom_rpm: Parametrize also ack selector size e6b04eb mfd: qcom_rpm: Fix offset error for msm8660 6997496 usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable() 83335cb usb: renesas_usbhs: fix NULL pointer dereference in xfer_work() 542330f hp-wmi: Fix wifi cannot be hard-unblocked 230dc3e serial: samsung: Fix ERR pointer dereference on deferred probe cf61375 tty/serial: atmel: fix RS485 half duplex with DMA ebe1398 tty/serial: at91: remove bunch of macros to access UART registers 343c4ef of: fix memory leak related to safe_name() 8431378 crypto: gcm - Filter out async ghash if necessary b42d378 usb: dwc3: fix for the isoc transfer EP_BUSY flag 4426cc6 pinctrl: cherryview: prevent concurrent access to GPIO controllers 40357fd pinctrl: cherryview: Use raw_spinlock for locking ba42156 pinctrl: cherryview: Serialize all register access e057773 Update my main e-mails at the Kernel tree 10dd8c10 gpio: pca953x: Fix NBANK calculation for PCA9536 27b5490 PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset b378007 Revert "drm/i915/ilk: Don't disable SSC source if it's in use" 7a85bf9 netlabel: add address family checks to netlbl_{sock,req}_delattr() 85470a5 s5p-mfc: Add release callback for memory region devs 1dd12c3 s5p-mfc: Set device name for reserved memory region devs fce6716 HID: uhid: fix timeout when probe races with IO 223b391 arm64: kernel: Save and restore addr_limit on exception entry 5c57645 fs/proc/task_mmu.c: fix mm_access() mode parameter in pagemap_read() 6a46873 netfilter: nf_nat_redirect: add missing NULL pointer check >From yocto-kernel-cache: cf6d987 bsp: leafhill: remove duplicated config 17807c1 bsp: leafhill: update by including existing config fragments f9e944e xilinx-zynq: enable XILINX spi driver and hts221 driver eef3092 bsp: leafhill: add new SoC and BSP 9d0f0db virtio: add new INPUT and HW_RANDOM_VIRTIO config settings Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Bump SRCREVs from v4.4.18 to v4.4.20California Sullivan2016-09-133-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >From linux-yocto-4.4: 94e5bb3 Merge branch 'standard/base' into standard/intel/base 7d1401a Merge tag 'v4.4.20' into standard/base d663231 Merge branch 'standard/base' into standard/intel/base 1856181 Merge tag 'v4.4.19' into standard/base 4df4a14 Merge branch 'standard/base' into standard/intel/base a67e1ae uvesafb: provide option to specify timeout for task completion 2cb99de Linux 4.4.20 625ddb7 sysfs: correctly handle read offset on PREALLOC attrs dde898f hwmon: (iio_hwmon) fix memory leak in name attribute a2d9e40 ALSA: line6: Fix POD sysfs attributes segfault d21befe ALSA: line6: Give up on the lock while URBs are released. 85db22a ALSA: line6: Remove double line6_pcm_release() after failed acquire. 37e16dc ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present a37b834 ACPI / sysfs: fix error code in get_status() b0917f5 ACPI / drivers: replace acpi_probe_lock spinlock with mutex 0b21b21 ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro fbde41f staging: comedi: ni_mio_common: fix wrong insn_write handler b03ee3d staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility fd51408 staging: comedi: comedi_test: fix timer race conditions bc93350 staging: comedi: daqboard2000: bug fix board type matching code 1b3b122 USB: serial: option: add WeTelecom 0x6802 and 0x6803 products fed48a2 USB: serial: option: add WeTelecom WM-D200 201cb6d USB: serial: mos7840: fix non-atomic allocation in write path e5d33f1 USB: serial: mos7720: fix non-atomic allocation in write path 6e0b5f8 USB: fix typo in wMaxPacketSize validation 8136b59 usb: chipidea: udc: don't touch DP when controller is in host mode 5ab968f USB: avoid left shift by -1 e879dae dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel() ac069de crypto: qat - fix aes-xts key sizes 71d27af crypto: nx - off by one bug in nx_of_update_msc() 9781b971 Input: i8042 - set up shared ps2_cmd_mutex for AUX ports 11dd037 Input: i8042 - break load dependency between atkbd/psmouse and i8042 d672017 Input: tegra-kbc - fix inverted reset logic cc79d39 btrfs: properly track when rescan worker is running f31d48a btrfs: waiting on qgroup rescan should not always be interruptible 104b0d1 fs/seq_file: fix out-of-bounds read 3e7c26d gpio: Fix OF build problem on UM 1337168 usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe() bbaf719 megaraid_sas: Fix probing cards without io port 7386f92 mpt3sas: Fix resume on WarpDrive flash cards af88900 cdc-acm: fix wrong pipe type on rx interrupt xfers d489412 i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer() d91c348 mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper e4878ef aacraid: Check size values after double-fetch from user 03551c8 ARC: Elide redundant setup of DMA callbacks e44f5b5 ARC: Call trace_hardirqs_on() before enabling irqs 45a9450 ARC: use correct offset in pt_regs for saving/restoring user mode r25 413d587 ARC: build: Better way to detect ISA compatible toolchain 137f6ba drm/i915: fix aliasing_ppgtt leak d6af5ab drm/amdgpu: record error code when ring test failed 2d4ab6c drm/amd/amdgpu: sdma resume fail during S4 on CI 2b26271 drm/amdgpu: skip TV/CV in display parsing 9c22155 drm/amdgpu: avoid a possible array overflow 65317db drm/amdgpu: fix amdgpu_move_blit on 32bit systems 4e9db9e drm/amdgpu: Change GART offset to 64-bit 6cb6e95 iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING" 15abaa0 sched/nohz: Fix affine unpinned timers mess c3cf68e sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression 51ed10c of: fix reference counting in of_graph_get_endpoint_by_regs df4fe6f8 arm64: dts: rockchip: add reset saradc node for rk3368 SoCs ed6625c mac80211: fix purging multicast PS buffer queue 1473e6a s390/dasd: fix hanging device after clear subchannel 07adb64 EDAC: Increment correct counter in edac_inc_ue_error() b518b0c pinctrl/amd: Remove the default de-bounce time d860213 iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass aef6295 iommu/arm-smmu: Fix CMDQ error handling d360081 iommu/dma: Don't put uninitialised IOVA domains 433ccf1 xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices. 1d816d0 USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices 6d77ca3 USB: serial: ftdi_sio: add device ID for WICED USB UART dev board 8ed7b7d USB: serial: option: add support for Telit LE920A4 340391d USB: serial: option: add D-Link DWM-156/A3 697c84b USB: serial: fix memleak in driver-registration error path c5a6d60 xhci: don't dereference a xhci member after removing xhci 262d059 usb: xhci: Fix panic if disconnect 76ba94f xhci: always handle "Command Ring Stopped" events 8fd5243 usb/gadget: fix gadgetfs aio support. e9caf24 usb: gadget: fsl_qe_udc: off by one in setup_received_handle() 391738b USB: validate wMaxPacketValue entries in endpoint descriptors 365a5f4 usb: renesas_usbhs: Use dmac only if the pipe type is bulk b8032e6 usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable() 4a6eff8 USB: hub: change the locking in hub_activate 5221741 USB: hub: fix up early-exit pathway in hub_activate 7edabdd usb: hub: Fix unbalanced reference count/memory leak/deadlocks dbb9fe1 usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices 13af8c6 usb: dwc3: gadget: increment request->actual once 7dc7ec8 usb: dwc3: pci: add Intel Kabylake PCI ID 97b23f9 usb: misc: usbtest: add fix for driver hang cb68ec1 usb: ehci: change order of register cleanup during shutdown 1614270 crypto: caam - defer aead_set_sh_desc in case of zero authsize 1595854 crypto: caam - fix echainiv(authenc) encrypt shared descriptor e0a9e84 crypto: caam - fix non-hmac hashes 6722e24 genirq/msi: Make sure PCI MSIs are activated early fd59f98 genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP fcdcf97 um: Don't discard .text.exit section 5f00936 ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data cd84d31 ACPI: CPPC: Return error if _CPC is invalid on a CPU a3043ec mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs 0bbe334 PCI: Limit config space size for Netronome NFP4000 6bd24be PCI: Add Netronome NFP4000 PF device ID 2d8ffbf PCI: Limit config space size for Netronome NFP6000 family 657170e PCI: Add Netronome vendor and device IDs c7308f6 PCI: Support PCIe devices with short cfg_size d5537e9 NVMe: Don't unmap controller registers on reset bb404d1 ALSA: hda - Manage power well properly for resume 47f972e libnvdimm, nd_blk: mask off reserved status bits 8f5b7e3 perf intel-pt: Fix occasional decoding errors when tracing system-wide b4ddd78 vfio/pci: Fix NULL pointer oops in error interrupt setup handling fa54eea virtio: fix memory leak in virtqueue_add() 9dddd02 parisc: Fix order of EREFUSED define in errno.h 4919b2a arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO 602857f ALSA: usb-audio: Add quirk for ELP HD USB Camera 23d3998 ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD (VF0610) 93ed332 powerpc/eeh: eeh_pci_enable(): fix checking of post-request state 94e88c1 SUNRPC: allow for upcalls for same uid but different gss service e3f2840 SUNRPC: Handle EADDRNOTAVAIL on connection failures b529544 tools/testing/nvdimm: fix SIGTERM vs hotplug crash 77b0e10 uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions ebabe4a x86/mm: Disable preemption during CR3 read+write 8ef7c21 hugetlb: fix nr_pmds accounting with shared page tables 8518474 Linux 4.4.19 cc48607 Documentation/module-signing.txt: Note need for version info if reusing a key bc2318c module: Invalidate signatures on force-loaded modules c6ec712 dm flakey: error READ bios during the down_interval ef60c9a rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq() 74d55e5 lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt() 6b1f21a ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx 32b04db x86/platform/intel_mid_pci: Rework IRQ0 workaround a57a55b PCI: Mark Atheros AR9485 and QCA9882 to avoid bus reset 23e0fce MIPS: hpet: Increase HPET_MIN_PROG_DELTA and decrease HPET_MIN_CYCLES 0b37e97 MIPS: Don't register r4k sched clock when CPUFREQ enabled e86d99f MIPS: mm: Fix definition of R6 cache instruction 7bda3b1 SUNRPC: Don't allocate a full sockaddr_storage for tracing 7484fbe Input: elan_i2c - properly wake up touchpad on ASUS laptops f5ba9a6 target: Fix ordered task CHECK_CONDITION early exception handling 51d8419 target: Fix max_unmap_lba_count calc overflow f318588 target: Fix race between iscsi-target connection shutdown + ABORT_TASK 60ba156 target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOP 6492c1c target: Fix ordered task target_setup_cmd_from_cdb exception hang 8623120 iscsi-target: Fix panic when adding second TCP connection to iSCSI session 4056337 ubi: Fix race condition between ubi device creation and udev 79d6bc1 ubi: Fix early logging 752aaae ubi: Make volume resize power cut aware 2c00c21 of: fix memory leak related to safe_name() fd8c10a IB/mlx4: Fix memory leak if QP creation failed d057209 IB/mlx4: Fix error flow when sending mads under SRIOV 155c27dd IB/mlx4: Fix the SQ size of an RC QP 1d13a91 IB/IWPM: Fix a potential skb leak 9bb8073 IB/IPoIB: Don't update neigh validity for unresolved entries 041a825 IB/SA: Use correct free function d1859e0 IB/mlx5: Return PORT_ERR in Active to Initializing tranisition f868cae6 IB/mlx5: Fix post send fence logic a25be0f IB/mlx5: Fix entries check in mlx5_ib_resize_cq cbbfde0 IB/mlx5: Fix returned values of query QP bae7400 IB/mlx5: Fix entries checks in mlx5_ib_create_cq 02773ea IB/mlx5: Fix MODIFY_QP command input structure 148a19e ALSA: hda - Fix headset mic detection problem for two dell machines f39db7f ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps 39d5054 ALSA: hda/realtek - Can't adjust speaker's volume on a Dell AIO 7e4a2f9 ALSA: hda: Fix krealloc() with __GFP_ZERO usage 4733b66 mm/hugetlb: avoid soft lockup in set_max_huge_pages() 7928de5 mtd: nand: fix bug writing 1 byte less than page size 0d30185 block: fix bdi vs gendisk lifetime mismatch 01daea9 block: add missing group association in bio-cloning functions 8660ead metag: Fix __cmpxchg_u32 asm constraint for CMP 84f8a24 ftrace/recordmcount: Work around for addition of metag magic but not relocations cfb466b balloon: check the number of available pages in leak balloon 24cdeed drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is unknown" 3b30197 drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB 794c90b drm/edid: Add 6 bpc quirk for display AEO model 0. 1df3e60 drm: Restore double clflush on the last partial cacheline 702117f drm/nouveau/fbcon: fix font width not divisible by 8 77f4249 drm/nouveau/gr/nv3x: fix instobj write offsets in gr setup 21f36ec drm/nouveau: check for supported chipset before booting fbdev off the hw 4cb6885 drm/radeon: support backlight control for UNIPHY3 f1cb5eb drm/radeon: fix firmware info version checks 9436828 drm/radeon: Poll for both connect/disconnect on analog connectors ada3815 drm/radeon: add a delay after ATPX dGPU power off 4925cf1 drm/amdgpu/gmc7: add missing mullins case 672138e drm/amdgpu: fix firmware info version checks 3281d10 drm/amdgpu: Disable RPM helpers while reprobing connectors on resume ca7eb0c drm/amdgpu: support backlight control for UNIPHY3 2c10a2c drm/amdgpu: Poll for both connect/disconnect on analog connectors 8f811d1 drm/amdgpu: add a delay after ATPX dGPU power off bedd8d6 w1:omap_hdq: fix regression 4a3e88a netlabel: add address family checks to netlbl_{sock,req}_delattr() 225ecdb ARM: dts: sunxi: Add a startup delay for fixed regulator enabled phys 53eaa39 audit: fix a double fetch in audit_log_single_execve_arg() c5612d4 iommu/amd: Update Alias-DTE in update_device_table() df8eaed iommu/amd: Init unity mappings only for dma_ops domains 51e94ff iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back 28a5f4c iommu/vt-d: Return error code in domain_context_mapping_one() bd78d81 iommu/exynos: Suppress unbinding to prevent system failure fa89ad5 drm/i915: Don't complain about lack of ACPI video bios 37cbe5b nfsd: don't return an unhashed lock stateid after taking mutex 6dfc20b nfsd: Fix race between FREE_STATEID and LOCK 3d6562f nfs: don't create zero-length requests 4fa571e MIPS: KVM: Propagate kseg0/mapped tlb fault errors e93dbb1 MIPS: KVM: Fix gfn range check in kseg0 tlb faults f26fac1 MIPS: KVM: Add missing gfn range check ed7e1dd MIPS: KVM: Fix mapped fault broken commpage handling f48dd2d random: add interrupt callback to VMBus IRQ handler 529025b random: print a warning for the first ten uninitialized random users f41fc0b random: initialize the non-blocking pool via add_hwgenerator_randomness() adc58bf CIFS: Fix a possible invalid memory access in smb2_query_symlink() 04761744 cifs: fix crash due to race in hmac(md5) handling 36e6321 cifs: Check for existing directory when opening file with O_CREAT a636a9b fs/cifs: make share unaccessible at root level mountable 564e0f8 jbd2: make journal y2038 safe f2aa5d3 ARC: mm: don't loose PTE_SPECIAL in pte_modify() 3633bd8 remoteproc: Fix potential race condition in rproc_add 54c4ddc ovl: disallow overlayfs as upperdir 7a2cfda HID: uhid: fix timeout when probe races with IO 02808fd EDAC: Correct channel count limit 5c93b99 Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU 663c260 spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark 3f32fd3 i2c: efm32: fix a failure path in efm32_i2c_probe() 31edf03 s5p-mfc: Add release callback for memory region devs bddb687 s5p-mfc: Set device name for reserved memory region devs fdec508 hp-wmi: Fix wifi cannot be hard-unblocked fb76628 dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING 1fe16ea sur40: fix occasional oopses on device close f8ad7cb sur40: lower poll interval to fix occasional FPS drops to ~56 FPS 8dbd7a3 Fix RC5 decoding with Fintek CIR chipset 33201bc vb2: core: Skip planes array verification if pb is NULL 1758459 videobuf2-v4l2: Verify planes array in buffer dequeueing 9e416fa media: dvb_ringbuffer: Add memory barriers ddc3519 media: usbtv: prevent access to free'd resources 43ef3b6 mfd: qcom_rpm: Parametrize also ack selector size 0f984405 mfd: qcom_rpm: Fix offset error for msm8660 695c69b intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate() e990e8b s390/cio: allow to reset channel measurement block 144941b KVM: nVMX: Fix memory corruption when using VMCS shadowing 6bd2820 KVM: VMX: handle PML full VMEXIT that occurs during event delivery b9ab0b3 KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault 4149006 KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE e1a90eb8 KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures be7acd2 arm64: mm: avoid fdt_check_header() before the FDT is fully mapped 6d894c3f arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368 4c3b381 pinctrl: cherryview: prevent concurrent access to GPIO controllers e5cf298 Bluetooth: hci_intel: Fix null gpio desc pointer dereference 0b3ff17 gpio: intel-mid: Remove potentially harmful code 4a27733 gpio: pca953x: Fix NBANK calculation for PCA9536 580b1bb tty/serial: atmel: fix RS485 half duplex with DMA 8af97d2 serial: samsung: Fix ERR pointer dereference on deferred probe 79b8ddb tty: serial: msm: Don't read off end of tx fifo ec2fdbe arm64: Fix incorrect per-cpu usage for boot CPU f4a6520 arm64: debug: unmask PSTATE.D earlier a5a0958 arm64: kernel: Save and restore UAO and addr_limit on exception entry 4077ef4 USB: usbfs: fix potential infoleak in devio 97917f4 usb: renesas_usbhs: fix NULL pointer dereference in xfer_work() 3ab02b3 USB: serial: option: add support for Telit LE910 PID 0x1206 558b4ad usb: dwc3: fix for the isoc transfer EP_BUSY flag 09796e2 usb: quirks: Add no-lpm quirk for Elan 0927c5f usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable() f1d7992 usb: f_fs: off by one bug in _ffs_func_bind() bbd7cf3 usb: gadget: avoid exposing kernel stack >From yocto-kernel-cache: 59290c5 uvesafb: provide option to specify timeout for task completion Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for v4.1.30 and fix config for new toolsCalifornia Sullivan2016-09-023-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 1300775 Merge branch 'standard/base' into standard/intel/base 0847ed6 Merge tag 'v4.1.30' into standard/base 558ba5f Linux 4.1.30 629d045 x86/quirks: Reintroduce scanning of secondary buses f2da7df x86/quirks: Apply nvidia_bugs quirk only on root bus 6264b57 Revert "MIPS: Reserve nosave data for hibernation" 84d0821 Revert "sparc64: Fix numa node distance initialization" 062e35b Merge branch 'standard/base' into standard/intel/base 053af7b Merge tag 'v4.1.29' into standard/base bd6d85d pps: do not crash when failed to register bea9acd radix-tree: fix radix_tree_iter_retry() for tagged iterators. 6831c98 libceph: apply new_state before new_up_client on incrementals 5210f97 libceph: set 'exists' flag for newly up osd 87076a0 ovl: verify upper dentry in ovl_remove_and_whiteout() 9524cc4 tty/vt/keyboard: fix OOB access in do_compute_shiftstate() e77df44 libata: LITE-ON CX1-JB256-HP needs lower max_sectors c30e87b mmc: block: fix packed command header endianness ce05d31 media: fix airspy usb probe error path 371ac20 vmlinux.lds: account for destructor sections fe071fb mm, compaction: prevent VM_BUG_ON when terminating freeing scanner ca0d868 mm, compaction: simplify handling restart position in free pages scanner 1602957 drm/i915: Update ifdeffery for mutex->owner 627ec70 ALSA: hda: add AMD Stoney PCI ID with proper driver caps 282f757 ALSA: hda - fix use-after-free after module unload f8e3078 posix_cpu_timer: Exit early when process has been reaped 47eec48 x86/quirks: Add early quirk to reset Apple AirPort card 59500c8 Merge branch 'standard/base' into standard/intel/base f6ab361 netfilter: x_tables: fix stable backport 2533406 net: mvneta: set real interrupt per packet for tx_done 43506e7 ALSA: pcm: Free chmap at PCM free callback, too 6b9d561 ALSA: ctl: Stop notification after disconnection fb10485 ALSA: hda/realtek - add new pin definition in alc225 pin quirk table 31534f8 ovl: Copy up underlying inode's ->i_mode to overlay inode cb75f65 ovl: handle ATTR_KILL* 97f2887 drm/ttm: Make ttm_bo_mem_compat available 07761df Input: xpad - validate USB endpoint count during probe 70aaf49 ARM: mvebu: fix HW I/O coherency related deadlocks 2686f12 netfilter: x_tables: speed up jump target validation c3ed55b Linux 4.1.29 74225a4 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compound page arrival" 62d7a45 powerpc: Fix build break due to missing PPC_FEATURE2_HTM_NOSC bda373b ecryptfs: don't allow mmap when the lower fs doesn't support it db86fac xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7 cd12064 xenbus: don't bail early from xenbus_dev_request_and_reply() f1e8b05 Revert "ecryptfs: forbid opening files without mmap handler" 9c9497d xenbus: don't BUG() on user mode induced condition f0d077d MIPS: Fix page table corruption on THP permission changes. ebccd6e ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup df3f23d qeth: delete napi struct when removing a qeth device 2c89e2e gpio: sch: Fix Oops on module load on Asus Eee PC 1201 1dd148a ALSA: timer: Fix negative queue usage by racy accesses 23c63b8 block: fix use-after-free in sys_ioprio_get() 7841100 x86/amd_nb: Fix boot crash on non-AMD systems 9a6bc7f ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift() 9e0303e ipr: Clear interrupt on croc/crocodile when running with LSI 029161e ALSA: echoaudio: Fix memory allocation 1f96a54 ALSA: hda - fix read before array start From yocto-kernel-cache: f7984d6 intel-quark.cfg: Explicitly disable CONFIG_64BIT d9f9dd9 common-pc-drivers.cfg: Remove I2O configs 4cfbd25 features: Fix dependencies and =m vs =y discrepancies for corei7 424e28e intel-core2-32.cfg: Explicitly disable CONFIG_64BIT b5c7db9 features: Add 6lowpan feature and add it where necessary 4e8a96a kernel-cache: add the computestick-preempt-rt config 3e7c4fb kver: bump to v4.1.30 f749da7 kernel-cache: enable CONFIG_STAGING for computestick 497e2eb features: usb-net: provide more coverage on USB network devices ec5b0c8 features: broxton: enable iTCO watchdog support f929668 features: broxton: enable iSMT support 9a8f7a9 features: broxton: enable LPC bridge function for Intel ICH and SCH 71dddd4 kver: bump to v4.1.29 Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for intel-quark fixCalifornia Sullivan2016-09-023-6/+6
| | | | | | | | | | | | | | From linux-yocto-4.4: cb96b51 vmstat: make vmstat_updater deferrable again and shut down on idle 7a99148 rcu: Make expedited RCU-sched grace period immediately detect idle From yocto-kernel-cache: 6988358 intel-quark.cfg: Explicitly disable CONFIG_64BIT Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Bump to 4.4.18 and update cache for tool changesCalifornia Sullivan2016-08-243-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: 286f04b drm/i915: Fix i915 merge with v4.4.16 f8050fe Merge branch 'standard/base' into standard/intel/base 0a0c93f Merge tag 'v4.4.18' into standard/base 630333d Merge branch 'standard/base' into standard/intel/base 7b4979e Merge tag 'v4.4.17' into standard/base e488427 Linux 4.4.18 eccccb4 mm: memcontrol: fix memcg id ref counter on swap charge move a0fddee mm: memcontrol: fix swap counter leak on swapout from offline cgroup 8627c77 mm: memcontrol: fix cgroup creation failure after many small jobs 3a22cf0 ext4: fix reference counting bug on block allocation error db82c74 ext4: short-cut orphan cleanup on error f8d4d52 ext4: validate s_reserved_gdt_blocks on mount 175f36c ext4: don't call ext4_should_journal_data() on the journal inode 5a7f477 ext4: fix deadlock during page writeback 9e38db2 ext4: check for extents that wrap around 08bb036 crypto: scatterwalk - Fix test in scatterwalk_done 148fbb9 crypto: gcm - Filter out async ghash if necessary 92f7133 fs/dcache.c: avoid soft-lockup in dput() b6e0a21 fuse: fix wrong assignment of ->flags in fuse_send_init() 9ca5f11 fuse: fuse_flush must check mapping->flags for errors 3d1c64d fuse: fsync() did not return IO errors 62659f0 sysv, ipc: fix security-layer leaking 9a95c0c block: fix use-after-free in seq file 3cde0e7 x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace 821d5e6 drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2) fb93281 x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 e270fdc x86/pat: Document the PAT initialization sequence 26b340e x86/xen, pat: Remove PAT table init code from Xen a23b299 x86/mtrr: Fix PAT init handling when MTRR is disabled 594055c x86/mtrr: Fix Xorg crashes in Qemu sessions 32c8542 x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() d50e8b1 x86/mm/pat: Add pat_disable() interface 8f5b821 x86/mm/pat: Add support of non-default PAT MSR setting 5c7d0f4 devpts: clean up interface to pty drivers 93f84c8 random: strengthen input validation for RNDADDTOENTCNT 6090bfb apparmor: fix ref count leak when profile sha1 hash is read 4cf8f0b Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL" cca36a7 KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace 0107ea0 arm: oabi compat: add missing access checks 66e5d7b cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind 3088903 i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR 979a61a x86/mm/32: Enable full randomization on i386 and X86_32 6e12424 HID: sony: do not bail out when the sixaxis refuses the output report d71d4ac PNP: Add Broadwell to Intel MCH size workaround 02170f4 PNP: Add Haswell-ULT to Intel MCH size workaround 5a6f9d0 scsi: ignore errors from scsi_dh_add_device() 694dfd0 ipath: Restrict use of the write() interface 9c946c9 tcp: consider recv buf for the initial window scale e23696b qed: Fix setting/clearing bit in completion bitmap fc9b7c0 net/irda: fix NULL pointer dereference on memory allocation failure 863c8bb net: bgmac: Fix infinite loop in bgmac_dma_tx_add() 0020fa5 bonding: set carrier off for devices created through netlink a9c2218 ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space 5413f1a tcp: enable per-socket rate limiting of all 'challenge acks' 72c2d3b tcp: make challenge acks less predictable 133cec9 Linux 4.4.17 8e510cd vfs: fix deadlock in file_remove_privs() on overlayfs 33f9cff intel_th: Fix a deadlock in modprobing c800964 intel_th: pci: Add Kaby Lake PCH-H support 703cfaf net: mvneta: set real interrupt per packet for tx_done 032951d libceph: apply new_state before new_up_client on incrementals 79cc80f libata: LITE-ON CX1-JB256-HP needs lower max_sectors 1b0b5ca i2c: mux: reg: wrong condition checked for of_address_to_resource return value 470f47f posix_cpu_timer: Exit early when process has been reaped d863bec media: fix airspy usb probe error path 8727178 ipr: Clear interrupt on croc/crocodile when running with LSI c4c2a8f SCSI: fix new bug in scsi_dev_info_list string matching b3a061d RDS: fix rds_tcp_init() error path d9e1886 can: fix oops caused by wrong rtnl dellink usage 8648445 can: fix handling of unmodifiable configuration options fix 1cee72e can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone access 63b9e0f can: at91_can: RX queue could get stuck at high bus load b4fedbe perf/x86: fix PEBS issues on Intel Atom/Core2 b82c789 ovl: handle ATTR_KILL* 34bf123 sched/fair: Fix effective_load() to consistently use smoothed load d29e5fa mmc: block: fix packed command header endianness 5161144 block: fix use-after-free in sys_ioprio_get() b782756 qeth: delete napi struct when removing a qeth device 69ca969 platform/chrome: cros_ec_dev - double fetch bug in ioctl 68f9903 clk: rockchip: initialize flags of clk_init_data in mmc-phase clock 9162d29 spi: sun4i: fix FIFO limit 873b6e3 spi: sunxi: fix transfer timeout df582d4 namespace: update event counter when umounting a deleted dentry 7d9f345 9p: use file_dentry() 26015f0 ext4: verify extent header depth ed5c955 ecryptfs: don't allow mmap when the lower fs doesn't support it ae159a0 Revert "ecryptfs: forbid opening files without mmap handler" a3bdfa7 locks: use file_inode() acbda59 power_supply: power_supply_read_temp only if use_cnt > 0 75d6026 cgroup: set css->id to -1 during init 8f808f1 pinctrl: imx: Do not treat a PIN without MUX register as an error 6701df3 pinctrl: single: Fix missing flush of posted write for a wakeirq ca34558 pvclock: Add CPU barriers to get correct version value aab045e Input: tsc200x - report proper input_dev name c2e5023 Input: xpad - validate USB endpoint count during probe 1dbdba6 Input: wacom_w8001 - w8001_MAX_LENGTH should be 13 526410b Input: xpad - fix oops when attaching an unknown Xbox One gamepad 4bc4767 Input: elantech - add more IC body types to the list 12a83f6 Input: vmmouse - remove port reservation 8fd58e0 ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt 3e6af33 ALSA: timer: Fix leak in events via snd_timer_user_ccallback 90bed82 ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS ee8b7ff xenbus: don't bail early from xenbus_dev_request_and_reply() d1e6344 xenbus: don't BUG() on user mode induced condition 66af423 xen/pciback: Fix conf_space read/write overlap check. 6bce4d0 ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) e0bc4e7 arc: unwind: warn only once if DW2_UNWIND is disabled dc20f32 kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w 78edebc pps: do not crash when failed to register f2e7c1f vmlinux.lds: account for destructor sections becdfa3 mm, meminit: ensure node is online before checking whether pages are uninitialised e534d92 mm, meminit: always return a valid node from early_pfn_to_nid 41a3b3c mm, compaction: prevent VM_BUG_ON when terminating freeing scanner d32978b fs/nilfs2: fix potential underflow in call to crc32_le 21e9f89 mm, compaction: abort free scanner if split fails 5b3114b mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask 6b373d5 dmaengine: at_xdmac: double FIFO flush needed to compute residue 5ce7333 dmaengine: at_xdmac: fix residue corruption 1b60fcd dmaengine: at_xdmac: align descriptors on 64 bits ba1eebc x86/quirks: Add early quirk to reset Apple AirPort card dd4eb74 x86/quirks: Reintroduce scanning of secondary buses bab5a36 x86/quirks: Apply nvidia_bugs quirk only on root bus 2053f7d USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails 17fc71c Merge branch 'standard/base' into standard/intel/base f5e2c49 Merge tag 'v4.4.16' into standard/base b05965f Linux 4.4.16 dbf72a4 ovl: verify upper dentry before unlink and rename 38da63e drm/i915: Revert DisplayPort fast link training feature 8fc8232 tmpfs: fix regression hang in fallocate undo 1d3255b tmpfs: don't undo fallocate past its last page d6317d7 crypto: qat - make qat_asym_algs.o depend on asn1 headers 32d1067 xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7 12f2f04 File names with trailing period or space need special case conversion 1422b6b cifs: dynamic allocation of ntlmssp blob 4ce7aa4 Fix reconnect to not defer smb3 session reconnect long after socket reconnect ddbe16b 53c700: fix BUG on untagged commands 333e71c s390: fix test_fp_ctl inline assembly contraints 273e129 scsi: fix race between simultaneous decrements of ->host_failed cf2a2c6 ovl: verify upper dentry in ovl_remove_and_whiteout() c12dada ovl: Copy up underlying inode's ->i_mode to overlay inode e9a2ce2 ARM: mvebu: fix HW I/O coherency related deadlocks e4ad472 ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys bec5862 ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13 0e6092c ALSA: hda: add AMD Stoney PCI ID with proper driver caps d5c1296 ALSA: hda - fix use-after-free after module unload f4ccc29 ALSA: ctl: Stop notification after disconnection 180cb74 ALSA: pcm: Free chmap at PCM free callback, too 248bfcb ALSA: hda/realtek - add new pin definition in alc225 pin quirk table db931e3 ALSA: hda - fix read before array start 6d9b337 ALSA: hda - Add PCI ID for Kabylake-H 3bfe8c5 ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup 547d982 ALSA: timer: Fix negative queue usage by racy accesses 02a49fd ALSA: echoaudio: Fix memory allocation 0287f63 ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift() 6ddd404 ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup 7b939db ALSA: hda - Fix the headset mic jack detection on Dell machine 5a2c82f ALSA: dummy: Fix a use-after-free at closing 3bb6a51 hwmon: (dell-smm) Cache fan_type() calls and change fan detection 9a3d983 hwmon: (dell-smm) Disallow fan_type() calls on broken machines 5c41821 hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by default 7d091e0 tty/vt/keyboard: fix OOB access in do_compute_shiftstate() 97c96c4 tty: vt: Fix soft lockup in fbcon cursor blink timer. 994b91f iio:ad7266: Fix probe deferral for vref aa68652 iio:ad7266: Fix support for optional regulators ad4dea6 iio:ad7266: Fix broken regulator error handling ebd052e iio: accel: kxsd9: fix the usage of spi_w8r8() 601818b staging: iio: accel: fix error check 784108d iio: hudmidity: hdc100x: fix incorrect shifting and scaling d2be6f6 iio: humidity: hdc100x: fix IIO_TEMP channel reporting f7ba3de iio: humidity: hdc100x: correct humidity integration time mask c00a498 iio: proximity: as3935: fix buffer stack trashing cd4a799 iio: proximity: as3935: remove triggered buffer processing 97eabb3 iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output c3aeba8 iio: light apds9960: Add the missing dev.parent 923f209 iio:st_pressure: fix sampling gains (bring inline with ABI) dda5d00 iio: Fix error handling in iio_trigger_attach_poll_func fe29254 xen/balloon: Fix declared-but-not-defined warning e73be16 perf/x86: Fix undefined shift on 32-bit kernels 5f9e970 memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing ed71c68 drm/vmwgfx: Fix error paths when mapping framebuffer 82c882c drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set e587d4e drm/vmwgfx: Check pin count before attempting to move a buffer b40c9ac drm/vmwgfx: Work around mode set failure in 2D VMs a216ed8 drm/vmwgfx: Add an option to change assumed FB bpp 6c42c30 drm/ttm: Make ttm_bo_mem_compat available c6a2cb3 drm: atmel-hlcdc: actually disable scaling when no scaling is required f956468 drm: make drm_atomic_set_mode_prop_for_crtc() more reliable ec00d4d drm: add missing drm_mode_set_crtcinfo call 86383e4 drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency edc185a drm/i915: Update ifdeffery for mutex->owner 3ea2a7e drm/i915: Refresh cached DP port register value on resume b17d254 drm/i915/ilk: Don't disable SSC source if it's in use 4b69c00 drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern 15dc6a4 drm/nouveau: fix for disabled fbdev emulation fbf9b54 drm/nouveau/fbcon: fix out-of-bounds memory accesses c8c3b35 drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers 921daff drm/nouveau/disp/sor/gf119: both links use the same training register 7233bb8 virtio_balloon: fix PFN format for virtio-1 b752a27 drm/dp/mst: Always clear proposed vcpi table for port. 83a6e52 drm/amdkfd: destroy dbgmgr in notifier release cf2e806 drm/amdkfd: unbind only existing processes ca8a32b ubi: Make recover_peb power cut aware 69eab50 drm/amdgpu/gfx7: fix broken condition check bc326bf drm/radeon: fix asic initialization for virtualized environments 13226e1 btrfs: account for non-CoW'd blocks in btrfs_abort_transaction 3bb1138 percpu: fix synchronization between synchronous map extension and chunk destruction c26ae53 percpu: fix synchronization between chunk->map_extend_work and chunk destruction 0da3127 af_unix: fix hard linked sockets on overlay c651707 vfs: add d_real_inode() helper cff5b23 arm64: Rework valid_user_regs de0f9fa ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg() 084ad7f drm/mgag200: Black screen fix for G200e rev 4 e205592 iommu/amd: Fix unity mapping initialization race 72803a7 iommu/vt-d: Enable QI on all IOMMUs before setting root entry c9566f6 iommu/arm-smmu: Wire up map_sg for arm-smmu-v3 c705db2 base: make module_create_drivers_dir race-free bc64a83 tracing: Handle NULL formats in hold_module_trace_bprintk_format() 2f839c9 HID: multitouch: enable palm rejection for Windows Precision Touchpad 300851f HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands 2d7a2ff HID: elo: kill not flush the work 44dd5ce KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode. 54f87e1 kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES 398051f KEYS: potential uninitialized variable fb4d339 ARCv2: LLSC: software backoff is NOT needed starting HS2.1c f06a5a0 ARCv2: Check for LL-SC livelock only if LLSC is enabled 9c458a86 ipv6: Fix mem leak in rt6i_pcpu 61f602d cdc_ncm: workaround for EM7455 "silent" data interface 2832302 net_sched: fix mirrored packets checksum 424848b packet: Use symmetric hash for PACKET_FANOUT_HASH. 43b1bfe sched/fair: Fix cfs_rq avg tracking underflow 1e1f4ff UBIFS: Implement ->migratepage() 4b1cb3c mm: Export migrate_page_move_mapping and migrate_page_copy 7ad2602 MIPS: KVM: Fix modular KVM under QEMU 490a71c ARM: 8579/1: mm: Fix definition of pmd_mknotpresent 54cf0dd ARM: 8578/1: mm: ensure pmd_present only checks the valid bit 91ac738 ARM: imx6ul: Fix Micrel PHY mask b5d4a79 NFS: Fix another OPEN_DOWNGRADE bug 44d86db make nfs_atomic_open() call d_drop() on all ->open_context() errors. 412cfee nfsd: check permissions when setting ACLs c3fa141 posix_acl: Add set_posix_acl f78ffdc nfsd: Extend the mutex holding region around in nfsd4_process_open2() 087f8fe nfsd: Always lock state exclusively. 58e9e70 nfsd4/rpc: move backchannel create logic into rpc code 400850b writeback: use higher precision calculation in domain_dirty_limits() a519bfe thermal: cpu_cooling: fix improper order during initialization f77ea5c uvc: Forward compat ioctls to their handlers directly 93f25db Revert "gpiolib: Split GPIO flags parsing and GPIO configuration" d9c5952 x86/amd_nb: Fix boot crash on non-AMD systems 66af3f6 kprobes/x86: Clear TF bit in fault on single-stepping f7acd40 x86, build: copy ldlinux.c32 to image.iso 71ef2c1 locking/static_key: Fix concurrent static_key_slow_inc() a39e660 locking/qspinlock: Fix spin_unlock_wait() some more c7f47e5 locking/ww_mutex: Report recursive ww_mutex locking early c5f2e83 of: irq: fix of_irq_get[_byname]() kernel-doc 6d58954 of: fix autoloading due to broken modalias with no 'compatible' a400a79 mnt: If fs_fully_visible fails call put_filesystem. 6256d2f mnt: Account for MS_RDONLY in fs_fully_visible 57eb6e3 mnt: fs_fully_visible test the proper mount for MNT_LOCKED 67799eb usb: common: otg-fsm: add license to usb-otg-fsm 7577b85 USB: EHCI: declare hostpc register as zero-length array 7b74d56 usb: dwc2: fix regression on big-endian PowerPC/ARM systems 5a35d2f powerpc/tm: Always reclaim in start_thread() for exec() class syscalls 044af1b powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added 3abd809 powerpc/pseries: Fix PCI config address for DDW 6bd26f4 powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism 75012a8 IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs abb24ac IB/cm: Fix a recently introduced locking bug 7bf5060 EDAC, sb_edac: Fix rank lookup on Broadwell 96d50ac mac80211: Fix mesh estab_plinks counting in STA removal case 43e319d mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL 7b90e04 mac80211: mesh: flush mesh paths unconditionally 9dcbb4d mac80211: fix fast_tx header alignment From yocto-kernel-cache: 6a12efc features: Fix dependencies and =m vs =y discrepancies for corei7 a4a1b81 intel-core2-32.cfg: Explicitly disable CONFIG_64BIT c2559fd kernel-cache: add the computestick-preempt-rt config dab902b features: Create mfd-intel-lpss feature and use where appropriate 4766069 features/iio: Set IIO_BUFFER_CB to =m instead of =y aa50285 features: Add 6lowpan feature and add it where necessary 917becb kver: bump to v4.4.18 b030d96 rt: remove () from patch names c8232a3 Enable BQ 25890 IC for broxton. 86bf91f 4.4: update to -rt19 patches Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update meta SRCREVs to disable legacy PTYSCalifornia Sullivan2016-08-053-4/+4
| | | | | | | | | From yocto-kernel-cache: 0d6de63 base: disable legacy PTYS Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for more mei backportsCalifornia Sullivan2016-08-053-6/+6
| | | | | | | | | | | | | | | | From linux-yocto-4.4: aec3e7e mei: replace 0 by mei_cl_mtu(cldev->cl) in bus.c 66c94cf mei: me: disable driver on SPT SPS firmware 23e7114 mei: amthif: fix deadlock in initialization during a reset From yocto-kernel-cache: 5df9a9f meta: iio.cfg: Enable more IIO sensors ac44093 base: disable legacy PTYS Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs to latestCalifornia Sullivan2016-07-283-6/+6
| | | | | | | | | | | | | | | | | From linux-yocto-4.1: 0530fc3 usb: mux: add module parameter to portmux-intel-drcfg 3d9aafb Merge branch 'standard/base' into standard/intel/base 44af900 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compound page arrival" 8e3ecb9 Merge branch 'standard/base' into standard/intel/base 99c37e1 i2c: ismt: Add Intel DNV PCI ID From yocto-kernel-cache: afbc6bd bsp/axxiaarm64: Enable Axxia NCR and PEI drivers Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for compilation fixes, mei and rpmb backportsCalifornia Sullivan2016-07-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: c25b14f drivers/mfd/pca9685-pwm.c: Update to reflect changes in patches from upstream 1afd6a6 i2c: ismt: Add Intel DNV PCI ID 4c57a77 configfs: implement binary attributes ad0a351 scsi: ufs: connect to RPMB subsystem a4acd97 mmc: block: register RPMB partition with the RPMB subsystem c8d7bfb tools rpmb: add RPBM access tool ba56b37 char: rpmb: add RPMB simulation device 1375ee1 char: rpmb: provide a user space interface 52164fb char: rpmb: add device attributes 349ae88 char: rpmb: add sysfs-class ABI documentation bafa3cf rpmb: add Replay Protected Memory Block (RPMB) subsystem 15c3b08 mei: drop unused file transaction states 92123d7 mei: amthif: drop mei_amthif_read 8652bbe mei: enqueue consecutive reads 9011a63 mei: add wrapper for queuing control commands. 7cf285c mei: use consistent naming for TX control flow credits bb51ab9 mei: rx flow control counter cb5268e mei: prepare read cb for fixed address clients on the receive path only. ff51a7c mei: drop redundant krealloc and checks in irq read 07abb03 mei: amthif: drop mei_clear_lists function a65e193 mei: add read callback on demand for fixed_address clients d8065ed mei: add file pointer to the host client structure 7bc83fb mei: move read cb to complete queue if not connected bd3a698 mei: fix return value on disconnection c1eee14 mei: drop read complete queue emptiness check 393f1c9 mei: hbm: add missing argument in the kdoc 84efdbb mei: recover after errors in runtime pm flow caa5172 mei: drop mei_io_cb_alloc_buf 94c757e mei: amthif: use mei_cl_alloc_cb for allocating cbs a3a08d3 mei: amthif: drop mei_amthif_send_cmd 0817545 mei: amthif: enable poll for async events 9f40914 mei: amthif: drop iamthif_current_cb 2898b44 mei: amthif: fix request cancel bae0579 mei: amthif: drop READ_COMPLETE state 55dcbb2 UPSTREAM: hwmon: pwm-fan: Use pwm_get_args() where appropriate 1cc461c UPSTREAM: pwm: Use pwm_get/set_xxx() helpers where appropriate 0bdd610 UPSTREAM: pwm: rcar: Make use of pwm_is_enabled() d914220 UPSTREAM: clk: pwm: Use pwm_get_args() where appropriate 4ea1713 UPSTREAM: backlight: lm3630a_bl: Stop messing with the pwm->period field 7433daa UPSTREAM: backlight: pwm_bl: Use pwm_get_args() where appropriate aec2ac6 UPSTREAM: backlight: pwm_bl: Remove useless call to pwm_set_period() ddf5ab1 UPSTREAM: backlight: pwm_bl: Free PWM requested by legacy API on error path d127cb2 UPSTREAM: backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms 66ad13c UPSTREAM: backlight: pwm_bl: Avoid backlight flicker when probed from DT From yocto-kernel-cache: d3cc76c printk.scc: don't include kernel-debug.scc 31177b8 mei: restructure fragments ff03241 features: mei: add support for storage proxy driver d1de1bc mousedev: fix warning err caused by __cpu_to_le16p() 4789b41 yocto-kernel-cache][PATCH] features: add new rpmb feature 6da48c0 lx-dialig: fix merge issues Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto*: remove mei from KERNEL_FEATURESSaul Wold2016-07-273-4/+0
| | | | | | | As it's already part of the intel-common-drivers in yocto-kernel-cache Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for v4.1.28 and more BXT/APL backportsCalifornia Sullivan2016-07-253-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 5c070dc Merge branch 'standard/base' into standard/intel/base 846e0a9 Merge tag 'v4.1.28' into standard/base 685c5d2 usb: core: hub: generate uevent for over current condition def9808e mfd: intel_vuport: use back property_set struct 5880876 Linux 4.1.28 723c17c MAINTAINERS: add maintainer entry for Intel USB dual role mux drivers 581950b usb: pci-quirks: add Intel USB drcfg mux device 9ab06b6 mfd: intel_vuport: Add Intel virtual USB port MFD Driver b27a6fe usb: mux: add driver for Intel drcfg controlled port mux 67d26c7 usb: mux: add driver for Intel gpio controlled port mux 491cd93 usb: mux: add generic code for dual role port mux a3e1d2a regulator: fixed: add support for ACPI interface 32e6744 extcon: usb-gpio: add support for ACPI gpio interface 1ad37a3 extcon: usb-gpio: add device binding for platform device 072a96c brcmfmac: Prevent re-tuning conflicting with 'wake-up' 3f102ee Merge branch 'standard/base' into standard/intel/base 73bd4dd pinctrl: make pinctrl_register() return proper error code 2d27d2e pinctrl: Remove .owner field d2b5c87 pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 7959e30 pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. 6021efc pinctrl: add imx7d support 2c68edc pinctrl: sirf: add sirf atlas7 pinctrl and gpio support 8616a86 pinctrl: Add Pistachio SoC pin control driver afd1bfa pinctrl: lpc18xx: add the missing group function map ea15f47 pinctrl: lpc18xx: create pin cap lookup helper 4291982 pinctrl: add lpc18xx pinctrl driver 116c75f tmpfs: fix regression hang in fallocate undo b7aa372 netfilter: x_tables: introduce and use xt_copy_counters_from_user af815d2 netfilter: x_tables: do compat validation via translate_table 2756b2a netfilter: x_tables: xt_compat_match_from_user doesn't need a retval 05e089b netfilter: ip6_tables: simplify translate_compat_table args cd76c8c netfilter: ip_tables: simplify translate_compat_table args 7bdf4f4 netfilter: arp_tables: simplify translate_compat_table args d97246b netfilter: x_tables: don't reject valid target size on some architectures a605e74 netfilter: x_tables: validate all offsets and sizes in a rule 451e440 netfilter: x_tables: check for bogus target offset 73bfda1 netfilter: x_tables: check standard target size too acbcf85 netfilter: x_tables: add compat version of xt_check_entry_offsets aae9191 netfilter: x_tables: assert minimum target size 801cd32 netfilter: x_tables: kill check_entry helper a471ac8 netfilter: x_tables: add and use xt_check_entry_offsets 8163327 netfilter: x_tables: validate targets of jumps cf75638 netfilter: x_tables: don't move to non-existent next rule 850c377 netfilter: x_tables: fix unconditional helper a1c49d8 netfilter: x_tables: make sure e->next_offset covers remaining blob size 780daa2 netfilter: x_tables: validate e->target_offset early 1a1f239 MIPS: Fix 64k page support for 32 bit kernels. 445ff22 sparc64: Fix return from trap window fill crashes. 6d3c937 sparc: Harden signal return frame checks. ea312fc sparc64: Take ctx_alloc_lock properly in hugetlb_setup(). a74b2f2 sparc/PCI: Fix for panic while enabling SR-IOV dc316fc sparc64: Fix sparc64_set_context stack handling. 25f7f80 sparc64: Fix numa node distance initialization 693b8dc sparc64: Fix bootup regressions on some Kconfig combinations. d2e4e89 sparc: Fix system call tracing register handling. daaaff2 tcp: record TLP and ER timer stats in v6 stats e2de678 sfc: on MC reset, clear PIO buffer linkage in TXQs 27b56c6 tuntap: correctly wake up process during uninit 8454d64 tipc: fix nametable publication field in nl compat e39cd93 netlink: Fix dump skb leak/double free 4995643 tipc: check nl sock before parsing nested attributes 186e7c3 xfs: print name of verifier if it fails 2612a94 pipe: limit the per-user amount of pages allocated in pipes e8ebd0c MIPS: Reserve nosave data for hibernation 664fcc1 serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios() 5ec75b7 tty: vt, return error when con_startup fails 87e0b57 KVM: x86: mask CPUID(0xD,0x1).EAX against host value 4b6986f usb: gadget: f_fs: Fix EFAULT generation for async read operations 616ffbf clk: qcom: msm8916: Fix crypto clock flags ec2744d Btrfs: don't use src fd for printk 545655e drm/radeon: fix PLL sharing on DCE6.1 (v2) a36c14b s390/mm: fix asce_bits handling with dynamic pagetable levels 90eb671 tcp: refresh skb timestamp at retransmit time b2b95b3 net: fix a kernel infoleak in x25 module 806d70c net: bridge: fix old ioctl unlocked net device walk 8817c1b VSOCK: do not disconnect socket when peer has shutdown SEND only 8bba162 net/mlx4_en: Fix endianness bug in IPV6 csum calculation 9a9390b net: fix infoleak in rtnetlink 5923f46 net: fix infoleak in llc 9a7e38d net: fec: only clear a queue's work bit if the queue was emptied 5305392 netem: Segment GSO packets on enqueue dfc58a0 sch_dsmark: update backlog as well 64e1762 sch_htb: update backlog as well 236094a net_sched: update hierarchical backlog too 11316d7 net_sched: introduce qdisc_replace() helper 7b64603 bpf: fix double-fdput in replace_map_fd_with_map_ptr() eeee948 net/mlx4_en: fix spurious timestamping callbacks 2c5ac2bfe ipv4/fib: don't warn when primary address is missing if in_dev is dead 303c69a openvswitch: use flow protocol when recalculating ipv6 checksums a2e388f atl2: Disable unimplemented scatter/gather feature a4e1611 bpf/verifier: reject invalid LD_ABS | BPF_DW instruction 5730fd5 net: sched: do not requeue a NULL skb 4b5223b packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface 80565d16 route: do not cache fib route info on local routes with oif 1ea4df4 decnet: Do not build routes to devices without decnet private data. 51319f4 ACPI / processor: Request native thermal interrupt handling via _OSC fd4453a iio: ak8975: fix maybe-uninitialized warning b55c212 batman-adv: Reduce refcnt of removed router when updating route eaa401a batman-adv: Fix broadcast/ogm queue limit on a removed interface f7ac631 batman-adv: Check skb size before using encapsulated ETH+VLAN header 7b1f624 mm: update min_free_kbytes from khugepaged after core initialization 93c4863 proc: prevent accessing /proc/<PID>/environ until it's ready d6c812a Input: zforce_ts - fix dual touch recognition b7c61d5 lpfc: fix misleading indentation 8859f16 clk: qcom: msm8960: Fix ce3_src register offset b1a774d clk: versatile: sp810: support reentrance 5356dee clk: qcom: msm8960: fix ce3_core clk enable register ea0b241 clk: rockchip: free memory in error cases when registering clock branches 9eb5295 nbd: ratelimit error msgs after socket close 7361f00 ipvs: drop first packet to redirect conntrack 98f4535 ipvs: correct initial offset of Call-ID header search in SIP persistence engine 7267c96 megaraid_sas: add missing curly braces in ioctl handler e28574a sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race 00c0a9f jme: Fix device PM wakeup API usage 781fff9 jme: Do not enable NIC WoL functions on S0 61116b2 ARM: OMAP3: Add cpuidle parameters table for omap3430 95297bf perf stat: Document --detailed option cedfda9 perf tools: handle spaces in file names obtained from /proc/pid/maps 7925f4f ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() 6e939f7 x86/mm/kmmio: Fix mmiotrace for hugepages 4385d1a drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors d8b7559 rtc: max77686: Properly handle regmap_irq_get_virq() error code 49d22c0 rtc: ds1685: passing bogus values to irq_restore 1d22cda rtc: vr41xx: Wire up alarm_irq_enable aa9d9e9 rtc: hym8563: fix invalid year calculation 2de5337 misc/bmp085: Enable building as a module a5e1649 fbdev: da8xx-fb: fix videomodes of lcd panels 2d7efc5 paride: make 'verbose' parameter an 'int' again 1cc5854 regulator: s5m8767: fix get_register() error handling 377e05c spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs 25c871c USB: usbip: fix potential out-of-bounds write cef12db cgroup: make sure a parent css isn't freed before its children 3398611 efi: Expose non-blocking set_variable() wrapper to efivars fad61c4 ASoC: ssm4567: Reset device before regcache_sync() 0cbc796 ASoC: s3c24xx: use const snd_soc_component_driver pointer 4478308 i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared be10971 drm/i915: Cleanup phys status page too 4e57736 pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs 3725741 xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND" e9f20ca Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay f49eb50 powerpc: Update TM user feature bits in scan_features() 0ee1b6d futex: Acknowledge a new waiter in counter before plist 17e8cd1 mac80211: fix txq queue related crashes 193517e mac80211: fix unnecessary frame drops in mesh fwding bd6b2f8 mac80211: fix ibss scan parameters 6c59578 mac80211: avoid excessive stack usage in sta_info f46752f [media] v4l: vsp1: Set the SRU CTRL0 register when starting the stream 80a3bf1 [media] coda: fix error path in case of missing pdata on non-DT platform 921aa6d pinctrl: nomadik: fix pull debug print inversion 8061833 ip6_tunnel: set rtnl_link_ops before calling register_netdevice 1d8ad31 ipv6: l2tp: fix a potential issue in l2tp_ip6_recv a9c5107 ipv4: l2tp: fix a potential issue in l2tp_ip_recv 5e6a091 rtnl: fix msg size calculation in if_nlmsg_size() b95228f ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates 95e4695 qmi_wwan: add "D-Link DWM-221 B1" device id a235977 xfrm: Fix crash observed during device unregistration and decryption fc74ace ppp: take reference on channels netns 263a20b ipv4: fix broadcast packets reception 6acfc65 bonding: fix bond_get_stats() 1fdc694 net: bcmgenet: fix dma api length mismatch bb9863e qlge: Fix receive packets drop. 827e507 ppp: ensure file->private_data can't be overridden 58bcdf4 ath9k: fix buffer overrun for ar9287 7b95465 farsync: fix off-by-one bug in fst_add_one c7c3a32 mlx4: add missing braces in verify_qp_parameters 8ca7bf0 net: Fix use after free in the recvmmsg exit path 86de827 ipv4: Don't do expensive useless work during inetdev destroy. 6862639 macvtap: always pass ethernet header in linear 5284ee1 qlcnic: Fix mailbox completion handling during spurious interrupt fa565f5 qlcnic: Remove unnecessary usage of atomic_t 5264332 sh_eth: fix RX buffer size alignment c5e6283 sh_eth: fix NULL pointer dereference in sh_eth_ring_format() 795f5dc packet: validate variable length ll headers 58ba5f6 ax25: add link layer header validation function 1df1649 net: validate variable length ll headers 58c92f1 packet: Allow packets with only a header (but no payload) 6def7a9 udp6: fix UDP/IPv6 encap resubmit path 900aa97 usbnet: cleanup after bind() in probe() cf852e9 cdc_ncm: toggle altsetting to force reset before setup af4f7a3 ipv6: re-enable fragment header matching in ipv6_find_hdr 4ded71d qmi_wwan: add Sierra Wireless EM74xx device ID fda740f mld, igmp: Fix reserved tailroom calculation 67eab32 sctp: lack the check for ports in sctp_v6_cmp_addr 8590142 net: qca_spi: clear IFF_TX_SKB_SHARING 830b50e net: qca_spi: Don't clear IFF_BROADCAST 2131abc net: jme: fix suspend/resume on JMC260 ea82b38 tunnel: Clear IPCB(skb)->opt before dst_link_failure called 3de6011 tcp: convert cached rtt from usec to jiffies when feeding initial rto d393b6c drm/radeon: add a dpm quirk for all R7 370 parts cd18a79 drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5 28a201e drm/udl: Use unlocked gem unreferencing da38a23 drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling 7e69c7b powerpc/mm: Fixup preempt underflow with huge pages 39bf564 mm: fix invalid node in alloc_migrate_target() b9f2aab ALSA: timer: Use mod_timer() for rearming the system timer fb7a806 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument bf15ba3 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated 4c06bf7 ALSA: pcm: Avoid "BUG:" string for warnings again cab6809 mtip32xx: Fix broken service thread handling 30dbed7 mtip32xx: Fix for rmmod crash when drive is in FTL rebuild c6aa8ba 8250: use callbacks to access UART_DLL/UART_DLM e4e503b HID: logitech: fix Dual Action gamepad support eae5f79 tpm: fix the cleanup of struct tpm_chip 03e046e ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_stream() call 00ef5df ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk() b5ba0d0 dm snapshot: disallow the COW and origin devices from being identical 8f82841 ASoC: samsung: pass DMA channels as pointers 85aa23b PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr() a1f678e locks: use file_inode() 2119a62 namespace: update event counter when umounting a deleted dentry 4a883b8 NFS: Fix another OPEN_DOWNGRADE bug 2bbd6a5 Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL" 49cacd2 arc: unwind: warn only once if DW2_UNWIND is disabled 7678c94 ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) 7421921 USB: don't free bandwidth_mutex too early 3f3d352 make nfs_atomic_open() call d_drop() on all ->open_context() errors. d4b0896 KVM: arm/arm64: Stop leaking vcpu pid references 848be47 powerpc/tm: Always reclaim in start_thread() for exec() class syscalls cc6fd72 fs/nilfs2: fix potential underflow in call to crc32_le 284f69f mm, compaction: abort free scanner if split fails 6838542 mm, compaction: skip compound pages by order in free scanner c5ad331 mm/swap.c: flush lru pvecs on compound page arrival c5bcec6 tmpfs: don't undo fallocate past its last page 7f3724b USB: EHCI: declare hostpc register as zero-length array 655d8d1 File names with trailing period or space need special case conversion e20c888 Fix reconnect to not defer smb3 session reconnect long after socket reconnect eba391c pnfs_nfs: fix _cancel_empty_pagelist 691c507 nfs: avoid race that crashes nfs_init_commit 94d06a4 pNFS: Tighten up locking around DS commit buckets 1ff20a5 ALSA: dummy: Fix a use-after-free at closing 9bbe4e5 ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup 65f6fab ALSA: hda - remove one pin from ALC292_STANDARD_PINS f67b692 HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands 32dc059 cifs: dynamic allocation of ntlmssp blob 60243e6 Input: vmmouse - remove port reservation 6a2f158 drm/nouveau: fix for disabled fbdev emulation 97e2a92 Input: elantech - add more IC body types to the list 37d925d Input: wacom_w8001 - w8001_MAX_LENGTH should be 13 90a12c5 xen/pciback: Fix conf_space read/write overlap check. 760102c can: fix oops caused by wrong rtnl dellink usage 488ba7c can: fix handling of unmodifiable configuration options fix f3d1ae6 UBIFS: Implement ->migratepage() a13b0f0 mm: Export migrate_page_move_mapping and migrate_page_copy 5952333 ubi: Make recover_peb power cut aware 0e16f4f pinctrl: single: Fix missing flush of posted write for a wakeirq 65c68fd pinctrl: imx: Do not treat a PIN without MUX register as an error 32bab07 arm64: mm: remove page_mapping check in __sync_icache_dcache 7801645 drm: atmel-hlcdc: actually disable scaling when no scaling is required 335f166 tracing: Handle NULL formats in hold_module_trace_bprintk_format() 1105110 can: at91_can: RX queue could get stuck at high bus load 293745b can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone access 0764832 IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs efe098c btrfs: account for non-CoW'd blocks in btrfs_abort_transaction 0b1ca75 ALSA: hdac_regmap - fix the register access for runtime PM ec3e732 ALSA: hda - Fix possible race on regmap bypass flip c262505 KEYS: potential uninitialized variable 0356b95 cgroup: set css->id to -1 during init 4c9b106 memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing 3165159 kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES aec2ddb base: make module_create_drivers_dir race-free c2edadb nfsd4/rpc: move backchannel create logic into rpc code 040ad2a drm/dp/mst: Always clear proposed vcpi table for port. 5a6c735 drm/i915/ilk: Don't disable SSC source if it's in use 260c505 power_supply: power_supply_read_temp only if use_cnt > 0 9f67dcf kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w c5ffc99 kprobes/x86: Clear TF bit in fault on single-stepping 01c93ba spi: sunxi: fix transfer timeout fcc5d26 spi: sun4i: fix FIFO limit d1c7fc1 MIPS: KVM: Fix modular KVM under QEMU 505291a usb: common: otg-fsm: add license to usb-otg-fsm d7afed7 drm/radeon: fix asic initialization for virtualized environments 7ac3a70 ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg() 4a088cb crypto: ux500 - memmove the right size 9341331 crypto: vmx - Increase priority of aes-cbc cipher 515f303 ARM: 8579/1: mm: Fix definition of pmd_mknotpresent 017864e ARM: 8578/1: mm: ensure pmd_present only checks the valid bit bcef1c8 scsi: fix race between simultaneous decrements of ->host_failed e342d57 usb: host: ehci-tegra: Grab the correct UTMI pads reset 5cf1329 usb: musb: Stop bulk endpoint while queue is rotated ffb84c1 usb: musb: Ensure rx reinit occurs for shared_fifo endpoints 95cb83b USB: xhci: Add broken streams quirk for Frescologic device id 1009 378cd9e usb: quirks: Add no-lpm quirk for Acer C120 LED Projector 7d2831a usb: quirks: Fix sorting 0c3f25d usb: xhci-plat: properly handle probe deferral for devm_clk_get() e78c8a5 xhci: Fix handling timeouted commands on hosts in weird states. b71d179 HID: elo: kill not flush the work 1aaee5d usb: gadget: fix spinlock dead lock in gadgetfs a56c72f usb: dwc3: exynos: Fix deferred probing storm. 01a129f clk: rockchip: initialize flags of clk_init_data in mmc-phase clock 039f597 dmaengine: at_xdmac: double FIFO flush needed to compute residue 6d8fde7 dmaengine: at_xdmac: fix residue corruption c6ec15d dmaengine: at_xdmac: align descriptors on 64 bits 6ef3045 cgroup: remove redundant cleanup in css_create 62f7175 percpu: fix synchronization between synchronous map extension and chunk destruction d273823 percpu: fix synchronization between chunk->map_extend_work and chunk destruction 272d474 af_unix: Fix splice-bind deadlock From yocto-kernel-cache: 6a2047c common-pc: enforce 32 bit 98729af kver: bump to v4.1.28 Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for v4.4.15 and more Broxton backportsCalifornia Sullivan2016-07-253-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: 3e103c7 UPSTREAM: usb: Add USB 3.1 Precision time measurement capability descriptor support 0e855b7 UPSTREAM: usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor 8161122 UPSTREAM: usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices 5e76ce1 UPSTREAM: usb: dwc3: Update register fields for SuperSpeedPlus dbbd68e UPSTREAM: usb: dwc3: DWC_usb31 controller check cd40027 FROMLIST: usb: dwc3: pci: add Power Management dummy hooks 7a92f2e UPSTREAM: usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks() 8642e5d UPSTREAM: usb: dwc3: pci: make build-in device properties available f9d6b3e FROMLIST: usb: dwc3: implement runtime PM 492cf5b FROMLIST: usb: dwc3: gadget: fix for possible endpoint disable race 090394e FROMLIST: usb: dwc3: fix for the isoc transfer EP_BUSY flag 9edaac5 FROMLIST: usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED a357afc FROMLIST: usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadget 31d809d FROMLIST: usb: dwc3: core: simplify suspend/resume operations f5c64e4 FROMLIST: usb: dwc3: core: re-factor init and exit paths 3500d19 FROMLIST: usb: dwc3: core: move fladj to dwc3 structure 9f7f6fb FROMLIST: usb: dwc3: gadget: add a pointer to endpoint registers 57f4dec FROMLIST: usb: dwc3: gadget: pass dep as argument to endpoint command 0badd7a FROMLIST: usb: dwc3: gadget: initialize NUMP based on RxFIFO Size 79b684b FROMLIST: usb: dwc3: gadget: split __dwc3_gadget_kick_transfer() f1ad16b FROMLIST: usb: dwc3: gadget: return 0 if we try to Wakeup in superspeed e7dd3ed FROMLIST: usb: dwc3: gadget: remove udelay(1) when sending ep cmds 4b4a2e4 FROMLIST: usb: dwc3: gadget: rely on sg_is_last() and list_is_last() acebd2f FROMLIST: usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() 0cfd9c1 FROMLIST: usb: dwc3: gadget: prepare TRBs on update transfers too eeba47f FROMLIST: usb: dwc3: core: get rid of DWC3_PM_OPS macro 8ee371b FROMLIST: usb: dwc3: gadget: fix gadget suspend/resume 5b8d01f FROMLIST: usb: dwc3: gadget: re-factor ->udc_start and ->udc_stop 072d9be UPSTREAM: usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command 97a6d80 UPSTREAM: usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP() 9577ba4 UPSTREAM: usb: dwc3: gadget: disable automatic calculation of ACK TP NUMP 055a1f4 UPSTREAM: usb: dwc3: gadget: update DCFG.NumP to max burst size f664ffc UPSTREAM: usb: dwc3: gadget: give better command return code 449b24c UPSTREAM: usb: dwc3: core: add helper to extract trb type 3d0bb7e UPSTREAM: usb: dwc3: core: add fifo space helper 172d5f6 UPSTREAM: usb: dwc3: make dwc3_debugfs_init return value be void b26ade5 UPSTREAM: usb: dwc3: gadget: don't interrupt when chained a075476 UPSTREAM: usb: dwc3: gadget: remove newline from trace 3b278a4 UPSTREAM: usb: dwc3: gadget: use link TRB for all endpoint types 1beb4f9 UPSTREAM: usb: dwc3: gadget: move % operation to increment helpers 4ac0f3e UPSTREAM: usb: dwc3: gadget: add trb enqueue/dequeue helpers 005b9c9 UPSTREAM: usb: dwc3: get rid of DWC3_TRB_MASK f53be5d UPSTREAM: usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8 3339fb0 UPSTREAM: usb: dwc3: core: document struct dwc3_request dc0462f UPSTREAM: usb: dwc3: increase maximum number of TRBs per endpoint b115d90 UPSTREAM: usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue 19b62b9 UPSTREAM: usb: dwc3: add disable receiver detection in P3 quirk caea690 UPSTREAM: usb: dwc3: gadget: put link to U0 before Start Transfer c5364ba UPSTREAM: usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup() dd3b427 UPSTREAM: usb: dwc3: gadget: clear SUSPHY bit before ep cmds d144c75 UPSTREAM: usb: dwc3: gadget: combine return points into a single one 7fdb48e UPSTREAM: usb: dwc3: gadget: pass ev_buff as cookie to irq handler 472b6ed UPSTREAM: usb: dwc3: drop ev_buffs array a9876bc UPSTREAM: usb: dwc3: remove num_event_buffers b9c2edc UPSTREAM: usb: dwc3: better name for our request management lists 870da40 UPSTREAM: usb: dwc3: core: fix PHY handling during suspend 0805b2c UPSTREAM: usb: dwc3: gadget: fix endpoint renaming 99113ab UPSTREAM: usb: dwc3: gadget: release spin lock during gadget resume cd057ec UPSTREAM: usb: dwc3: core: improve reset sequence 0f377fd UPSTREAM: usb: dwc3: Validate the maximum_speed parameter e0048b8 UPSTREAM: usb: dwc3: Update maximum_speed for SuperSpeedPlus e7ccf64 UPSTREAM: usb: dwc3: core: purge dev_dbg() calls 72e62e9 UPSTREAM: usb: dwc3: Enable SuperSpeedPlus 64f774b UPSTREAM: usb: dwc3: Update speed checks for SuperSpeedPlus 9ce8069 UPSTREAM: usb: dwc3: gadget: pass a condition to dev_WARN_ONCE() 33d563d UPSTREAM: usb: dwc3: gadget: purge dev_dbg() calls fde30f5 UPSTREAM: usb: dwc3: gadget: always enable CSP 37a37e6 UPSTREAM: usb: dwc3: drop FIFO resizing logic 2662610 UPSTREAM: usb: dwc3: gadget: Fix suspend/resume during device mode af8c862 Merge branch 'standard/base' into standard/intel/base ddab242 mei: drop wr_msg from the mei_dev structure ef8b924 Merge branch 'standard/base' into standard/intel/base 26e282c lx-dialig: fix merge issues b730c4b Merge branch 'standard/base' into standard/intel/base 1238684 Merge tag 'v4.4.15' into standard/base 5c79c37 acpi: add support for loading SSDTs via configfs 394fb7e acpi: add support for configfs 792fcfb efi: load SSTDs from EFI variables 8fe9144 i2c: acpi: add the delta from upstream patch a6adfa6 Documentation: acpi: add SSDT overlays documentation 7e6a567 efi: Merge boolean flag arguments 20f4e2b mm: Export nr_swap_pages 35467dc Linux 4.4.15 36fc1c1 usb: dwc3: exynos: Fix deferred probing storm. 89c18f1 usb: host: ehci-tegra: Grab the correct UTMI pads reset e845e8b usb: gadget: fix spinlock dead lock in gadgetfs 30f0761 USB: mos7720: delete parport a20257e xhci: Fix handling timeouted commands on hosts in weird states. 4582ddf USB: xhci: Add broken streams quirk for Frescologic device id 1009 c5b3227 usb: xhci-plat: properly handle probe deferral for devm_clk_get() e424caf xhci: Cleanup only when releasing primary hcd faa1dbb usb: musb: host: correct cppi dma channel for isoch transfer a8f7a6d usb: musb: Ensure rx reinit occurs for shared_fifo endpoints a2cf342 usb: musb: Stop bulk endpoint while queue is rotated 089a2d8 usb: musb: only restore devctl when session was set in backup 4fe6d4b usb: quirks: Add no-lpm quirk for Acer C120 LED Projector c56eeff usb: quirks: Fix sorting b66baf4 USB: uas: Fix slave queue_depth not being set ce1abd2 crypto: user - re-add size check for CRYPTO_MSG_GETALG 5ae6887 crypto: ux500 - memmove the right size f6d06f1 crypto: vmx - Increase priority of aes-cbc cipher eda8951 AX.25: Close socket connection on session completion b30cc5b bpf: try harder on clones when writing into skb 999e0d1 net: alx: Work around the DMA RX overflow issue 779fb60 net: macb: fix default configuration for GMAC on AT91 f4de1e7 neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit() 11bef14 bpf, perf: delay release of BPF prog after grace period 348a1cd sock_diag: do not broadcast raw socket destruction 688feac Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address d059160 ipmr/ip6mr: Initialize the last assert time of mfc entries. 6fb6914 netem: fix a use after free da7da39 esp: Fix ESN generation under UDP encapsulation 9d6814d sit: correct IP protocol used in ipip6_err 36292ca net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG 95e727a net_sched: fix pfifo_head_drop behavior vs backlog From yocto-kernel-cache: 8c6158e kver: bump to v4.4.15 5bfcf79 gpio: Enable Intel PMIC gpio ff42314 common-pc: enforce 32 bit Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for v4.1.27 and Broxton fixesCalifornia Sullivan2016-07-143-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 47821fe Merge branch 'standard/base' into standard/intel/base 15cf090 Merge tag 'v4.1.27' into standard/base 95123c0 Linux 4.1.27 7cf9f23 uvc: Forward compat ioctls to their handlers directly ca1950c ecryptfs: forbid opening files without mmap handler c96e6bf proc: prevent stacking filesystems on top e90b6fd wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel 8921c30 gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings 7967953 gpiolib: Fix NULL pointer deference 7296467 fix d_walk()/non-delayed __d_free() race 1dbd163 cpufreq: intel_pstate: Fix ->set_policy() interface for no_turbo d6126a7 of: fix autoloading due to broken modalias with no 'compatible' 7c630ac powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added f046145 x86, build: copy ldlinux.c32 to image.iso 02813a3 ALSA: hda/realtek: Add T560 docking unit fixup f530dd0 mnt: fs_fully_visible test the proper mount for MNT_LOCKED fced2a8 mnt: If fs_fully_visible fails call put_filesystem. eb1eba6 parisc: Fix pagefault crash in unaligned __get_user() call 7c8f7a2 of: irq: fix of_irq_get[_byname]() kernel-doc 3821aa3 EDAC, sb_edac: Fix rank lookup on Broadwell f518d7a ALSA: hda - Fix headset mic detection problem for Dell machine 5ec6f21 locking/ww_mutex: Report recursive ww_mutex locking early c0410f1 irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask 839c266 KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS f9301f9 KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi 5642859 ARM: fix PTRACE_SETVFPREGS on SMP systems 34e6c73 drm/nouveau/fbcon: fix out-of-bounds memory accesses 063c66c drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers 3d69d14 drm/nouveau/gr: document mp error 0x10 1c4732b thermal: cpu_cooling: fix improper order during initialization f5a826a thermal/cpu_cooling: rename cpufreq_val as clipped_freq 3327b0c powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call fbcda46 scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist 2b8944f mac80211: mesh: flush mesh paths unconditionally 6e19f72 mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL dd254ba powerpc: Use privileged SPR number for MMCR2 d58d489 powerpc: Fix definition of SIAR and SDAR registers 466a158 pinctrl: mediatek: fix dual-edge code defect 3de5aac ALSA: hda/realtek - ALC256 speaker noise issue f98a3fe powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge b182f70 crypto: ccp - Fix AES XTS error for request sizes above 4096 8cdfb73 scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands 4dbfb8b crypto: public_key: select CRYPTO_AKCIPHER From yocto-kernel-cache: cab4fec features/thermal: make INTEL_POWERCLAMP driver built as module 672a86b kver: bump to v4.1.27 Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for v4.4.14 and drm forkliftCalifornia Sullivan2016-07-143-9/+9
| | | | | | | | | | This update brings in the i915 driver from the Linux 4.7 kernel, as well as the v4.4.14 stable update. With well over a thousand patches between the two SRCREVs, we can't provide a full log of the new patches applied to the kernel without clogging git log. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for better Apollo Lake supportCalifornia Sullivan2016-07-073-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 0abef8c x86: Fix Apollo Lake Watchdog address in PMC driver f8571ea Merge branch 'standard/base' into standard/intel/base 75d56a1 device property: Avoid potential dereferences of invalid pointers 2700b65 device property: convert to use match_string() helper fef2c68 lib/string: introduce match_string() helper 3ce862d device property: fix for a case of use-after-free cdb0343 device property: fwnode->secondary may contain ERR_PTR(-ENODEV) 24bd70f xhci: harden xhci_find_next_ext_cap against device removal 3e54ee9 xhci: rework xhci extended capability list parsing functions 038f1ab xhci: parse xhci protocol speed ID list for usb 3.1 usage b53d7c6 Merge branch 'standard/base' into standard/intel/base 18a2d70 extcon: Redefine the unique id of supported external connectors without 'enum extcon' type 0ded526 extcon: Remove optional print_name() function pointer of extcon_dev a181fb1 extcon: Update the prototype of extcon_register_notifier() with enum extcon 4cce716 extcon: Use capital letter for the name of external connectors 1079fdb extcon: Use the unique id for external connector instead of string 425f259 extcon: Remove the optional name of extcon device e371084 extcon: adc-jack: Remove the unneeded num_cables field 79663c6 extcon: Alter MHL-TA cable name to TA cable name f2c1e58 extcon: Unify the dock device names on max8997/77693 349e77e extcon: Unify the jig cable names on rt8973 and max14577/77693/77843 035ddfe extcon: Fix the checkpatch warning and minor coding style issue 7611d1c extcon: Add extcon_get_edev_name() API to get the extcon device name 8833fdc extcon: Modify the device name as extcon[X] for sysfs f3a7d2b extcon: Add manufactor name of each extcon device f4b51de mmc: core: Add functions for SDIO to hold re-tuning cb4d597 scsi_lib: add extended information to MEDIA_CHANGE 3ce85da libata: enable atapi_an by default e30fdb9 EDAC: pnd2_edac: Add new EDAC driver for Intel SoC platforms 1bf50d4 mfd: lpc_ich: Add support for Intel Apollo Lake SoC d7f8df6 mfd: lpc_ich: Add support for SPI serial flash host controller 9331cca spi-nor: Add support for Intel SPI serial flash controller 47389b7 Merge branch 'standard/base' into standard/intel/base 6ea8af4 mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI) 3a5603c x86: Add missing Makefile entry so Sideband driver actually builds 446a452 PCI: Add runtime PM support for PCIe ports f99bb2a ACPI / hotplug / PCI: Runtime resume bridge before rescan 3dfb410 PCI: Power on bridges before scanning new devices 68a139f PCI: Put PCIe ports into D3 during suspend 5b227a3 PCI / PM: Tune down retryable runtime suspend error messages f13548f platform:x86 Remove Monitor MWAIT feature dependency 03716fc PCI: Don't clear d3cold_allowed for PCIe ports From yocto-kernel-cache: 48837d8 mei.cfg: mei driver is no longer in staging 48a3d45 fsl-ls10xx: add kernel meta scc/cfg data 0845ec7 mei.cfg: Add CONFIG_INTEL_MEI_TXE=m 886dacb features/thermal: enable Intel powerclamp driver b0e1c17 firmware: remove invalid +CONFIG* Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for more Broxton fixes and featuresCalifornia Sullivan2016-07-073-6/+6
| | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: c49ed01 Merge branch 'standard/base' into standard/intel/base 0e30a74 cpumask: Export cpumask_any_but() c2c0034 Merge branch 'standard/base' into standard/intel/base 26d9c4e x86 tsc: enumerate BXT tsc_khz via CPUID c8237a6 x86 tsc: enumerate SKL cpu_khz and tsc_khz via CPUID From yocto-kernel-cache: 01ac19e mei.cfg: mei driver is no longer in staging 614e45f bsp/intel-common: add keyboard-gpio to intel-common-drivers 612332b features/thermal: Enable Intel PMIC thermal feature ef96a88 broxton: Enable USB Type C feature for broxton 4ebb8be mei.cfg: Add CONFIG_INTEL_MEI_TXE=m 6f6ffd0 features/thermal: enable Intel powerclamp driver 8ee5212 broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of CONFIG_GPIO_GENERIC Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs for lots of BXT/APL backportsCalifornia Sullivan2016-06-283-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 248ceac x86: Suppress compile time warnings in pinctrl-broxton 0a4ccb2 x86: Add platform:apl_gpio alias to pinctrl-broxton 68798df x86: Rework Apollo Lake GPIO pinctrl non-ACPI mode driver e1cd138 x86: Prepare to split lpc-ich driver 63f0709 x86: Move Watchdog loader for Apollo Lake 0a89f91 watchdog: iTCO-wdt handle 5th variation 9a82391 x86: Sideband Interface driver for Apollo Lake 373df7e Convert lpc_ich_init_wdt to use a switch-case 0fb3e1a pinctrl: intel: use 'bool' state for PINCTRL_APL_DEVICE in Kconfig 8c40740 pinctrl-broxton: enable platform device in the absent of ACPI enumeration f85bd37 serial: 8250_dma: stop ongoing RX DMA on exception 661b019 x86 tsc: enumerate BXT tsc_khz via CPUID 78be69f x86 tsc: enumerate SKL cpu_khz and tsc_khz via CPUID 8c782c0 Merge branch 'standard/base' into standard/intel/base 9f166e9 platform:x86 decouple telemetry driver from the optional IPC resources 69970e7 Merge branch 'standard/base' into standard/intel/base adfc21c tpm: update PPI documentation to address the location change. 9195020 cpufreq: intel_p_state: core_get_turbo_ratio_limit() can be static e0d453f cpufreq: intel_p_state: Fix limiting turbo sub states 23b49338 cpufreq: intel_p_state: Fix P1 and below as guaranteed performance 4b9fdfa intel_pstate: add support for BXT-P c7e085d Merge branch 'standard/base' into standard/intel/base fb01533 intel_pstate: Add SKY-S support 7eb5c7e intel_pstate: enable HWP per CPU d73ee41 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> f447e3d intel_pstate: Force setting target pstate when required 7db69b8 intel_pstate: change some inconsistent debug information 367ff9c intel_pstate: Add tsc collection and keep previous target pstate 57ceb50 Merge branch 'standard/base' into standard/intel/base 841a1de btrfs: fix crash/invalid memory access on fsync when using overlayfs ee32fc3 fs: add file_dentry() 1655f89 x86 tsc_msr: Remove irqoff around MSR-based TSC enumeration 8c23259 x86 tsc_msr: Add Airmont reference clock values b51a42f x86 tsc_msr: Correct Silvermont reference clock values 58044b1 x86 tsc_msr: Update comments, expand definitions f522e99 x86 tsc_msr: Remove debugging messages f717a10 x86 tsc_msr: Identify Intel-specific code 5cf0c81 mmc: block: Pause re-tuning while switched to the RPMB partition 7c5240e mmc: block: Always switch back to main area after RPMB access 8e48678 mmc: core: Add a facility to "pause" re-tuning 0cb182b mmc: block: Add new ioctl to send multi commands f8b71e0 cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle state 382af05 cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.c ab341bc cpuidle: Select a different state on tick_broadcast_enter() failures ffb4b6a sched / idle: Call default_idle_call() from cpuidle_enter_state() 5702cb5 sched / idle: Call idle_set_state() from cpuidle_enter_state() 3373083 cpuidle: Fix the kerneldoc comment for cpuidle_enter_state() 29e3ae0 sched / idle: Eliminate the "reflect" check from cpuidle_idle_call() 9b054cd cpuidle: Check the sign of index in cpuidle_reflect() 9dfc37a sched / idle: Move the default idle call code to a separate function 09cb794 powercap / RAPL: Add support for Broadwell-H f0d2388 module: add extra argument for parse_params() callback ef2011a Driver core: wakeup the parent device before trying probe e520871 base:dd - Fix for typo in comment to function driver_deferred_probe_trigger(). 507caca driver-core: fix build for !CONFIG_MODULES 83cf090 driver-core: make __device_attach() static 2afb8e2 driver-core: enable drivers to opt-out of async probe e1920b1 driver-core: add driver module asynchronous probe support 9ff0b28 driver-core: add asynchronous probing support for drivers a4fb3c3 ACPI / PM: Attach ACPI power domain only once 9945883 spi: pxa2xx: Fix too early chipselect deassert af65fdd spi: pxa2xx: Update comment in int_transfer_complete() 9bf395a spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages b2b3a59 spi: atmel: remove warning when !CONFIG_PM_SLEEP a4801b7 spi: fix kernel-doc warnings in spi.h 2e198407 spi: expose spi_master and spi_device statistics via sysfs 85a5731 spi: meson: Fix module autoload for OF platform driver e080956 spi: bcm2835: BUG: fix wrong use of PAGE_MASK 4d540a2 spi: bcm2835: fix overflow in calculation of transfer time 0a51233 spi: bcm2835: bcm2835_dma_release() can be static 6d06cf5 spi: bcm2835: fix kbuild compile warnings/errors and a typo 014b48c spi: bcm2835: enable dma modes for transfers meeting certain conditions 5658c6f spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffies 64cde4b spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for it 107d1ae mfd: intel-lpss: Save register context on suspend 85768a1 mfd: intel-lpss: Pass I2C configuration via properties on BXT c2a12bf perf/x86: Fix time_shift in perf_event_mmap_page c9eb7c9 perf/x86: Improve accuracy of perf/sched clock 7184940 ALSA: hda - Move send_cmd / get_response to hdac_bus_ops 341b3fb ALSA: hda - Merge codec and controller helpers 7966eac ALSA: hda - moved alloc/free stream pages function to controller library 9bd26a5 ALSA: hda - Add DSP loader to core library code d463d1e ALSA: hda - Add the controller helper codes to hda-core module 5542fed ALSA: hda - Handle error from get_response bus ops directly 5071699 Revert "ALSA: hda - fix number of devices query on hotplug" e634eec watchdog: omap_wdt: fix null pointer dereference 79dcc6d Watchdog: Fix parent of watchdog_devices 94a2e8f watchdog: st_wdt: Update IP layout information to include Clocksource 3a74938 watchdog: st_wdt: Add new driver for ST's LPC Watchdog fb6b94f watchdog: digicolor: driver for Conexant Digicolor CX92755 SoC 22fb7b1 watchdog: omap_wdt: early_enable module parameter aa70c24 watchdog: omap_wdt: implement get_timeleft 47b7a1a watchdog: docs: omap_wdt also understands nowayout 9d833b8 watchdog: omap: put struct watchdog_device into driver data 87ded71 watchdog: omap: use watchdog_init_timeout instead of open coding it abccc10 watchdog: da9062: DA9062 watchdog driver 95f8b10 pinctrl: intel: fix offset calculation issue of register PAD_OWN 8e66064 pinctrl: intel: fix bug of register offset calculation 2423468 MAINTAINERS: add new maintainer for TPM DEVICE DRIVER cf94113f sysfs: added __compat_only_sysfs_link_entry_to_kobj() cdb63d5 tpm: fix missing migratable flag in sealing functionality for TPM2 95f738f keys, trusted: seal/unseal with TPM 2.0 chips 92eb905 tpm: seal/unseal for TPM 2.0 d9c7bb8 keys, trusted: move struct trusted_key_options to trusted-type.h a3b394e tpm: introduce tpm_buf bd68d3a tpm: move the PPI attributes to character device directory. 54fb016 tpm, tpm_crb: fix unaligned read of the command buffer address 0ab522f powercap / RAPL: disable the 2nd power limit properly From yocto-kernel-cache: e978d15 broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of CONFIG_GPIO_GENERIC 51216d7 cfg/boot-live: Use vfat feature a2c2fae cfg/usb-mass-storage: Use vfat feature 6b85bf8 cfg/fs/vfat: Enable NLS defaults 20edcbf bsp/intel-corei7-64: Add intel-telemetry feature 79a90ce features: add intel-telemetry feature 48dd2f1 bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPs 55fedf9 features: add broxton soc feature 12c7672 baytrail; valleyisland: Use designware-usb3 feature instead of config e58c9bf features/usb: Add usb-designware2 and 3 features 432f75a cfg/sound.cfg: Add USB audio support 8e5bc4d features/i915: Add CONFIG_KMS_FB_HELPER=y 95dfcc1 intel_pwm: refactor and use the feature fragment Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for latest features and BXT backportsCalifornia Sullivan2016-06-283-6/+6
| | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: 2ae6a52 i2c: add support for ACPI reconfigure notifications f2422e1 acpi: add support for ACPI reconfiguration notifiers bc87718 acpi: fix enumeration (visited) flags for bus rescans 1385275 iio: st-accel: add support for lis2dh12 4123982 iio: accel: add Freescale MMA7455L/MMA7456L 3-axis accelerometer driver From yocto-kernel-cache: 44a6105 features/input: Add keyboard-gpio feature 29c7a2a cfg/boot-live: Use vfat feature f4b1a4c cfg/usb-mass-storage: Use vfat feature 9d4aded cfg/fs/vfat: Enable NLS defaults Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-firmware: remove firmware that is now in OE-CoreSaul Wold2016-06-242-8/+0
| | | | | | | | | | | | | Remove the recipe since we now include the iwlwifi-8000C-19 version in the OE-Core recipe, so removes having to carry around an additional firmware blob. Related with OE-Core rev: 8b3d3ac84f787bf4ecccdcbcb97f2dac56acd45c [YOCTO #9771] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Bump SRCREVs to Linux 4.1.26 and add BXT/APL backportsCalifornia Sullivan2016-06-163-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 9ba8c36 thermal/powerclamp: remove cpu whitelist 2971561 thermal/powerclamp: add cpu id for Skylake u/y cec457d thermal/powerclamp: add cpu id for denlow platform fc30ea2 thermal/powerclamp: add cpu id for skylake h/s 3eea183 intel powerclamp: support Knights Landing c9b497b x86/tsc: Always Running Timer (ART) correlated clocksource 5ea938a time: Add driver cross timestamp interface for higher precision time synchronization 6c92ae5 time: Add timekeeping snapshot code capturing system time and counter 6c85a97 timekeeping: Provide internal function __ktime_get_real_seconds 016a423 time: Add cycles to nanoseconds translation 062e776 ntp/pps: replace getnstime_raw_and_real with 64-bit version 49719d3 intel_idle: add BXT support 6eee24f intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled 62b5100 intel_idle: Support for Intel Xeon Phi Processor x200 Product Family f2d2aaf intel_idle: Skylake Client Support - updated 461b31f intel_idle: Skylake Client Support f1069e0 Merge tag 'v4.1.26' into standard/base 5be8055 Merge tag 'v4.1.25' into standard/base b4acdc6 serial: 8250_dw: Do not use readl/writel before checking port iotype c439afb serial: 8250_dw: Add support for big-endian MMIO accesses 9227cc2 serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr() 9d608cf serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag db4e65b serial: 8250_dw: cleanup dw8250_setup_port f488548 serial: 8250_dw: cleanup dw8250_idma_filter 0912b12 serial: 8250_dw: rename and comment the fallback dma filter 3436bb7 serial: 8250_dw: proper support for UARTs without busy functionality fac8ac4 serial: 8250_dw: add dw8250_quirks function 0bba963 serial: 8250_dw: only setup the port from one place d01850e serial: 8250_dw: hook the DMA in one place 585f11e serial: 8250_dw: adapt to unified device property interface df44bc6 serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe 84e9183 serial: 8250_dw: allow lower reference frequencies 70ce481 serial:8250_dw: do not alter CTS and DCTS since AFE is enabled 7399689 serial: 8250: Auto CTS control by HW if AFE enabled 074cdf8 serial: 8250_dw: support ACPI platforms with integrated DMA engine 0bb15fc serial: 8250_dma: no need to sync RX buffer 45082f4 dmaengine: idma: rename to INTEL_IDMA64 1f4c5fb mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers 6963cc8 mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers aab5881 mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers c51e080 mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL fbbad47 mmc: sdhci-pci: Fix card detect race for Intel BXT/APL ce6717f mmc: sdhci: Allow override of get_cd() called from sdhci_request() abceeaf mmc: sdhci: Allow override of mmc host operations 279c8dd mmc: sdhci: make max-frequency property in device tree work 6e9d3ad mtd: spi-nor: add support for w25q128fw 8881728 Linux 4.1.26 3b14279 hpfs: implement the show_options method 9df75cf affs: fix remount failure when there are no options changed ffd9e8e hpfs: fix remount failure when there are no options changed b289a9d Input: pwm-beeper - fix - scheduling while atomic 25fda3a dma-debug: avoid spinlock recursion when disabling dma-debug 88fe300 UBI: Fix static volume checks when Fastmap is used 22ada7c xen/events: Don't move disabled irqs 1cf63e8 xen/x86: actually allocate legacy interrupts on PV guests 448691a wait/ptrace: assume __WALL if the child is traced 9a9586d sunrpc: fix stripping of padded MIC tokens bd41a6c mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers a0b7f56 mmc: longer timeout for long read time quirk 9b78827 drm/i915: Don't leave old junk in ilk active watermarks on readout a6fccea PM / sleep: Handle failures in device_suspend_late() consistently 8a1a3f7 Input: uinput - handle compat ioctl for UI_SET_PHYS fb4e7a0 kvm: arm64: Fix EC field in inject_abt64 0d4a4eb ALSA: hda - Fix headphone noise on Dell XPS 13 9360 71f788d ALSA: hda - Fix headphone mic input on a few Dell ALC293 machines f1f125d cifs: Create dedicated keyring for spnego operations ded044f ASoC: ak4642: Enable cache usage to fix crashes on resume 141afa3 ASoC: ak4642: Fix up max_register setting 4b126ba xfs: skip stale inodes in xfs_iflush_cluster 3eeb7e7 xfs: fix inode validity check in xfs_iflush_cluster 6659d79 xfs: xfs_iflush_cluster fails to abort on error c504b77 cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter() d3bbf7b cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled() cde02e3 remove directory incorrectly tries to set delete on close on non-empty directories b604454 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication 6842cd2 fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication 8f83c44 fs/cifs: correctly to anonymous authentication for the LANMAN authentication f39b179 fs/cifs: correctly to anonymous authentication via NTLMSSP 9a2257f drm/fb_helper: Fix references to dev->mode_config.num_connector d648fcd drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config() f52a1b9 MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC 8f25a2f PCI: Disable all BAR sizing for devices with non-compliant BARs a871659 mmc: mmc: Fix partition switch timeout for some eMMCs ab2cfdb ring-buffer: Prevent overflow of size in ring_buffer_resize() 453babf ring-buffer: Use long for nr_pages to avoid overflow failures d6bdff2 ring-buffer: Move recursive check to per_cpu descriptor ac4e03d ring-buffer: Add unlikelys to make fast path the default daf7322 MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...) 49dc90f MIPS: ptrace: Prevent writes to read-only FCSR bits ba1ccd8 MIPS: ptrace: Fix FP context restoration FCSR regression fc39f27 MIPS: math-emu: Fix jalr emulation when rd == $0 4a16f41 MIPS: Fix uapi include in exported asm/siginfo.h 175c648 SIGNAL: Move generic copy_siginfo() to signal.h de444b2 MIPS: Sync icache & dcache in set_pte_at 8c99d76 MIPS: Handle highmem pages in __update_cache e7c735b MIPS: Flush highmem pages in __flush_dcache_page deee8f0 Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell" 75d03a9 powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover() b7ccd2a powerpc/eeh: Don't report error in eeh_pe_reset_and_recover() 18fc656 sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems fa5c124 rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring 5de658d rtlwifi: Fix logic error in enter/exit power-save mode 4cfbd21 kbuild: move -Wunused-const-variable to W=1 warning level 10443b3 irqchip/gic-v3: Configure all interrupts as non-secure Group-1 bfc9ab7 irqchip/gic: Ensure ordering between read of INTACK and shared data ff0ee29 gcov: disable tree-loop-im to reduce stack usage 456b98f MIPS: KVM: Fix timer IRQ race when writing CP0_Compare 8106278 MIPS: KVM: Fix timer IRQ race when freezing timer ceee7b2 crypto: caam - fix caam_jr_alloc() ret code 7124f5d USB: serial: quatech2: fix use-after-free in probe error path 17e958c USB: serial: mxuport: fix use-after-free in probe error path d2e9eeb USB: serial: keyspan: fix use-after-free in probe error path 90eb29f USB: serial: io_edgeport: fix memory leaks in probe error path 7bbc137 USB: serial: io_edgeport: fix memory leaks in attach error path ec39156 mfd: omap-usb-tll: Fix scheduling while atomic BUG 1187e91 MIPS64: R6: R2 emulation bugfix c2915ee MIPS: Avoid using unwind_stack() with usermode dd95033 MIPS: Don't unwind to user mode with EVA 22a4a25 MIPS: Fix siginfo.h to use strict posix types 5b59ae1 can: fix handling of unmodifiable configuration options 0839058 arm64: Ensure pmd_present() returns false after pmd_mknotpresent() 7346b87 ext4: silence UBSAN in ext4_mb_init() 76caa71 ext4: address UBSAN warning in mb_find_order_for_block() f245ed0 ext4: fix oops on corrupted filesystem e4e5983 USB: serial: cp210x: fix hardware flow-control disable f26c00e USB: cp210x: relocate private data from USB interface to port 18a6470 ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings 4d5aaca USB: serial: option: add even more ZTE device ids feb49862 USB: serial: option: add more ZTE device ids 39a8fc7 mcb: Fixed bar number assignment for the gdd 2709446 usb: misc: usbtest: fix pattern tests for scatterlists. cf2f44d usb: misc: usbtest: format the data pattern according to max packet size d0270cd USB: leave LPM alone if possible when binding/unbinding interface drivers 38f005d USB: serial: option: add support for Cinterion PH8 and AHxx 1dab35a thunderbolt: Fix double free of drom buffer 4efcad5 QE-UART: add "fsl,t1040-ucc-uart" to of_device_id 29a7543 Fix OpenSSH pty regression on close d46be34 MIPS: ath79: make bootconsole wait for both THRE and TEMT e0934da ext4: clean up error handling when orphan list is corrupted 06c6dcb ext4: fix hang when processing corrupted orphaned inode list bb3412e aacraid: Fix for KDUMP driver hang ca7bb25 aacraid: Fix for aac_command_thread hang e452f73 aacraid: Relinquish CPU during timeout wait 660cd22 arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables 788da6e staging: comedi: das1800: fix possible NULL dereference 14023ef TTY: n_gsm, fix false positive WARN_ON c91d8c2 serial: 8250_pci: fix divide error bug if baud rate is 0 3afbd3e usb: core: hub: hub_port_init lock controller instead of bus 7ac47d2 btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl 93ddb49 pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range a774710 ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards. d24f503d ath9k: Add a module parameter to invert LED polarity. 6be9e6e crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks cc706ae crypto: s5p-sss - Remove useless hash interrupt handler dae205d PM / Runtime: Fix error path in pm_runtime_force_resume() b9a5eef powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel 599a6fc Bluetooth: vhci: Fix race at creating hci device ef83ef6 hwmon: (ads7828) Enable internal reference f5a300c usb: f_mass_storage: test whether thread is running before starting another 799f55d usb: gadget: mass_storage: Use static array for luns a27b398 usb: gadget: mass_storage: Fix freeing luns sysfs implementation c387f28 usb: gadget: mass_storage: Free buffers if create lun fails 5b1e489 [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32 633b243 mfd: intel_quark_i2c_gpio: load gpio driver first 16de798 cpuidle: Indicate when a device has been unregistered b2df540 Bluetooth: vhci: purge unhandled skbs 497519c Bluetooth: vhci: fix open_timeout vs. hdev race dde1439 drm/gma500: Fix possible out of bounds read f448f47 rtlwifi: btcoexist: Implement antenna selection 7138f98 rtlwifi: rtl8723be: Add antenna select module parameter db4ec7c rtlwifi: rtl8723be: Fix module parameter initialization e866380 libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct 57f17e7 ARM: dts: Beaglebone i2c definitions 1fe949f xfs: Don't wrap growfs AGFL indexes 9c153a8 xfs: disallow rw remount on fs with unknown ro-compat features 67b8cea ath5k: Change led pin configuration for compaq c700 laptop db9c631 regulator: Try to resolve regulators supplies on registration 28c94ef regulator: core: Use class device list for regulator_list in late init 3dec2ae ath10k: fix debugfs pktlog_filter write 861c13e ath10k: fix firmware assert in monitor mode 9a243f2 perf/x86/intel/pt: Generate PMI in the STOP region as well e429f243 Linux 4.1.25 8de861b nf_conntrack: avoid kernel pointer value leak in slab name 631598a ocfs2: fix posix_acl_create deadlock 533e936 ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang 2239ca3 ocfs2: fix SGID not inherited issue 6bdf63f drm/radeon: fix DP mode validation 3a1b9a7 workqueue: fix rebind bound workers warning 47348e3 tools lib traceevent: Do not reassign parg after collapse_tree() 6f24160 perf/core: Disable the event on a truncated AUX record e5c1c3a ALSA: usb-audio: Yet another Phoneix Audio device quirk f9a461f ALSA: hda - Fix subwoofer pin on ASUS N751 and N551 41d2349 ALSA: hda - Fix white noise on Asus N750JV headphone 87cc31e ALSA: hda - Asus N750JV external subwoofer fixup da58c2e ALSA: hda - Fix broken reconfig 4a4c1df drm/i915: Bail out of pipe config compute loop on LPT 6225c54 Input: max8997-haptic - fix NULL pointer dereference 53c60e1 ALSA: hda - Fix white noise on Asus UX501VW headset 3f81442 ALSA: hda - Apply fix for white noise on Asus N550JV, too f1ee822 get_rock_ridge_filename(): handle malformed NM entries 53e7d7c parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls fbb78d4 x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO c58ca61 mm, cma: prevent nr_isolated_* counters from going negative c42d74f drm/radeon: fix DP link training issue with second 4K monitor 60f7e3a propogate_mnt: Handle the first propogated copy being a slave 2d7405b fs/pnode.c: treat zero mnt_group_id-s as unequal ade3716 x86/sysfb_efi: Fix valid BAR address range check 1669540 crypto: hash - Fix page length clamping in hash walk a10c059 ACPICA: Dispatcher: Update thread ID for recursive method calls d15451d MAINTAINERS: Remove asterisk from EFI directory names d102342 drm/radeon: make sure vertical front porch is at least 1 3216eb2 tracing: Don't display trigger file for events that can't be enabled 9abc9e7 Minimal fix-up of bad hashing behavior of hash_64() 420b214 powerpc: Fix bad inline asm constraint in create_zero_mask() c172113 Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read() 26ac029 Drivers: hv_vmbus: Fix signal to host condition 3807acb Drivers: hv: ring_buffer.c: fix comment style 9ddd834 atomic_open(): fix the handling of create_error cb4a26d EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback 74e15f5 ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2) 9de27bd mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* 6936c16 mm: soft-offline: don't free target page in successful page migration 978d733 mm: vmscan: reclaim highmem zone if buffer_heads is over limit 9684dc0 mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check 5d43a61 IB/security: Restrict use of the write() interface 5e17ef7 ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value 5bde3f2 ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel 3b54e5f drm/radeon: fix vertical bars appear on monitor (v2) 344a144 drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDW 39161f8 drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume 8612880 cxl: Keep IRQ mappings on context teardown b61a5d5 drm/dp/mst: Restore primary hub guid on resume 8548983 drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1() 14794cf workqueue: fix ghost PENDING flag while doing MQ IO 2519c9f ALSA: hda - Add dock support for ThinkPad X260 cdfac06 MD: make bio mergeable 4f19489 [media] v4l2-dv-timings.h: fix polarity for 4k formats b4782b6 USB: serial: cp210x: add Straizona Focusers device ids 35f45c8 USB: serial: cp210x: add ID for Link ECU 8361952 efi: Fix out-of-bounds read in variable_matches() e7e16bb iio: ak8975: Fix NULL pointer exception on early interrupt 24a5073 regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case eab5159 ata: ahci-platform: Add ports-implemented DT bindings. a5d2af4 libahci: save port map for forced port map e1bab75 regulator: s2mps11: Fix invalid selector mask and voltages for buck9 35d3478 ASoC: rt5640: Correct the digital interface data select 81aa039 iwlwifi: pcie: lower the debug level for RSA semaphore access 686b2f5 stable: remove artifact created on backport f94e363 Revert "usb: hub: do not clear BOS field during reset device" From yocto-kernel-cache: 9f68667 kver: bump to v4.1.26 f0c7ef8 common-pc-64.scc: add efi-ext Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Bump SRCREVs from Linux 4.4.12 to 4.4.13California Sullivan2016-06-163-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: bc64c81 Merge tag 'v4.4.13' into standard/base ba760d4 Linux 4.4.13 55f6ddf xfs: handle dquot buffer readahead in log recovery correctly 063b0dc xfs: print name of verifier if it fails 21cfd6c xfs: skip stale inodes in xfs_iflush_cluster baa7a74 xfs: fix inode validity check in xfs_iflush_cluster 7dc8f21 xfs: xfs_iflush_cluster fails to abort on error d7d92ca xfs: Don't wrap growfs AGFL indexes ec86bfe xfs: disallow rw remount on fs with unknown ro-compat features 8edc7f0 gcov: disable tree-loop-im to reduce stack usage 4b2fb17 scripts/package/Makefile: rpmbuild add support of RPMOPTS 7d0b494 dma-debug: avoid spinlock recursion when disabling dma-debug 98c2845 PM / sleep: Handle failures in device_suspend_late() consistently 8b8de1c ext4: silence UBSAN in ext4_mb_init() 12aa7d9 ext4: address UBSAN warning in mb_find_order_for_block() b2601bb ext4: fix oops on corrupted filesystem b2044c3 ext4: clean up error handling when orphan list is corrupted c5ce389 ext4: fix hang when processing corrupted orphaned inode list 137bd12 drm/imx: Match imx-ipuv3-crtc components using device node in platform data d7d5e9b drm/i915: Don't leave old junk in ilk active watermarks on readout 8453324b7 drm/atomic: Verify connector->funcs != NULL when clearing states c5b424e drm/fb_helper: Fix references to dev->mode_config.num_connector c021700 drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config() 4630a1d drm/amdgpu: Fix hdmi deep color support. bf9be90 drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh 55d851a drm/vmwgfx: Fix order of operation c170833 drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands. 267706b drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION 50dd02e drm/gma500: Fix possible out of bounds read 6c1e441 sunrpc: fix stripping of padded MIC tokens aa1cc4d xen: use same main loop for counting and remapping pages 6232876e xen/events: Don't move disabled irqs 0118086 powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover() af64f74 Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell" d140d14 powerpc/eeh: Don't report error in eeh_pe_reset_and_recover() 5d3bb5e powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel fa6d0ba pipe: limit the per-user amount of pages allocated in pipes 5015641 QE-UART: add "fsl,t1040-ucc-uart" to of_device_id 0eea2e2 wait/ptrace: assume __WALL if the child is traced 18875bf mm: use phys_addr_t for reserve_bootmem_region() arguments 08c6a55 media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32 a87f69d PCI: Disable all BAR sizing for devices with non-compliant BARs f4b0dd3 pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range b2cfbf4 clk: bcm2835: divider value has to be 1 or more 3232e7c clk: bcm2835: pll_off should only update CM_PLL_ANARST 4ee8793 clk: at91: fix check of clk_register() returned value d529842 clk: bcm2835: Fix PLL poweron dd19176 cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter() 3b23217 cpuidle: Indicate when a device has been unregistered a1e15f5 PM / Runtime: Fix error path in pm_runtime_force_resume() 4072a4b mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly d306f75 mfd: intel-lpss: Save register context on suspend b856206 hwmon: (ads7828) Enable internal reference 9a11bd2 aacraid: Fix for KDUMP driver hang 0f0a9a18 aacraid: Fix for aac_command_thread hang 9a5ca98 aacraid: Relinquish CPU during timeout wait 04a6bcc rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring d896d80 rtlwifi: Fix logic error in enter/exit power-save mode ad4d530 rtlwifi: btcoexist: Implement antenna selection 5618e88 rtlwifi: rtl8723be: Add antenna select module parameter c56cebb hwrng: exynos - Fix unbalanced PM runtime put on timeout error path ab1619f ath5k: Change led pin configuration for compaq c700 laptop dcd9fc9 ath10k: fix kernel panic, move arvifs list head init before htt init 117d1b4 ath10k: fix rx_channel during hw reconfigure 86834a9 ath10k: fix firmware assert in monitor mode b89721d ath10k: fix debugfs pktlog_filter write 354c6bc ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards. cc2e71f ath9k: Add a module parameter to invert LED polarity. 6706647 ARM: dts: imx35: restore existing used clock enumeration 59bc5be ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats 5d03c6e ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description 90756ca ARM: mvebu: fix GPIO config on the Linksys boards 854d1c2 Input: uinput - handle compat ioctl for UI_SET_PHYS 8f1b5ed ASoC: ak4642: Enable cache usage to fix crashes on resume 91bb3cf affs: fix remount failure when there are no options changed 71f5e9b MIPS: VDSO: Build with `-fno-strict-aliasing' 7b74228 MIPS: lib: Mark intrinsics notrace bfcc040 MIPS: Build microMIPS VDSO for microMIPS kernels 1985bf8 MIPS: Fix sigreturn via VDSO on microMIPS kernel 13defed MIPS: ptrace: Prevent writes to read-only FCSR bits e47a4d4 MIPS: ptrace: Fix FP context restoration FCSR regression 57a9474 MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...) 6dc9f27 MIPS: Prevent "restoration" of MSA context in non-MSA kernels 612d509 MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU 73410f3 MIPS: Use copy_s.fmt rather than copy_u.fmt 1a01c8c MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU f2c4122 MIPS: Reserve nosave data for hibernation 969f0f6 MIPS: ath79: make bootconsole wait for both THRE and TEMT 6a05385 MIPS: Sync icache & dcache in set_pte_at a8c09ec MIPS: Handle highmem pages in __update_cache a3dc327 MIPS: Flush highmem pages in __flush_dcache_page 68d6456 MIPS: Fix watchpoint restoration d59a1b8 MIPS: Fix uapi include in exported asm/siginfo.h df27ff8 MIPS: Fix siginfo.h to use strict posix types fdb691e MIPS: Avoid using unwind_stack() with usermode a8389fd MIPS: Don't unwind to user mode with EVA 5fc0cab MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC 982db88 MIPS: math-emu: Fix jalr emulation when rd == $0 a08eb4c MIPS64: R6: R2 emulation bugfix From yocto-kernel-cache: 870134f kver: bump to v4.4.14 d133fe6 common-pc-64.scc: add efi-ext Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to pull in 4.4.12 stable and mmc backportsCalifornia Sullivan2016-06-073-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: 1f3e98d mmc: core: Add a facility to "pause" re-tuning b27fcd1 mmc: block: Pause re-tuning while switched to the RPMB partition 9aa07b4 mmc: block: Always switch back to main area after RPMB access 8149f58 Merge tag 'v4.4.12' into standard/base 351d2d4 Linux 4.4.12 e576ffd kbuild: move -Wunused-const-variable to W=1 warning level 9acf553 Revert "scsi: fix soft lockup in scsi_remove_target() on module removal" 210588c scsi: Add intermediate STARGET_REMOVE state to scsi_target_state 7e92041 hpfs: implement the show_options method 5cb3ec3 hpfs: fix remount failure when there are no options changed 1ba1f09 UBI: Fix static volume checks when Fastmap is used e044b25 SIGNAL: Move generic copy_siginfo() to signal.h b20909f thunderbolt: Fix double free of drom buffer a038701 IB/srp: Fix a debug kernel crash 23bc22a ALSA: hda - Fix headset mic detection problem for one Dell machine b217d53 ALSA: hda/realtek - Add support for ALC295/ALC3254 1979d0b ALSA: hda - Fix headphone noise on Dell XPS 13 9360 5058aa1 ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294 c69d01b mcb: Fixed bar number assignment for the gdd 86dbfda clk: bcm2835: add locking to pll*_on/off methods 0356882 locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait() df8ad62 serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios() 430b4aa serial: 8250_mid: recognize interrupt source in handler 3c5dafe serial: 8250_mid: use proper bar for DNV platform 1401ebd serial: 8250_pci: fix divide error bug if baud rate is 0 7137878 Fix OpenSSH pty regression on close eb57884 tty/serial: atmel: fix hardware handshake selection c971588 TTY: n_gsm, fix false positive WARN_ON fce893a tty: vt, return error when con_startup fails 3bf7d03 xen/x86: actually allocate legacy interrupts on PV guests 039f081 KVM: x86: mask CPUID(0xD,0x1).EAX against host value a6fa60f MIPS: KVM: Fix timer IRQ race when writing CP0_Compare 9e01c02 MIPS: KVM: Fix timer IRQ race when freezing timer 4a0041b KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset 1716643 KVM: MTRR: remove MSR 0x2f8 023bea7 staging: comedi: das1800: fix possible NULL dereference 53c24ba usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request() 15e67f9 USB: leave LPM alone if possible when binding/unbinding interface drivers e3a037a usb: misc: usbtest: fix pattern tests for scatterlists. 51c3127 usb: f_mass_storage: test whether thread is running before starting another ed97f0d usb: gadget: f_fs: Fix EFAULT generation for async read operations 92f54c1 USB: serial: option: add even more ZTE device ids 9ec187e USB: serial: option: add more ZTE device ids 50e7652 USB: serial: option: add support for Cinterion PH8 and AHxx 7cb5461 USB: serial: io_edgeport: fix memory leaks in probe error path d6f6957 USB: serial: io_edgeport: fix memory leaks in attach error path 68f0396 USB: serial: quatech2: fix use-after-free in probe error path 00efa6c USB: serial: keyspan: fix use-after-free in probe error path c0b572b USB: serial: mxuport: fix use-after-free in probe error path 40f9ca6 mei: bus: call mei_cl_read_start under device lock 2e6440e mei: amthif: discard not read messages 2826506 mei: fix NULL dereferencing during FW initiated disconnection 2ceff6c Bluetooth: vhci: Fix race at creating hci device 3295bfd Bluetooth: vhci: purge unhandled skbs 1af4f24 Bluetooth: vhci: fix open_timeout vs. hdev race 7973b06 mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers 3297132 mmc: longer timeout for long read time quirk 96cd084 dell-rbtn: Ignore ACPI notifications if device is suspended 419b1d2 ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings bb2b58c mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers 98b0125 mmc: mmc: Fix partition switch timeout for some eMMCs 24bf50b can: fix handling of unmodifiable configuration options 9b68f12 irqchip/gic-v3: Configure all interrupts as non-secure Group-1 3607d54 irqchip/gic: Ensure ordering between read of INTACK and shared data 02c2344 Input: pwm-beeper - fix - scheduling while atomic c521599 mfd: omap-usb-tll: Fix scheduling while atomic BUG 1df73f1 sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems aef5316 clk: qcom: msm8916: Fix crypto clock flags a80e1fb crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} efc1e73 crypto: talitos - fix ahash algorithms registration fd97b4f crypto: caam - fix caam_jr_alloc() ret code f199023 ring-buffer: Prevent overflow of size in ring_buffer_resize() dfb71ae ring-buffer: Use long for nr_pages to avoid overflow failures 0e4d7a0 asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions 6b83512 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication 0e5e5bf fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication 4dc8096 fs/cifs: correctly to anonymous authentication for the LANMAN authentication 9ad66e1 fs/cifs: correctly to anonymous authentication via NTLMSSP b7d7ba3 remove directory incorrectly tries to set delete on close on non-empty directories 6ff3df2 kvm: arm64: Fix EC field in inject_abt64 ab85830 arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables 44f47d9 arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str 7e1c1db arm64: Implement pmdp_set_access_flags() for hardware AF/DBM 098942b arm64: Implement ptep_set_access_flags() for hardware AF/DBM 737b067 arm64: Ensure pmd_present() returns false after pmd_mknotpresent() f07f749 arm64: Fix typo in the pmdp_huge_get_and_clear() definition fa5613b ext4: iterate over buffer heads correctly in move_extent_per_page() eef1195 perf test: Fix build of BPF and LLVM on older glibc libraries c517467 perf/core: Fix perf_event_open() vs. execve() race a7a9e0e perf/x86/intel/pt: Generate PMI in the STOP region as well e1ce8c2 Btrfs: don't use src fd for printk From yocto-kernel-cache: 8900370 kver: bump to v4.4.12 Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny/4.1: Switch to standard/tiny/intel/baseTom Zanussi2016-06-031-1/+1
| | | | | | | | The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.1 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny/4.4: Switch to standard/tiny/intel/baseTom Zanussi2016-06-031-1/+1
| | | | | | | | The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.4 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel/baseTom Zanussi2016-06-031-1/+1
| | | | | | | | The dedicated standard rt branch for Intel platforms has been renamed to standard/preempt-rt/intel/base - update the 4.1 rt kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-rt/4.4: Switch to standard/preempt-rt/intel/baseTom Zanussi2016-06-021-1/+1
| | | | | | | | The dedicated standard rt branch for Intel platforms has been renamed to standard/preempt-rt/intel/base - update the 4.4 rt kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Switch to standard/intel/baseTom Zanussi2016-06-021-1/+1
| | | | | | | The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.1 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Switch to standard/intel/baseTom Zanussi2016-06-021-1/+1
| | | | | | | The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.4 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Bump SRCREVs to Linux 4.1.24California Sullivan2016-05-273-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.1: 403eda4 usb: musb: set the controller speed based on the config setting ecc9834 powerpc/ptrace: Fix out of bounds array access warning 040cde2 Merge branch 'ltsi' into standard/base 655dd8b Merge tag 'v4.1.24' into ltsi 46ff843 Merge branch 'ltsi' into standard/base 05e1589 Merge tag 'v4.1.23' into ltsi 648d744 Linux 4.1.24 8e8ad4a x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address 936d087 x86/mm/xen: Suppress hugetlbfs in PV guests 5a1b2748 s390/hugetlb: add hugepages_supported define ec8d850 mm: hugetlb: allow hugepages_supported to be architecture specific b9a11c9 drm: Loongson-3 doesn't fully support wc memory 2719d3c drm/radeon: forbid mapping of userptr bo through radeon device file 8361444 drm/dp/mst: Validate port in drm_dp_payload_send_msg() faaa136 ALSA: pcxhr: Fix missing mutex unlock 28f83d2 futex: Handle unlock_pi race gracefully 6024877a ALSA: hda - add PCI ID for Intel Broxton-T c58ef78 ALSA: hda - add PCI IDs for Intel Broxton 0763ce1 usb: gadget: f_fs: Fix use-after-free 18e7c4b Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control" 13865e4 drm/radeon: add a quirk for a XFX R9 270X 9df249b drm/radeon: add another R7 370 quirk e388075 drm/radeon: add quirk for ASUS R7 370 95a5fa7 drm/radeon: add quirk for MSI R7 370 90a6cf6 powerpc: Update cpu_user_features2 in scan_features() 85f0cb0 powerpc: scan_features() updates incorrect bits for REAL_LE 38caded ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m b34e6a4 drm/i915: Use fw_domains_put_with_fifo() on HSW 3fa5e41 crypto: ccp - Prevent information leakage on export f6a9379 crypto: sha1-mb - use corrcet pointer while completing jobs 56c61a3 pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce 6e39cdf drm/radeon: fix initial connector audio value 2c8c83f nl80211: check netlink protocol in socket release notification 3254e46 netlink: don't send NETLINK_URELEASE for unbound sockets 9a447b1 s390/pci: add extra padding to function measurement block 464508b Input: gtco - fix crash on detecting device without endpoints fdfdfc7 iwlwifi: pcie: lower the debug level for RSA semaphore access 183c7c8 Revert "mei: bus: move driver api functions at the start of the file" 54419e3 Linux 4.1.23 5640c4c Correct backport of fa3c776 ("Thermal: Ignore invalid trip points") af05df0 tcp_cubic: do not set epoch_start in the future 1d155a6 tcp_cubic: better follow cubic curve after idle period b016f99 usb: hcd: out of bounds access in for_each_companion 17c094b USB: uas: Add a new NO_REPORT_LUNS quirk c5fcfe5 xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers 5d0b7d4 usb: xhci: fix xhci locking up during hcd remove bd713f9 usb: xhci: fix wild pointers in xhci_mem_cleanup 1edb54d usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT 52b5bfb xhci: resume USB 3 roothub first d49e9fc usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host da56dbe lib: lz4: fixed zram with lz4 on big endian machines bd58e66 dmaengine: dw: fix master selection 6650ec2 debugfs: Make automount point inodes permanently empty a789498 ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock 330d83a ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s b2eecde ALSA: hda - fix front mic problem for a HP desktop da3bd14 kvm: x86: do not leak guest xcr0 into host interrupt handlers e213cce parisc: Unbreak handling exceptions from kernel modules 9ccccaf parisc: Fix kernel crash with reversed copy_from_user() 073cac9 parisc: Avoid function pointers for kernel exception routines 7227a0d gpio: pca953x: Use correct u16 value for register word write 0ffbec8 virtio: virtio 1.0 cs04 spec compliance for reset e649832 USB: option: add "D-Link DWM-221 B1" device id ad66059 USB: serial: cp210x: Adding GE Healthcare Device ID 2e007c6 USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices 033ad03 Btrfs: fix file/data loss caused by fsync after rename and new inode 091537b Btrfs: fix fsync after truncate when no_holes feature is enabled db4043d Btrfs: fix fsync xattr loss in the fast fsync path 32d1b67 assoc_array: don't call compare_object() on a node 7ec8046 ALSA: usb-audio: Add a quirk for Plantronics BT300 54080a7 rbd: use GFP_NOIO consistently for request allocations 9b561b8 compiler-gcc: disable -ftracer for __noclone functions f320793 compiler-gcc: integrate the various compiler-gcc[345].h files d2bccdc mac80211: properly deal with station hashtable insert errors e4ad83b drm/i915: Fix race condition in intel_dp_destroy_mst_connector() fc72648 drm/i915: Update atomic state when removing mst connector, v3. 2d6e463 dmaengine: hsu: correct use of channel status register be851fa usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done() 4139171 xen/events: Mask a moving irq fc4d092 ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320 c1f5eb6 ext4: ignore quota mount options if the quota feature is enabled cc15762 KVM: x86: Inject pending interrupt even if pending nmi exist 031b34d ext4: add lockdep annotations for i_data_sem 9dcc54b sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes 6175a5a [media] au0828: Fix dev_state handling ec91cea [media] au0828: fix au0828_v4l2_close() dev_state race condition 15f5722 USB: digi_acceleport: do sanity checking for the number of ports 45f4b9c USB: cypress_m8: add endpoint sanity check 4b8d00f USB: mct_u232: add sanity checking in probe 6b659bb drm/qxl: fix cursor position with non-zero hotspot 5c05999 usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer 250443d usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler() 071072e ARM: OMAP2+: hwmod: Fix updating of sysconfig register 8db1fb6 HID: usbhid: fix inconsistent reset/resume/reset-resume behavior From yocto-kernel-cache: 4b4199b Revert "common-pc*: Have *-standard BSPs use standard/intel" Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to bring in Broxton related backportsCalifornia Sullivan2016-05-273-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From linux-yocto-4.4: 53e8410 mmc: mmc: Fix partition switch timeout for some eMMCs 1256894 mmc: mmc: Attempt to flush cache before reset 9c0fffe mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING fa337a1 mmc: core: Do regular power cycle when lacking eMMC HW reset support 54179f6 pinctrl: intel: make the high level interrupt working f170df4 device property: convert to use match_string() helper c33ead2 lib/string: introduce match_string() helper 1390667 device property: fix for a case of use-after-free 2a293fe device property: fwnode->secondary may contain ERR_PTR(-ENODEV) 755ae5c mmc: make MAN_BKOPS_EN message a debug 029f8f5 intel_idle: add BXT support 917289e intel_idle: Add SKX support 687143a intel_idle: Clean up all registered devices on exit. 631b661 intel_idle: Propagate hot plug errors. 2b207b2 intel_idle: Don't overreact to a cpuidle registration failure. 241e122 intel_idle: Setup the timer broadcast only on successful driver load. 0eed236 intel_idle: Avoid a double free of the per-CPU data. 6f64cec intel_idle: Fix dangling registration on error path. 422dc7a intel_idle: Fix deallocation order on the driver exit path. a953265 intel_idle: Remove redundant initialization calls. a728676 intel_idle: Fix a helper function's return value. 65f8c73 intel_idle: remove useless return from void function. daa2ee8 mfd: intel-lpss: Pass I2C configuration via properties on BXT 23afcc8 intel_idle: Support for Intel Xeon Phi Processor x200 Product Family a45b2ec ACPI / gpio: Add irq_type when a GPIO is used as an interrupt 30172f0 ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbol 8036200 Revert "gpio: revert get() to non-errorprogating behaviour" 122f7f8 device property: avoid allocations of 0 length b73aa97 device property: the secondary fwnode needs to depend on the primary af345ee mfd: intel-lpss: Pass HSUART configuration via properties f7234c3 mfd: intel-lpss: Pass SDA hold time to I2C host controller driver 5a828d0 mfd: intel-lpss: Add support for passing device properties d23cd03 mfd: core: propagate device properties to sub devices drivers c7c3fd1 driver core: platform: Add support for built-in device properties 8472af8 device property: Take a copy of the property set 4cbb58f device property: Fallback to secondary fwnode if primary misses the property f9d3687 device property: return -EINVAL when property isn't found in ACPI 2164c0d device property: improve readability of macros 8fd19e9 device property: helper macros for property entry creation a037877 device property: keep single value inplace 77c4d97 device property: refactor built-in properties support 0968394 device property: rename helper functions d79c4dd device property: always check for fwnode type 2e4ae64 gpiolib: do not allow to insert an empty gpiochip 0c01b85 pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE e5d9413 pwm: lpss: Update PWM setting for Broxton b76110b pwm: lpss: Remove ->free() callback From yocto-kernel-cache: 3a5f494 Revert "common-pc*: Have *-standard BSPs use standard/intel" Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny: Fix broken SRCREV specificationsTom Zanussi2016-05-262-4/+4
| | | | | | | | linux-yocto-tiny uses hyphens rather than underscores between SRCREV and the machine or meta specification, preventing it from actually taking effect. Fix it by changing the hyphens to underscores. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny/4.1: Switch to standard/tiny/intelTom Zanussi2016-05-261-2/+2
| | | | | | | We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the the 4.1 tiny kernel recipe make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny/4.4: Switch to standard/tiny/intelTom Zanussi2016-05-261-2/+2
| | | | | | | We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the the 4.4 tiny kernel recipe make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-rt/4.1: Switch to standard/preempt-rt/intelTom Zanussi2016-05-261-2/+2
| | | | | | | We now have a dedicated standard/preempt-rt/intel branch for Intel platforms, so have the the 4.1 rt kernel recipe make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>