All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Berton <fabio.berton@ossystems.com.br>
To: meta-freescale@yoctoproject.org
Subject: [PATCH 2/3] linux-fslc: Bump version 4.9 to revision 8f876e153b25
Date: Fri, 25 Aug 2017 16:06:31 -0300	[thread overview]
Message-ID: <20170825190632.21938-2-fabio.berton@ossystems.com.br> (raw)
In-Reply-To: <20170825190632.21938-1-fabio.berton@ossystems.com.br>

This commit merge tag v4.9.44 into 4.9.x+fslc and apply the
following changes on top of it:

    - eea1ec08f8a5 MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression
    - 5e5a51045532 pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
    - 8cbc0b49ca8d pinctrl: samsung: Remove bogus irq_[un]mask from resource management
    - 8495ab6ef94a pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD20
    - f642d29c2388 pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD11
    - 877fe62863d0 pinctrl: intel: merrifield: Correct UART pin lists
    - 7b6fff65ecf9 pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
    - a68978bb949a pnfs/blocklayout: require 64-bit sector_t
    - eda1b3d42fad iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
    - 4cae4a23d9a4 usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
    - f4bbed570aef usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
    - 42d65cc89a23 usb: core: unlink urbs from the tail of the endpoint's urb_list
    - 7c2beb1c4432 USB: Check for dropped connection before switching to full speed
    - 7f737f10c1ee usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
    - 2db03a7fa0dd usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
    - a09ecc9345b6 uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
    - b189f8eb2715 staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
    - bbae08213e6e iio: light: tsl2563: use correct event code
    - 1ca3869234d3 iio: accel: bmc150: Always restore device to normal mode after suspend-resume
    - c5347390e57a staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
    - 199a3f26e9d8 USB: hcd: Mark secondary HCD as dead if the primary one died
    - 821ccbe2937e usb: musb: fix tx fifo flush handling again
    - 4fd8c366acac USB: serial: pl2303: add new ATEN device id
    - 566516401501 USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
    - e27f58cd130b USB: serial: option: add D-Link DWM-222 device ID
    - 2b3bf207b2a2 drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
    - 4381e2c30008 drm/etnaviv: Fix off-by-one error in reloc checking
    - 00f3c2a253f7 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
    - 0a205d8145c2 mmc: mmc: correct the logic for setting HS400ES signal voltage
    - 160c365b5879 nand: fix wrong default oob layout for small pages using soft ecc
    - 227559e6233c fuse: initialize the flock flag in fuse_file on allocation
    - 1da30c23b63b target: Fix node_acl demo-mode + uncached dynamic shutdown regression
    - b51a71635576 iscsi-target: Fix iscsi_np reset hung task during parallel delete
    - e6a0599b7464 iscsi-target: fix memory leak in iscsit_setup_text_cmd()
    - ced271b814e4 mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
    - a311810903c7 xtensa: don't limit csum_partial export by CONFIG_NET
    - a3ab0f069f46 xtensa: mm/cache: add missing EXPORT_SYMBOLs
    - 03973c57e1a2 xtensa: fix cache aliasing handling code for WT cache
    - 0041042de554 futex: Remove unnecessary warning from get_futex_key
    - e2286916ac07 mm: fix list corruptions on shmem shrinklist
    - b56cd77c1205 mm: ratelimit PFNs busy info message

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-kernel/linux/linux-fslc_4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-fslc_4.9.bb b/recipes-kernel/linux/linux-fslc_4.9.bb
index 5e2f0a9a..d9c375aa 100644
--- a/recipes-kernel/linux/linux-fslc_4.9.bb
+++ b/recipes-kernel/linux/linux-fslc_4.9.bb
@@ -12,6 +12,6 @@ include linux-fslc.inc
 PV = "4.9+git${SRCPV}"
 
 SRCBRANCH = "4.9.x+fslc"
-SRCREV = "836377e3825c9001cc8fee2f8bc2aacae003f1ca"
+SRCREV = "8f876e153b255daeb60833296d5ab213537f36a1"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"
-- 
2.11.0



  reply	other threads:[~2017-08-25 19:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25 19:06 [PATCH 1/3] linux-fslc: Remove recipe for version 4.4 Fabio Berton
2017-08-25 19:06 ` Fabio Berton [this message]
2017-08-25 19:06 ` [PATCH 3/3] linux-fslc: Add recipe for version 4.13 Fabio Berton
2017-08-28  8:04   ` Gary Bisson
2017-08-28 10:41     ` Otavio Salvador
2017-08-28 11:48       ` Fabio Berton
2017-08-28 14:24 [PATCH 1/3] linux-fslc: Remove recipe for version 4.4 Fabio Berton
2017-08-28 14:24 ` [PATCH 2/3] linux-fslc: Bump version 4.9 to revision 8f876e153b25 Fabio Berton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170825190632.21938-2-fabio.berton@ossystems.com.br \
    --to=fabio.berton@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.