linux/3.6: refresh patches
authorGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2013 17:30:15 +0000 (17:30 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2013 17:30:15 +0000 (17:30 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35440

target/linux/generic/patches-3.6/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
target/linux/generic/patches-3.6/473-mtd_m25p80_add_w25q128.patch
target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch
target/linux/generic/patches-3.6/604-netfilter_conntrack_flush.patch
target/linux/generic/patches-3.6/950-vm_exports.patch

index ddc27b104ebef2aaaf3c3e715ceb2da4f9754adc..6ec137ff7414e25369fbd796d082b360f2ee7b2b 100644 (file)
@@ -1,8 +1,8 @@
 --- a/drivers/mtd/devices/m25p80.c
 +++ b/drivers/mtd/devices/m25p80.c
-@@ -651,6 +651,10 @@
+@@ -642,6 +642,10 @@ static const struct spi_device_id m25p_i
        /* Everspin */
-       { "mr25h256", CAT25_INFO(  32 * 1024, 1, 256, 2) },
+       { "mr25h256", CAT25_INFO(  32 * 1024, 1, 256, 2) },
  
 +      /* GigaDevice */
 +      { "gd25q32", INFO(0xc84016, 0, 64 * 1024,  64, SECT_4K) },
index 76989506aa854f4b2249dde868bca9d289bc370f..3265e8e9d1a9876b8a0fab686f78ca5e1a693ddc 100644 (file)
@@ -16,7 +16,7 @@
  };
  
  #define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags)    \
-@@ -659,6 +661,10 @@ static const struct spi_device_id m25p_i
+@@ -663,6 +665,10 @@ static const struct spi_device_id m25p_i
        { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
        { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
  
@@ -27,7 +27,7 @@
        /* Spansion -- single (large) sector size only, at least
         * for the chips listed here (without boot sectors).
         */
-@@ -895,6 +901,9 @@ static int __devinit m25p_probe(struct s
+@@ -899,6 +905,9 @@ static int __devinit m25p_probe(struct s
        if (info->flags & SECT_4K) {
                flash->erase_opcode = OPCODE_BE_4K;
                flash->mtd.erasesize = 4096;
index d731d1279a6a33627db184a555628e6632297d81..7d38a1023de4867745cd428f22fdb8ed0d8b5dff 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/mtd/devices/m25p80.c
 +++ b/drivers/mtd/devices/m25p80.c
-@@ -739,6 +739,7 @@ static const struct spi_device_id m25p_i
+@@ -743,6 +743,7 @@ static const struct spi_device_id m25p_i
        { "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
        { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
        { "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },
index 270586ea747b910570428b49b0a8f8be7dc0de1f..6aacaaca93e7e484391ddfb04f92bc6e3307b3f9 100644 (file)
@@ -30,7 +30,7 @@
  /****************************************************************************/
  
  struct m25p {
-@@ -899,7 +905,7 @@ static int __devinit m25p_probe(struct s
+@@ -903,7 +909,7 @@ static int __devinit m25p_probe(struct s
                flash->mtd._write = m25p80_write;
  
        /* prefer "small sector" erase if possible */
index cbcd29ac39fd9e54c56576f461f5f65b07584395..3ee5e498295029eb99bc2d5a62b42e1f0b8d9dd2 100644 (file)
@@ -1,6 +1,6 @@
 --- a/net/netfilter/nf_conntrack_standalone.c
 +++ b/net/netfilter/nf_conntrack_standalone.c
-@@ -267,10 +267,34 @@ static int ct_open(struct inode *inode, 
+@@ -267,10 +267,34 @@ static int ct_open(struct inode *inode,
                        sizeof(struct ct_iter_state));
  }
  
index a49a2f7791e7eac9fc9d9a607e202544aafa06b6..ba363c11bdeb0047ca256cf204048ac1dfd6289c 100644 (file)
@@ -1,6 +1,6 @@
 --- a/mm/shmem.c
 +++ b/mm/shmem.c
-@@ -2920,6 +2920,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
+@@ -2914,6 +2914,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
  
  /* common code */
  
@@ -17,7 +17,7 @@
  /**
   * shmem_file_setup - get an unlinked file living in tmpfs
   * @name: name for dentry (to be seen in /proc/<pid>/maps
-@@ -2997,11 +3007,8 @@ int shmem_zero_setup(struct vm_area_stru
+@@ -2991,11 +3001,8 @@ int shmem_zero_setup(struct vm_area_stru
        if (IS_ERR(file))
                return PTR_ERR(file);