summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-11-22galileodisk: Change timeout to 1 second6.0-morty-2.2Saul Wold
This allows for more editable commandline Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-22galileodisk-sd.wks: Add rootwaitSaul Wold
Adding rootwait to the kernel params in order to handle the fact that 4.8 boots faster and older SD cards are not ready in time for the kernel to correctly mount. [YOCTO #10709] 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-10conf/machine/intel-core*: Change WKS_FILE to systemd-bootdisk-uuidCalifornia Sullivan
Overriding systemd-bootdisk.wks unconditionally was against Yocto Project's compatibility requirements, so our version needed to be renamed. Change our conf files to use the renamed version. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-10systemd-bootdisk.wks: Rename to systemd-bootdisk-uuid.wksSaul Wold
This change is required because it was unconditionally overriding the OE-Core systemd-boot.wks which is against the Yocto Project compatible requirements. This is also temporary for morty and will be removed from master once the OE-Core version is corrected [YOCTO #10610] 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-02meta-intel.inc: Add MACHINEOVERRIDE for meta-intelSaul Wold
This allows to have one override mechansim for meta-intel instead of having multiple machine overrides. This replaces using rmc in DISTRO_FEATURES which was a bad idea to set in layer. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02meta-intel.inc: remove setting rmc in DISTRO_FEATURESSaul Wold
We should not be changing DISTRO_FEATUES within a layer. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-02layer.conf: Remove BBMASK'ing itemsSaul Wold
Having BBMASKS and DISTRO_FEATURES causes issue with sstate in certain situations 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-02intel-corei7-64: Use SERIAL_CONSOLES to add ttyS2Saul Wold
Some Intel boards use ttyS0 and others use ttyS2, include both serial ports inorder to provide login prompts on the console. 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-01systemd-bootdisk: Add WKS file with uuid supportSaul Wold
Temporarily add a wks file to support systemd-boot with uuid, this patch is already pending for OE-Core, but did not make the 2.2 release, by adding this here, it can support both USB and SD devices. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-01quark: use UUID for rootfsJianxun Zhang
Port the change http://lists.openembedded.org/pipermail/ openembedded-core/2016-October/127948.html into wks files in meta-intel. Note: This patch has not been on OE master branch at this point. Original commit message: ---------------------------------- systemd-bootdisk.wks: use PARTUUID Root device name in systemd-bootdisk.wks is 'sda'. This can cause images, produced using this wks to refuse booting if real device name is not 'sda'. For example, when booting MinnowBoard MAX from MicroSD card the boot process stucks with this message on the boot console output: Waiting for root device /dev/sda2... This happens because real device name of MicroSD card on this device is mmcblk1. Used --use-uuid option for root partition. This should make wic to put partition UUID instead of device name into kernel command line. [YOCTO #10485] Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com> ---------------------------------- Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.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-11-01quark: amend EFI Bootloader optionJianxun Zhang
We cannot override the current EFI bootloader selection with another "EFI_PROVIDER=..." in a local.conf in a build/conf directory when it is specified by "=" syntax in the current conf file for quark. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-01README: Provide information for how to live-boot quark with hddimgJianxun Zhang
This change adds the procedure to boot quark with images in hddimg format. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-01quark: explicitly set boot entry in bootloaderJianxun Zhang
This is to get rid of "install" option when booting quark with an image in hddimg format. EFI installer doesn't work on quark at this point. 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-20meta-intel: Enable RMC by defaultSaul Wold
This enables the Runtime Machine Configuration feature, which allows use to support multiple machines that have different kernel commandline option as well as different startup requirements to work from the base MACHINE configuration. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18meta-isg: Update the MAINTAINERS file for removed BSP layerRahul Kumar Gupta
Remove the maintainer name for meta-crystalforest from the maintainer list, since this layer is removed from meta-intel. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-18meta-isg: meta-crystalforest: remove BSP layerRahul Kumar Gupta
The meta-crystalforest BSP layer has removed. The plan is to consolidate all Intel SoC BSP into intel common BSP. Since Intel Common BSP can support all features provided by meta-crystalforest with default kernel version, So this layer can be retired from master. The kernel cmdline option: acpi_enforce_resources=lax was added before in this BSP to support QAT software, which is no more required. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@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-17meta-isg: dpdk: fix build with kernel v4.8Rahul Kumar Gupta
Backported fixes from upstream dpdk sources to ensure dpdk 16.07 compiles against kernel 4.8. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-17intel-quark: Add WIC image creationSaul Wold
This adds WIC Image support to the Quark Intel BSPs, these are all designed to be copied to MicroSD Cards via dd. This will create an efi boot partition along with a user space partition. It is not currently setup to have an install target, it only has a live boot target. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-10-17intel-core*: Add support for wic imagesSaul Wold
This adds WIC Image support to the core2 and corei7 Intel BSPs, these are all designed to be copied to USB sticks via dd. This will create an efi boot partition along with a user space partition. It is not currently setup to have an install target, it only has a live boot target. 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-15meta-intel.inc: Bump PREFERRED_VERSION_linux-yocto to 4.8California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-15meta-intel.inc: Soft set PREFERRED_PROVIDER_virtual/kernelCalifornia Sullivan
This makes it easier for others inheriting meta-intel to use their own kernel. 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>
2016-09-13linux-yocto/4.4: Bump SRCREVs from v4.4.18 to v4.4.20California Sullivan
>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>
2016-09-08meta-isg/dpdk: Update v16.04 -> v16.07Rahul Kumar Gupta
Update the dpdk recipe from v16.04 to v16.07. Renamed and modified the patches: dpdk-16.04-add-sysroot-option-within-app-makefile.patch dpdk-16.04-dpdk-fix-installation-warning-and-issue.patch accordingly since these patches don't apply cleanly on top of dpdk v16.07. Fixed compilation by adding examples/ethtool/lib directory in DEPDIRS-y and by adding lib path in LDLIBS. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>