summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: update mailing list addresswarriorAnuj Mittal2019-12-191-1/+1
| | | | | | | See: https://lists.yoctoproject.org/g/meta-intel/message/6271 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.14611.2-warrior-2.7.2Naveen Saini2019-12-031-3/+3
| | | | | | | Updates rt patchset to -rt67 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update to v4.14.152Naveen Saini2019-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tag 'v4.14.152': (97 commits) Linux 4.14.152 Revert "ALSA: hda: Flush interrupts on disabling" ALSA: timer: Fix mutex deadlock at releasing card ALSA: timer: Simplify error path in snd_timer_open() xfs: Correctly invert xfs_buftarg LRU isolation logic sctp: not bind the socket in sctp_connect sctp: fix the issue that flags are ignored when using kernel_connect sch_netem: fix rcu splat in netem_enqueue() net: usb: sr9800: fix uninitialized local variable bonding: fix potential NULL deref in bond_update_slave_arr NFC: pn533: fix use-after-free and memleaks rxrpc: Fix call ref leak llc: fix sk_buff leak in llc_conn_service() llc: fix sk_buff leak in llc_sap_state_process() dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle rtlwifi: Fix potential overflow on P2P code arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default s390/idle: fix cpu idle time calculation s390/cmm: fix information leak in cmm_timeout_handler() nl80211: fix validation of mesh path nexthop ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update to v4.19.72Naveen Saini2019-12-031-3/+3
| | | | | | | | | Updates -rt patchset to -rt25. Also updated kmeta Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.80Naveen Saini2019-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag 'v4.19.80': (196 commits) Linux 4.19.80 media: intel-ipu4: ov495: frame description for 4 streams media: intel-ipu4: ov495: add frame description acrn/vhm: continue with the next VM if req_buf is NULL perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization PCI: vmd: Fix config addressing when using bus offsets x86/asm: Fix MWAITX C-state hint value hwmon: Fix HWMON_P_MIN_ALARM mask tracing: Get trace_array reference for available_tracers files ftrace: Get a reference counter for the trace_array on filter files tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency tracing/hwlat: Report total time spent in all NMIs during the sample arm64/sve: Fix wrong free for task->thread.sve_state media: stkwebcam: fix runtime PM after driver unbind Fix the locking in dcache_readdir() and friends arm64: topology: Use PPTT to determine if PE is a thread ACPI/PPTT: Add support for ACPI 6.3 thread flag ACPICA: ACPI 6.3: PPTT add additional fields in Processor Structure Flags MIPS: elf_hwcap: Export userspace ASEs MIPS: Disable Loongson MMI instructions for kernel build NFS: Fix O_DIRECT accounting of number of bytes read/written btrfs: fix uninitialized ret in ref-verify btrfs: fix incorrect updating of log root tree ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20191112 -> 20191115Anuj Mittal2019-12-031-1/+1
| | | | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20191115 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20190918 -> 20191112Anuj Mittal2019-12-031-1/+1
| | | | | | | | | For changes in this release, see: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20191112 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20190618 -> 20190918Anuj Mittal2019-12-031-1/+1
| | | | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/5ada2f32ed7d216e38823f1320358e4679941990/releasenote Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix microcode loading on newer kernelsYong, Jonathan2019-12-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | The /dev/microcode interface and microcode-ctl utility has been deprecated in favor of the new kernel /sys/devices/system/cpu/microcode/reload interface as documented in: https://github.com/torvalds/linux/blob/master/Documentation/x86/microcode.rst It expects the microcode binaries to be split out and loaded from /lib/firmware, eg: /lib/firmware/intel-ucode/06-01-01 /lib/firmware/intel-ucode/06-01-02 /lib/firmware/intel-ucode/06-01-06 /lib/firmware/intel-ucode/06-01-07 /lib/firmware/intel-ucode/06-01-09 ... This change does not affect the earlyfw cpio generated by inte-ucode. Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix upstream release checkingAnuj Mittal2019-12-031-0/+2
| | | | | | | | | There could be a character to signify minor changes for the same microcode at the end. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt: Allow the build of multiple kernel packagesyocto-2.7.2warrior-21.0.2Daniel Dragomir2019-10-222-2/+2
| | | | | | | | | | | | | | Support for multiple kernel packages was implemented upstream since commit 5b4aab6b40 ("kernel: Add support for multiple kernel packages"). Syncronize preempt-rt recipes with the upstream ones to allow other layes which inherit meta-intel to build multiple kernels in one build. More details about multiple kernels support: http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143535.html Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.139Naveen Saini2019-10-211-2/+2
| | | | | | | Updates rt patchset to -rt66 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update to v4.14.146Naveen Saini2019-10-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tag 'v4.14.146': (60 commits) Linux 4.14.146 media: technisat-usb2: break out of loop at end of buffer tcp: Don't dequeue SYN/FIN-segments from write-queue tcp: Reset send_head when removing skb from write-queue binfmt_elf: move brk out of mmap when doing direct loader exec floppy: fix usercopy direction PCI: kirin: Fix section mismatch warning iommu/amd: Fix race in increase_address_space() iommu/amd: Flush old domains in kdump kernel keys: Fix missing null pointer check in request_key_auth_describe() x86/hyper-v: Fix overflow bug in fill_gva_list() x86/uaccess: Don't leak the AC flags into __get_user() argument evaluation dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe() dmaengine: ti: dma-crossbar: Fix a memory leak bug net: seeq: Fix the function used to release some memory in an error handling path tools/power turbostat: fix buffer overrun tools/power x86_energy_perf_policy: Fix argument parsing tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2 amd-xgbe: Fix error path in xgbe_mod_init() perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.73Naveen Saini2019-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated kmeta tag 'v4.19.73': (247 commits) Linux 4.19.73 Merge "USB: Fix configuration selection issues introduced in v4.20.0" vhost: make sure log_num < in_num powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts powerpc/tm: Remove msr_tm_active() PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaround ext4: unsigned int compared against zero ext4: fix block validity checks for journal inodes using indirect blocks ext4: don't perform block validity checks on the journal inode drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors virtio/s390: fix race on airq_areas[] drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV bcache: fix race in btree_flush_write() bcache: add comments for mutex_lock(&b->write_lock) bcache: only clear BTREE_NODE_dirty bit when it is set NFSv4: Fix delegation state recovery iio: adc: gyroadc: fix uninitialized return code mm/migrate.c: initialize pud_entry in migrate_vma() i2c: at91: fix clk_offset for sama5d2 i2c: at91: disable TXRDY interrupt after sending data gpio: don't WARN() on NULL descs if gpiolib is disabled ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.68Naveen Saini2019-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated KMETA to have drm-bochs feature configurations. tag 'v4.19.68': (178 commits) Linux 4.19.68 mmc: sdhci-of-arasan: Do now show error message in case of deffered probe net/mlx5e: Use flow keys dissector to parse packets for ARFS net/mlx5e: Only support tx/rx pause setting for port owner xen/netback: Reset nr_frags before freeing skb tipc: initialise addr_trail_end when setting node addresses team: Add vlan tx offload to hw_enc_features sctp: fix the transport error_count check sctp: fix memleak in sctp_send_reset_streams net/packet: fix race in tpacket_snd() net/mlx4_en: fix a memory leak bug net: dsa: Check existence of .port_mdb_add callback before calling it bonding: Add vlan tx offload to hw_enc_features bnx2x: Fix VF's VLAN reconfiguration in reload. iommu/amd: Move iommu_init_pci() to .init section Input: psmouse - fix build error of multiple definition netfilter: conntrack: Use consistent ct id hash calculation arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side dm: disable DISCARD if the underlying storage no longer supports it drm/i915/cfl: Add a new CFL PCI ID. ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oeqa/runtime/microcode: Enable microcode update testYeoh Ee Peng2019-09-111-0/+36
| | | | | | | | | | | | With iucode-tool, identified the selected microcode to be used for microcode update by the specific processor. Compared the updated microcode from dmesg to the selected microcode, test failed if the updated microcode revision does not match the available selected microcode revision from the iucode-tool. Compute int from hexadecimal for comparison based on Naveen Kumar suggestion. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: document git-lfs package requirement for intel-mediasdkNaveen Saini2019-09-111-0/+11
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.134Naveen Saini2019-08-211-2/+2
| | | | | | | Updates rt patchset to -rt63 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.14: update to v4.14.138Naveen Saini2019-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes below CVE fixed: CVE-2019-14283 CVE-2019-14284 tag 'v4.14.138': (34 commits) Linux 4.14.138 spi: bcm2835: Fix 3-wire mode if DMA is enabled cgroup: Fix css_task_iter_advance_css_set() cset skip condition cgroup: css_task_iter_skip()'d iterators must be advanced before accessed cgroup: Include dying leaders with live threads in PROCS iterations cgroup: Implement css_task_iter_skip() cgroup: Call cgroup_release() before __exit_signal() bnx2x: Disable multi-cos feature. mvpp2: refactor MTU change code tun: mark small packets as owned by the tap sock net/mlx5e: Prevent encap flow counter update async to user query compat_ioctl: pppoe: fix PPPOEIOCSFWD handling tipc: compat: allow tipc commands without arguments NFC: nfcmrvl: fix gpio-handling regression net: sched: Fix a possible null-pointer dereference in dequeue_func() net: phylink: Fix flow control for fixed-link net/mlx5: Use reversed order when unregister devices net: fix ifindex collision during namespace removal net: bridge: mcast: don't delete permanent entries when fast leave is enabled net: bridge: delete local fdb on device init failure ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update to v4.19.59Naveen Saini2019-08-211-3/+3
| | | | | | | | | | | | | | | | Updates -rt patchset to -rt24. Also updates the meta revision to include changes: 960be421 intel-common-drivers: enable RANDOM_TRUST_CPU for Intel BSPs bc74ed4e features: add support for RANDOM_TRUST_CPU a52c1d35 security.cfg: unset HARDENED_USERCOPY_FALLBACK 772b96e0 kver: bump to v4.19.57 4c8cf83d scsi-debug: include core scsi support for standalone inclusion 3017e92f features/security: Add more kernel hardening fragments Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.62Naveen Saini2019-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.19.62 stable release This rlease has CVEs fixed: CVE-2019-14283 CVE-2019-14284 CVE-2019-13631 Linux 4.19.62 platform/x86: SEP BUG fix for lbrcollection platform/x86: SEP bug fix, use of undeclared var drm/i915/cfl: Add a new CFL PCI ID. net: sched: verify that q!=NULL before setting q->flags mm: vmscan: scan anonymous pages on file refaults KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested KVM: nVMX: do not use dangling shadow VMCS after guest reset ext4: allow directory holes ext4: use jbd2_inode dirty range scoping jbd2: introduce jbd2_inode dirty range scoping mm: add filemap_fdatawait_range_keep_errors() ext4: enforce the immutable flag on open files ext4: don't allow any modifications to an immutable file perf/core: Fix race between close() and fork() perf/core: Fix exclusive events' grouping MIPS: lb60: Fix pin mappings gpio: davinci: silence error prints in case of EPROBE_DEFER dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc dma-buf: balance refcount inbalance net: bridge: stp: don't cache eth dest pointer before skb pull net: bridge: don't cache ether dest pointer on input net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.57Anuj Mittal2019-08-211-3/+3
| | | | | | | | | | | | | | | Also updates the meta revision to include changes: 960be421 intel-common-drivers: enable RANDOM_TRUST_CPU for Intel BSPs bc74ed4e features: add support for RANDOM_TRUST_CPU a52c1d35 security.cfg: unset HARDENED_USERCOPY_FALLBACK 772b96e0 kver: bump to v4.19.57 4c8cf83d scsi-debug: include core scsi support for standalone inclusion 3017e92f features/security: Add more kernel hardening fragments Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.14: update to v4.14.133Naveen Saini2019-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes below CVE fixed: CVE-2019-13272 tag 'v4.14.133': (56 commits) Linux 4.14.133 stable/btrfs: fix backport bug in d819d97ea025 ("btrfs: honor path->skip_locking in backref code") dmaengine: imx-sdma: remove BD_INTR for channel0 MIPS: Add missing EHB in mtc0 -> mfc0 sequence. MIPS: Fix bounds check virt_addr_valid svcrdma: Ignore source port when computing DRC hash KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC KVM: x86: degrade WARN to pr_warn_ratelimited ARC: handle gcc generated __builtin_trap for older compiler tty: rocket: fix incorrect forward declaration of 'rp_init()' vhost: scsi: add weight support vhost: vsock: add weight support vhost_net: fix possible infinite loop vhost: introduce vhost_exceeds_weight() vhost_net: introduce vhost_exceeds_weight() vhost_net: use packet weight for rx handler, too vhost-net: set packet weight of tx polling to 2 * vq size btrfs: Ensure replaced device doesn't have pending chunk allocation mm/vmscan.c: prevent useless kswapd loops ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code() ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update to v4.19.50Naveen Saini2019-08-211-2/+2
| | | | | | | Updates -rt patchset to -rt22. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.12611.1-warrior-2.7.1Naveen Saini2019-07-051-2/+2
| | | | | | | Updates rt patchset to -rt62 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.115Naveen Saini2019-07-051-2/+2
| | | | | | | Updates rt patchset to -rt59 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update to v4.14.127Naveen Saini2019-07-051-2/+2
| | | | | | | | | | This release includes CVEs fixed: CVE-2019-11477 CVE-2019-11478 CVE-2019-11479 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.14: update to v4.14.123Naveen Saini2019-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux 4.14.123 tracker/lts2017/base: media: intel-ipu4: remove unused function and other build warnings media: intel-ipu4: ox03a10: Modify I2C bus ID and GPIO pin number media: intel-ipu4: ti960: split ti953 code media: intel-ipu4: ox03a10: add ficosa module media: intel-ipu4: pdata change for sensors connected via TI960 media: intel-ipu4: pdata for OV495 multiport isys & psys package lib2600b0 for commit-id 5efdf9c media: intel-ipu4: Fixing static code check issue media: intel-ipu4: ti960: ov495 frame sync setting x86/cpu: fix FAM6_ATOM naming x86/speculation/rdt_pseudo_lock: cpu name change Stable Linux tag v4.14.123 : (527 commits) NFS: Fix a double unlock from nfs_match,get_client vfio-ccw: Prevent quiesce function going into an infinite loop drm: Wake up next in drm_read() chain if we are forced to putback the event drm/drv: Hold ref on parent device during drm_device lifetime ASoC: davinci-mcasp: Fix clang warning without CONFIG_PM spi: Fix zero length xfer bug spi: rspi: Fix sequencer reset during initialization spi : spi-topcliff-pch: Fix to handle empty DMA buffers scsi: lpfc: Fix SLI3 commands being issued on SLI4 devices media: saa7146: avoid high stack usage with clang scsi: lpfc: Fix fc4type information for FDMI scsi: lpfc: Fix FDMI manufacturer attribute value media: vimc: zero the media_device on probe media: go7007: avoid clang frame overflow warning with KASAN media: vimc: stream: fix thread state before sleep media: m88ds3103: serialize reset messages in m88ds3103_set_frontend thunderbolt: Fix to check for kmemdup failure hwrng: omap - Set default quality dmaengine: tegra210-adma: use devm_clk_*() helpers ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update to v4.19.37Anuj Mittal2019-07-051-2/+2
| | | | | | Updates -rt patchset to -rt19. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: upgrade 4.5.3 -> 4.6.1Anuj Mittal2019-07-051-2/+2
| | | | | | Latest OOT driver release that supports kernel versions up to v5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: upgrade 5.5.5 -> 5.6.1Anuj Mittal2019-07-051-2/+2
| | | | | | Latest OOT driver release that supports kernel versions up to 5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-dev: remove branch name from SRC_URIAnuj Mittal2019-07-051-2/+1
| | | | | | | mainline-tracking is a rebasing tree and the tags might no longer be on a branch after an update. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.55Naveen Saini2019-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the 4.19.55 stable release and include CVEs fixed: CVE-2019-11477 CVE-2019-11478 CVE-2019-11479 tag 'v4.19.55': (264 commits) Linux 4.19.55 tcp: refine memory limit test in tcp_fragment() Linux 4.19.54 Abort file_remove_privs() for non-reg. files coredump: fix race condition between collapse_huge_page() and core dumping ocfs2: fix error path kobject memory leak mlxsw: spectrum: Prevent force of 56G scsi: libsas: delete sas port if expander discover failed scsi: scsi_dh_alua: Fix possible null-ptr-deref scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route() net: phy: dp83867: Set up RGMII TX delay net: phylink: ensure consistent phy interface mode net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs arm64: use the correct function type for __arm64_sys_ni_syscall arm64: use the correct function type in SYSCALL_DEFINE0 arm64: fix syscall_fn_t type KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list xenbus: Avoid deadlock during suspend due to open transactions ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20190514a -> 20190618Anuj Mittal2019-07-051-1/+1
| | | | | | | | For changes in this version, see: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/940d904b7272edd689a5f0eef9dee09c13746748/releasenote Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.50Anuj Mittal2019-07-051-3/+3
| | | | | | | Also includes a fix to silence -Wmissing-attributes warnings triggered for all the init/cleanup_module aliases in the kernel with gcc9. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: add recipe for lms 1921.0.0.0yocto-2.7.1warrior-21.0.1Alexander Usyskin2019-06-203-0/+75
| | | | | | | | | | This is a new release of Local Manageability Service. This open-source release deprecates unsupported lms7 and lms8. This recipe depends on ACE and MeTee library recipes. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metee: add new recipe for version 2.1.0Alexander Usyskin2019-06-201-0/+19
| | | | | | | | | | | Intel(R) ME TEE Library is the cross-platform access library for Intel(R) CSME HECI interface. Sources at: https://github.com/intel/metee To be used by LMS service. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ace: add recipe for 6.5.3 versionAlexander Usyskin2019-06-203-0/+160
| | | | | | | | | | The ADAPTIVE Communication Environment library. Sources: http://download.dre.vanderbilt.edu/ To be used by LMS service. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade to 20190514aAnuj Mittal2019-05-303-247/+36
| | | | | | | | Include the microcode from caveats as well since all kernels supported have those patches. Also point to the new git repo and corrected license. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.19: update to v4.19.40Naveen Saini2019-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update has CVEs fixed CVE-2019-5489 CVE-2018-20669 Merge "[keystore] Change keystore applets store path" into base Linux 4.19.40 ath10k: Drop WARN_ON()s that always trigger during system resume ALSA: line6: use dynamic buffers KVM: nVMX: Fix size checks in vmx_set_nested_state KVM: x86: Whitelist port 0x7e for pre-incrementing %rip net/tls: fix copy to fragments in reencrypt net/tls: don't copy negative amounts of data in reencrypt bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt(). bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one() bnxt_en: Improve multicast address setup logic. packet: validate msg_namelen in send directly selftests: fib_rule_tests: print the result and return 1 if any tests failed sctp: avoid running the sctp state machine recursively rxrpc: Fix net namespace cleanup net/tls: avoid NULL pointer deref on nskb->sk in fallback net: phy: marvell: Fix buffer overrun with stats counters net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() l2ip: fix possible use-after-free ipv6: invert flowlabel sharing check in process and user mode ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lttng-modules: add bbappend11.0-warrior-2.7Naveen Saini2019-05-226-0/+481
| | | | | | | | | | Backport patches from upstream to fix build errors when building with kernel v5.1. These patches are backported from stable branch. The code v5.1 is protected by ifdefs so v4.19 works as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: Updated Tested Hardwaresangeeta jain2019-05-211-1/+2
| | | | | | | | | Target Test devices for test coverage are updated for intel-corei7-64 architecture Removed Minnowboard Turbot Added NUC7i7BNH and Coffee Lake-H Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-dev: add recipeNaveen Saini2019-05-211-0/+35
| | | | | | | | | | | | Builds base from mainline-tracking production kernel. In addition to intel-common kernel configs from yocto-kernel-cache, this also includes security.scc feature which enables a set of configs with the aim of reducing the kernel attack surface and/or of performing additional checks and validation of commonly used structures in kernel. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: update to warrior branch for OE-CoreAnuj Mittal2019-05-131-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: remove reference to bitbake versionAnuj Mittal2019-05-131-1/+0
| | | | | | That should be handled and dicatated by the core layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update meta SRCREVs to v4.19.31Naveen Saini2019-05-131-3/+3
| | | | | | | Updates rt patchset to -rt18. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: use zlib-intel by default for target buildsRoss Burton2019-05-061-0/+6
| | | | | | | | Don't change native or nativesdk so that builds using both meta-intel and other machines can share native sstate. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: add zlib fork with IA-specific optimisationsRoss Burton2019-05-061-0/+16
| | | | | | | | | | | | This fork of zlib has a number of IA-specific improvements and is noticably faster when running on Intel hardware. As this is a relatively minor fork of zlib, include the oe-core recipe and override where appropriate. This ensures that we still generate the ptest package for example. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: update for warrior release requirementsNaveen Saini2019-05-031-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto-rt/5.0: add bbappendNaveen Saini2019-05-031-0/+1
| | | | | | | Add meta-intel-compat-kernel.inc which sets the necessary fields. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>