aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2017-01-09rmc: Extend usages of RMC_BOARD_DATA_DIRS to specify board dataJianxun Zhang
Use the variable RMC_BOARD_DATA_DIRS, to disable, append to, or override the default board data in meta-intel with boards' data provided by users. Ideally, users should get the updated database in the new built image after an incremental build. Examples of RMC database output (db): RMC_BOARD_DATA_DIRS = "" (disable db generation) RMC_BOARD_DATA_DIRS_append = " top_dir" (db of defaults & user's) RMC_BOARD_DATA_DIRS = "top_dir" (db for user's , no defaults) RMC_BOARD_DATA_DIRS = " " (same as "") Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-01-03libyami-utils: demo programs based on libyamiwudping
Add libyami-utils recipe. For libyami, libyami-utils is a testing tool, use case, contains some applications and scripts. The home website is: https://github.com/01org/libyami-utils Signed-off-by: Xu Guangxin <guangxin.xu@intel.com> Signed-off-by: wudping <dongpingx.wu@intel.com>
2017-01-03libyami: hardware acceleration VA-API media-codecwudping
Add libyami recipe. Libyami is intel VA-API Media codecs with hardware acceleration. It's core building block for media solution. The home website is: https://github.com/01org/libyami Signed-off-by: Xu Guangxin <guangxin.xu@intel.com> Signed-off-by: wudping <dongpingx.wu@intel.com>
2016-12-23systemd-boot%.bbappend: rename to match the versioned recipeMikko Ylinen
OE-Core recently renamed the recipe to have PV in the name and the bbappend wildcard was added to make the transition smooth. The renaming is now complete so rename the bbappend again to match the new versioned recipe only. The aggresive systemd-boot% wildcard matches systemd-bootchart too giving unexpected results. Depends on OE-Core 8fe1e5197f6f94a49693de09f4eb9394df531cc8. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-12-15vaapi: remove as recipes moved to oe-coreRoss Burton
libva and gstreamer-vaapi are now part of oe-core, so remove them. The package names were changed to reflect the naming scheme, so update the machine configurations to follow. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-15rmc: don't hardcode install pathsRoss Burton
Instead of hardcoding /usr in the recipe, and hardcoding $prefix/lib in the Makefile, override all of the paths with the distro configuration. [ YOCTO #10800 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-09linux-yocto/4.8: Update to v4.8.12 and fix CVE-2016-8655California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-09linux-yocto/4.4: Update to v4.4.36 and fix CVE-2016-8655California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-09linux-yocto/4.1: Update to v4.1.36 and fix CVE-2016-8655California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-09qat: add EXCLUDE_FROM_WORLD for core2Saul Wold
Havine COMPATIBLE_MACHINE causes errors for non-compatible machine, so inaddition we EXCLUDE_FROM_WORLD for world builds Signed-off-by: Saul Wold <sgw@linux.intel.com> [Removed extra whitespace added to qat16.inc file.] Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-07dpdk: Use stable and fast download sourceSaul Wold
After checking with the upstream, the snapshot based URL can change since it's cgit based and they recently upgraded cgit, it was suggested that we use the fast.dpdk.org site as it's the more stable and faster download source. NOTE: the checksum is still the original checksum, so is the correct location. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-07linux-yocto/4.4/4.8: Update cache SRCREVs for final config warning fixesCalifornia Sullivan
This update fixes the remaining kernel_configcheck warnings. Fixes [YOCTO #10426]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-07systemd-boot.bbappend: Rename to use wildcardKhem Raj
OE-Core is in process of renaming the recipe to have PV in recipe name. Cover that case for bbappend Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-12-05gnu-efi: removed from meta-intelJianxun Zhang
We once added a patch in gnu-efi for rmc's sake. The latest rmc gets rid of this dependency on gnu-efi. The removed patch is still a reasonable change and merged into the upstream gnu-efi project. It should come with the next update in the gnu-efi recipe in OE. At this point, however, we don't see any urgency to keep it in meta-intel any more. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-12-05rmc: integration updateJianxun Zhang
This is a whole package of rmc work in meta-intel to reflect some major changes in the upstream project: In rmc.bb recipe, EFI_ARCH, path of EFI header files, and dependency on gnu-efi are removed with the updated revision. In systemd-boot, patches to integrate with rmc are re-worked mainly because of new APIs. Size of patches are smaller than the previous implementation. Notice we still use multiple APIs instead of calling an one-step interface multiple times, to get some potential runtime performance benefit. (rmc tool in user space is changed to use single API in the upstream project.) Fixes [YOCTO #10086] Fixes [YOCTO #10671] Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-12-05rmc: remove stack-protector-strong from CFLAGSSaul Wold
Since the rmc is used standalone from systemd-boot and does not use libc which provides the stack_chk_fail code that causes an undefined symbol Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-30linux-yocto/4.8: Update from v4.8.3 to v4.8.10California Sullivan
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>
2016-11-30linux-yocto/4.4: Update from v4.4.26 to v4.4.32California Sullivan
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>
2016-11-30linux-yocto/4.1: Update from v4.1.33 to v4.1.35California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-28xf86-video-mga: Backport ABI 23 fixJussi Kukkonen
Fixes build with xserver-xorg 1.19. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-28dpdk: cleanup unused patchesRahul Kumar Gupta
Removed the unused patches since the recipe is not using these. It was added before as fix for dpdk v16.07. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-28dpdk: Update v16.07 -> v16.11Rahul Kumar Gupta
Updated the DPDK recipe from v16.07 to v16.11. for dpdk v16.11 the rte_ivshmem feature has dropped and the default configuration file for packet_ordering example is replaced with the "native" x86 file. Rename and modified the patch: dpdk-16.11-dpdk-fix-installation-warning-and-issue.patch accordingly since this doesn't apply cleanly on top of dpdk v16.11 Removed the patches: dpdk-16.07-net-ixgbe-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-net-igb-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-kni-fix-build-with-kernel-4.8.patch from dpdk.inc since these changes/fix are now added in dpdk v16.11. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-28rmc: Add support for MohonPeak platformRahul Kumar Gupta
Intel common BSP is using ttyS0 and tty0 for consoles by default. By Adding support for mohonpeak platforms to rmc, these console port can customized to ttyS1 and tty1 by detecting the fingerprint file at runtime. It will use their own boot.conf/install.conf for booting/installing. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-10linux-yocto_4.4: Add INTEL_MACHINE_SUBTYPE codeSaul Wold
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>
2016-11-08broxton-m/KBOOTPARAM: Add videofb console backSaul Wold
This re-enables the video framebuffer for displaying cosole output Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-08rmc: Limit them to x86 targetsKhem Raj
Makes meta-intel behave well in multi-BSP scene Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02initramfs-live-install-efi: Make use of new overrideSaul Wold
Move script to the files/intel-x86-common sub-dir which will be used based on the added override in MACHINEOVERRIDES Signed-off-by: Saul Wold <sgw@linux.intel.com> foo Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02systemd-boot: Make use of new overrideSaul Wold
Add the new intel-x86-common to the meta-data in order to limit the changes when the meta-intel layer is included without using meta-intel machines. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02gnu-efi: Make use of new overrideSaul Wold
Add the new MACHINEOVERRIDE to the SRC_URI in order to limit the changes when the meta-intel layer is included without using meta-intel machines. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02systemd-boot: add patch for Joule BIOS keyboard hangSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02rmc: Add bootloader entries for the Broxton-M/Joule platformSaul Wold
By adding these entries, we can get the serial console output on the correct ttyS2 port the default port for meta-intel is ttyS0, but we can fix this with the rmc configuration Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02rmc: Add INSTALLER.CONFIG and POSTINSTALL.sh for broxton-m boardsCalifornia Sullivan
On install we want to keep rmc's boot.conf. Also add POSTINSTALL.sh that removes ttyS0 from inittab since it uses ttyS2 instead. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-01rmc: Add example for Galileo Gen 2 (Quark)Jianxun Zhang
This is an experimental RMC sample for quark. At runtime, a boot option with board name will be available for user to boot the Galileo. Note: The supported image type is hddimg instead of the direct- boot image type usually used on quark. Use a USB stick flashed with the image to boot the Galileo Gen 2 board. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-28linux-yocto/4.8: Update SRCREVs for v4.8.3 stable updateCalifornia Sullivan
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>
2016-10-28linux-yocto/4.4: Update SRCREVs from v4.4.20 to v4.4.26California Sullivan
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>
2016-10-28linux-yocto/4.1: Update SRCREVs for v4.1.33 and 'dirty cow' backportCalifornia Sullivan
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>
2016-10-20rmc: Add board data for NUC5i5RYBJianxun Zhang
A particular intention of this change is to remove the serial setting in kernel command line that is hardcoded in core2 and corei7 conf files. However we cannot use KBOOTPARAM because it is designed as a fragment appended to hardcoded part at runtime. This is why we need to create more files in this patch to use cmdline in bootloader entry files to bypass whatever from the build. Once we have a clean base (no any preset console setting) in generic configurations, this change can be dropped. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18qat16: move qat from meta-isg to commonRahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate qat16 v2.6-65 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18openssl-qat: move recipe from meta-isg to commonRahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate openssl-qat v0.4.9-009 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18zlib-qat: move zlib-qat from meta-isg to commonRahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate zlib-qat v0.4.7-002 recipe from meta-isg layer to meta-intel/common layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18dpdk: move dpdk from meta-isg to commonRahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate dpdk v16.07 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-12linux-yocto/4.8: Fix configcheck warnings and build in R8169 supportCalifornia Sullivan
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>
2016-10-07linux-yocto/4.8: Bump SRCREVs to v4.8 and add preempt-rt recipeCalifornia Sullivan
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>
2016-09-27libva-intel-driver: update 1.7.0 -> 1.7.2Jianxun Zhang
This change updates libva-intel-driver to 1.7.2 which is in Intel graphic stack 2016 Q3 release. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-27libva: update 1.7.0 -> 1.7.2Jianxun Zhang
This change updates libva to 1.7.2 which is in Intel graphic stack 2016 Q3 release. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-27intel-gpu-tools: update 1.14 -> 1.16Jianxun Zhang
This change updates intel-gpu-tools to 1.16 which is in Intel graphic stack 2016 Q3 release. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-23linux-yocto*: Fix LINUX_VERSION variablesCalifornia Sullivan
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>
2016-09-13linux-yocto-tiny*: Temporarily add ext4 supportCalifornia Sullivan
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>
2016-09-13linux-yocto: Add linux-yocto 4.8 recipesCalifornia Sullivan
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>
2016-09-13linux-yocto/4.1: Bump SRCREVs to v4.1.31 and add leafhill configsCalifornia Sullivan
>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>