[arch-commits] Commit in linux/trunk (8 files)

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun Apr 27 09:34:35 UTC 2014


    Date: Sunday, April 27, 2014 @ 11:34:35
  Author: tpowa
Revision: 211803

upgpkg: linux 3.14.2-1

bump to latest version, added fixes for i810 hang, uefi xsdt issue, saa7134, rtl8192se, tun speed

Added:
  linux/trunk/0011-kernfs-fix-removed-error-check.patch
  linux/trunk/0012-fix-saa7134.patch
  linux/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
  linux/trunk/0014-fix-rtl8192se.patch
  linux/trunk/0015-fix-xsdt-validation.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

-------------------------------------------------------------------+
 0011-kernfs-fix-removed-error-check.patch                         |   13 ++
 0012-fix-saa7134.patch                                            |   37 ++++++++
 0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch |   13 ++
 0014-fix-rtl8192se.patch                                          |   15 +++
 0015-fix-xsdt-validation.patch                                    |   42 +++++++++
 PKGBUILD                                                          |   44 ++++++++--
 config                                                            |    7 -
 config.x86_64                                                     |    7 -
 8 files changed, 167 insertions(+), 11 deletions(-)

Added: 0011-kernfs-fix-removed-error-check.patch
===================================================================
--- 0011-kernfs-fix-removed-error-check.patch	                        (rev 0)
+++ 0011-kernfs-fix-removed-error-check.patch	2014-04-27 09:34:35 UTC (rev 211803)
@@ -0,0 +1,13 @@
+diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
+index 8034706..e01ea4a 100644
+--- a/fs/kernfs/file.c
++++ b/fs/kernfs/file.c
+@@ -484,6 +484,8 @@ static int kernfs_fop_mmap(struct file *file, struct vm_area_struct *vma)
+ 
+ 	ops = kernfs_ops(of->kn);
+ 	rc = ops->mmap(of, vma);
++	if (rc)
++		goto out_put;
+ 
+ 	/*
+ 	 * PowerPC's pci_mmap of legacy_mem uses shmem_zero_setup()

Added: 0012-fix-saa7134.patch
===================================================================
--- 0012-fix-saa7134.patch	                        (rev 0)
+++ 0012-fix-saa7134.patch	2014-04-27 09:34:35 UTC (rev 211803)
@@ -0,0 +1,37 @@
+--- a/drivers/media/pci/saa7134/saa7134-video.c	
++++ a/drivers/media/pci/saa7134/saa7134-video.c	
+@@ -1243,6 +1243,7 @@ static int video_release(struct file *file)
+ 		videobuf_streamoff(&dev->cap);
+ 		res_free(dev, fh, RESOURCE_VIDEO);
+ 		videobuf_mmap_free(&dev->cap);
++		INIT_LIST_HEAD(&dev->cap.stream);
+ 	}
+ 	if (dev->cap.read_buf) {
+ 		buffer_release(&dev->cap, dev->cap.read_buf);
+@@ -1254,6 +1255,7 @@ static int video_release(struct file *file)
+ 		videobuf_stop(&dev->vbi);
+ 		res_free(dev, fh, RESOURCE_VBI);
+ 		videobuf_mmap_free(&dev->vbi);
++		INIT_LIST_HEAD(&dev->vbi.stream);
+ 	}
+ 
+ 	/* ts-capture will not work in planar mode, so turn it off Hac: 04.05*/
+@@ -1987,17 +1989,12 @@ int saa7134_streamoff(struct file *file, void *priv,
+ 					enum v4l2_buf_type type)
+ {
+ 	struct saa7134_dev *dev = video_drvdata(file);
+-	int err;
+ 	int res = saa7134_resource(file);
+ 
+ 	if (res != RESOURCE_EMPRESS)
+ 		pm_qos_remove_request(&dev->qos_request);
+ 
+-	err = videobuf_streamoff(saa7134_queue(file));
+-	if (err < 0)
+-		return err;
+-	res_free(dev, priv, res);
+-	return 0;
++	return videobuf_streamoff(saa7134_queue(file));
+ }
+ EXPORT_SYMBOL_GPL(saa7134_streamoff);
+

Added: 0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
===================================================================
--- 0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch	                        (rev 0)
+++ 0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch	2014-04-27 09:34:35 UTC (rev 211803)
@@ -0,0 +1,13 @@
+diff --git a/net/core/dev.c b/net/core/dev.c
+index 45fa2f1..6088927 100644
+--- a/net/core/dev.c
++++ b/net/core/dev.c
+@@ -2289,7 +2289,7 @@ EXPORT_SYMBOL(skb_checksum_help);
+ __be16 skb_network_protocol(struct sk_buff *skb, int *depth)
+ {
+ 	__be16 type = skb->protocol;
+-	int vlan_depth = ETH_HLEN;
++	int vlan_depth = skb->mac_len;
+ 
+ 	/* Tunnel gso handlers can set protocol to ethernet. */
+ 	if (type == htons(ETH_P_TEB)) {

Added: 0014-fix-rtl8192se.patch
===================================================================
--- 0014-fix-rtl8192se.patch	                        (rev 0)
+++ 0014-fix-rtl8192se.patch	2014-04-27 09:34:35 UTC (rev 211803)
@@ -0,0 +1,15 @@
+--- linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c	
++++ linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c	
+@@ -49,6 +49,12 @@ static u8 _rtl92se_map_hwqueue_to_fwqueu
+ 	if (ieee80211_is_nullfunc(fc))
+ 		return QSLT_HIGH;
+ 
++	/* Kernel commit 1bf4bbb4024dcdab changed EAPOL packets to use
++	 * queue V0 at priority 7; however, the RTL8192SE appears to have
++	 * that queue at priority 6
++	 */
++	if (skb->priority == 7)
++		return QSLT_VO;
+ 	return skb->priority;
+ }
+

Added: 0015-fix-xsdt-validation.patch
===================================================================
--- 0015-fix-xsdt-validation.patch	                        (rev 0)
+++ 0015-fix-xsdt-validation.patch	2014-04-27 09:34:35 UTC (rev 211803)
@@ -0,0 +1,42 @@
+@@ -, +, @@ 
+ acpi_tb_parse_root_table().
+  Commit: 671cc68dc61f029d44b43a681356078e02d8dab8
+  Subject: ACPICA: Back port and refine validation of the XSDT root table.
+---
+ drivers/acpi/acpica/tbutils.c |    6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+--- a/drivers/acpi/acpica/tbutils.c	
++++ a/drivers/acpi/acpica/tbutils.c	
+@@ -461,6 +461,7 @@ acpi_status __init acpi_tb_parse_root_table(acpi_physical_address rsdp_address)
+ 	u32 table_count;
+ 	struct acpi_table_header *table;
+ 	acpi_physical_address address;
++	acpi_physical_address rsdt_address;
+ 	u32 length;
+ 	u8 *table_entry;
+ 	acpi_status status;
+@@ -488,11 +489,13 @@ acpi_status __init acpi_tb_parse_root_table(acpi_physical_address rsdp_address)
+ 		 * as per the ACPI specification.
+ 		 */
+ 		address = (acpi_physical_address) rsdp->xsdt_physical_address;
++		rsdt_address = (acpi_physical_address) rsdp->rsdt_physical_address;
+ 		table_entry_size = ACPI_XSDT_ENTRY_SIZE;
+ 	} else {
+ 		/* Root table is an RSDT (32-bit physical addresses) */
+ 
+ 		address = (acpi_physical_address) rsdp->rsdt_physical_address;
++		rsdt_address = address;
+ 		table_entry_size = ACPI_RSDT_ENTRY_SIZE;
+ 	}
+ 
+@@ -515,8 +518,7 @@ acpi_status __init acpi_tb_parse_root_table(acpi_physical_address rsdp_address)
+ 
+ 			/* Fall back to the RSDT */
+ 
+-			address =
+-			    (acpi_physical_address) rsdp->rsdt_physical_address;
++			address = rsdt_address;
+ 			table_entry_size = ACPI_RSDT_ENTRY_SIZE;
+ 		}
+ 	}
+

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-27 04:49:16 UTC (rev 211802)
+++ PKGBUILD	2014-04-27 09:34:35 UTC (rev 211803)
@@ -5,7 +5,7 @@
 pkgbase=linux               # Build stock -ARCH kernel
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-3.14
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
@@ -27,11 +27,16 @@
         '0006-genksyms-fix-typeof-handling.patch'
         '0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch'
         '0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch'
+        '0011-kernfs-fix-removed-error-check.patch'
+        '0012-fix-saa7134.patch'
+        '0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch'
+        '0014-fix-rtl8192se.patch'
+        '0015-fix-xsdt-validation.patch'
         )
 md5sums=('b621207b3f6ecbb67db18b13258f8ea8'
-         '2526eb95793ecc1c22d7e1428ef23cdc'
-         '6fbaff238ba455fa0b2b37b79e4dc328'
-         '8fa3dd14c7845ffbb190e691d4f591d3'
+         'f2239bf772d1b6e1c26cb03f6e056959'
+         '60dfde99c784dda18b5d95e605df7a83'
+         '60ef02ecbe2baa8ae905d6c81420905c'
          'eb14dcfd80c00852ef81ded6e826826a'
          '98beb36f9b8cf16e58de2483ea9985e3'
          '6839ddec74a5300beff1709a81b0e4f3'
@@ -41,7 +46,12 @@
          'a89d593774ccb955eb8368d3bc87ce26'
          '16a161979f846b049e90daea907c35dd'
          '00727251b0d337a25d3ca392218afdf4'
-         '353b553d69da810ef954618aca60e1e2')
+         '353b553d69da810ef954618aca60e1e2'
+         'b3f98eba6322463ed6644784c56893be'
+         '4f547d79fa1b2bb855dc2996be2a515e'
+         '21d25aef69f9da33c6087b7ffd97783e'
+         'de37a66f5ebcccbc13208515ccc081cb'
+         '278417ab07b6f5fe8e3e0ed656f35f3e')
 
 _kernelname=${pkgbase#linux}
 
@@ -87,7 +97,31 @@
   # https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/iwlwifi-fixes.git/commit/?id=12f853a89e29f50b17698e17e73c328a35f1498d
   # FS#39815
   patch -p1 -i "${srcdir}/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch"
+  
+  # fix Xorg crash with i810 chipset due to wrong removed error check
+  # References: http://lkml.kernel.org/g/533D01BD.1010200@googlemail.com
+  patch -Np1 -i "${srcdir}/0011-kernfs-fix-removed-error-check.patch"
 
+  # fix saa7134 video
+  # https://bugs.archlinux.org/task/39904
+  # https://bugzilla.kernel.org/show_bug.cgi?id=73361
+  patch -Np1 -i "${srcdir}/0012-fix-saa7134.patch"
+
+  # fix tun/openvpn performance
+  # https://bugs.archlinux.org/task/40089
+  # https://bugzilla.kernel.org/show_bug.cgi?id=74051
+  patch -Np1 -i "${srcdir}/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch"
+
+  # fix rtl8192se authentification
+  # https://bugs.archlinux.org/task/39858
+  # https://bugzilla.kernel.org/show_bug.cgi?id=74541
+  patch -Np1 -i "${srcdir}/0014-fix-rtl8192se.patch"
+
+  # fix xsdt validation bug
+  # https://bugs.archlinux.org/task/39811
+  # https://bugzilla.kernel.org/show_bug.cgi?id=73911
+  patch -Np1 -i "${srcdir}/0015-fix-xsdt-validation.patch"
+
   if [ "${CARCH}" = "x86_64" ]; then
     cat "${srcdir}/config.x86_64" > ./.config
   else

Modified: config
===================================================================
--- config	2014-04-27 04:49:16 UTC (rev 211802)
+++ config	2014-04-27 09:34:35 UTC (rev 211803)
@@ -252,8 +252,8 @@
 CONFIG_HAVE_CC_STACKPROTECTOR=y
 CONFIG_CC_STACKPROTECTOR=y
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
-CONFIG_CC_STACKPROTECTOR_REGULAR=y
-# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
+CONFIG_CC_STACKPROTECTOR_STRONG=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
 CONFIG_HAVE_ARCH_SOFT_DIRTY=y
@@ -1502,7 +1502,8 @@
 #
 # Bus devices
 #
-CONFIG_CONNECTOR=m
+CONFIG_CONNECTOR=y
+CONFIG_PROC_EVENTS=y
 CONFIG_MTD=m
 CONFIG_MTD_TESTS=m
 CONFIG_MTD_REDBOOT_PARTS=m

Modified: config.x86_64
===================================================================
--- config.x86_64	2014-04-27 04:49:16 UTC (rev 211802)
+++ config.x86_64	2014-04-27 09:34:35 UTC (rev 211803)
@@ -261,8 +261,8 @@
 CONFIG_HAVE_CC_STACKPROTECTOR=y
 CONFIG_CC_STACKPROTECTOR=y
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
-CONFIG_CC_STACKPROTECTOR_REGULAR=y
-# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
+CONFIG_CC_STACKPROTECTOR_STRONG=y
 CONFIG_HAVE_CONTEXT_TRACKING=y
 CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
@@ -1483,7 +1483,8 @@
 #
 # Bus devices
 #
-CONFIG_CONNECTOR=m
+CONFIG_CONNECTOR=y
+CONFIG_PROC_EVENTS=y
 CONFIG_MTD=m
 CONFIG_MTD_TESTS=m
 CONFIG_MTD_REDBOOT_PARTS=m




More information about the arch-commits mailing list