From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ba957627e2d8b69191984f12c995bba926b0331d Date: Thu, 19 Jan 2017 20:21:32 +0000 Message-ID: <20170119202132.705131078E80@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6952543583721010457==" List-Id: --===============6952543583721010457== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via ba957627e2d8b69191984f12c995bba926b0331d (commit) from d7e4445e8d9368e9bfbfb47471531e7e5acedeb1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ba957627e2d8b69191984f12c995bba926b0331d Author: Arne Fitzenreiter Date: Thu Jan 19 18:20:31 2017 +0100 kernel: support for newer eMMC modules =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/linux | 5 ++++- ...linux-3.14.79_mmc_remove_EXT_CSD_revision_check.patch | 16 ++++++++++++++= ++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/patches/linux-3.14.79_mmc_remove_EXT_CSD_revision_che= ck.patch Difference in files: diff --git a/lfs/linux b/lfs/linux index 19d2729..d7b21e6 100644 --- a/lfs/linux +++ b/lfs/linux @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2016 IPFire Team = # +# Copyright (C) 2007-2017 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -173,6 +173,9 @@ endif # update the queued trim blacklist from kernel 4.2rc1 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.43_new_qtri= m_blacklist.patch =20 + # remove eMMC EXT_CSD revision check to use newer eMMC modules + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.79_mmc_remo= ve_EXT_CSD_revision_check.patch + # Hyper-V patches cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/0001-Drivers-net= -hyperv-Get-rid-of-the-rndis_filter_packe.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/0002-Drivers-net= -hyperv-Cleanup-the-receive-path.patch diff --git a/src/patches/linux-3.14.79_mmc_remove_EXT_CSD_revision_check.patc= h b/src/patches/linux-3.14.79_mmc_remove_EXT_CSD_revision_check.patch new file mode 100644 index 0000000..fbade3a --- /dev/null +++ b/src/patches/linux-3.14.79_mmc_remove_EXT_CSD_revision_check.patch @@ -0,0 +1,16 @@ +diff -Naur linux-3.14.79.org/drivers/mmc/core/mmc.c linux-3.14.79/drivers/mm= c/core/mmc.c +--- linux-3.14.79.org/drivers/mmc/core/mmc.c 2016-09-11 10:00:18.000000000 += 0200 ++++ linux-3.14.79/drivers/mmc/core/mmc.c 2017-01-19 18:15:07.940781595 +0100 +@@ -297,12 +297,6 @@ + } +=20 + card->ext_csd.rev =3D ext_csd[EXT_CSD_REV]; +- if (card->ext_csd.rev > 7) { +- pr_err("%s: unrecognised EXT_CSD revision %d\n", +- mmc_hostname(card->host), card->ext_csd.rev); +- err =3D -EINVAL; +- goto out; +- } +=20 + card->ext_csd.raw_sectors[0] =3D ext_csd[EXT_CSD_SEC_CNT + 0]; + card->ext_csd.raw_sectors[1] =3D ext_csd[EXT_CSD_SEC_CNT + 1]; hooks/post-receive -- IPFire 2.x development tree --===============6952543583721010457==--