Changeset 28492
- Timestamp:
- 2011-10-20T12:32:44+02:00 (6 years ago)
- Location:
- trunk/target/linux/generic/patches-3.1
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/generic/patches-3.1/100-overlayfs_v11.patch
r28021 r28492 203 203 --- a/MAINTAINERS 204 204 +++ b/MAINTAINERS 205 @@ -47 83,6 +4783,13 @@ F: drivers/scsi/osd/205 @@ -4792,6 +4792,13 @@ F: drivers/scsi/osd/ 206 206 F: include/scsi/osd_* 207 207 F: fs/exofs/ … … 3122 3122 --- a/include/linux/fs.h 3123 3123 +++ b/include/linux/fs.h 3124 @@ -48 3,6 +483,12 @@ struct iattr {3124 @@ -481,6 +481,12 @@ struct iattr { 3125 3125 */ 3126 3126 #include <linux/quota.h> … … 3135 3135 * enum positive_aop_returns - aop return codes with specific semantics 3136 3136 * 3137 @@ -146 3,6 +1469,11 @@ struct super_block {3137 @@ -1461,6 +1467,11 @@ struct super_block { 3138 3138 int cleancache_poolid; 3139 3139 … … 3147 3147 3148 3148 /* superblock cache pruning functions */ 3149 @@ -16 20,6 +1631,7 @@ struct inode_operations {3149 @@ -1618,6 +1629,7 @@ struct inode_operations { 3150 3150 void (*truncate_range)(struct inode *, loff_t, loff_t); 3151 3151 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, … … 3155 3155 3156 3156 struct seq_file; 3157 @@ -202 4,6 +2036,7 @@ extern long do_sys_open(int dfd, const c3157 @@ -2022,6 +2034,7 @@ extern long do_sys_open(int dfd, const c 3158 3158 extern struct file *filp_open(const char *, int, int); 3159 3159 extern struct file *file_open_root(struct dentry *, struct vfsmount *, -
trunk/target/linux/generic/patches-3.1/300-mips_expose_boot_raw.patch
r27940 r28492 9 9 --- a/arch/mips/Kconfig 10 10 +++ b/arch/mips/Kconfig 11 @@ -85 3,9 +853,6 @@ config ARC11 @@ -856,9 +856,6 @@ config ARC 12 12 config ARCH_MAY_HAVE_PC_FDC 13 13 bool … … 19 19 bool 20 20 21 @@ -230 3,6 +2300,18 @@ config USE_OF21 @@ -2309,6 +2306,18 @@ config USE_OF 22 22 help 23 23 Include support for flattened device tree machine descriptions. -
trunk/target/linux/generic/patches-3.1/301-mips_image_cmdline_hack.patch
r27940 r28492 1 1 --- a/arch/mips/Kconfig 2 2 +++ b/arch/mips/Kconfig 3 @@ -95 2,6 +952,10 @@ config SYNC_R4K3 @@ -955,6 +955,10 @@ config SYNC_R4K 4 4 config MIPS_MACHINE 5 5 def_bool n -
trunk/target/linux/generic/patches-3.1/304-mips_disable_fpu.patch
r27940 r28492 9 9 --- a/arch/mips/Kconfig 10 10 +++ b/arch/mips/Kconfig 11 @@ -9 37,6 +937,17 @@ config I825911 @@ -940,6 +940,17 @@ config I8259 12 12 config MIPS_BONITO64 13 13 bool -
trunk/target/linux/generic/patches-3.1/630-packet_socket_type.patch
r27940 r28492 76 76 goto drop; 77 77 78 @@ -99 4,12 +997,12 @@ static int tpacket_rcv(struct sk_buff *s78 @@ -997,12 +1000,12 @@ static int tpacket_rcv(struct sk_buff *s 79 79 struct timespec ts; 80 80 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb); … … 92 92 goto drop; 93 93 94 @@ -182 6,6 +1829,7 @@ static int packet_create(struct net *net94 @@ -1829,6 +1832,7 @@ static int packet_create(struct net *net 95 95 spin_lock_init(&po->bind_lock); 96 96 mutex_init(&po->pg_vec_lock); … … 100 100 if (sock->type == SOCK_PACKET) 101 101 po->prot_hook.func = packet_rcv_spkt; 102 @@ -241 0,6 +2414,16 @@ packet_setsockopt(struct socket *sock, i102 @@ -2413,6 +2417,16 @@ packet_setsockopt(struct socket *sock, i 103 103 104 104 return fanout_add(sk, val & 0xffff, val >> 16); … … 117 117 return -ENOPROTOOPT; 118 118 } 119 @@ -24 67,6 +2481,13 @@ static int packet_getsockopt(struct sock119 @@ -2470,6 +2484,13 @@ static int packet_getsockopt(struct sock 120 120 121 121 data = &val; -
trunk/target/linux/generic/patches-3.1/863-gpiommc.patch
r27940 r28492 830 830 --- a/MAINTAINERS 831 831 +++ b/MAINTAINERS 832 @@ -293 3,6 +2933,11 @@ L: linuxppc-dev@lists.ozlabs.org832 @@ -2930,6 +2930,11 @@ L: linuxppc-dev@lists.ozlabs.org 833 833 S: Odd Fixes 834 834 F: drivers/tty/hvc/ -
trunk/target/linux/generic/patches-3.1/920-unable_to_open_console.patch
r27940 r28492 1 1 --- a/init/main.c 2 2 +++ b/init/main.c 3 @@ -8 09,7 +809,7 @@ static int __init kernel_init(void * unu3 @@ -818,7 +818,7 @@ static int __init kernel_init(void * unu 4 4 5 5 /* Open the /dev/console on the rootfs, this should never fail */ -
trunk/target/linux/generic/patches-3.1/921-use_preinit_as_init.patch
r27940 r28492 1 1 --- a/init/main.c 2 2 +++ b/init/main.c 3 @@ -7 71,10 +771,7 @@ static noinline int init_post(void)3 @@ -780,10 +780,7 @@ static noinline int init_post(void) 4 4 printk(KERN_WARNING "Failed to execute %s. Attempting " 5 5 "defaults...\n", execute_command); -
trunk/target/linux/generic/patches-3.1/950-vm_exports.patch
r28021 r28492 62 62 --- a/kernel/sched.c 63 63 +++ b/kernel/sched.c 64 @@ -49 67,6 +4967,7 @@ int can_nice(const struct task_struct *p64 @@ -4953,6 +4953,7 @@ int can_nice(const struct task_struct *p 65 65 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || 66 66 capable(CAP_SYS_NICE)); -
trunk/target/linux/generic/patches-3.1/980-update_arm_machtypes.patch
r28021 r28492 1960 1960 cpuat9260 MACH_CPUAT9260 CPUAT9260 1973 1961 1961 +cpupxa255 MACH_CPUPXA255 CPUPXA255 1974 1962 eukrea_cpuimx27 MACH_ CPUIMX27CPUIMX27 19751962 eukrea_cpuimx27 MACH_EUKREA_CPUIMX27 EUKREA_CPUIMX27 1975 1963 1963 +cheflux MACH_CHEFLUX CHEFLUX 1976 1964 1964 +eb_cpux9k2 MACH_EB_CPUX9K2 EB_CPUX9K2 1977 … … 2791 2791 +tam3517 MACH_TAM3517 TAM3517 2818 2792 2792 +pdc100 MACH_PDC100 PDC100 2819 2793 eukrea_cpuimx25sd MACH_EUKREA_CPUIMX25 EUKREA_CPUIMX2528202794 eukrea_cpuimx35sd MACH_EUKREA_CPUIMX35 EUKREA_CPUIMX3528212793 eukrea_cpuimx25sd MACH_EUKREA_CPUIMX25SD EUKREA_CPUIMX25SD 2820 2794 eukrea_cpuimx35sd MACH_EUKREA_CPUIMX35SD EUKREA_CPUIMX35SD 2821 2795 2795 eukrea_cpuimx51sd MACH_EUKREA_CPUIMX51SD EUKREA_CPUIMX51SD 2822 2796 2796 eukrea_cpuimx51 MACH_EUKREA_CPUIMX51 EUKREA_CPUIMX51 2823 -
trunk/target/linux/generic/patches-3.1/992-mpcore_wdt_fix_watchdog_counter_loading.patch
r27940 r28492 40 40 +++ b/arch/arm/kernel/smp_twd.c 41 41 @@ -142,3 +142,10 @@ void __cpuinit twd_timer_setup(struct cl 42 43 clockevents_register_device(clk);42 /* Make sure our local interrupt controller has this enabled */ 43 gic_enable_ppi(clk->irq); 44 44 } 45 45 +
Note: See TracChangeset
for help on using the changeset viewer.