diff options
Diffstat (limited to 'target/linux/generic')
18 files changed, 30 insertions, 30 deletions
diff --git a/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch b/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch index ddc27b104..6ec137ff7 100644 --- a/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch +++ b/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch @@ -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) }, diff --git a/target/linux/generic/patches-3.8/230-openwrt_lzma_options.patch b/target/linux/generic/patches-3.8/230-openwrt_lzma_options.patch index b6bb77023..55434c13a 100644 --- a/target/linux/generic/patches-3.8/230-openwrt_lzma_options.patch +++ b/target/linux/generic/patches-3.8/230-openwrt_lzma_options.patch @@ -1,6 +1,6 @@  --- a/scripts/Makefile.lib  +++ b/scripts/Makefile.lib -@@ -299,7 +299,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^)  +@@ -299,7 +299,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^)   quiet_cmd_lzma = LZMA    $@   cmd_lzma = (cat $(filter-out FORCE,$^) | \ diff --git a/target/linux/generic/patches-3.8/306-mips_mem_functions_performance.patch b/target/linux/generic/patches-3.8/306-mips_mem_functions_performance.patch index e6056fa5c..981867742 100644 --- a/target/linux/generic/patches-3.8/306-mips_mem_functions_performance.patch +++ b/target/linux/generic/patches-3.8/306-mips_mem_functions_performance.patch @@ -1,6 +1,6 @@  --- a/arch/mips/include/asm/string.h  +++ b/arch/mips/include/asm/string.h -@@ -133,11 +133,44 @@ strncmp(__const__ char *__cs, __const__  +@@ -133,11 +133,44 @@ strncmp(__const__ char *__cs, __const__   #define __HAVE_ARCH_MEMSET   extern void *memset(void *__s, int __c, size_t __count); diff --git a/target/linux/generic/patches-3.8/470-mtd_m25p80_add_pm25lv_flash_support.patch b/target/linux/generic/patches-3.8/470-mtd_m25p80_add_pm25lv_flash_support.patch index 7af5e4bd3..16d92c313 100644 --- a/target/linux/generic/patches-3.8/470-mtd_m25p80_add_pm25lv_flash_support.patch +++ b/target/linux/generic/patches-3.8/470-mtd_m25p80_add_pm25lv_flash_support.patch @@ -16,7 +16,7 @@   };   #define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags)	\ -@@ -665,6 +667,10 @@ static const struct spi_device_id m25p_i +@@ -669,6 +671,10 @@ static const struct spi_device_id m25p_i   	{ "n25q128a13",  INFO(0x20ba18, 0, 64 * 1024, 256, 0) },   	{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) }, @@ -27,7 +27,7 @@   	/* Spansion -- single (large) sector size only, at least   	 * for the chips listed here (without boot sectors).   	 */ -@@ -909,6 +915,9 @@ static int m25p_probe(struct spi_device  +@@ -913,6 +919,9 @@ static int m25p_probe(struct spi_device   	if (info->flags & SECT_4K) {   		flash->erase_opcode = OPCODE_BE_4K;   		flash->mtd.erasesize = 4096; diff --git a/target/linux/generic/patches-3.8/473-mtd_m25p80_add_w25q128.patch b/target/linux/generic/patches-3.8/473-mtd_m25p80_add_w25q128.patch index 515ec10e2..896240dbd 100644 --- a/target/linux/generic/patches-3.8/473-mtd_m25p80_add_w25q128.patch +++ b/target/linux/generic/patches-3.8/473-mtd_m25p80_add_w25q128.patch @@ -1,6 +1,6 @@  --- a/drivers/mtd/devices/m25p80.c  +++ b/drivers/mtd/devices/m25p80.c -@@ -750,6 +750,7 @@ static const struct spi_device_id m25p_i +@@ -754,6 +754,7 @@ static const struct spi_device_id m25p_i   	{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },   	{ "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },   	{ "w25q80bl", INFO(0xef4014, 0, 64 * 1024,  16, SECT_4K) }, diff --git a/target/linux/generic/patches-3.8/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch b/target/linux/generic/patches-3.8/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch index 83d6aa7e2..4a8b3d434 100644 --- a/target/linux/generic/patches-3.8/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch +++ b/target/linux/generic/patches-3.8/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch @@ -30,7 +30,7 @@   /****************************************************************************/   struct m25p { -@@ -913,7 +919,7 @@ static int m25p_probe(struct spi_device  +@@ -917,7 +923,7 @@ static int m25p_probe(struct spi_device   		flash->mtd._write = m25p80_write;   	/* prefer "small sector" erase if possible */ diff --git a/target/linux/generic/patches-3.8/504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch b/target/linux/generic/patches-3.8/504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch index 4767e769b..1b814e97f 100644 --- a/target/linux/generic/patches-3.8/504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch +++ b/target/linux/generic/patches-3.8/504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch @@ -26,7 +26,7 @@ Signed-off-by: Charles Manning <cdhmanning@gmail.com>   #include <linux/pagemap.h>   #include <linux/mtd/mtd.h>   #include <linux/interrupt.h> -@@ -236,7 +238,9 @@ static int yaffs_file_flush(struct file  +@@ -236,7 +238,9 @@ static int yaffs_file_flush(struct file   static int yaffs_file_flush(struct file *file);   #endif diff --git a/target/linux/generic/patches-3.8/512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch b/target/linux/generic/patches-3.8/512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch index 7787d500a..1ca189d2e 100644 --- a/target/linux/generic/patches-3.8/512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch +++ b/target/linux/generic/patches-3.8/512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch @@ -216,7 +216,7 @@   	result = yaffs_rd_chunk_tags_nand(dev,nand_chunk,buffer,&tempTags);   	if(memcmp(buffer,data,dev->data_bytes_per_chunk) ||   		tempTags.obj_id != tags->obj_id || -@@ -424,7 +424,7 @@ static int yaffs_write_new_chunk(struct  +@@ -424,7 +424,7 @@ static int yaffs_write_new_chunk(struct   		 * lot of checks that are most likely not needed.   		 *   		 * Mods to the above @@ -225,7 +225,7 @@   		 * rest of the block.   		 */ -@@ -486,7 +486,7 @@ static int yaffs_write_new_chunk(struct  +@@ -486,7 +486,7 @@ static int yaffs_write_new_chunk(struct   } @@ -279,7 +279,7 @@   					/* Free chunks already includes softdeleted chunks.   					 * How ever this chunk is going to soon be really deleted   					 * which will increment free chunks. -@@ -2752,7 +2752,7 @@ int yaffs_put_chunk_in_file(yaffs_obj_t  +@@ -2752,7 +2752,7 @@ int yaffs_put_chunk_in_file(yaffs_obj_t   					NULL);   	if (!tn)   		return YAFFS_FAIL; @@ -455,7 +455,7 @@   #ifdef CONFIG_YAFFS_SHORT_NAMES_IN_RAM   	else if (obj->short_name[0]) {   		yaffs_strcpy(name, obj->short_name); -@@ -4861,9 +4861,9 @@ int yaffs_set_attribs(yaffs_obj_t *obj,  +@@ -4861,9 +4861,9 @@ int yaffs_set_attribs(yaffs_obj_t *obj,   	if (valid & ATTR_MODE)   		obj->yst_mode = attr->ia_mode;   	if (valid & ATTR_UID) @@ -467,7 +467,7 @@   	if (valid & ATTR_ATIME)   		obj->yst_atime = Y_TIME_CONVERT(attr->ia_atime); -@@ -4886,9 +4886,9 @@ int yaffs_get_attribs(yaffs_obj_t *obj,  +@@ -4886,9 +4886,9 @@ int yaffs_get_attribs(yaffs_obj_t *obj,   	attr->ia_mode = obj->yst_mode;   	valid |= ATTR_MODE; diff --git a/target/linux/generic/patches-3.8/531-debloat_lzma.patch b/target/linux/generic/patches-3.8/531-debloat_lzma.patch index 18e4a51ee..1e41661eb 100644 --- a/target/linux/generic/patches-3.8/531-debloat_lzma.patch +++ b/target/linux/generic/patches-3.8/531-debloat_lzma.patch @@ -124,7 +124,7 @@   /* LzmaDecode  --- a/lib/lzma/LzmaDec.c  +++ b/lib/lzma/LzmaDec.c -@@ -682,7 +682,7 @@ static void LzmaDec_InitRc(CLzmaDec *p,  +@@ -682,7 +682,7 @@ static void LzmaDec_InitRc(CLzmaDec *p,     p->needFlush = 0;   } @@ -194,7 +194,7 @@   {     CLzmaProps propNew;     RINOK(LzmaProps_Decode(&propNew, props, propsSize)); -@@ -944,7 +944,7 @@ SRes LzmaDec_AllocateProbs(CLzmaDec *p,  +@@ -944,7 +944,7 @@ SRes LzmaDec_AllocateProbs(CLzmaDec *p,     return SZ_OK;   } @@ -375,7 +375,7 @@   void MatchFinder_Construct(CMatchFinder *p);   /* Conditions: -@@ -70,12 +65,6 @@ int MatchFinder_Create(CMatchFinder *p,  +@@ -70,12 +65,6 @@ int MatchFinder_Create(CMatchFinder *p,       UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,       ISzAlloc *alloc);   void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc); diff --git a/target/linux/generic/patches-3.8/600-netfilter_layer7_2.22.patch b/target/linux/generic/patches-3.8/600-netfilter_layer7_2.22.patch index 66e951468..08c012cdc 100644 --- a/target/linux/generic/patches-3.8/600-netfilter_layer7_2.22.patch +++ b/target/linux/generic/patches-3.8/600-netfilter_layer7_2.22.patch @@ -30,7 +30,7 @@   	depends on NETFILTER_ADVANCED  --- a/net/netfilter/Makefile  +++ b/net/netfilter/Makefile -@@ -131,6 +131,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_RECENT)  +@@ -131,6 +131,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_RECENT)   obj-$(CONFIG_NETFILTER_XT_MATCH_SCTP) += xt_sctp.o   obj-$(CONFIG_NETFILTER_XT_MATCH_SOCKET) += xt_socket.o   obj-$(CONFIG_NETFILTER_XT_MATCH_STATE) += xt_state.o diff --git a/target/linux/generic/patches-3.8/604-netfilter_conntrack_flush.patch b/target/linux/generic/patches-3.8/604-netfilter_conntrack_flush.patch index d7f1bd494..3ee5e4982 100644 --- a/target/linux/generic/patches-3.8/604-netfilter_conntrack_flush.patch +++ b/target/linux/generic/patches-3.8/604-netfilter_conntrack_flush.patch @@ -1,6 +1,6 @@  --- a/net/netfilter/nf_conntrack_standalone.c  +++ b/net/netfilter/nf_conntrack_standalone.c -@@ -261,10 +261,34 @@ static int ct_open(struct inode *inode,  +@@ -267,10 +267,34 @@ static int ct_open(struct inode *inode,   			sizeof(struct ct_iter_state));   } @@ -35,7 +35,7 @@   	.llseek  = seq_lseek,   	.release = seq_release_net,   }; -@@ -366,7 +390,7 @@ static int nf_conntrack_standalone_init_ +@@ -372,7 +396,7 @@ static int nf_conntrack_standalone_init_   {   	struct proc_dir_entry *pde; diff --git a/target/linux/generic/patches-3.8/610-netfilter_match_bypass_default_checks.patch b/target/linux/generic/patches-3.8/610-netfilter_match_bypass_default_checks.patch index ded6f5f15..0081da01d 100644 --- a/target/linux/generic/patches-3.8/610-netfilter_match_bypass_default_checks.patch +++ b/target/linux/generic/patches-3.8/610-netfilter_match_bypass_default_checks.patch @@ -76,10 +76,11 @@   	counters = alloc_counters(table);   	if (IS_ERR(counters)) -@@ -961,6 +990,14 @@ copy_entries_to_user(unsigned int total_ +@@ -960,6 +989,14 @@ copy_entries_to_user(unsigned int total_ + 			ret = -EFAULT;   			goto free_counters;   		} -  ++  +		flags = e->ip.flags & IPT_F_MASK;  +		if (copy_to_user(userptr + off  +				 + offsetof(struct ipt_entry, ip.flags), @@ -87,7 +88,6 @@  +			ret = -EFAULT;  +			goto free_counters;  +		} -+ +    		for (i = sizeof(struct ipt_entry);   		     i < e->target_offset; - 		     i += m->u.match_size) { diff --git a/target/linux/generic/patches-3.8/653-disable_netlink_trim.patch b/target/linux/generic/patches-3.8/653-disable_netlink_trim.patch index c5c967d20..870ae944a 100644 --- a/target/linux/generic/patches-3.8/653-disable_netlink_trim.patch +++ b/target/linux/generic/patches-3.8/653-disable_netlink_trim.patch @@ -1,6 +1,6 @@  --- a/net/netlink/af_netlink.c  +++ b/net/netlink/af_netlink.c -@@ -898,25 +898,7 @@ void netlink_detachskb(struct sock *sk,  +@@ -898,25 +898,7 @@ void netlink_detachskb(struct sock *sk,   static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation)   { diff --git a/target/linux/generic/patches-3.8/750-hostap_txpower.patch b/target/linux/generic/patches-3.8/750-hostap_txpower.patch index a111c8127..814406df1 100644 --- a/target/linux/generic/patches-3.8/750-hostap_txpower.patch +++ b/target/linux/generic/patches-3.8/750-hostap_txpower.patch @@ -1,6 +1,6 @@  --- a/drivers/net/wireless/hostap/hostap_ap.c  +++ b/drivers/net/wireless/hostap/hostap_ap.c -@@ -2340,13 +2340,13 @@ int prism2_ap_get_sta_qual(local_info_t  +@@ -2340,13 +2340,13 @@ int prism2_ap_get_sta_qual(local_info_t   		addr[count].sa_family = ARPHRD_ETHER;   		memcpy(addr[count].sa_data, sta->addr, ETH_ALEN);   		if (sta->last_rx_silence == 0) diff --git a/target/linux/generic/patches-3.8/810-pci_disable_common_quirks.patch b/target/linux/generic/patches-3.8/810-pci_disable_common_quirks.patch index 02d97cc5b..cd8551bc7 100644 --- a/target/linux/generic/patches-3.8/810-pci_disable_common_quirks.patch +++ b/target/linux/generic/patches-3.8/810-pci_disable_common_quirks.patch @@ -15,7 +15,7 @@   	default y  --- a/drivers/pci/quirks.c  +++ b/drivers/pci/quirks.c -@@ -44,6 +44,7 @@ static void quirk_mmio_always_on(struct  +@@ -44,6 +44,7 @@ static void quirk_mmio_always_on(struct   DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_ANY_ID, PCI_ANY_ID,   				PCI_CLASS_BRIDGE_HOST, 8, quirk_mmio_always_on); diff --git a/target/linux/generic/patches-3.8/901-debloat_sock_diag.patch b/target/linux/generic/patches-3.8/901-debloat_sock_diag.patch index 119760648..4065f8aea 100644 --- a/target/linux/generic/patches-3.8/901-debloat_sock_diag.patch +++ b/target/linux/generic/patches-3.8/901-debloat_sock_diag.patch @@ -12,7 +12,7 @@   	help  --- a/net/core/Makefile  +++ b/net/core/Makefile -@@ -8,9 +8,9 @@ obj-y := sock.o request_sock.o skbuff.o  +@@ -8,9 +8,9 @@ obj-y := sock.o request_sock.o skbuff.o   obj-$(CONFIG_SYSCTL) += sysctl_net_core.o   obj-y		     += dev.o ethtool.o dev_addr_lists.o dst.o netevent.o \ diff --git a/target/linux/generic/patches-3.8/941-ocf_20120127.patch b/target/linux/generic/patches-3.8/941-ocf_20120127.patch index dec3c2821..3c2ba0d38 100644 --- a/target/linux/generic/patches-3.8/941-ocf_20120127.patch +++ b/target/linux/generic/patches-3.8/941-ocf_20120127.patch @@ -24,7 +24,7 @@    * All of these routines try to estimate how many bits of randomness a    * particular randomness source.  They do this by keeping track of the    * first and second order deltas of the event timings. -@@ -796,6 +806,63 @@ void add_disk_randomness(struct gendisk  +@@ -796,6 +806,63 @@ void add_disk_randomness(struct gendisk   }   #endif diff --git a/target/linux/generic/patches-3.8/992-mpcore_wdt_fix_watchdog_counter_loading.patch b/target/linux/generic/patches-3.8/992-mpcore_wdt_fix_watchdog_counter_loading.patch index 611b85826..8d7390ebd 100644 --- a/target/linux/generic/patches-3.8/992-mpcore_wdt_fix_watchdog_counter_loading.patch +++ b/target/linux/generic/patches-3.8/992-mpcore_wdt_fix_watchdog_counter_loading.patch @@ -55,7 +55,7 @@ Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>   	{ .compatible = "arm,cortex-a9-twd-timer",	},  --- a/drivers/watchdog/mpcore_wdt.c  +++ b/drivers/watchdog/mpcore_wdt.c -@@ -101,9 +101,7 @@ static void mpcore_wdt_keepalive(struct  +@@ -101,9 +101,7 @@ static void mpcore_wdt_keepalive(struct   	spin_lock(&wdt_lock);   	/* Assume prescale is set to 256 */  | 
