[linux-yocto] [PATCH 4/4] pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support

2018-01-25 Thread Liwei Song
Signed-off-by: Mika Westerberg Signed-off-by: Linus Walleij Signed-off-by: Liwei Song --- drivers/pinctrl/intel/pinctrl-cannonlake.c | 424 - 1 file changed, 423 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/intel/pinctrl-cannonlake.c b/drivers/pinctrl/intel

[linux-yocto] [PATCH 2/4] pinctrl: intel: Make it possible to specify mode per pin in a group

2018-01-25 Thread Liwei Song
: Mika Westerberg Reviewed-by: Andy Shevchenko Signed-off-by: Linus Walleij Signed-off-by: Liwei Song --- drivers/pinctrl/intel/pinctrl-intel.c | 6 +- drivers/pinctrl/intel/pinctrl-intel.h | 28 +--- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a

Re: [linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-02-01 Thread Liwei Song
ping... On 01/26/2018 09:55 AM, Liwei Song wrote: > Hi Bruce, > > These patches include a kernel-cache patch to enable kernel option > CONFIG_PINCTRL_CANNONLAKE. > Other patches are upstream patches to enable Cannon Lake PCH gpio support. > Please review and merge them. &g

[linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Liwei Song
Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Thanks, Liwei. Mikulas Patocka (1): brd: remove unused brd_mutex Shu Wang (1): audit: fix memleak in auditd_send_unicast_skb. drivers/block/brd.c | 1 - kernel/audit.c |

[linux-yocto] [yocto-4.12][PATCH 1/2] audit: fix memleak in auditd_send_unicast_skb.

2018-03-01 Thread Liwei Song
LL_64_fastpath+0x1a/0xa5 [] 0x Signed-off-by: Shu Wang Signed-off-by: Paul Moore Signed-off-by: Liwei Song --- kernel/audit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/audit.c b/kernel/audit.c index 4b7d49868ce1..7df61bee61ee 100644 --- a/kernel/audit.c +++ b/

[linux-yocto] [yocto-4.12][PATCH 2/2] brd: remove unused brd_mutex

2018-03-01 Thread Liwei Song
From: Mikulas Patocka commit 15f7b41f70ddcca3b555bd0fdc7c8da7466b517e upstream. Remove unused mutex brd_mutex. It is unused since the commit ff26956875c2 ("brd: remove support for BLKFLSBUF"). Signed-off-by: Mikulas Patocka Signed-off-by: Jens Axboe Signed-off-by: Liwei Song --

[linux-yocto] [PATCH] Fix kernel warnning on cfl-s(KBL PCH) board

2018-03-05 Thread Liwei Song
Backport an upstream patch, fix the following kernel warnning on CoffeeLake + KabyLake PCH board: [3.689176] WARN_ON(!((dev_priv)->info.platform == INTEL_SKYLAKE) && !((dev_priv)->info.platform == INTEL_KABYLAKE)) [3.689191] [ cut here ] [3.690301] WARNING: CPU

[linux-yocto] [PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
/20170821235056.9015-1-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 19ffb3439fa9..bb7a4d92db60 100644 --- a/drivers/gpu/drm/i915

Re: [linux-yocto] [4.12][PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
For linux-yocto-4.12 Thanks, Liwei. On 03/05/2018 04:53 PM, Liwei Song wrote: > From: Rodrigo Vivi > > commit eb371933cf4d3495d0899880b2e0e252ce9db517 upstream. > > Coffee Lake CPU on Kaby Lake PCH is possible. > It does exist, and it does work. > > The only missed ca

[linux-yocto] [4.12][PATCH 0/1] fix S4 hang when restore system

2018-03-09 Thread Liwei Song
Backport an upstream patch to fix S4 failed issue when restore system, Test can passed on CoffeeLake and NUC board with this patch. Andy Lutomirski (1): x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 arch/x86/power/hibernate_64.c | 21 - 1 file changed, 20 ins

[linux-yocto] [4.12][PATCH 1/1] x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3

2018-03-09 Thread Liwei Song
From: Andy Lutomirski commit f34902c5c6c08024371202a680ce69f2d488776d upstream. Jiri reported a resume-from-hibernation failure triggered by PCID. The root cause appears to be rather odd. The hibernation asm restores a CR3 value that comes from the image header. If the image kernel has PCID on

[linux-yocto] [4.12][PATCH 00/20] Add intel-pmc-core and ish support for CoffeeLake board

2018-03-22 Thread Liwei Song
Hi Bruce, These series patches use to add Intel PMC core and Intel ISH support on CoffeeLake board. All patches backported from upstream. It also include one kernel-cache patch which used to enable CONFIG_INTEL_PMC_CORE for intel-pmc-core driver. Thanks, Liwei. Liwei Song (1): features

[linux-yocto] [4.12][PATCH 02/19] HID: intel-ish-hid: Enable Gemini Lake ish driver

2018-03-22 Thread Liwei Song
From: Song Hongyan commit 1694130910cd654a9215fbc0244975e3cf208fc1 upstream. Added PCI ID for Gemini Lake ISH. Signed-off-by: Song Hongyan Acked-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid

[linux-yocto] [4.12][PATCH 03/19] HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop

2018-03-22 Thread Liwei Song
From: Srinivas Pandruvada commit 7103f6b23392c0a57ceba7915f72fa7bf11d2a90 upstream. Added PCI ID for Cannon Lake and Coffee Lake laptop/desktop skews. Signed-off-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1

[linux-yocto] [4.12][PATCH 04/19] platform/x86: intel_pmc_core: Make the driver PCH family agnostic

2018-03-22 Thread Liwei Song
additions to new PCH and create a baseline for other platform specific extensions. Signed-off-by: Srinivas Pandruvada Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 31 +-- drivers/platform/x86/intel_pmc_core.h | 30

[linux-yocto] [kernel-cache 4.12][PATCH] features/intel-pmc: add Intel pmc core support

2018-03-22 Thread Liwei Song
Add PMC Driver support for Intel Core SoC. Signed-off-by: Liwei Song --- features/intel-pmc/intel-pmc-core.cfg | 1 + features/intel-pmc/intel-pmc-core.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/intel-pmc/intel-pmc-core.cfg create mode 100644 features/intel-pmc

[linux-yocto] [4.12][PATCH 01/19] HID: intel-ish-hid: Enable Cannon Lake ish driver

2018-03-22 Thread Liwei Song
From: Song Hongyan commit 1e3b74a2f844c3fcd8b3206178b8c6524aa34d05 upstream. Added PCI ID for Cannon Lake ISH. Signed-off-by: Song Hongyan Acked-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid

[linux-yocto] [4.12][PATCH 05/19] platform/x86: intel_pmc_core: Remove unused EXPORTED API

2018-03-22 Thread Liwei Song
failsafe framework in mainline. Cc: Derek Basehore Cc: Rajat Jain Link: https://patchwork.kernel.org/patch/9831229/ Suggested-by: Andriy Shevchenko Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers

[linux-yocto] [4.12][PATCH 06/19] platform/x86: intel_pmc_core: Remove unused variable

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 8c9180dd2c2a5f1356121cd87b373d9881b41c65 upstream. base_address field is redundant and unused in the driver so get rid of it. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song

[linux-yocto] [4.12][PATCH 07/19] platform/x86: intel_pmc_core: Fix kernel doc for pmc_dev

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 7fc658923a599f3ad68dbccec59b6631c6352455 upstream. Fix invalid field information and add missing fields in kernel doc comments. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song

[linux-yocto] [4.12][PATCH 08/19] platform/x86: intel_pmc_core: Change driver to a module

2018-03-22 Thread Liwei Song
: Liwei Song --- drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/intel_pmc_core.c | 15 +-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 8489020ecf44..928143325dcd 100644 --- a/drivers

[linux-yocto] [4.12][PATCH 09/19] platform/x86: intel_pmc_core: Fix file permission warnings

2018-03-22 Thread Liwei Song
ivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platf

[linux-yocto] [4.12][PATCH 11/19] platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration

2018-03-22 Thread Liwei Song
dation for future SoC support. Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Srinivas Pandruvada Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 89 --- drivers/platform/x86/intel_pmc_core.h | 3 +- 2 fil

[linux-yocto] [4.12][PATCH 10/19] platform/x86: intel_pmc_core: Refactor debugfs entries

2018-03-22 Thread Liwei Song
production system. This will help to add future platform support where we can't support these entries. Suggested-by: Andy Shevchenko Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_

[linux-yocto] [4.12][PATCH 12/19] platform/x86: intel_pmc_core: Convert to ICPU macro

2018-03-22 Thread Liwei Song
Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index e3b98fcceb57..f971ca1a6ed2 100644 --- a/drivers/platform/x86

[linux-yocto] [4.12][PATCH 18/19] ACPI / LPIT: Export lpit_read_residency_count_address()

2018-03-22 Thread Liwei Song
: Liwei Song --- drivers/acpi/acpi_lpit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/acpi_lpit.c b/drivers/acpi/acpi_lpit.c index e94e478dd18b..cf4fc0161164 100644 --- a/drivers/acpi/acpi_lpit.c +++ b/drivers/acpi/acpi_lpit.c @@ -100,6 +100,7 @@ int

[linux-yocto] [4.12][PATCH 16/19] platform/x86: intel_pmc_core: Special case for Coffeelake

2018-03-22 Thread Liwei Song
-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 14 ++ drivers/platform/x86/intel_pmc_core.h | 2 ++ 2 files changed, 16 insertions(+) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform

[linux-yocto] [4.12][PATCH 13/19] platform/x86: intel_pmc_core: Remove unused header file

2018-03-22 Thread Liwei Song
are the EXPORTED API 'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the same. Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- arch/x86/include/asm/pmc_core.h | 27 --- drivers/platform/x86/intel_pmc_

[linux-yocto] [4.12][PATCH 17/19] ACPI / LPIT: Add Low Power Idle Table (LPIT) support

2018-03-22 Thread Liwei Song
ned-off-by: Srinivas Pandruvada Signed-off-by: Rafael J. Wysocki Signed-off-by: Liwei Song --- Documentation/acpi/lpit.txt | 25 +++ drivers/acpi/Kconfig| 5 ++ drivers/acpi/Makefile | 1 + drivers/acpi/acpi_lpit.c| 162 dri

[linux-yocto] [4.12][PATCH 14/19] platform/x86: intel_pmc_core: Read base address from LPIT

2018-03-22 Thread Liwei Song
: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index 5c401e17cfb6..bb80aed4c3c1 100644 --- a/drivers

[linux-yocto] [4.12][PATCH 15/19] platform/x86: intel_pmc_core: Add CannonLake PCH support

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 291101f6a73566f5d1ab597784288c5bc85906fd upstream. This adds support for Cannonlake PCH which is used by Cannonlake and Coffeelake SoCs. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei

[linux-yocto] [4.12][PATCH 19/19] x86/cpu: Add Cannonlake to Intel family

2018-03-22 Thread Liwei Song
d-by: Tony Luck Signed-off-by: Megha Dey Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- arch/x86/include/asm/intel-family.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/inte

[linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

2018-04-03 Thread Liwei Song
From: Mika Westerberg commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream. Add Intel Cannon Lake PCH-H PCI ID to the list of supported controllers. Signed-off-by: Mika Westerberg Signed-off-by: Tejun Heo Cc: sta...@vger.kernel.org Signed-off-by: Liwei Song --- drivers/ata/ahci.c | 1

[linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Liwei Song
support for WDAT hardware watchdog) Cc: 4.9+ # 4.9+ Signed-off-by: Takashi Iwai Acked-by: Mika Westerberg Acked-by: Guenter Roeck Signed-off-by: Rafael J. Wysocki Signed-off-by: Liwei Song --- drivers/acpi/acpi_watchdog.c | 4 ++-- drivers/watchdog/wdat_wdt.c | 2 +- 2 files changed, 3

[linux-yocto] [4.12][PATCH] ALSA: hda - Skip jack and others for non-existing PCM streams

2018-05-12 Thread Liwei Song
igned. Fixes: 9152085defb6 ("ALSA: hda - add DP MST audio support") Cc: Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_hdmi.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/pat

[linux-yocto] [4.12][PATCH 0/4] Add perf support for Goldmont

2018-06-04 Thread Liwei Song
These four patches anble perf support for Goldmont, and fix an bug when run "perf record -e cycles,intel_pt//u -b -- sleep 1" Error: PMU Hardware doesn't support sampling/overflow-interrupts. All patches upstream. Thanks, Liwei. Andi Kleen (1): perf vendor events intel: Update Goldmont event

[linux-yocto] [4.12][PATCH 3/4] perf intel-pt: Always set no branch for dummy event

2018-06-04 Thread Liwei Song
h for dummy event in Intel PT. Signed-off-by: Kan Liang Acked-by: Jiri Olsa Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Andi Kleen Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170630141656.1626-2-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song ---

[linux-yocto] [4.12][PATCH 2/4] perf intel-pt: Set no_aux_samples for the tracking event

2018-06-04 Thread Liwei Song
-by: Jiri Olsa Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Andi Kleen Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170630141656.1626-1-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- tools/perf/arch/x86/util/intel-pt.c | 1 + 1 file changed

[linux-yocto] [4.12][PATCH 1/4] perf vendor events: Add Goldmont Plus V1 event file

2018-06-04 Thread Liwei Song
...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- .../pmu-events/arch/x86/goldmontplus/cache.json| 1453 .../pmu-events/arch/x86/goldmontplus/frontend.json | 62 + .../pmu-events/arch/x86/goldmontplus/memory.json | 38 + .../pmu-events/arch

[linux-yocto] [4.12][PATCH 0/4] Add audio support for glk

2018-06-06 Thread Liwei Song
These 4 upstream patches can make audio device on Geminilake work well. Thanks, Liwei. Gaurav K Singh (1): drm/i915/audio: Fix audio detection issue on GLK Pradeep Tewani (2): ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI ASoC: Intel: board: Add Geminilake platform support Subh

[linux-yocto] [4.12][PATCH 2/4] ALSA: hda - Add hdmi id for a Geminilake variant

2018-06-06 Thread Liwei Song
kashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_hdmi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 4a0a4dbda3cd..9768d0d602f2 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/pa

[linux-yocto] [4.12][PATCH 3/4] ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI

2018-06-06 Thread Liwei Song
-by: Liwei Song --- sound/soc/codecs/hdac_hdmi.c | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index bc2e74ff3b2d..eb3ed8c5ed30 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b

[linux-yocto] [4.12][PATCH 4/4] ASoC: Intel: board: Add Geminilake platform support

2018-06-06 Thread Liwei Song
: Liwei Song --- sound/soc/intel/boards/bxt_rt298.c | 84 -- 1 file changed, 81 insertions(+), 3 deletions(-) diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c index 1a68d043c803..cc3e2733765d 100644 --- a/sound/soc/intel/boards

[linux-yocto] [4.12][PATCH 1/4] drm/i915/audio: Fix audio detection issue on GLK

2018-06-06 Thread Liwei Song
en Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c index b6a0d39d81be..96fa2c0e7345 100644 --- a/drivers/gpu/drm/i915/intel_audio.c +++ b/d

[linux-yocto] [PATCH 2/3] cfg/efi.cfg: built-in CONFIG_EFIVAR_FS to support Intel VROC

2019-03-20 Thread Liwei Song
kernel can aviod the timing problem and make mdadm work well. Signed-off-by: Liwei Song --- cfg/efi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/efi.cfg b/cfg/efi.cfg index 33753ccb5806..ff5d680f753a 100644 --- a/cfg/efi.cfg +++ b/cfg/efi.cfg @@ -7,4 +7,4 @@ CONFIG_ACPI

[linux-yocto] [PATCH 3/3] intel-x86: add Intel VMD support

2019-03-20 Thread Liwei Song
Enable CONFIG_VMD=y to support Intel VMD and VROC feature. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86-64.scc | 1 + features/intel-vmd/intel-vmd.cfg | 1 + features/intel-vmd/intel-vmd.scc | 4 3 files changed, 6 insertions(+) create mode 100644 features/intel-vmd/intel

[linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-03-20 Thread Liwei Song
Hi Bruce, These three patches used to built-in nvme driver and efivarfs driver to kernel to make boot from Intel Virtual disk work. Also enable CONFIG_VMD kernel configuration Aim at master branch. Thanks, Liwei. Liwei Song (3): intel-x86: built-in nvme driver to support boot from nvme disk

[linux-yocto] [PATCH 1/3] intel-x86: built-in nvme driver to support boot from nvme disk

2019-03-20 Thread Liwei Song
change CONFIG_BLK_DEV_NVME=m to CONFIG_BLK_DEV_NVME=y to build-in nvme driver to kernel to support boot from nvme disk. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel

Re: [linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-04-15 Thread Liwei Song
Hi Bruce, Could you also help apply these three patches to yocto-kernel-cache yocto-5.0 branch. I missed this branch. Thanks, Liwei. On 03/21/2019 11:41 AM, Liwei Song wrote: > Hi Bruce, > > These three patches used to built-in nvme driver and efivarfs driver to kernel > to ma

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] linux-yocto: fix compile warning from gen-insn-attr-x86.awk

2019-04-17 Thread Liwei Song
k can fix it. Fixes: 8b4581d0f5a7 ("linux-yocto: Handle /bin/awk issues") Signed-off-by: Liwei Song --- tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk b/tools/objtoo

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-28 Thread Liwei Song
IRB allocation") so here simply check the value of RIRB to avoid using NULL pointer. Fixes: 14752412721c ("ALSA: hda - Add the controller helper codes to hda-core module") Signed-off-by: Liwei Song --- sound/hda/hdac_controller.c | 3 +++ 1 file changed, 3 insertions(+) diff -

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-29 Thread Liwei Song
On 04/30/2019 03:38 AM, Bruce Ashfield wrote: > On Sun, Apr 28, 2019 at 4:42 AM Liwei Song wrote: > >> Fix the following BUG: >> >> > Is this also a bug in the mainline kernel ? If so, what's the resolution > for the issue there ? Yes, it is also exist

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-05-06 Thread Liwei Song
t; On Mon, Apr 29, 2019 at 11:38 PM Liwei Song > wrote: > >> >> >> On 04/30/2019 03:38 AM, Bruce Ashfield wrote: >>> On Sun, Apr 28, 2019 at 4:42 AM Liwei Song >> wrote: >>> >>>> Fix the following BUG: >>>> >>

[linux-yocto] [linux-yocto master v5.0/base][PATCH] ALSA: hda - Register irq handler after the chip initialization

2019-05-14 Thread Liwei Song
RIRB setup locally in the callee side. Reported-by: Liwei Song Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index e5c49003e75f..

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] genirq: invoke kthread_cancel_work_sync on RT kernel to aviod compile error

2019-05-23 Thread Liwei Song
should use kthread_cancel_work_sync() instead of cancel_work_sync() to fix it. Signed-off-by: Liwei Song --- kernel/irq/manage.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index f72bd3a357da..143f87bbff48 100644 --- a/kernel/irq/manage.c +++ b/kernel/ir

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-28 Thread Liwei Song
xc3/0xe0 __x64_sys_finit_module+0x1a/0x20 do_syscall_64+0x4d/0xf0 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7ff026d71ba9 Signed-off-by: Jiping Ma Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_request.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --gi

Re: [linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-29 Thread Liwei Song
x in this new -rt version. Thanks, Liwei. > > Bruce > > On Tue, May 28, 2019 at 11:56 PM Liwei Song wrote: >> >> From: Jiping Ma >> >> Use a local_irq_lock as a replacement for irq off regions. We keep >> the semantic of irq-off in regard to the pool

[linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-07-08 Thread Liwei Song
Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 and include it in intel-x86 bsp. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.scc | 1 + features/mgag200/mgag200.cfg | 1 + features/mgag200/mgag200.scc | 4 3 files changed, 6 insertions(+) create mode 100644

Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Liwei Song
Hi Bruce, It seems that this patch was missed by master branch, so does 5.2 branch also miss it. Could you help merge it to both master and yocto-5.2 branch? Thanks, Liwei. On 07/08/2019 04:22 PM, Liwei Song wrote: > Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 &g

[linux-yocto] [PATCH] ixgbe: initialize u64_stats_sync structures early at ixgbe_probe

2016-12-04 Thread Liwei Song
u64_stats_init function to driver probe stage, which before we get the status of seqcount and after the RX/TX ring was finished init. Signed-off-by: Liwei Song --- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet

[linux-yocto] [PATCH 1/8] EDAC, pnd2: Return proper error value from apl_rd_reg()

2017-09-19 Thread Liwei Song
Gustavo A. R. Silva Cc: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Link: http://lkml.kernel.org/r/2017060535.GA4896@embeddedgus [ Massage a bit. ] Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion

[linux-yocto] [PATCH 2/8] EDAC, pnd2: Make function sbi_send() static

2017-09-19 Thread Liwei Song
/20170623084855.9197-1-colin.k...@canonical.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index e1748d7e5190..407f239553f4 100644 --- a

[linux-yocto] [PATCH 4/8] EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake

2017-09-19 Thread Liwei Song
hehab Cc: Patrick Geary Cc: Qiuxu Zhuo Cc: linux-edac Link: http://lkml.kernel.org/r/20170803210536.5662-1-tony.l...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 88 1 file changed, 59 inser

[linux-yocto] [PATCH 3/8] EDAC, pnd2: Fix Apollo Lake DIMM detection

2017-09-19 Thread Liwei Song
-edac Link: http://lkml.kernel.org/r/20170628234407.21521-1-tony.l...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_e

[linux-yocto] [PATCH 0/8] update pnd2 edac feature to support DNV well

2017-09-19 Thread Liwei Song
Hi Bruce, These patches is for yocto kernel 4.12, all from upstream, It is use to update pnd2 EDAC feature, with these patches, EDAC can work well when enable "Relax Security Configuration" in BIOS on Denverton-NS SoC. Colin Ian King (1): EDAC, pnd2: Make function sbi_send() static Gustavo A.

[linux-yocto] [PATCH 5/8] EDAC, pnd2: Mask off the lower four bits of a BAR

2017-09-19 Thread Liwei Song
f a BAR. Signed-off-by: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Link: http://lkml.kernel.org/r/20170814154813.21619-1-qiuxu.z...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/p

[linux-yocto] [PATCH 7/8] EDAC, pnd2: Properly toggle hidden state for P2SB PCI device

2017-09-19 Thread Liwei Song
-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index 89cdd9a7a733..4395c84cdcbf 100644 --- a/drivers/edac/pnd2_edac.c +++ b/drivers

[linux-yocto] [PATCH 6/8] EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR

2017-09-19 Thread Liwei Song
presence state after reading BAR. Signed-off-by: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Cc: linux-...@vger.kernel.org Link: http://lkml.kernel.org/r/20170814154845.21663-1-qiuxu.z...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 11

[linux-yocto] [PATCH 8/8] i2c: i801: Restore the presence state of P2SB PCI device after reading BAR

2017-09-19 Thread Liwei Song
fore unhiding it for reading BAR and restore the presence state after reading BAR. Signed-off-by: Qiuxu Zhuo Reported-by: Yunying Sun Tested-by: Yunying Sun Reviewed-by: Mika Westerberg Signed-off-by: Wolfram Sang Signed-off-by: Liwei Song --- drivers/i2c/busses/i2c-i801.c | 12 ---

[linux-yocto] [PATCH] ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm

2017-10-24 Thread Liwei Song
: [1.651787] snd_hda_codec_hdmi: probe of hdaudioC0D0 failed with error -16 " This patch add invalid pcm number filter before calling hdmi_create_eld_ctl. Fixes: fb087eaaef72 ("ALSA: hda - hdmi eld control created based on pcm") Signed-off-by: Wang YanQing Signed-off-by: Takashi I

Re: [linux-yocto] [PATCH] ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm

2017-10-24 Thread Liwei Song
On 10/24/2017 11:01 PM, Bruce Ashfield wrote: > Thanks for the patch, but for which version is this targeted ? > 4.12 ? Yes, for 4.12 Liwei. > > Bruce > > On 10/24/2017 03:44 AM, Liwei Song wrote: >> From: Wang YanQing >> >> commit 1f7f51a63114b

[linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Enable the following kernel option to support Realtek PCI-E card reader on NUC7i7BNH/NCU7I5BNH: CONFIG_MFD_RTSX_PCI=m CONFIG_MMC_REALTEK_PCI=m Signed-off-by: Liwei Song --- features/mmc/mmc-realtek.cfg | 2 ++ features/mmc/mmc-realtek.scc | 4 2 files changed, 6 insertions(+) create mode

Re: [linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Hi Bruce, This patch is for yocto-4.12 branch. Thanks, Liwei. On 10/31/2017 10:30 AM, Liwei Song wrote: > Enable the following kernel option to support Realtek PCI-E card > reader on NUC7i7BNH/NCU7I5BNH: > CONFIG_MFD_RTSX_PCI=m > CONFIG_MMC_REALTEK_PCI=m > > Signed-

[linux-yocto] [linux-yocto-4.12][PATCH 1/6] iwlwifi: mvm: flush per station for DQA mode

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d49394a131060fda209ba91e903c9d6316db2e4d upstream. Avoid using the global flush and move to flush per station whenever possible in DQA mode. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm

[linux-yocto] [linux-yocto-4.12][PATCH 0/6] fix calltrace when run wpa_supplicant the second time

2017-11-13 Thread Liwei Song
6 upstream patches to fix a calltrace when run wpa_supplicant at the second time on NUC7i5BNH. "WARNING: CPU: 0 PID: 1089 at drivers/net/wireless/intel/iwlwifi/mvm/utils.c:786 iwl_mvm_disable_txq+0x2c0/0x360 [iwlmvm]" [ 116.076858] Call Trace: [ 116.077514] iwl_mvm_send_rm_bcast_sta+0x137/0x14

[linux-yocto] [linux-yocto-4.12][PATCH 3/6] iwlwifi: add wait for tx queue empty

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d6d517b7730c2dada199db83ebbc670c50fa9952 upstream. Now that we have 512 queues, add a wait for single TX queue to gen2. This replaces gen1 wait_tx_queues_empty, which was limited to 32 queues. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho Signed-off-by: Liwei

[linux-yocto] [linux-yocto-4.12][PATCH 2/6] iwlwifi: mvm: wait for the flushed queue only

2017-11-13 Thread Liwei Song
Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c index 8f129bccbced..3695d99d0c92 100644 --- a/drivers/net

[linux-yocto] [linux-yocto-4.12][PATCH 4/6] iwlwifi: mvm: add and use iwl_mvm_device_running()

2017-11-13 Thread Liwei Song
From: Johannes Berg commit aab6930d30d5176fe1ff38fe051a9fca2cac066d upstream. This will help refactor this later. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho [adjust patch for newer patch used before this one] Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm

[linux-yocto] [linux-yocto-4.12][PATCH 5/6] iwlwifi: mvm: avoid variable shadowing

2017-11-13 Thread Liwei Song
From: Johannes Berg commit a9c50726ce3279646e2e22314b0917455a3c5e86 upstream. Avoid one kind of symbol shadowing another in iwl_mvm_flush_sta() by renaming the function parameter. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless

[linux-yocto] [linux-yocto-4.12][PATCH 6/6] iwlwifi: mvm: support new flush API

2017-11-13 Thread Liwei Song
: Sara Sharon Signed-off-by: Mordechai Goodstein Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 19 ++-- drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tx.h | 14 +- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2

[linux-yocto] [yocto-kernel-cache][PATCH 0/3] fix kernel config build warning

2017-11-15 Thread Liwei Song
Patches are for yocto-4.12 branch These three patches fix some kernel configuration check warning when build it. Liwei Song (3): features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n features/dca/dca.cfg: fix

[linux-yocto] [yocto-kernel-cache][PATCH 3/3] features/dca/dca.cfg: fix CONFIG_IXGBE_DCA can not enble if build ixgbe in kernel

2017-11-15 Thread Liwei Song
value: To make CONFIG_IXGBE_DCA work, set CONFIG_DCA=y and CONFIG_INTEL_IOATDMA=y this also can aviod the check warning. Signed-off-by: Liwei Song --- features/dca/dca.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/dca/dca.cfg b/features/dca/dca.cfg index

[linux-yocto] [yocto-kernel-cache][PATCH 1/3] features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module

2017-11-15 Thread Liwei Song
=m Signed-off-by: Liwei Song --- features/tpm/tpm.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tpm/tpm.cfg b/features/tpm/tpm.cfg index 09ffc325e531..113f37c7a8fd 100644 --- a/features/tpm/tpm.cfg +++ b/features/tpm/tpm.cfg @@ -1,6 +1,6 @@ # Enable TPM devi

[linux-yocto] [yocto-kernel-cache][PATCH 2/3] features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n

2017-11-15 Thread Liwei Song
LT_ON=n Actual value: # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set Signed-off-by: Liwei Song --- features/iommu/iommu.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/iommu/iommu.cfg b/features/iommu/iommu.cfg index fd6ada0a8042..0a7ef562cc57 100644 --- a/features/iommu/iommu.cfg

[linux-yocto] [yocto-4.12][PATCH] ipv4: net namespace does not inherit network configurations

2017-11-27 Thread Liwei Song
between the net namespaces. So a new net namespace should not inherit network configurations from another net namespace including the host. CC: Hong Zhiguo CC: David S. Miller Signed-off-by: Zhu Yanjun Signed-off-by: yzhu1 Signed-off-by: Liwei Song --- net/ipv4/devinet.c | 29

[linux-yocto] [yocto-4.12][PATCH 1/1] iwlwifi: bump max FW API to 31

2017-12-03 Thread Liwei Song
From: Luca Coelho commit b7e94bab81dc9cba5269542b2da524fc749078af upstream. Bump the maximum accepted firmware API number for devices in the 8000, 9000 and A000 families. Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/iwl-8000.c | 4 ++-- drivers

Re: [linux-yocto] [yocto-4.12][PATCH] ipv4: net namespace does not inherit network configurations

2017-12-04 Thread Liwei Song
Hi Bruce, Could you help merge this patch to yocto-4.12? Thanks, Liwei. On 11/28/2017 09:33 AM, Liwei Song wrote: > From: yzhu1 > > patch from https://lkml.org/lkml/2014/7/29/119 > > Ipv4 net namespace requires a similar logic change as commit a79ca223e029 > [ipv

[linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-04 Thread Liwei Song
Set i915 as a moudle to trigger the firmware load at the same time the module is loaded. This can aviod i915 driver load rootfs's firmware before rootfs was mounted error. Signed-off-by: Liwei Song --- features/i915/i915.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Re: [linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-05 Thread Liwei Song
On 12/06/2017 06:26 AM, Bruce Ashfield wrote: > On 12/04/2017 08:16 PM, Liwei Song wrote: >> Set i915 as a moudle to trigger the firmware load > > typo: module > >> at the same time the module is loaded. >> >> This can aviod i915 driver load rootfs's fi

Re: [linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-06 Thread Liwei Song
On 12/06/2017 09:03 PM, Bruce Ashfield wrote: > On 12/05/2017 09:10 PM, Liwei Song wrote: >> >> >> On 12/06/2017 06:26 AM, Bruce Ashfield wrote: >>> On 12/04/2017 08:16 PM, Liwei Song wrote: >>>> Set i915 as a moudle to trigger the firmware load >>

[linux-yocto] [kernel-cache][yocto-4.12][V2][PATCH 1/1] features/i915/i915.cfg: compile i915 as a module

2017-12-06 Thread Liwei Song
/firmware/ can be load successful by i915 driver. Signed-off-by: Liwei Song --- features/i915/i915.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/i915/i915.cfg b/features/i915/i915.cfg index 6dcc60f2dfc7..60cb963e014b 100644 --- a/features/i915/i915.cfg +++ b/features

[linux-yocto] [yocto-4.12][PATCH 4/9] netfilter: move table iteration out of netns exit paths

2017-12-19 Thread Liwei Song
From: Florian Westphal commit 2c41f33c1b7030448212cdacd40e80796e347eac upstream. We only need to iterate & remove in case of module removal; for netns destruction all conntracks will be removed anyway. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei

[linux-yocto] [yocto-4.12][PATCH 0/9] fix three kinds of kmemleak

2017-12-19 Thread Liwei Song
Hi Bruce, These patches used to fix three kinds of kmemleak, all patches backport from upstream. kmemleak as following: unreferenced object 0x9ad6eb164b40 (size 256): comm "rdate", pid 971, jiffies 4294953569 (age 39.383s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 08 00 dd 9

[linux-yocto] [yocto-4.12][PATCH 5/9] netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup

2017-12-19 Thread Liwei Song
ratti Acked-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- net/netfilter/nf_conntrack_proto_dccp.c | 7 +++ net/netfilter/nf_conntrack_proto_sctp.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/net/netfilter/nf_conntrack_proto_

[linux-yocto] [yocto-4.12][PATCH 1/9] netfilter: conntrack: rename nf_ct_iterate_cleanup

2017-12-19 Thread Liwei Song
namespace. So rename nf_ct_iterate_cleanup to nf_ct_iterate_cleanup_net. A later patch will then add a non-net variant. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- include/net/netfilter/nf_conntrack.h| 6 +++--- net/ipv4/netfilter

[linux-yocto] [yocto-4.12][PATCH 2/9] netfilter: conntrack: don't call iter for non-confirmed conntracks

2017-12-19 Thread Liwei Song
ian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- net/netfilter/nf_conntrack_core.c | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c in

[linux-yocto] [yocto-4.12][PATCH 6/9] netfilter: conntrack: do not enable connection tracking unless needed

2017-12-19 Thread Liwei Song
tphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- Documentation/networking/nf_conntrack-sysctl.txt | 11 - include/net/netfilter/nf_conntrack_l3proto.h | 15 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 16 ++--- net/ipv6/netfilter/nf_conn

[linux-yocto] [yocto-4.12][PATCH 3/9] netfilter: conntrack: add nf_ct_iterate_destroy

2017-12-19 Thread Liwei Song
: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- include/net/netfilter/nf_conntrack.h | 4 ++ net/netfilter/nf_conntrack_core.c| 87 ++-- 2 files changed, 78 insertions(+), 13 deletions(-) diff --git a/include/net/netfilter

[linux-yocto] [yocto-4.12][PATCH 9/9] mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects

2017-12-19 Thread Liwei Song
.mari...@arm.com Signed-off-by: Catalin Marinas Reported-by: "Luis R. Rodriguez" Cc: Michal Hocko Cc: Andy Lutomirski Cc: "Luis R. Rodriguez" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Liwei Song --- Documentation/dev-tools/kmemleak.rst | 1 +

[linux-yocto] [yocto-4.12][PATCH 8/9] mm: kmemleak: factor object reference updating out of scan_block()

2017-12-19 Thread Liwei Song
ion. Link: http://lkml.kernel.org/r/1495726937-23557-3-git-send-email-catalin.mari...@arm.com Signed-off-by: Catalin Marinas Cc: Michal Hocko Cc: Andy Lutomirski Cc: "Luis R. Rodriguez" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Liwei Song --- mm/km

  1   2   >