diff options
118 files changed, 1905 insertions, 1445 deletions
diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt index 7be15e44d481..82a5d250d75e 100644 --- a/Documentation/fault-injection/fault-injection.txt +++ b/Documentation/fault-injection/fault-injection.txt | |||
| @@ -143,8 +143,7 @@ o provide a way to configure fault attributes | |||
| 143 | failslab, fail_page_alloc, and fail_make_request use this way. | 143 | failslab, fail_page_alloc, and fail_make_request use this way. |
| 144 | Helper functions: | 144 | Helper functions: |
| 145 | 145 | ||
| 146 | init_fault_attr_dentries(entries, attr, name); | 146 | fault_create_debugfs_attr(name, parent, attr); |
| 147 | void cleanup_fault_attr_dentries(entries); | ||
| 148 | 147 | ||
| 149 | - module parameters | 148 | - module parameters |
| 150 | 149 | ||
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index ea0bace0124a..43f48098220d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
| @@ -296,15 +296,6 @@ Who: Ravikiran Thirumalai <kiran@scalex86.org> | |||
| 296 | 296 | ||
| 297 | --------------------------- | 297 | --------------------------- |
| 298 | 298 | ||
| 299 | What: CONFIG_THERMAL_HWMON | ||
| 300 | When: January 2009 | ||
| 301 | Why: This option was introduced just to allow older lm-sensors userspace | ||
| 302 | to keep working over the upgrade to 2.6.26. At the scheduled time of | ||
| 303 | removal fixed lm-sensors (2.x or 3.x) should be readily available. | ||
| 304 | Who: Rene Herman <rene.herman@gmail.com> | ||
| 305 | |||
| 306 | --------------------------- | ||
| 307 | |||
| 308 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS | 299 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS |
| 309 | (in net/core/net-sysfs.c) | 300 | (in net/core/net-sysfs.c) |
| 310 | When: After the only user (hal) has seen a release with the patches | 301 | When: After the only user (hal) has seen a release with the patches |
diff --git a/Documentation/frv/booting.txt b/Documentation/frv/booting.txt index ace200b7c214..37c4d84a0e57 100644 --- a/Documentation/frv/booting.txt +++ b/Documentation/frv/booting.txt | |||
| @@ -106,13 +106,20 @@ separated by spaces: | |||
| 106 | To use the first on-chip serial port at baud rate 115200, no parity, 8 | 106 | To use the first on-chip serial port at baud rate 115200, no parity, 8 |
| 107 | bits, and no flow control. | 107 | bits, and no flow control. |
| 108 | 108 | ||
| 109 | (*) root=/dev/<xxxx> | 109 | (*) root=<xxxx> |
| 110 | 110 | ||
| 111 | This specifies the device upon which the root filesystem resides. For | 111 | This specifies the device upon which the root filesystem resides. It |
| 112 | example: | 112 | may be specified by major and minor number, device path, or even |
| 113 | partition uuid, if supported. For example: | ||
| 113 | 114 | ||
| 114 | /dev/nfs NFS root filesystem | 115 | /dev/nfs NFS root filesystem |
| 115 | /dev/mtdblock3 Fourth RedBoot partition on the System Flash | 116 | /dev/mtdblock3 Fourth RedBoot partition on the System Flash |
| 117 | PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF/PARTNROFF=1 | ||
| 118 | first partition after the partition with the given UUID | ||
| 119 | 253:0 Device with major 253 and minor 0 | ||
| 120 | |||
| 121 | Authoritative information can be found in | ||
| 122 | "Documentation/kernel-parameters.txt". | ||
| 116 | 123 | ||
| 117 | (*) rw | 124 | (*) rw |
| 118 | 125 | ||
diff --git a/Documentation/ioctl/ioctl-number.txt b/Documentation/ioctl/ioctl-number.txt index 72ba8d51dbc1..845a191004b1 100644 --- a/Documentation/ioctl/ioctl-number.txt +++ b/Documentation/ioctl/ioctl-number.txt | |||
| @@ -292,6 +292,7 @@ Code Seq#(hex) Include File Comments | |||
| 292 | <mailto:buk@buks.ipn.de> | 292 | <mailto:buk@buks.ipn.de> |
| 293 | 0xA0 all linux/sdp/sdp.h Industrial Device Project | 293 | 0xA0 all linux/sdp/sdp.h Industrial Device Project |
| 294 | <mailto:kenji@bitgate.com> | 294 | <mailto:kenji@bitgate.com> |
| 295 | 0xA2 00-0F arch/tile/include/asm/hardwall.h | ||
| 295 | 0xA3 80-8F Port ACL in development: | 296 | 0xA3 80-8F Port ACL in development: |
| 296 | <mailto:tlewis@mindspring.com> | 297 | <mailto:tlewis@mindspring.com> |
| 297 | 0xA3 90-9F linux/dtlk.h | 298 | 0xA3 90-9F linux/dtlk.h |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 26a83743af19..865e39f1850c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
| @@ -163,6 +163,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
| 163 | 163 | ||
| 164 | See also Documentation/power/pm.txt, pci=noacpi | 164 | See also Documentation/power/pm.txt, pci=noacpi |
| 165 | 165 | ||
| 166 | acpi_rsdp= [ACPI,EFI,KEXEC] | ||
| 167 | Pass the RSDP address to the kernel, mostly used | ||
| 168 | on machines running EFI runtime service to boot the | ||
| 169 | second kernel for kdump. | ||
| 170 | |||
| 166 | acpi_apic_instance= [ACPI, IOAPIC] | 171 | acpi_apic_instance= [ACPI, IOAPIC] |
| 167 | Format: <int> | 172 | Format: <int> |
| 168 | 2: use 2nd APIC table, if available | 173 | 2: use 2nd APIC table, if available |
| @@ -2240,6 +2245,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
| 2240 | ro [KNL] Mount root device read-only on boot | 2245 | ro [KNL] Mount root device read-only on boot |
| 2241 | 2246 | ||
| 2242 | root= [KNL] Root filesystem | 2247 | root= [KNL] Root filesystem |
| 2248 | See name_to_dev_t comment in init/do_mounts.c. | ||
| 2243 | 2249 | ||
| 2244 | rootdelay= [KNL] Delay (in seconds) to pause before attempting to | 2250 | rootdelay= [KNL] Delay (in seconds) to pause before attempting to |
| 2245 | mount the root filesystem | 2251 | mount the root filesystem |
diff --git a/Documentation/m68k/kernel-options.txt b/Documentation/m68k/kernel-options.txt index c93bed66e25d..97d45f276fe6 100644 --- a/Documentation/m68k/kernel-options.txt +++ b/Documentation/m68k/kernel-options.txt | |||
| @@ -129,6 +129,20 @@ decimal 11 is the major of SCSI CD-ROMs, and the minor 0 stands for | |||
| 129 | the first of these. You can find out all valid major numbers by | 129 | the first of these. You can find out all valid major numbers by |
| 130 | looking into include/linux/major.h. | 130 | looking into include/linux/major.h. |
| 131 | 131 | ||
| 132 | In addition to major and minor numbers, if the device containing your | ||
| 133 | root partition uses a partition table format with unique partition | ||
| 134 | identifiers, then you may use them. For instance, | ||
| 135 | "root=PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF". It is also | ||
| 136 | possible to reference another partition on the same device using a | ||
| 137 | known partition UUID as the starting point. For example, | ||
| 138 | if partition 5 of the device has the UUID of | ||
| 139 | 00112233-4455-6677-8899-AABBCCDDEEFF then partition 3 may be found as | ||
| 140 | follows: | ||
| 141 | PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF/PARTNROFF=-2 | ||
| 142 | |||
| 143 | Authoritative information can be found in | ||
| 144 | "Documentation/kernel-parameters.txt". | ||
| 145 | |||
| 132 | 146 | ||
| 133 | 2.2) ro, rw | 147 | 2.2) ro, rw |
| 134 | ----------- | 148 | ----------- |
diff --git a/arch/cris/arch-v10/drivers/sync_serial.c b/arch/cris/arch-v10/drivers/sync_serial.c index 850265373611..466af40c5822 100644 --- a/arch/cris/arch-v10/drivers/sync_serial.c +++ b/arch/cris/arch-v10/drivers/sync_serial.c | |||
| @@ -158,7 +158,7 @@ static int sync_serial_open(struct inode *inode, struct file *file); | |||
| 158 | static int sync_serial_release(struct inode *inode, struct file *file); | 158 | static int sync_serial_release(struct inode *inode, struct file *file); |
| 159 | static unsigned int sync_serial_poll(struct file *filp, poll_table *wait); | 159 | static unsigned int sync_serial_poll(struct file *filp, poll_table *wait); |
| 160 | 160 | ||
| 161 | static int sync_serial_ioctl(struct file *file, | 161 | static long sync_serial_ioctl(struct file *file, |
| 162 | unsigned int cmd, unsigned long arg); | 162 | unsigned int cmd, unsigned long arg); |
| 163 | static ssize_t sync_serial_write(struct file *file, const char *buf, | 163 | static ssize_t sync_serial_write(struct file *file, const char *buf, |
| 164 | size_t count, loff_t *ppos); | 164 | size_t count, loff_t *ppos); |
| @@ -625,11 +625,11 @@ static int sync_serial_open(struct inode *inode, struct file *file) | |||
| 625 | *R_IRQ_MASK1_SET = 1 << port->data_avail_bit; | 625 | *R_IRQ_MASK1_SET = 1 << port->data_avail_bit; |
| 626 | DEBUG(printk(KERN_DEBUG "sser%d rec started\n", dev)); | 626 | DEBUG(printk(KERN_DEBUG "sser%d rec started\n", dev)); |
| 627 | } | 627 | } |
| 628 | ret = 0; | 628 | err = 0; |
| 629 | 629 | ||
| 630 | out: | 630 | out: |
| 631 | mutex_unlock(&sync_serial_mutex); | 631 | mutex_unlock(&sync_serial_mutex); |
| 632 | return ret; | 632 | return err; |
| 633 | } | 633 | } |
| 634 | 634 | ||
| 635 | static int sync_serial_release(struct inode *inode, struct file *file) | 635 | static int sync_serial_release(struct inode *inode, struct file *file) |
diff --git a/arch/cris/arch-v10/kernel/irq.c b/arch/cris/arch-v10/kernel/irq.c index 907cfb5a873d..ba0e5965d6e3 100644 --- a/arch/cris/arch-v10/kernel/irq.c +++ b/arch/cris/arch-v10/kernel/irq.c | |||
| @@ -20,6 +20,9 @@ | |||
| 20 | #define crisv10_mask_irq(irq_nr) (*R_VECT_MASK_CLR = 1 << (irq_nr)); | 20 | #define crisv10_mask_irq(irq_nr) (*R_VECT_MASK_CLR = 1 << (irq_nr)); |
| 21 | #define crisv10_unmask_irq(irq_nr) (*R_VECT_MASK_SET = 1 << (irq_nr)); | 21 | #define crisv10_unmask_irq(irq_nr) (*R_VECT_MASK_SET = 1 << (irq_nr)); |
| 22 | 22 | ||
| 23 | extern void kgdb_init(void); | ||
| 24 | extern void breakpoint(void); | ||
| 25 | |||
| 23 | /* don't use set_int_vector, it bypasses the linux interrupt handlers. it is | 26 | /* don't use set_int_vector, it bypasses the linux interrupt handlers. it is |
| 24 | * global just so that the kernel gdb can use it. | 27 | * global just so that the kernel gdb can use it. |
| 25 | */ | 28 | */ |
diff --git a/arch/cris/include/asm/thread_info.h b/arch/cris/include/asm/thread_info.h index 29b74a105830..332f19c54557 100644 --- a/arch/cris/include/asm/thread_info.h +++ b/arch/cris/include/asm/thread_info.h | |||
| @@ -11,8 +11,6 @@ | |||
| 11 | 11 | ||
| 12 | #ifdef __KERNEL__ | 12 | #ifdef __KERNEL__ |
| 13 | 13 | ||
| 14 | #define __HAVE_ARCH_THREAD_INFO_ALLOCATOR | ||
| 15 | |||
| 16 | #ifndef __ASSEMBLY__ | 14 | #ifndef __ASSEMBLY__ |
| 17 | #include <asm/types.h> | 15 | #include <asm/types.h> |
| 18 | #include <asm/processor.h> | 16 | #include <asm/processor.h> |
| @@ -67,8 +65,10 @@ struct thread_info { | |||
| 67 | 65 | ||
| 68 | #define init_thread_info (init_thread_union.thread_info) | 66 | #define init_thread_info (init_thread_union.thread_info) |
| 69 | 67 | ||
| 68 | #define __HAVE_ARCH_THREAD_INFO_ALLOCATOR | ||
| 70 | /* thread information allocation */ | 69 | /* thread information allocation */ |
| 71 | #define alloc_thread_info(tsk, node) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1)) | 70 | #define alloc_thread_info_node(tsk, node) \ |
| 71 | ((struct thread_info *) __get_free_pages(GFP_KERNEL, 1)) | ||
| 72 | #define free_thread_info(ti) free_pages((unsigned long) (ti), 1) | 72 | #define free_thread_info(ti) free_pages((unsigned long) (ti), 1) |
| 73 | 73 | ||
| 74 | #endif /* !__ASSEMBLY__ */ | 74 | #endif /* !__ASSEMBLY__ */ |
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index 849ab2fa1f5c..aec60dc06007 100644 --- a/arch/tile/include/asm/Kbuild +++ b/arch/tile/include/asm/Kbuild | |||
| @@ -2,3 +2,41 @@ include include/asm-generic/Kbuild.asm | |||
| 2 | 2 | ||
| 3 | header-y += ucontext.h | 3 | header-y += ucontext.h |
| 4 | header-y += hardwall.h | 4 | header-y += hardwall.h |
| 5 | |||
| 6 | generic-y += bug.h | ||
| 7 | generic-y += bugs.h | ||
| 8 | generic-y += cputime.h | ||
| 9 | generic-y += device.h | ||
| 10 | generic-y += div64.h | ||
| 11 | generic-y += emergency-restart.h | ||
| 12 | generic-y += errno.h | ||
| 13 | generic-y += fb.h | ||
| 14 | generic-y += fcntl.h | ||
| 15 | generic-y += ioctl.h | ||
| 16 | generic-y += ioctls.h | ||
| 17 | generic-y += ipc.h | ||
| 18 | generic-y += ipcbuf.h | ||
| 19 | generic-y += irq_regs.h | ||
| 20 | generic-y += kdebug.h | ||
| 21 | generic-y += local.h | ||
| 22 | generic-y += module.h | ||
| 23 | generic-y += msgbuf.h | ||
| 24 | generic-y += mutex.h | ||
| 25 | generic-y += param.h | ||
| 26 | generic-y += parport.h | ||
| 27 | generic-y += poll.h | ||
| 28 | generic-y += posix_types.h | ||
| 29 | generic-y += resource.h | ||
| 30 | generic-y += scatterlist.h | ||
| 31 | generic-y += sembuf.h | ||
| 32 | generic-y += serial.h | ||
| 33 | generic-y += shmbuf.h | ||
| 34 | generic-y += shmparam.h | ||
| 35 | generic-y += socket.h | ||
| 36 | generic-y += sockios.h | ||
| 37 | generic-y += statfs.h | ||
| 38 | generic-y += termbits.h | ||
| 39 | generic-y += termios.h | ||
| 40 | generic-y += types.h | ||
| 41 | generic-y += ucontext.h | ||
| 42 | generic-y += xor.h | ||
diff --git a/arch/tile/include/asm/bug.h b/arch/tile/include/asm/bug.h deleted file mode 100644 index b12fd89e42e9..000000000000 --- a/arch/tile/include/asm/bug.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/bug.h> | ||
diff --git a/arch/tile/include/asm/bugs.h b/arch/tile/include/asm/bugs.h deleted file mode 100644 index 61791e1ad9f5..000000000000 --- a/arch/tile/include/asm/bugs.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/bugs.h> | ||
diff --git a/arch/tile/include/asm/cputime.h b/arch/tile/include/asm/cputime.h deleted file mode 100644 index 6d68ad7e0ea3..000000000000 --- a/arch/tile/include/asm/cputime.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/cputime.h> | ||
diff --git a/arch/tile/include/asm/device.h b/arch/tile/include/asm/device.h deleted file mode 100644 index f0a4c256403b..000000000000 --- a/arch/tile/include/asm/device.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/device.h> | ||
diff --git a/arch/tile/include/asm/div64.h b/arch/tile/include/asm/div64.h deleted file mode 100644 index 6cd978cefb28..000000000000 --- a/arch/tile/include/asm/div64.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/div64.h> | ||
diff --git a/arch/tile/include/asm/emergency-restart.h b/arch/tile/include/asm/emergency-restart.h deleted file mode 100644 index 3711bd9d50bd..000000000000 --- a/arch/tile/include/asm/emergency-restart.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/emergency-restart.h> | ||
diff --git a/arch/tile/include/asm/errno.h b/arch/tile/include/asm/errno.h deleted file mode 100644 index 4c82b503d92f..000000000000 --- a/arch/tile/include/asm/errno.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/errno.h> | ||
diff --git a/arch/tile/include/asm/fb.h b/arch/tile/include/asm/fb.h deleted file mode 100644 index 3a4988e8df45..000000000000 --- a/arch/tile/include/asm/fb.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/fb.h> | ||
diff --git a/arch/tile/include/asm/fcntl.h b/arch/tile/include/asm/fcntl.h deleted file mode 100644 index 46ab12db5739..000000000000 --- a/arch/tile/include/asm/fcntl.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/fcntl.h> | ||
diff --git a/arch/tile/include/asm/fixmap.h b/arch/tile/include/asm/fixmap.h index 51537ff9265a..c66f7933beaa 100644 --- a/arch/tile/include/asm/fixmap.h +++ b/arch/tile/include/asm/fixmap.h | |||
| @@ -75,12 +75,6 @@ extern void __set_fixmap(enum fixed_addresses idx, | |||
| 75 | 75 | ||
| 76 | #define set_fixmap(idx, phys) \ | 76 | #define set_fixmap(idx, phys) \ |
| 77 | __set_fixmap(idx, phys, PAGE_KERNEL) | 77 | __set_fixmap(idx, phys, PAGE_KERNEL) |
| 78 | /* | ||
| 79 | * Some hardware wants to get fixmapped without caching. | ||
| 80 | */ | ||
| 81 | #define set_fixmap_nocache(idx, phys) \ | ||
| 82 | __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) | ||
| 83 | |||
| 84 | #define clear_fixmap(idx) \ | 78 | #define clear_fixmap(idx) \ |
| 85 | __set_fixmap(idx, 0, __pgprot(0)) | 79 | __set_fixmap(idx, 0, __pgprot(0)) |
| 86 | 80 | ||
diff --git a/arch/tile/include/asm/ioctl.h b/arch/tile/include/asm/ioctl.h deleted file mode 100644 index b279fe06dfe5..000000000000 --- a/arch/tile/include/asm/ioctl.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/ioctl.h> | ||
diff --git a/arch/tile/include/asm/ioctls.h b/arch/tile/include/asm/ioctls.h deleted file mode 100644 index ec34c760665e..000000000000 --- a/arch/tile/include/asm/ioctls.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/ioctls.h> | ||
diff --git a/arch/tile/include/asm/ipc.h b/arch/tile/include/asm/ipc.h deleted file mode 100644 index a46e3d9c2a3f..000000000000 --- a/arch/tile/include/asm/ipc.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/ipc.h> | ||
diff --git a/arch/tile/include/asm/ipcbuf.h b/arch/tile/include/asm/ipcbuf.h deleted file mode 100644 index 84c7e51cb6d0..000000000000 --- a/arch/tile/include/asm/ipcbuf.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/ipcbuf.h> | ||
diff --git a/arch/tile/include/asm/irq_regs.h b/arch/tile/include/asm/irq_regs.h deleted file mode 100644 index 3dd9c0b70270..000000000000 --- a/arch/tile/include/asm/irq_regs.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/irq_regs.h> | ||
diff --git a/arch/tile/include/asm/kdebug.h b/arch/tile/include/asm/kdebug.h deleted file mode 100644 index 6ece1b037665..000000000000 --- a/arch/tile/include/asm/kdebug.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/kdebug.h> | ||
diff --git a/arch/tile/include/asm/local.h b/arch/tile/include/asm/local.h deleted file mode 100644 index c11c530f74d0..000000000000 --- a/arch/tile/include/asm/local.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/local.h> | ||
diff --git a/arch/tile/include/asm/module.h b/arch/tile/include/asm/module.h deleted file mode 100644 index 1e4b79fe8584..000000000000 --- a/arch/tile/include/asm/module.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/module.h> | ||
diff --git a/arch/tile/include/asm/msgbuf.h b/arch/tile/include/asm/msgbuf.h deleted file mode 100644 index 809134c644a6..000000000000 --- a/arch/tile/include/asm/msgbuf.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/msgbuf.h> | ||
diff --git a/arch/tile/include/asm/mutex.h b/arch/tile/include/asm/mutex.h deleted file mode 100644 index ff6101aa2c71..000000000000 --- a/arch/tile/include/asm/mutex.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/mutex-dec.h> | ||
diff --git a/arch/tile/include/asm/param.h b/arch/tile/include/asm/param.h deleted file mode 100644 index 965d45427975..000000000000 --- a/arch/tile/include/asm/param.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/param.h> | ||
diff --git a/arch/tile/include/asm/parport.h b/arch/tile/include/asm/parport.h deleted file mode 100644 index cf252af64590..000000000000 --- a/arch/tile/include/asm/parport.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/parport.h> | ||
diff --git a/arch/tile/include/asm/poll.h b/arch/tile/include/asm/poll.h deleted file mode 100644 index c98509d3149e..000000000000 --- a/arch/tile/include/asm/poll.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/poll.h> | ||
diff --git a/arch/tile/include/asm/posix_types.h b/arch/tile/include/asm/posix_types.h deleted file mode 100644 index 22cae6230ceb..000000000000 --- a/arch/tile/include/asm/posix_types.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/posix_types.h> | ||
diff --git a/arch/tile/include/asm/resource.h b/arch/tile/include/asm/resource.h deleted file mode 100644 index 04bc4db8921b..000000000000 --- a/arch/tile/include/asm/resource.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/resource.h> | ||
diff --git a/arch/tile/include/asm/scatterlist.h b/arch/tile/include/asm/scatterlist.h deleted file mode 100644 index 35d786fe93ae..000000000000 --- a/arch/tile/include/asm/scatterlist.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/scatterlist.h> | ||
diff --git a/arch/tile/include/asm/sembuf.h b/arch/tile/include/asm/sembuf.h deleted file mode 100644 index 7673b83cfef7..000000000000 --- a/arch/tile/include/asm/sembuf.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/sembuf.h> | ||
diff --git a/arch/tile/include/asm/serial.h b/arch/tile/include/asm/serial.h deleted file mode 100644 index a0cb0caff152..000000000000 --- a/arch/tile/include/asm/serial.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/serial.h> | ||
diff --git a/arch/tile/include/asm/shmbuf.h b/arch/tile/include/asm/shmbuf.h deleted file mode 100644 index 83c05fc2de38..000000000000 --- a/arch/tile/include/asm/shmbuf.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/shmbuf.h> | ||
diff --git a/arch/tile/include/asm/shmparam.h b/arch/tile/include/asm/shmparam.h deleted file mode 100644 index 93f30deb95d0..000000000000 --- a/arch/tile/include/asm/shmparam.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/shmparam.h> | ||
diff --git a/arch/tile/include/asm/socket.h b/arch/tile/include/asm/socket.h deleted file mode 100644 index 6b71384b9d8b..000000000000 --- a/arch/tile/include/asm/socket.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/socket.h> | ||
diff --git a/arch/tile/include/asm/sockios.h b/arch/tile/include/asm/sockios.h deleted file mode 100644 index def6d4746ee7..000000000000 --- a/arch/tile/include/asm/sockios.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/sockios.h> | ||
diff --git a/arch/tile/include/asm/statfs.h b/arch/tile/include/asm/statfs.h deleted file mode 100644 index 0b91fe198c20..000000000000 --- a/arch/tile/include/asm/statfs.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/statfs.h> | ||
diff --git a/arch/tile/include/asm/termbits.h b/arch/tile/include/asm/termbits.h deleted file mode 100644 index 3935b106de79..000000000000 --- a/arch/tile/include/asm/termbits.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/termbits.h> | ||
diff --git a/arch/tile/include/asm/termios.h b/arch/tile/include/asm/termios.h deleted file mode 100644 index 280d78a9d966..000000000000 --- a/arch/tile/include/asm/termios.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/termios.h> | ||
diff --git a/arch/tile/include/asm/types.h b/arch/tile/include/asm/types.h deleted file mode 100644 index b9e79bc580dd..000000000000 --- a/arch/tile/include/asm/types.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/types.h> | ||
diff --git a/arch/tile/include/asm/ucontext.h b/arch/tile/include/asm/ucontext.h deleted file mode 100644 index 9bc07b9f30fb..000000000000 --- a/arch/tile/include/asm/ucontext.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/ucontext.h> | ||
diff --git a/arch/tile/include/asm/xor.h b/arch/tile/include/asm/xor.h deleted file mode 100644 index c82eb12a5b18..000000000000 --- a/arch/tile/include/asm/xor.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/xor.h> | ||
diff --git a/arch/tile/include/hv/drv_srom_intf.h b/arch/tile/include/hv/drv_srom_intf.h new file mode 100644 index 000000000000..6395faa6d9e6 --- /dev/null +++ b/arch/tile/include/hv/drv_srom_intf.h | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2011 Tilera Corporation. All Rights Reserved. | ||
| 3 | * | ||
| 4 | * This program is free software; you can redistribute it and/or | ||
| 5 | * modify it under the terms of the GNU General Public License | ||
| 6 | * as published by the Free Software Foundation, version 2. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, but | ||
| 9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
| 11 | * NON INFRINGEMENT. See the GNU General Public License for | ||
| 12 | * more details. | ||
| 13 | */ | ||
| 14 | |||
| 15 | /** | ||
| 16 | * @file drv_srom_intf.h | ||
| 17 | * Interface definitions for the SPI Flash ROM driver. | ||
| 18 | */ | ||
| 19 | |||
| 20 | #ifndef _SYS_HV_INCLUDE_DRV_SROM_INTF_H | ||
| 21 | #define _SYS_HV_INCLUDE_DRV_SROM_INTF_H | ||
| 22 | |||
| 23 | /** Read this offset to get the total device size. */ | ||
| 24 | #define SROM_TOTAL_SIZE_OFF 0xF0000000 | ||
| 25 | |||
| 26 | /** Read this offset to get the device sector size. */ | ||
| 27 | #define SROM_SECTOR_SIZE_OFF 0xF0000004 | ||
| 28 | |||
| 29 | /** Read this offset to get the device page size. */ | ||
| 30 | #define SROM_PAGE_SIZE_OFF 0xF0000008 | ||
| 31 | |||
| 32 | /** Write this offset to flush any pending writes. */ | ||
| 33 | #define SROM_FLUSH_OFF 0xF1000000 | ||
| 34 | |||
| 35 | /** Write this offset, plus the byte offset of the start of a sector, to | ||
| 36 | * erase a sector. Any write data is ignored, but there must be at least | ||
| 37 | * one byte of write data. Only applies when the driver is in MTD mode. | ||
| 38 | */ | ||
| 39 | #define SROM_ERASE_OFF 0xF2000000 | ||
| 40 | |||
| 41 | #endif /* _SYS_HV_INCLUDE_DRV_SROM_INTF_H */ | ||
diff --git a/arch/tile/kernel/time.c b/arch/tile/kernel/time.c index c4be58cc5d50..f6f50f2a5e37 100644 --- a/arch/tile/kernel/time.c +++ b/arch/tile/kernel/time.c | |||
| @@ -78,7 +78,6 @@ static struct clocksource cycle_counter_cs = { | |||
| 78 | .rating = 300, | 78 | .rating = 300, |
| 79 | .read = clocksource_get_cycles, | 79 | .read = clocksource_get_cycles, |
| 80 | .mask = CLOCKSOURCE_MASK(64), | 80 | .mask = CLOCKSOURCE_MASK(64), |
| 81 | .shift = 22, /* typical value, e.g. x86 tsc uses this */ | ||
| 82 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 81 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
| 83 | }; | 82 | }; |
| 84 | 83 | ||
| @@ -91,8 +90,6 @@ void __init setup_clock(void) | |||
| 91 | cycles_per_sec = hv_sysconf(HV_SYSCONF_CPU_SPEED); | 90 | cycles_per_sec = hv_sysconf(HV_SYSCONF_CPU_SPEED); |
| 92 | sched_clock_mult = | 91 | sched_clock_mult = |
| 93 | clocksource_hz2mult(cycles_per_sec, SCHED_CLOCK_SHIFT); | 92 | clocksource_hz2mult(cycles_per_sec, SCHED_CLOCK_SHIFT); |
| 94 | cycle_counter_cs.mult = | ||
| 95 | clocksource_hz2mult(cycles_per_sec, cycle_counter_cs.shift); | ||
| 96 | } | 93 | } |
| 97 | 94 | ||
| 98 | void __init calibrate_delay(void) | 95 | void __init calibrate_delay(void) |
| @@ -107,7 +104,7 @@ void __init calibrate_delay(void) | |||
| 107 | void __init time_init(void) | 104 | void __init time_init(void) |
| 108 | { | 105 | { |
| 109 | /* Initialize and register the clock source. */ | 106 | /* Initialize and register the clock source. */ |
| 110 | clocksource_register(&cycle_counter_cs); | 107 | clocksource_register_hz(&cycle_counter_cs, cycles_per_sec); |
| 111 | 108 | ||
| 112 | /* Start up the tile-timer interrupt source on the boot cpu. */ | 109 | /* Start up the tile-timer interrupt source on the boot cpu. */ |
| 113 | setup_tile_timer(); | 110 | setup_tile_timer(); |
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c index 4e10c4023028..7309988c9794 100644 --- a/arch/tile/mm/init.c +++ b/arch/tile/mm/init.c | |||
| @@ -836,8 +836,7 @@ void __init mem_init(void) | |||
| 836 | #endif | 836 | #endif |
| 837 | 837 | ||
| 838 | #ifdef CONFIG_FLATMEM | 838 | #ifdef CONFIG_FLATMEM |
| 839 | if (!mem_map) | 839 | BUG_ON(!mem_map); |
| 840 | BUG(); | ||
| 841 | #endif | 840 | #endif |
| 842 | 841 | ||
| 843 | #ifdef CONFIG_HIGHMEM | 842 | #ifdef CONFIG_HIGHMEM |
diff --git a/block/blk-core.c b/block/blk-core.c index b850bedad229..b627558c461f 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
| @@ -1368,8 +1368,10 @@ static bool should_fail_request(struct hd_struct *part, unsigned int bytes) | |||
| 1368 | 1368 | ||
| 1369 | static int __init fail_make_request_debugfs(void) | 1369 | static int __init fail_make_request_debugfs(void) |
| 1370 | { | 1370 | { |
| 1371 | return init_fault_attr_dentries(&fail_make_request, | 1371 | struct dentry *dir = fault_create_debugfs_attr("fail_make_request", |
| 1372 | "fail_make_request"); | 1372 | NULL, &fail_make_request); |
| 1373 | |||
| 1374 | return IS_ERR(dir) ? PTR_ERR(dir) : 0; | ||
| 1373 | } | 1375 | } |
| 1374 | 1376 | ||
| 1375 | late_initcall(fail_make_request_debugfs); | 1377 | late_initcall(fail_make_request_debugfs); |
diff --git a/block/blk-timeout.c b/block/blk-timeout.c index 4f0c06c7a338..780354888958 100644 --- a/block/blk-timeout.c +++ b/block/blk-timeout.c | |||
| @@ -28,7 +28,10 @@ int blk_should_fake_timeout(struct request_queue *q) | |||
| 28 | 28 | ||
| 29 | static int __init fail_io_timeout_debugfs(void) | 29 | static int __init fail_io_timeout_debugfs(void) |
| 30 | { | 30 | { |
| 31 | return init_fault_attr_dentries(&fail_io_timeout, "fail_io_timeout"); | 31 | struct dentry *dir = fault_create_debugfs_attr("fail_io_timeout", |
| 32 | NULL, &fail_io_timeout); | ||
| 33 | |||
| 34 | return IS_ERR(dir) ? PTR_ERR(dir) : 0; | ||
| 32 | } | 35 | } |
| 33 | 36 | ||
| 34 | late_initcall(fail_io_timeout_debugfs); | 37 | late_initcall(fail_io_timeout_debugfs); |
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index 73863d86f022..76dc02f15574 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
| @@ -126,6 +126,12 @@ u8 ACPI_INIT_GLOBAL(acpi_gbl_copy_dsdt_locally, FALSE); | |||
| 126 | */ | 126 | */ |
| 127 | u8 ACPI_INIT_GLOBAL(acpi_gbl_truncate_io_addresses, FALSE); | 127 | u8 ACPI_INIT_GLOBAL(acpi_gbl_truncate_io_addresses, FALSE); |
| 128 | 128 | ||
| 129 | /* | ||
| 130 | * Disable runtime checking and repair of values returned by control methods. | ||
| 131 | * Use only if the repair is causing a problem on a particular machine. | ||
| 132 | */ | ||
| 133 | u8 ACPI_INIT_GLOBAL(acpi_gbl_disable_auto_repair, FALSE); | ||
| 134 | |||
| 129 | /* acpi_gbl_FADT is a local copy of the FADT, converted to a common format. */ | 135 | /* acpi_gbl_FADT is a local copy of the FADT, converted to a common format. */ |
| 130 | 136 | ||
| 131 | struct acpi_table_fadt acpi_gbl_FADT; | 137 | struct acpi_table_fadt acpi_gbl_FADT; |
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index c7f743ca395b..5552125d8340 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
| @@ -357,6 +357,7 @@ struct acpi_predefined_data { | |||
| 357 | char *pathname; | 357 | char *pathname; |
| 358 | const union acpi_predefined_info *predefined; | 358 | const union acpi_predefined_info *predefined; |
| 359 | union acpi_operand_object *parent_package; | 359 | union acpi_operand_object *parent_package; |
| 360 | struct acpi_namespace_node *node; | ||
| 360 | u32 flags; | 361 | u32 flags; |
| 361 | u8 node_flags; | 362 | u8 node_flags; |
| 362 | }; | 363 | }; |
diff --git a/drivers/acpi/acpica/acpredef.h b/drivers/acpi/acpica/acpredef.h index 94e73c97cf85..c445cca490ea 100644 --- a/drivers/acpi/acpica/acpredef.h +++ b/drivers/acpi/acpica/acpredef.h | |||
| @@ -468,6 +468,7 @@ static const union acpi_predefined_info predefined_names[] = | |||
| 468 | {{"_SWS", 0, ACPI_RTYPE_INTEGER}}, | 468 | {{"_SWS", 0, ACPI_RTYPE_INTEGER}}, |
| 469 | {{"_TC1", 0, ACPI_RTYPE_INTEGER}}, | 469 | {{"_TC1", 0, ACPI_RTYPE_INTEGER}}, |
| 470 | {{"_TC2", 0, ACPI_RTYPE_INTEGER}}, | 470 | {{"_TC2", 0, ACPI_RTYPE_INTEGER}}, |
| 471 | {{"_TDL", 0, ACPI_RTYPE_INTEGER}}, | ||
| 471 | {{"_TIP", 1, ACPI_RTYPE_INTEGER}}, | 472 | {{"_TIP", 1, ACPI_RTYPE_INTEGER}}, |
| 472 | {{"_TIV", 1, ACPI_RTYPE_INTEGER}}, | 473 | {{"_TIV", 1, ACPI_RTYPE_INTEGER}}, |
| 473 | {{"_TMP", 0, ACPI_RTYPE_INTEGER}}, | 474 | {{"_TMP", 0, ACPI_RTYPE_INTEGER}}, |
diff --git a/drivers/acpi/acpica/nspredef.c b/drivers/acpi/acpica/nspredef.c index 9fb03fa8ffde..c845c8089f39 100644 --- a/drivers/acpi/acpica/nspredef.c +++ b/drivers/acpi/acpica/nspredef.c | |||
| @@ -193,14 +193,20 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node, | |||
| 193 | } | 193 | } |
| 194 | 194 | ||
| 195 | /* | 195 | /* |
| 196 | * 1) We have a return value, but if one wasn't expected, just exit, this is | 196 | * Return value validation and possible repair. |
| 197 | * not a problem. For example, if the "Implicit Return" feature is | ||
| 198 | * enabled, methods will always return a value. | ||
| 199 | * | 197 | * |
| 200 | * 2) If the return value can be of any type, then we cannot perform any | 198 | * 1) Don't perform return value validation/repair if this feature |
| 201 | * validation, exit. | 199 | * has been disabled via a global option. |
| 200 | * | ||
| 201 | * 2) We have a return value, but if one wasn't expected, just exit, | ||
| 202 | * this is not a problem. For example, if the "Implicit Return" | ||
| 203 | * feature is enabled, methods will always return a value. | ||
| 204 | * | ||
| 205 | * 3) If the return value can be of any type, then we cannot perform | ||
| 206 | * any validation, just exit. | ||
| 202 | */ | 207 | */ |
| 203 | if ((!predefined->info.expected_btypes) || | 208 | if (acpi_gbl_disable_auto_repair || |
| 209 | (!predefined->info.expected_btypes) || | ||
| 204 | (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { | 210 | (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { |
| 205 | goto cleanup; | 211 | goto cleanup; |
| 206 | } | 212 | } |
| @@ -212,6 +218,7 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node, | |||
| 212 | goto cleanup; | 218 | goto cleanup; |
| 213 | } | 219 | } |
| 214 | data->predefined = predefined; | 220 | data->predefined = predefined; |
| 221 | data->node = node; | ||
| 215 | data->node_flags = node->flags; | 222 | data->node_flags = node->flags; |
| 216 | data->pathname = pathname; | 223 | data->pathname = pathname; |
| 217 | 224 | ||
diff --git a/drivers/acpi/acpica/nsrepair2.c b/drivers/acpi/acpica/nsrepair2.c index 973883babee1..024c4f263f87 100644 --- a/drivers/acpi/acpica/nsrepair2.c +++ b/drivers/acpi/acpica/nsrepair2.c | |||
| @@ -503,6 +503,21 @@ acpi_ns_repair_TSS(struct acpi_predefined_data *data, | |||
| 503 | { | 503 | { |
| 504 | union acpi_operand_object *return_object = *return_object_ptr; | 504 | union acpi_operand_object *return_object = *return_object_ptr; |
| 505 | acpi_status status; | 505 | acpi_status status; |
| 506 | struct acpi_namespace_node *node; | ||
| 507 | |||
| 508 | /* | ||
| 509 | * We can only sort the _TSS return package if there is no _PSS in the | ||
| 510 | * same scope. This is because if _PSS is present, the ACPI specification | ||
| 511 | * dictates that the _TSS Power Dissipation field is to be ignored, and | ||
| 512 | * therefore some BIOSs leave garbage values in the _TSS Power field(s). | ||
| 513 | * In this case, it is best to just return the _TSS package as-is. | ||
| 514 | * (May, 2011) | ||
| 515 | */ | ||
| 516 | status = | ||
| 517 | acpi_ns_get_node(data->node, "^_PSS", ACPI_NS_NO_UPSEARCH, &node); | ||
| 518 | if (ACPI_SUCCESS(status)) { | ||
| 519 | return (AE_OK); | ||
| 520 | } | ||
| 506 | 521 | ||
| 507 | status = acpi_ns_check_sorted_list(data, return_object, 5, 1, | 522 | status = acpi_ns_check_sorted_list(data, return_object, 5, 1, |
| 508 | ACPI_SORT_DESCENDING, | 523 | ACPI_SORT_DESCENDING, |
diff --git a/drivers/acpi/acpica/tbinstal.c b/drivers/acpi/acpica/tbinstal.c index 48db0944ce4a..62365f6075dd 100644 --- a/drivers/acpi/acpica/tbinstal.c +++ b/drivers/acpi/acpica/tbinstal.c | |||
| @@ -126,12 +126,29 @@ acpi_tb_add_table(struct acpi_table_desc *table_desc, u32 *table_index) | |||
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | /* | 128 | /* |
| 129 | * Originally, we checked the table signature for "SSDT" or "PSDT" here. | 129 | * Validate the incoming table signature. |
| 130 | * Next, we added support for OEMx tables, signature "OEM". | 130 | * |
| 131 | * Valid tables were encountered with a null signature, so we've just | 131 | * 1) Originally, we checked the table signature for "SSDT" or "PSDT". |
| 132 | * given up on validating the signature, since it seems to be a waste | 132 | * 2) We added support for OEMx tables, signature "OEM". |
| 133 | * of code. The original code was removed (05/2008). | 133 | * 3) Valid tables were encountered with a null signature, so we just |
| 134 | * gave up on validating the signature, (05/2008). | ||
| 135 | * 4) We encountered non-AML tables such as the MADT, which caused | ||
| 136 | * interpreter errors and kernel faults. So now, we once again allow | ||
| 137 | * only "SSDT", "OEMx", and now, also a null signature. (05/2011). | ||
| 134 | */ | 138 | */ |
| 139 | if ((table_desc->pointer->signature[0] != 0x00) && | ||
| 140 | (!ACPI_COMPARE_NAME(table_desc->pointer->signature, ACPI_SIG_SSDT)) | ||
| 141 | && (ACPI_STRNCMP(table_desc->pointer->signature, "OEM", 3))) { | ||
| 142 | ACPI_ERROR((AE_INFO, | ||
| 143 | "Table has invalid signature [%4.4s] (0x%8.8X), must be SSDT or OEMx", | ||
| 144 | acpi_ut_valid_acpi_name(*(u32 *)table_desc-> | ||
| 145 | pointer-> | ||
| 146 | signature) ? table_desc-> | ||
| 147 | pointer->signature : "????", | ||
| 148 | *(u32 *)table_desc->pointer->signature)); | ||
| 149 | |||
| 150 | return_ACPI_STATUS(AE_BAD_SIGNATURE); | ||
| 151 | } | ||
| 135 | 152 | ||
| 136 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); | 153 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); |
| 137 | 154 | ||
diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 2c661353e8f2..87c0a8daa99a 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c | |||
| @@ -55,6 +55,9 @@ | |||
| 55 | #define ACPI_BATTERY_NOTIFY_INFO 0x81 | 55 | #define ACPI_BATTERY_NOTIFY_INFO 0x81 |
| 56 | #define ACPI_BATTERY_NOTIFY_THRESHOLD 0x82 | 56 | #define ACPI_BATTERY_NOTIFY_THRESHOLD 0x82 |
| 57 | 57 | ||
| 58 | /* Battery power unit: 0 means mW, 1 means mA */ | ||
| 59 | #define ACPI_BATTERY_POWER_UNIT_MA 1 | ||
| 60 | |||
| 58 | #define _COMPONENT ACPI_BATTERY_COMPONENT | 61 | #define _COMPONENT ACPI_BATTERY_COMPONENT |
| 59 | 62 | ||
| 60 | ACPI_MODULE_NAME("battery"); | 63 | ACPI_MODULE_NAME("battery"); |
| @@ -91,11 +94,6 @@ MODULE_DEVICE_TABLE(acpi, battery_device_ids); | |||
| 91 | enum { | 94 | enum { |
| 92 | ACPI_BATTERY_ALARM_PRESENT, | 95 | ACPI_BATTERY_ALARM_PRESENT, |
| 93 | ACPI_BATTERY_XINFO_PRESENT, | 96 | ACPI_BATTERY_XINFO_PRESENT, |
| 94 | /* For buggy DSDTs that report negative 16-bit values for either | ||
| 95 | * charging or discharging current and/or report 0 as 65536 | ||
| 96 | * due to bad math. | ||
| 97 | */ | ||
| 98 | ACPI_BATTERY_QUIRK_SIGNED16_CURRENT, | ||
| 99 | ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, | 97 | ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, |
| 100 | }; | 98 | }; |
| 101 | 99 | ||
| @@ -301,7 +299,8 @@ static enum power_supply_property energy_battery_props[] = { | |||
| 301 | #ifdef CONFIG_ACPI_PROCFS_POWER | 299 | #ifdef CONFIG_ACPI_PROCFS_POWER |
| 302 | inline char *acpi_battery_units(struct acpi_battery *battery) | 300 | inline char *acpi_battery_units(struct acpi_battery *battery) |
| 303 | { | 301 | { |
| 304 | return (battery->power_unit)?"mA":"mW"; | 302 | return (battery->power_unit == ACPI_BATTERY_POWER_UNIT_MA) ? |
| 303 | "mA" : "mW"; | ||
| 305 | } | 304 | } |
| 306 | #endif | 305 | #endif |
| 307 | 306 | ||
| @@ -461,9 +460,17 @@ static int acpi_battery_get_state(struct acpi_battery *battery) | |||
| 461 | battery->update_time = jiffies; | 460 | battery->update_time = jiffies; |
| 462 | kfree(buffer.pointer); | 461 | kfree(buffer.pointer); |
| 463 | 462 | ||
| 464 | if (test_bit(ACPI_BATTERY_QUIRK_SIGNED16_CURRENT, &battery->flags) && | 463 | /* For buggy DSDTs that report negative 16-bit values for either |
| 465 | battery->rate_now != -1) | 464 | * charging or discharging current and/or report 0 as 65536 |
| 465 | * due to bad math. | ||
| 466 | */ | ||
| 467 | if (battery->power_unit == ACPI_BATTERY_POWER_UNIT_MA && | ||
| 468 | battery->rate_now != ACPI_BATTERY_VALUE_UNKNOWN && | ||
| 469 | (s16)(battery->rate_now) < 0) { | ||
| 466 | battery->rate_now = abs((s16)battery->rate_now); | 470 | battery->rate_now = abs((s16)battery->rate_now); |
| 471 | printk_once(KERN_WARNING FW_BUG "battery: (dis)charge rate" | ||
| 472 | " invalid.\n"); | ||
| 473 | } | ||
| 467 | 474 | ||
| 468 | if (test_bit(ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, &battery->flags) | 475 | if (test_bit(ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, &battery->flags) |
| 469 | && battery->capacity_now >= 0 && battery->capacity_now <= 100) | 476 | && battery->capacity_now >= 0 && battery->capacity_now <= 100) |
| @@ -544,7 +551,7 @@ static int sysfs_add_battery(struct acpi_battery *battery) | |||
| 544 | { | 551 | { |
| 545 | int result; | 552 | int result; |
| 546 | 553 | ||
| 547 | if (battery->power_unit) { | 554 | if (battery->power_unit == ACPI_BATTERY_POWER_UNIT_MA) { |
| 548 | battery->bat.properties = charge_battery_props; | 555 | battery->bat.properties = charge_battery_props; |
| 549 | battery->bat.num_properties = | 556 | battery->bat.num_properties = |
| 550 | ARRAY_SIZE(charge_battery_props); | 557 | ARRAY_SIZE(charge_battery_props); |
| @@ -566,18 +573,16 @@ static int sysfs_add_battery(struct acpi_battery *battery) | |||
| 566 | 573 | ||
| 567 | static void sysfs_remove_battery(struct acpi_battery *battery) | 574 | static void sysfs_remove_battery(struct acpi_battery *battery) |
| 568 | { | 575 | { |
| 569 | if (!battery->bat.dev) | 576 | mutex_lock(&battery->lock); |
| 577 | if (!battery->bat.dev) { | ||
| 578 | mutex_unlock(&battery->lock); | ||
| 570 | return; | 579 | return; |
| 580 | } | ||
| 581 | |||
| 571 | device_remove_file(battery->bat.dev, &alarm_attr); | 582 | device_remove_file(battery->bat.dev, &alarm_attr); |
| 572 | power_supply_unregister(&battery->bat); | 583 | power_supply_unregister(&battery->bat); |
| 573 | battery->bat.dev = NULL; | 584 | battery->bat.dev = NULL; |
| 574 | } | 585 | mutex_unlock(&battery->lock); |
| 575 | |||
| 576 | static void acpi_battery_quirks(struct acpi_battery *battery) | ||
| 577 | { | ||
| 578 | if (dmi_name_in_vendors("Acer") && battery->power_unit) { | ||
| 579 | set_bit(ACPI_BATTERY_QUIRK_SIGNED16_CURRENT, &battery->flags); | ||
| 580 | } | ||
| 581 | } | 586 | } |
| 582 | 587 | ||
| 583 | /* | 588 | /* |
| @@ -592,7 +597,7 @@ static void acpi_battery_quirks(struct acpi_battery *battery) | |||
| 592 | * | 597 | * |
| 593 | * Handle this correctly so that they won't break userspace. | 598 | * Handle this correctly so that they won't break userspace. |
| 594 | */ | 599 | */ |
| 595 | static void acpi_battery_quirks2(struct acpi_battery *battery) | 600 | static void acpi_battery_quirks(struct acpi_battery *battery) |
| 596 | { | 601 | { |
| 597 | if (test_bit(ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, &battery->flags)) | 602 | if (test_bit(ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, &battery->flags)) |
| 598 | return ; | 603 | return ; |
| @@ -623,13 +628,15 @@ static int acpi_battery_update(struct acpi_battery *battery) | |||
| 623 | result = acpi_battery_get_info(battery); | 628 | result = acpi_battery_get_info(battery); |
| 624 | if (result) | 629 | if (result) |
| 625 | return result; | 630 | return result; |
| 626 | acpi_battery_quirks(battery); | ||
| 627 | acpi_battery_init_alarm(battery); | 631 | acpi_battery_init_alarm(battery); |
| 628 | } | 632 | } |
| 629 | if (!battery->bat.dev) | 633 | if (!battery->bat.dev) { |
| 630 | sysfs_add_battery(battery); | 634 | result = sysfs_add_battery(battery); |
| 635 | if (result) | ||
| 636 | return result; | ||
| 637 | } | ||
| 631 | result = acpi_battery_get_state(battery); | 638 | result = acpi_battery_get_state(battery); |
| 632 | acpi_battery_quirks2(battery); | 639 | acpi_battery_quirks(battery); |
| 633 | return result; | 640 | return result; |
| 634 | } | 641 | } |
| 635 | 642 | ||
| @@ -863,7 +870,7 @@ DECLARE_FILE_FUNCTIONS(alarm); | |||
| 863 | }, \ | 870 | }, \ |
| 864 | } | 871 | } |
| 865 | 872 | ||
| 866 | static struct battery_file { | 873 | static const struct battery_file { |
| 867 | struct file_operations ops; | 874 | struct file_operations ops; |
| 868 | mode_t mode; | 875 | mode_t mode; |
| 869 | const char *name; | 876 | const char *name; |
| @@ -948,9 +955,12 @@ static int battery_notify(struct notifier_block *nb, | |||
| 948 | struct acpi_battery *battery = container_of(nb, struct acpi_battery, | 955 | struct acpi_battery *battery = container_of(nb, struct acpi_battery, |
| 949 | pm_nb); | 956 | pm_nb); |
| 950 | switch (mode) { | 957 | switch (mode) { |
| 958 | case PM_POST_HIBERNATION: | ||
| 951 | case PM_POST_SUSPEND: | 959 | case PM_POST_SUSPEND: |
| 952 | sysfs_remove_battery(battery); | 960 | if (battery->bat.dev) { |
| 953 | sysfs_add_battery(battery); | 961 | sysfs_remove_battery(battery); |
| 962 | sysfs_add_battery(battery); | ||
| 963 | } | ||
| 954 | break; | 964 | break; |
| 955 | } | 965 | } |
| 956 | 966 | ||
| @@ -975,25 +985,33 @@ static int acpi_battery_add(struct acpi_device *device) | |||
| 975 | if (ACPI_SUCCESS(acpi_get_handle(battery->device->handle, | 985 | if (ACPI_SUCCESS(acpi_get_handle(battery->device->handle, |
| 976 | "_BIX", &handle))) | 986 | "_BIX", &handle))) |
| 977 | set_bit(ACPI_BATTERY_XINFO_PRESENT, &battery->flags); | 987 | set_bit(ACPI_BATTERY_XINFO_PRESENT, &battery->flags); |
| 978 | acpi_battery_update(battery); | 988 | result = acpi_battery_update(battery); |
| 989 | if (result) | ||
| 990 | goto fail; | ||
| 979 | #ifdef CONFIG_ACPI_PROCFS_POWER | 991 | #ifdef CONFIG_ACPI_PROCFS_POWER |
| 980 | result = acpi_battery_add_fs(device); | 992 | result = acpi_battery_add_fs(device); |
| 981 | #endif | 993 | #endif |
| 982 | if (!result) { | 994 | if (result) { |
| 983 | printk(KERN_INFO PREFIX "%s Slot [%s] (battery %s)\n", | ||
| 984 | ACPI_BATTERY_DEVICE_NAME, acpi_device_bid(device), | ||
| 985 | device->status.battery_present ? "present" : "absent"); | ||
| 986 | } else { | ||
| 987 | #ifdef CONFIG_ACPI_PROCFS_POWER | 995 | #ifdef CONFIG_ACPI_PROCFS_POWER |
| 988 | acpi_battery_remove_fs(device); | 996 | acpi_battery_remove_fs(device); |
| 989 | #endif | 997 | #endif |
| 990 | kfree(battery); | 998 | goto fail; |
| 991 | } | 999 | } |
| 992 | 1000 | ||
| 1001 | printk(KERN_INFO PREFIX "%s Slot [%s] (battery %s)\n", | ||
| 1002 | ACPI_BATTERY_DEVICE_NAME, acpi_device_bid(device), | ||
| 1003 | device->status.battery_present ? "present" : "absent"); | ||
| 1004 | |||
| 993 | battery->pm_nb.notifier_call = battery_notify; | 1005 | battery->pm_nb.notifier_call = battery_notify; |
| 994 | register_pm_notifier(&battery->pm_nb); | 1006 | register_pm_notifier(&battery->pm_nb); |
| 995 | 1007 | ||
| 996 | return result; | 1008 | return result; |
| 1009 | |||
| 1010 | fail: | ||
| 1011 | sysfs_remove_battery(battery); | ||
| 1012 | mutex_destroy(&battery->lock); | ||
| 1013 | kfree(battery); | ||
| 1014 | return result; | ||
| 997 | } | 1015 | } |
| 998 | 1016 | ||
| 999 | static int acpi_battery_remove(struct acpi_device *device, int type) | 1017 | static int acpi_battery_remove(struct acpi_device *device, int type) |
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 1864ad3cf895..19a61136d848 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c | |||
| @@ -77,7 +77,7 @@ struct dock_dependent_device { | |||
| 77 | struct list_head list; | 77 | struct list_head list; |
| 78 | struct list_head hotplug_list; | 78 | struct list_head hotplug_list; |
| 79 | acpi_handle handle; | 79 | acpi_handle handle; |
| 80 | struct acpi_dock_ops *ops; | 80 | const struct acpi_dock_ops *ops; |
| 81 | void *context; | 81 | void *context; |
| 82 | }; | 82 | }; |
| 83 | 83 | ||
| @@ -589,7 +589,7 @@ EXPORT_SYMBOL_GPL(unregister_dock_notifier); | |||
| 589 | * the dock driver after _DCK is executed. | 589 | * the dock driver after _DCK is executed. |
| 590 | */ | 590 | */ |
| 591 | int | 591 | int |
| 592 | register_hotplug_dock_device(acpi_handle handle, struct acpi_dock_ops *ops, | 592 | register_hotplug_dock_device(acpi_handle handle, const struct acpi_dock_ops *ops, |
| 593 | void *context) | 593 | void *context) |
| 594 | { | 594 | { |
| 595 | struct dock_dependent_device *dd; | 595 | struct dock_dependent_device *dd; |
diff --git a/drivers/acpi/ec_sys.c b/drivers/acpi/ec_sys.c index 05b44201a614..22f918bacd35 100644 --- a/drivers/acpi/ec_sys.c +++ b/drivers/acpi/ec_sys.c | |||
| @@ -92,7 +92,7 @@ static ssize_t acpi_ec_write_io(struct file *f, const char __user *buf, | |||
| 92 | return count; | 92 | return count; |
| 93 | } | 93 | } |
| 94 | 94 | ||
| 95 | static struct file_operations acpi_ec_io_ops = { | 95 | static const struct file_operations acpi_ec_io_ops = { |
| 96 | .owner = THIS_MODULE, | 96 | .owner = THIS_MODULE, |
| 97 | .open = acpi_ec_open_io, | 97 | .open = acpi_ec_open_io, |
| 98 | .read = acpi_ec_read_io, | 98 | .read = acpi_ec_read_io, |
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c index 467479f07c1f..0f0356ca1a9e 100644 --- a/drivers/acpi/fan.c +++ b/drivers/acpi/fan.c | |||
| @@ -110,7 +110,7 @@ fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) | |||
| 110 | return result; | 110 | return result; |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | static struct thermal_cooling_device_ops fan_cooling_ops = { | 113 | static const struct thermal_cooling_device_ops fan_cooling_ops = { |
| 114 | .get_max_state = fan_get_max_state, | 114 | .get_max_state = fan_get_max_state, |
| 115 | .get_cur_state = fan_get_cur_state, | 115 | .get_cur_state = fan_get_cur_state, |
| 116 | .set_cur_state = fan_set_cur_state, | 116 | .set_cur_state = fan_set_cur_state, |
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 372f9b70f7f4..fa32f584229f 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
| @@ -155,7 +155,7 @@ static u32 acpi_osi_handler(acpi_string interface, u32 supported) | |||
| 155 | { | 155 | { |
| 156 | if (!strcmp("Linux", interface)) { | 156 | if (!strcmp("Linux", interface)) { |
| 157 | 157 | ||
| 158 | printk(KERN_NOTICE FW_BUG PREFIX | 158 | printk_once(KERN_NOTICE FW_BUG PREFIX |
| 159 | "BIOS _OSI(Linux) query %s%s\n", | 159 | "BIOS _OSI(Linux) query %s%s\n", |
| 160 | osi_linux.enable ? "honored" : "ignored", | 160 | osi_linux.enable ? "honored" : "ignored", |
| 161 | osi_linux.cmdline ? " via cmdline" : | 161 | osi_linux.cmdline ? " via cmdline" : |
| @@ -237,8 +237,23 @@ void acpi_os_vprintf(const char *fmt, va_list args) | |||
| 237 | #endif | 237 | #endif |
| 238 | } | 238 | } |
| 239 | 239 | ||
| 240 | #ifdef CONFIG_KEXEC | ||
| 241 | static unsigned long acpi_rsdp; | ||
| 242 | static int __init setup_acpi_rsdp(char *arg) | ||
| 243 | { | ||
| 244 | acpi_rsdp = simple_strtoul(arg, NULL, 16); | ||
| 245 | return 0; | ||
| 246 | } | ||
| 247 | early_param("acpi_rsdp", setup_acpi_rsdp); | ||
| 248 | #endif | ||
| 249 | |||
| 240 | acpi_physical_address __init acpi_os_get_root_pointer(void) | 250 | acpi_physical_address __init acpi_os_get_root_pointer(void) |
| 241 | { | 251 | { |
| 252 | #ifdef CONFIG_KEXEC | ||
| 253 | if (acpi_rsdp) | ||
| 254 | return acpi_rsdp; | ||
| 255 | #endif | ||
| 256 | |||
| 242 | if (efi_enabled) { | 257 | if (efi_enabled) { |
| 243 | if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) | 258 | if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) |
| 244 | return efi.acpi20; | 259 | return efi.acpi20; |
| @@ -1083,7 +1098,13 @@ struct osi_setup_entry { | |||
| 1083 | bool enable; | 1098 | bool enable; |
| 1084 | }; | 1099 | }; |
| 1085 | 1100 | ||
| 1086 | static struct osi_setup_entry __initdata osi_setup_entries[OSI_STRING_ENTRIES_MAX]; | 1101 | static struct osi_setup_entry __initdata |
| 1102 | osi_setup_entries[OSI_STRING_ENTRIES_MAX] = { | ||
| 1103 | {"Module Device", true}, | ||
| 1104 | {"Processor Device", true}, | ||
| 1105 | {"3.0 _SCP Extensions", true}, | ||
| 1106 | {"Processor Aggregator Device", true}, | ||
| 1107 | }; | ||
| 1087 | 1108 | ||
| 1088 | void __init acpi_osi_setup(char *str) | 1109 | void __init acpi_osi_setup(char *str) |
| 1089 | { | 1110 | { |
diff --git a/drivers/acpi/pci_irq.c b/drivers/acpi/pci_irq.c index f907cfbfa13c..7f9eba9a0b02 100644 --- a/drivers/acpi/pci_irq.c +++ b/drivers/acpi/pci_irq.c | |||
| @@ -303,6 +303,61 @@ void acpi_pci_irq_del_prt(struct pci_bus *bus) | |||
| 303 | /* -------------------------------------------------------------------------- | 303 | /* -------------------------------------------------------------------------- |
| 304 | PCI Interrupt Routing Support | 304 | PCI Interrupt Routing Support |
| 305 | -------------------------------------------------------------------------- */ | 305 | -------------------------------------------------------------------------- */ |
| 306 | #ifdef CONFIG_X86_IO_APIC | ||
| 307 | extern int noioapicquirk; | ||
| 308 | extern int noioapicreroute; | ||
| 309 | |||
| 310 | static int bridge_has_boot_interrupt_variant(struct pci_bus *bus) | ||
| 311 | { | ||
| 312 | struct pci_bus *bus_it; | ||
| 313 | |||
| 314 | for (bus_it = bus ; bus_it ; bus_it = bus_it->parent) { | ||
| 315 | if (!bus_it->self) | ||
| 316 | return 0; | ||
| 317 | if (bus_it->self->irq_reroute_variant) | ||
| 318 | return bus_it->self->irq_reroute_variant; | ||
| 319 | } | ||
| 320 | return 0; | ||
| 321 | } | ||
| 322 | |||
| 323 | /* | ||
| 324 | * Some chipsets (e.g. Intel 6700PXH) generate a legacy INTx when the IRQ | ||
| 325 | * entry in the chipset's IO-APIC is masked (as, e.g. the RT kernel does | ||
| 326 | * during interrupt handling). When this INTx generation cannot be disabled, | ||
| 327 | * we reroute these interrupts to their legacy equivalent to get rid of | ||
| 328 | * spurious interrupts. | ||
| 329 | */ | ||
| 330 | static int acpi_reroute_boot_interrupt(struct pci_dev *dev, | ||
| 331 | struct acpi_prt_entry *entry) | ||
| 332 | { | ||
| 333 | if (noioapicquirk || noioapicreroute) { | ||
| 334 | return 0; | ||
| 335 | } else { | ||
| 336 | switch (bridge_has_boot_interrupt_variant(dev->bus)) { | ||
| 337 | case 0: | ||
| 338 | /* no rerouting necessary */ | ||
| 339 | return 0; | ||
| 340 | case INTEL_IRQ_REROUTE_VARIANT: | ||
| 341 | /* | ||
| 342 | * Remap according to INTx routing table in 6700PXH | ||
| 343 | * specs, intel order number 302628-002, section | ||
| 344 | * 2.15.2. Other chipsets (80332, ...) have the same | ||
| 345 | * mapping and are handled here as well. | ||
| 346 | */ | ||
| 347 | dev_info(&dev->dev, "PCI IRQ %d -> rerouted to legacy " | ||
| 348 | "IRQ %d\n", entry->index, | ||
| 349 | (entry->index % 4) + 16); | ||
| 350 | entry->index = (entry->index % 4) + 16; | ||
| 351 | return 1; | ||
| 352 | default: | ||
| 353 | dev_warn(&dev->dev, "Cannot reroute IRQ %d to legacy " | ||
| 354 | "IRQ: unknown mapping\n", entry->index); | ||
| 355 | return -1; | ||
| 356 | } | ||
| 357 | } | ||
| 358 | } | ||
| 359 | #endif /* CONFIG_X86_IO_APIC */ | ||
| 360 | |||
| 306 | static struct acpi_prt_entry *acpi_pci_irq_lookup(struct pci_dev *dev, int pin) | 361 | static struct acpi_prt_entry *acpi_pci_irq_lookup(struct pci_dev *dev, int pin) |
| 307 | { | 362 | { |
| 308 | struct acpi_prt_entry *entry; | 363 | struct acpi_prt_entry *entry; |
| @@ -311,6 +366,9 @@ static struct acpi_prt_entry *acpi_pci_irq_lookup(struct pci_dev *dev, int pin) | |||
| 311 | 366 | ||
| 312 | entry = acpi_pci_irq_find_prt_entry(dev, pin); | 367 | entry = acpi_pci_irq_find_prt_entry(dev, pin); |
| 313 | if (entry) { | 368 | if (entry) { |
| 369 | #ifdef CONFIG_X86_IO_APIC | ||
| 370 | acpi_reroute_boot_interrupt(dev, entry); | ||
| 371 | #endif /* CONFIG_X86_IO_APIC */ | ||
| 314 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found %s[%c] _PRT entry\n", | 372 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found %s[%c] _PRT entry\n", |
| 315 | pci_name(dev), pin_name(pin))); | 373 | pci_name(dev), pin_name(pin))); |
| 316 | return entry; | 374 | return entry; |
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index d06078d660ad..2672c798272f 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
| @@ -485,7 +485,8 @@ static int __devinit acpi_pci_root_add(struct acpi_device *device) | |||
| 485 | root->secondary.end = 0xFF; | 485 | root->secondary.end = 0xFF; |
| 486 | printk(KERN_WARNING FW_BUG PREFIX | 486 | printk(KERN_WARNING FW_BUG PREFIX |
| 487 | "no secondary bus range in _CRS\n"); | 487 | "no secondary bus range in _CRS\n"); |
| 488 | status = acpi_evaluate_integer(device->handle, METHOD_NAME__BBN, NULL, &bus); | 488 | status = acpi_evaluate_integer(device->handle, METHOD_NAME__BBN, |
| 489 | NULL, &bus); | ||
| 489 | if (ACPI_SUCCESS(status)) | 490 | if (ACPI_SUCCESS(status)) |
| 490 | root->secondary.start = bus; | 491 | root->secondary.start = bus; |
| 491 | else if (status == AE_NOT_FOUND) | 492 | else if (status == AE_NOT_FOUND) |
diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index 79cb65332894..870550d6a4bf 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c | |||
| @@ -244,7 +244,7 @@ processor_set_cur_state(struct thermal_cooling_device *cdev, | |||
| 244 | return result; | 244 | return result; |
| 245 | } | 245 | } |
| 246 | 246 | ||
| 247 | struct thermal_cooling_device_ops processor_cooling_ops = { | 247 | const struct thermal_cooling_device_ops processor_cooling_ops = { |
| 248 | .get_max_state = processor_get_max_state, | 248 | .get_max_state = processor_get_max_state, |
| 249 | .get_cur_state = processor_get_cur_state, | 249 | .get_cur_state = processor_get_cur_state, |
| 250 | .set_cur_state = processor_set_cur_state, | 250 | .set_cur_state = processor_set_cur_state, |
diff --git a/drivers/acpi/sbs.c b/drivers/acpi/sbs.c index 50658ff887d9..6e36d0c0057c 100644 --- a/drivers/acpi/sbs.c +++ b/drivers/acpi/sbs.c | |||
| @@ -130,6 +130,9 @@ struct acpi_sbs { | |||
| 130 | 130 | ||
| 131 | #define to_acpi_sbs(x) container_of(x, struct acpi_sbs, charger) | 131 | #define to_acpi_sbs(x) container_of(x, struct acpi_sbs, charger) |
| 132 | 132 | ||
| 133 | static int acpi_sbs_remove(struct acpi_device *device, int type); | ||
| 134 | static int acpi_battery_get_state(struct acpi_battery *battery); | ||
| 135 | |||
| 133 | static inline int battery_scale(int log) | 136 | static inline int battery_scale(int log) |
| 134 | { | 137 | { |
| 135 | int scale = 1; | 138 | int scale = 1; |
| @@ -195,6 +198,8 @@ static int acpi_sbs_battery_get_property(struct power_supply *psy, | |||
| 195 | 198 | ||
| 196 | if ((!battery->present) && psp != POWER_SUPPLY_PROP_PRESENT) | 199 | if ((!battery->present) && psp != POWER_SUPPLY_PROP_PRESENT) |
| 197 | return -ENODEV; | 200 | return -ENODEV; |
| 201 | |||
| 202 | acpi_battery_get_state(battery); | ||
| 198 | switch (psp) { | 203 | switch (psp) { |
| 199 | case POWER_SUPPLY_PROP_STATUS: | 204 | case POWER_SUPPLY_PROP_STATUS: |
| 200 | if (battery->rate_now < 0) | 205 | if (battery->rate_now < 0) |
| @@ -225,11 +230,17 @@ static int acpi_sbs_battery_get_property(struct power_supply *psy, | |||
| 225 | case POWER_SUPPLY_PROP_POWER_NOW: | 230 | case POWER_SUPPLY_PROP_POWER_NOW: |
| 226 | val->intval = abs(battery->rate_now) * | 231 | val->intval = abs(battery->rate_now) * |
| 227 | acpi_battery_ipscale(battery) * 1000; | 232 | acpi_battery_ipscale(battery) * 1000; |
| 233 | val->intval *= (acpi_battery_mode(battery)) ? | ||
| 234 | (battery->voltage_now * | ||
| 235 | acpi_battery_vscale(battery) / 1000) : 1; | ||
| 228 | break; | 236 | break; |
| 229 | case POWER_SUPPLY_PROP_CURRENT_AVG: | 237 | case POWER_SUPPLY_PROP_CURRENT_AVG: |
| 230 | case POWER_SUPPLY_PROP_POWER_AVG: | 238 | case POWER_SUPPLY_PROP_POWER_AVG: |
| 231 | val->intval = abs(battery->rate_avg) * | 239 | val->intval = abs(battery->rate_avg) * |
| 232 | acpi_battery_ipscale(battery) * 1000; | 240 | acpi_battery_ipscale(battery) * 1000; |
| 241 | val->intval *= (acpi_battery_mode(battery)) ? | ||
| 242 | (battery->voltage_now * | ||
| 243 | acpi_battery_vscale(battery) / 1000) : 1; | ||
| 233 | break; | 244 | break; |
| 234 | case POWER_SUPPLY_PROP_CAPACITY: | 245 | case POWER_SUPPLY_PROP_CAPACITY: |
| 235 | val->intval = battery->state_of_charge; | 246 | val->intval = battery->state_of_charge; |
| @@ -903,8 +914,6 @@ static void acpi_sbs_callback(void *context) | |||
| 903 | } | 914 | } |
| 904 | } | 915 | } |
| 905 | 916 | ||
| 906 | static int acpi_sbs_remove(struct acpi_device *device, int type); | ||
| 907 | |||
| 908 | static int acpi_sbs_add(struct acpi_device *device) | 917 | static int acpi_sbs_add(struct acpi_device *device) |
| 909 | { | 918 | { |
| 910 | struct acpi_sbs *sbs; | 919 | struct acpi_sbs *sbs; |
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 6c949602cbd1..3ed80b2ca907 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
| @@ -428,6 +428,22 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
| 428 | DMI_MATCH(DMI_PRODUCT_NAME, "1000 Series"), | 428 | DMI_MATCH(DMI_PRODUCT_NAME, "1000 Series"), |
| 429 | }, | 429 | }, |
| 430 | }, | 430 | }, |
| 431 | { | ||
| 432 | .callback = init_old_suspend_ordering, | ||
| 433 | .ident = "Asus A8N-SLI DELUXE", | ||
| 434 | .matches = { | ||
| 435 | DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."), | ||
| 436 | DMI_MATCH(DMI_BOARD_NAME, "A8N-SLI DELUXE"), | ||
| 437 | }, | ||
| 438 | }, | ||
| 439 | { | ||
| 440 | .callback = init_old_suspend_ordering, | ||
| 441 | .ident = "Asus A8N-SLI Premium", | ||
| 442 | .matches = { | ||
| 443 | DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."), | ||
| 444 | DMI_MATCH(DMI_BOARD_NAME, "A8N-SLI Premium"), | ||
| 445 | }, | ||
| 446 | }, | ||
| 431 | {}, | 447 | {}, |
| 432 | }; | 448 | }; |
| 433 | #endif /* CONFIG_SUSPEND */ | 449 | #endif /* CONFIG_SUSPEND */ |
diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 77255f250dbb..c538d0ef10ff 100644 --- a/drivers/acpi/sysfs.c +++ b/drivers/acpi/sysfs.c | |||
| @@ -149,12 +149,12 @@ static int param_get_debug_level(char *buffer, const struct kernel_param *kp) | |||
| 149 | return result; | 149 | return result; |
| 150 | } | 150 | } |
| 151 | 151 | ||
| 152 | static struct kernel_param_ops param_ops_debug_layer = { | 152 | static const struct kernel_param_ops param_ops_debug_layer = { |
| 153 | .set = param_set_uint, | 153 | .set = param_set_uint, |
| 154 | .get = param_get_debug_layer, | 154 | .get = param_get_debug_layer, |
| 155 | }; | 155 | }; |
| 156 | 156 | ||
| 157 | static struct kernel_param_ops param_ops_debug_level = { | 157 | static const struct kernel_param_ops param_ops_debug_level = { |
| 158 | .set = param_set_uint, | 158 | .set = param_set_uint, |
| 159 | .get = param_get_debug_level, | 159 | .get = param_get_debug_level, |
| 160 | }; | 160 | }; |
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 2607e17b520f..48fbc647b178 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
| @@ -812,7 +812,7 @@ acpi_thermal_unbind_cooling_device(struct thermal_zone_device *thermal, | |||
| 812 | thermal_zone_unbind_cooling_device); | 812 | thermal_zone_unbind_cooling_device); |
| 813 | } | 813 | } |
| 814 | 814 | ||
| 815 | static struct thermal_zone_device_ops acpi_thermal_zone_ops = { | 815 | static const struct thermal_zone_device_ops acpi_thermal_zone_ops = { |
| 816 | .bind = acpi_thermal_bind_cooling_device, | 816 | .bind = acpi_thermal_bind_cooling_device, |
| 817 | .unbind = acpi_thermal_unbind_cooling_device, | 817 | .unbind = acpi_thermal_unbind_cooling_device, |
| 818 | .get_temp = thermal_get_temp, | 818 | .get_temp = thermal_get_temp, |
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index ada4b4d9bdc8..08a44b532f7c 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
| @@ -307,7 +307,7 @@ video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long st | |||
| 307 | return acpi_video_device_lcd_set_level(video, level); | 307 | return acpi_video_device_lcd_set_level(video, level); |
| 308 | } | 308 | } |
| 309 | 309 | ||
| 310 | static struct thermal_cooling_device_ops video_cooling_ops = { | 310 | static const struct thermal_cooling_device_ops video_cooling_ops = { |
| 311 | .get_max_state = video_get_max_state, | 311 | .get_max_state = video_get_max_state, |
| 312 | .get_cur_state = video_get_cur_state, | 312 | .get_cur_state = video_get_cur_state, |
| 313 | .set_cur_state = video_set_cur_state, | 313 | .set_cur_state = video_set_cur_state, |
diff --git a/drivers/ata/libata-acpi.c b/drivers/ata/libata-acpi.c index e0a5b555cee1..bb7c5f1085cc 100644 --- a/drivers/ata/libata-acpi.c +++ b/drivers/ata/libata-acpi.c | |||
| @@ -218,12 +218,12 @@ static void ata_acpi_dev_uevent(acpi_handle handle, u32 event, void *data) | |||
| 218 | ata_acpi_uevent(dev->link->ap, dev, event); | 218 | ata_acpi_uevent(dev->link->ap, dev, event); |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | static struct acpi_dock_ops ata_acpi_dev_dock_ops = { | 221 | static const struct acpi_dock_ops ata_acpi_dev_dock_ops = { |
| 222 | .handler = ata_acpi_dev_notify_dock, | 222 | .handler = ata_acpi_dev_notify_dock, |
| 223 | .uevent = ata_acpi_dev_uevent, | 223 | .uevent = ata_acpi_dev_uevent, |
| 224 | }; | 224 | }; |
| 225 | 225 | ||
| 226 | static struct acpi_dock_ops ata_acpi_ap_dock_ops = { | 226 | static const struct acpi_dock_ops ata_acpi_ap_dock_ops = { |
| 227 | .handler = ata_acpi_ap_notify_dock, | 227 | .handler = ata_acpi_ap_notify_dock, |
| 228 | .uevent = ata_acpi_ap_uevent, | 228 | .uevent = ata_acpi_ap_uevent, |
| 229 | }; | 229 | }; |
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 49502bc5360a..423fd56bf612 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -616,5 +616,16 @@ config MSM_SMD_PKT | |||
| 616 | Enables userspace clients to read and write to some packet SMD | 616 | Enables userspace clients to read and write to some packet SMD |
| 617 | ports via device interface for MSM chipset. | 617 | ports via device interface for MSM chipset. |
| 618 | 618 | ||
| 619 | config TILE_SROM | ||
| 620 | bool "Character-device access via hypervisor to the Tilera SPI ROM" | ||
| 621 | depends on TILE | ||
| 622 | default y | ||
| 623 | ---help--- | ||
| 624 | This device provides character-level read-write access | ||
| 625 | to the SROM, typically via the "0", "1", and "2" devices | ||
| 626 | in /dev/srom/. The Tilera hypervisor makes the flash | ||
| 627 | device appear much like a simple EEPROM, and knows | ||
| 628 | how to partition a single ROM for multiple purposes. | ||
| 629 | |||
| 619 | endmenu | 630 | endmenu |
| 620 | 631 | ||
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 7a00672bd85d..32762ba769c2 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
| @@ -63,3 +63,5 @@ obj-$(CONFIG_RAMOOPS) += ramoops.o | |||
| 63 | 63 | ||
| 64 | obj-$(CONFIG_JS_RTC) += js-rtc.o | 64 | obj-$(CONFIG_JS_RTC) += js-rtc.o |
| 65 | js-rtc-y = rtc.o | 65 | js-rtc-y = rtc.o |
| 66 | |||
| 67 | obj-$(CONFIG_TILE_SROM) += tile-srom.o | ||
diff --git a/drivers/char/ramoops.c b/drivers/char/ramoops.c index fca0c51bbc90..810aff9e750f 100644 --- a/drivers/char/ramoops.c +++ b/drivers/char/ramoops.c | |||
| @@ -147,6 +147,14 @@ static int __init ramoops_probe(struct platform_device *pdev) | |||
| 147 | cxt->phys_addr = pdata->mem_address; | 147 | cxt->phys_addr = pdata->mem_address; |
| 148 | cxt->record_size = pdata->record_size; | 148 | cxt->record_size = pdata->record_size; |
| 149 | cxt->dump_oops = pdata->dump_oops; | 149 | cxt->dump_oops = pdata->dump_oops; |
| 150 | /* | ||
| 151 | * Update the module parameter variables as well so they are visible | ||
| 152 | * through /sys/module/ramoops/parameters/ | ||
| 153 | */ | ||
| 154 | mem_size = pdata->mem_size; | ||
| 155 | mem_address = pdata->mem_address; | ||
| 156 | record_size = pdata->record_size; | ||
| 157 | dump_oops = pdata->dump_oops; | ||
| 150 | 158 | ||
| 151 | if (!request_mem_region(cxt->phys_addr, cxt->size, "ramoops")) { | 159 | if (!request_mem_region(cxt->phys_addr, cxt->size, "ramoops")) { |
| 152 | pr_err("request mem region failed\n"); | 160 | pr_err("request mem region failed\n"); |
diff --git a/drivers/char/tile-srom.c b/drivers/char/tile-srom.c new file mode 100644 index 000000000000..cf3ee008dca2 --- /dev/null +++ b/drivers/char/tile-srom.c | |||
| @@ -0,0 +1,481 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2011 Tilera Corporation. All Rights Reserved. | ||
| 3 | * | ||
| 4 | * This program is free software; you can redistribute it and/or | ||
| 5 | * modify it under the terms of the GNU General Public License | ||
| 6 | * as published by the Free Software Foundation, version 2. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, but | ||
| 9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
| 11 | * NON INFRINGEMENT. See the GNU General Public License for | ||
| 12 | * more details. | ||
| 13 | * | ||
| 14 | * SPI Flash ROM driver | ||
| 15 | * | ||
| 16 | * This source code is derived from code provided in "Linux Device | ||
| 17 | * Drivers, Third Edition", by Jonathan Corbet, Alessandro Rubini, and | ||
| 18 | * Greg Kroah-Hartman, published by O'Reilly Media, Inc. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #include <linux/module.h> | ||
| 22 | #include <linux/moduleparam.h> | ||
| 23 | #include <linux/init.h> | ||
| 24 | #include <linux/kernel.h> /* printk() */ | ||
| 25 | #include <linux/slab.h> /* kmalloc() */ | ||
| 26 | #include <linux/fs.h> /* everything... */ | ||
| 27 | #include <linux/errno.h> /* error codes */ | ||
| 28 | #include <linux/types.h> /* size_t */ | ||
| 29 | #include <linux/proc_fs.h> | ||
| 30 | #include <linux/fcntl.h> /* O_ACCMODE */ | ||
| 31 | #include <linux/aio.h> | ||
| 32 | #include <linux/pagemap.h> | ||
| 33 | #include <linux/hugetlb.h> | ||
| 34 | #include <linux/uaccess.h> | ||
| 35 | #include <linux/platform_device.h> | ||
| 36 | #include <hv/hypervisor.h> | ||
| 37 | #include <linux/ioctl.h> | ||
| 38 | #include <linux/cdev.h> | ||
| 39 | #include <linux/delay.h> | ||
| 40 | #include <hv/drv_srom_intf.h> | ||
| 41 | |||
| 42 | /* | ||
| 43 | * Size of our hypervisor I/O requests. We break up large transfers | ||
| 44 | * so that we don't spend large uninterrupted spans of time in the | ||
| 45 | * hypervisor. Erasing an SROM sector takes a significant fraction of | ||
| 46 | * a second, so if we allowed the user to, say, do one I/O to write the | ||
| 47 | * entire ROM, we'd get soft lockup timeouts, or worse. | ||
| 48 | */ | ||
| 49 | #define SROM_CHUNK_SIZE ((size_t)4096) | ||
| 50 | |||
| 51 | /* | ||
| 52 | * When hypervisor is busy (e.g. erasing), poll the status periodically. | ||
| 53 | */ | ||
| 54 | |||
| 55 | /* | ||
| 56 | * Interval to poll the state in msec | ||
| 57 | */ | ||
| 58 | #define SROM_WAIT_TRY_INTERVAL 20 | ||
| 59 | |||
| 60 | /* | ||
| 61 | * Maximum times to poll the state | ||
| 62 | */ | ||
| 63 | #define SROM_MAX_WAIT_TRY_TIMES 1000 | ||
| 64 | |||
| 65 | struct srom_dev { | ||
| 66 | int hv_devhdl; /* Handle for hypervisor device */ | ||
| 67 | u32 total_size; /* Size of this device */ | ||
| 68 | u32 sector_size; /* Size of a sector */ | ||
| 69 | u32 page_size; /* Size of a page */ | ||
| 70 | struct mutex lock; /* Allow only one accessor at a time */ | ||
| 71 | }; | ||
| 72 | |||
| 73 | static int srom_major; /* Dynamic major by default */ | ||
| 74 | module_param(srom_major, int, 0); | ||
| 75 | MODULE_AUTHOR("Tilera Corporation"); | ||
| 76 | MODULE_LICENSE("GPL"); | ||
| 77 | |||
| 78 | static int srom_devs; /* Number of SROM partitions */ | ||
| 79 | static struct cdev srom_cdev; | ||
| 80 | static struct class *srom_class; | ||
| 81 | static struct srom_dev *srom_devices; | ||
| 82 | |||
| 83 | /* | ||
| 84 | * Handle calling the hypervisor and managing EAGAIN/EBUSY. | ||
| 85 | */ | ||
| 86 | |||
| 87 | static ssize_t _srom_read(int hv_devhdl, void *buf, | ||
| 88 | loff_t off, size_t count) | ||
| 89 | { | ||
| 90 | int retval, retries = SROM_MAX_WAIT_TRY_TIMES; | ||
| 91 | for (;;) { | ||
| 92 | retval = hv_dev_pread(hv_devhdl, 0, (HV_VirtAddr)buf, | ||
| 93 | count, off); | ||
| 94 | if (retval >= 0) | ||
| 95 | return retval; | ||
| 96 | if (retval == HV_EAGAIN) | ||
| 97 | continue; | ||
| 98 | if (retval == HV_EBUSY && --retries > 0) { | ||
| 99 | msleep(SROM_WAIT_TRY_INTERVAL); | ||
| 100 | continue; | ||
| 101 | } | ||
| 102 | pr_err("_srom_read: error %d\n", retval); | ||
| 103 | return -EIO; | ||
| 104 | } | ||
| 105 | } | ||
| 106 | |||
| 107 | static ssize_t _srom_write(int hv_devhdl, const void *buf, | ||
| 108 | loff_t off, size_t count) | ||
| 109 | { | ||
| 110 | int retval, retries = SROM_MAX_WAIT_TRY_TIMES; | ||
| 111 | for (;;) { | ||
| 112 | retval = hv_dev_pwrite(hv_devhdl, 0, (HV_VirtAddr)buf, | ||
| 113 | count, off); | ||
| 114 | if (retval >= 0) | ||
| 115 | return retval; | ||
| 116 | if (retval == HV_EAGAIN) | ||
| 117 | continue; | ||
| 118 | if (retval == HV_EBUSY && --retries > 0) { | ||
| 119 | msleep(SROM_WAIT_TRY_INTERVAL); | ||
| 120 | continue; | ||
| 121 | } | ||
| 122 | pr_err("_srom_write: error %d\n", retval); | ||
| 123 | return -EIO; | ||
| 124 | } | ||
| 125 | } | ||
| 126 | |||
| 127 | /** | ||
| 128 | * srom_open() - Device open routine. | ||
| 129 | * @inode: Inode for this device. | ||
| 130 | * @filp: File for this specific open of the device. | ||
| 131 | * | ||
| 132 | * Returns zero, or an error code. | ||
| 133 | */ | ||
| 134 | static int srom_open(struct inode *inode, struct file *filp) | ||
| 135 | { | ||
| 136 | filp->private_data = &srom_devices[iminor(inode)]; | ||
| 137 | return 0; | ||
| 138 | } | ||
| 139 | |||
| 140 | |||
| 141 | /** | ||
| 142 | * srom_release() - Device release routine. | ||
| 143 | * @inode: Inode for this device. | ||
| 144 | * @filp: File for this specific open of the device. | ||
| 145 | * | ||
| 146 | * Returns zero, or an error code. | ||
| 147 | */ | ||
| 148 | static int srom_release(struct inode *inode, struct file *filp) | ||
| 149 | { | ||
| 150 | struct srom_dev *srom = filp->private_data; | ||
| 151 | char dummy; | ||
| 152 | |||
| 153 | /* Make sure we've flushed anything written to the ROM. */ | ||
| 154 | mutex_lock(&srom->lock); | ||
| 155 | if (srom->hv_devhdl >= 0) | ||
| 156 | _srom_write(srom->hv_devhdl, &dummy, SROM_FLUSH_OFF, 1); | ||
| 157 | mutex_unlock(&srom->lock); | ||
| 158 | |||
| 159 | filp->private_data = NULL; | ||
| 160 | |||
| 161 | return 0; | ||
| 162 | } | ||
| 163 | |||
| 164 | |||
| 165 | /** | ||
| 166 | * srom_read() - Read data from the device. | ||
| 167 | * @filp: File for this specific open of the device. | ||
| 168 | * @buf: User's data buffer. | ||
| 169 | * @count: Number of bytes requested. | ||
| 170 | * @f_pos: File position. | ||
| 171 | * | ||
| 172 | * Returns number of bytes read, or an error code. | ||
| 173 | */ | ||
| 174 | static ssize_t srom_read(struct file *filp, char __user *buf, | ||
| 175 | size_t count, loff_t *f_pos) | ||
| 176 | { | ||
| 177 | int retval = 0; | ||
| 178 | void *kernbuf; | ||
| 179 | struct srom_dev *srom = filp->private_data; | ||
| 180 | |||
| 181 | kernbuf = kmalloc(SROM_CHUNK_SIZE, GFP_KERNEL); | ||
| 182 | if (!kernbuf) | ||
| 183 | return -ENOMEM; | ||
| 184 | |||
| 185 | if (mutex_lock_interruptible(&srom->lock)) { | ||
| 186 | retval = -ERESTARTSYS; | ||
| 187 | kfree(kernbuf); | ||
| 188 | return retval; | ||
| 189 | } | ||
| 190 | |||
| 191 | while (count) { | ||
| 192 | int hv_retval; | ||
| 193 | int bytes_this_pass = min(count, SROM_CHUNK_SIZE); | ||
| 194 | |||
| 195 | hv_retval = _srom_read(srom->hv_devhdl, kernbuf, | ||
| 196 | *f_pos, bytes_this_pass); | ||
| 197 | if (hv_retval > 0) { | ||
| 198 | if (copy_to_user(buf, kernbuf, hv_retval) != 0) { | ||
| 199 | retval = -EFAULT; | ||
| 200 | break; | ||
| 201 | } | ||
| 202 | } else if (hv_retval <= 0) { | ||
| 203 | if (retval == 0) | ||
| 204 | retval = hv_retval; | ||
| 205 | break; | ||
| 206 | } | ||
| 207 | |||
| 208 | retval += hv_retval; | ||
| 209 | *f_pos += hv_retval; | ||
| 210 | buf += hv_retval; | ||
| 211 | count -= hv_retval; | ||
| 212 | } | ||
| 213 | |||
| 214 | mutex_unlock(&srom->lock); | ||
| 215 | kfree(kernbuf); | ||
| 216 | |||
| 217 | return retval; | ||
| 218 | } | ||
| 219 | |||
| 220 | /** | ||
| 221 | * srom_write() - Write data to the device. | ||
| 222 | * @filp: File for this specific open of the device. | ||
| 223 | * @buf: User's data buffer. | ||
| 224 | * @count: Number of bytes requested. | ||
| 225 | * @f_pos: File position. | ||
| 226 | * | ||
| 227 | * Returns number of bytes written, or an error code. | ||
| 228 | */ | ||
| 229 | static ssize_t srom_write(struct file *filp, const char __user *buf, | ||
| 230 | size_t count, loff_t *f_pos) | ||
| 231 | { | ||
| 232 | int retval = 0; | ||
| 233 | void *kernbuf; | ||
| 234 | struct srom_dev *srom = filp->private_data; | ||
| 235 | |||
| 236 | kernbuf = kmalloc(SROM_CHUNK_SIZE, GFP_KERNEL); | ||
| 237 | if (!kernbuf) | ||
| 238 | return -ENOMEM; | ||
| 239 | |||
| 240 | if (mutex_lock_interruptible(&srom->lock)) { | ||
| 241 | retval = -ERESTARTSYS; | ||
| 242 | kfree(kernbuf); | ||
| 243 | return retval; | ||
| 244 | } | ||
| 245 | |||
| 246 | while (count) { | ||
| 247 | int hv_retval; | ||
| 248 | int bytes_this_pass = min(count, SROM_CHUNK_SIZE); | ||
| 249 | |||
| 250 | if (copy_from_user(kernbuf, buf, bytes_this_pass) != 0) { | ||
| 251 | retval = -EFAULT; | ||
| 252 | break; | ||
| 253 | } | ||
| 254 | |||
| 255 | hv_retval = _srom_write(srom->hv_devhdl, kernbuf, | ||
| 256 | *f_pos, bytes_this_pass); | ||
| 257 | if (hv_retval <= 0) { | ||
| 258 | if (retval == 0) | ||
| 259 | retval = hv_retval; | ||
| 260 | break; | ||
| 261 | } | ||
| 262 | |||
| 263 | retval += hv_retval; | ||
| 264 | *f_pos += hv_retval; | ||
| 265 | buf += hv_retval; | ||
| 266 | count -= hv_retval; | ||
| 267 | } | ||
| 268 | |||
| 269 | mutex_unlock(&srom->lock); | ||
| 270 | kfree(kernbuf); | ||
| 271 | |||
| 272 | return retval; | ||
| 273 | } | ||
| 274 | |||
| 275 | /* Provide our own implementation so we can use srom->total_size. */ | ||
| 276 | loff_t srom_llseek(struct file *filp, loff_t offset, int origin) | ||
| 277 | { | ||
| 278 | struct srom_dev *srom = filp->private_data; | ||
| 279 | |||
| 280 | if (mutex_lock_interruptible(&srom->lock)) | ||
| 281 | return -ERESTARTSYS; | ||
| 282 | |||
| 283 | switch (origin) { | ||
| 284 | case SEEK_END: | ||
| 285 | offset += srom->total_size; | ||
| 286 | break; | ||
| 287 | case SEEK_CUR: | ||
| 288 | offset += filp->f_pos; | ||
| 289 | break; | ||
| 290 | } | ||
| 291 | |||
| 292 | if (offset < 0 || offset > srom->total_size) { | ||
| 293 | offset = -EINVAL; | ||
| 294 | } else { | ||
| 295 | filp->f_pos = offset; | ||
| 296 | filp->f_version = 0; | ||
| 297 | } | ||
| 298 | |||
| 299 | mutex_unlock(&srom->lock); | ||
| 300 | |||
| 301 | return offset; | ||
| 302 | } | ||
| 303 | |||
| 304 | static ssize_t total_show(struct device *dev, | ||
| 305 | struct device_attribute *attr, char *buf) | ||
| 306 | { | ||
| 307 | struct srom_dev *srom = dev_get_drvdata(dev); | ||
| 308 | return sprintf(buf, "%u\n", srom->total_size); | ||
| 309 | } | ||
| 310 | |||
| 311 | static ssize_t sector_show(struct device *dev, | ||
| 312 | struct device_attribute *attr, char *buf) | ||
| 313 | { | ||
| 314 | struct srom_dev *srom = dev_get_drvdata(dev); | ||
| 315 | return sprintf(buf, "%u\n", srom->sector_size); | ||
| 316 | } | ||
| 317 | |||
| 318 | static ssize_t page_show(struct device *dev, | ||
| 319 | struct device_attribute *attr, char *buf) | ||
| 320 | { | ||
| 321 | struct srom_dev *srom = dev_get_drvdata(dev); | ||
| 322 | return sprintf(buf, "%u\n", srom->page_size); | ||
| 323 | } | ||
| 324 | |||
| 325 | static struct device_attribute srom_dev_attrs[] = { | ||
| 326 | __ATTR(total_size, S_IRUGO, total_show, NULL), | ||
| 327 | __ATTR(sector_size, S_IRUGO, sector_show, NULL), | ||
| 328 | __ATTR(page_size, S_IRUGO, page_show, NULL), | ||
| 329 | __ATTR_NULL | ||
| 330 | }; | ||
| 331 | |||
| 332 | static char *srom_devnode(struct device *dev, mode_t *mode) | ||
| 333 | { | ||
| 334 | *mode = S_IRUGO | S_IWUSR; | ||
| 335 | return kasprintf(GFP_KERNEL, "srom/%s", dev_name(dev)); | ||
| 336 | } | ||
| 337 | |||
| 338 | /* | ||
| 339 | * The fops | ||
| 340 | */ | ||
| 341 | static const struct file_operations srom_fops = { | ||
| 342 | .owner = THIS_MODULE, | ||
| 343 | .llseek = srom_llseek, | ||
| 344 | .read = srom_read, | ||
| 345 | .write = srom_write, | ||
| 346 | .open = srom_open, | ||
| 347 | .release = srom_release, | ||
| 348 | }; | ||
| 349 | |||
| 350 | /** | ||
| 351 | * srom_setup_minor() - Initialize per-minor information. | ||
| 352 | * @srom: Per-device SROM state. | ||
| 353 | * @index: Device to set up. | ||
| 354 | */ | ||
| 355 | static int srom_setup_minor(struct srom_dev *srom, int index) | ||
| 356 | { | ||
| 357 | struct device *dev; | ||
| 358 | int devhdl = srom->hv_devhdl; | ||
| 359 | |||
| 360 | mutex_init(&srom->lock); | ||
| 361 | |||
| 362 | if (_srom_read(devhdl, &srom->total_size, | ||
| 363 | SROM_TOTAL_SIZE_OFF, sizeof(srom->total_size)) < 0) | ||
| 364 | return -EIO; | ||
| 365 | if (_srom_read(devhdl, &srom->sector_size, | ||
| 366 | SROM_SECTOR_SIZE_OFF, sizeof(srom->sector_size)) < 0) | ||
| 367 | return -EIO; | ||
| 368 | if (_srom_read(devhdl, &srom->page_size, | ||
| 369 | SROM_PAGE_SIZE_OFF, sizeof(srom->page_size)) < 0) | ||
| 370 | return -EIO; | ||
| 371 | |||
| 372 | dev = device_create(srom_class, &platform_bus, | ||
| 373 | MKDEV(srom_major, index), srom, "%d", index); | ||
| 374 | return IS_ERR(dev) ? PTR_ERR(dev) : 0; | ||
| 375 | } | ||
| 376 | |||
| 377 | /** srom_init() - Initialize the driver's module. */ | ||
| 378 | static int srom_init(void) | ||
| 379 | { | ||
| 380 | int result, i; | ||
| 381 | dev_t dev = MKDEV(srom_major, 0); | ||
| 382 | |||
| 383 | /* | ||
| 384 | * Start with a plausible number of partitions; the krealloc() call | ||
| 385 | * below will yield about log(srom_devs) additional allocations. | ||
| 386 | */ | ||
| 387 | srom_devices = kzalloc(4 * sizeof(struct srom_dev), GFP_KERNEL); | ||
| 388 | |||
| 389 | /* Discover the number of srom partitions. */ | ||
| 390 | for (i = 0; ; i++) { | ||
| 391 | int devhdl; | ||
| 392 | char buf[20]; | ||
| 393 | struct srom_dev *new_srom_devices = | ||
| 394 | krealloc(srom_devices, (i+1) * sizeof(struct srom_dev), | ||
| 395 | GFP_KERNEL | __GFP_ZERO); | ||
| 396 | if (!new_srom_devices) { | ||
| 397 | result = -ENOMEM; | ||
| 398 | goto fail_mem; | ||
| 399 | } | ||
| 400 | srom_devices = new_srom_devices; | ||
| 401 | sprintf(buf, "srom/0/%d", i); | ||
| 402 | devhdl = hv_dev_open((HV_VirtAddr)buf, 0); | ||
| 403 | if (devhdl < 0) { | ||
| 404 | if (devhdl != HV_ENODEV) | ||
| 405 | pr_notice("srom/%d: hv_dev_open failed: %d.\n", | ||
| 406 | i, devhdl); | ||
| 407 | break; | ||
| 408 | } | ||
| 409 | srom_devices[i].hv_devhdl = devhdl; | ||
| 410 | } | ||
| 411 | srom_devs = i; | ||
| 412 | |||
| 413 | /* Bail out early if we have no partitions at all. */ | ||
| 414 | if (srom_devs == 0) { | ||
| 415 | result = -ENODEV; | ||
| 416 | goto fail_mem; | ||
| 417 | } | ||
| 418 | |||
| 419 | /* Register our major, and accept a dynamic number. */ | ||
| 420 | if (srom_major) | ||
| 421 | result = register_chrdev_region(dev, srom_devs, "srom"); | ||
| 422 | else { | ||
| 423 | result = alloc_chrdev_region(&dev, 0, srom_devs, "srom"); | ||
| 424 | srom_major = MAJOR(dev); | ||
| 425 | } | ||
| 426 | if (result < 0) | ||
| 427 | goto fail_mem; | ||
| 428 | |||
| 429 | /* Register a character device. */ | ||
| 430 | cdev_init(&srom_cdev, &srom_fops); | ||
| 431 | srom_cdev.owner = THIS_MODULE; | ||
| 432 | srom_cdev.ops = &srom_fops; | ||
| 433 | result = cdev_add(&srom_cdev, dev, srom_devs); | ||
| 434 | if (result < 0) | ||
| 435 | goto fail_chrdev; | ||
| 436 | |||
| 437 | /* Create a sysfs class. */ | ||
| 438 | srom_class = class_create(THIS_MODULE, "srom"); | ||
| 439 | if (IS_ERR(srom_class)) { | ||
| 440 | result = PTR_ERR(srom_class); | ||
| 441 | goto fail_cdev; | ||
| 442 | } | ||
| 443 | srom_class->dev_attrs = srom_dev_attrs; | ||
| 444 | srom_class->devnode = srom_devnode; | ||
| 445 | |||
| 446 | /* Do per-partition initialization */ | ||
| 447 | for (i = 0; i < srom_devs; i++) { | ||
| 448 | result = srom_setup_minor(srom_devices + i, i); | ||
| 449 | if (result < 0) | ||
| 450 | goto fail_class; | ||
| 451 | } | ||
| 452 | |||
| 453 | return 0; | ||
| 454 | |||
| 455 | fail_class: | ||
| 456 | for (i = 0; i < srom_devs; i++) | ||
| 457 | device_destroy(srom_class, MKDEV(srom_major, i)); | ||
| 458 | class_destroy(srom_class); | ||
| 459 | fail_cdev: | ||
| 460 | cdev_del(&srom_cdev); | ||
| 461 | fail_chrdev: | ||
| 462 | unregister_chrdev_region(dev, srom_devs); | ||
| 463 | fail_mem: | ||
| 464 | kfree(srom_devices); | ||
| 465 | return result; | ||
| 466 | } | ||
| 467 | |||
| 468 | /** srom_cleanup() - Clean up the driver's module. */ | ||
| 469 | static void srom_cleanup(void) | ||
| 470 | { | ||
| 471 | int i; | ||
| 472 | for (i = 0; i < srom_devs; i++) | ||
| 473 | device_destroy(srom_class, MKDEV(srom_major, i)); | ||
| 474 | class_destroy(srom_class); | ||
| 475 | cdev_del(&srom_cdev); | ||
| 476 | unregister_chrdev_region(MKDEV(srom_major, 0), srom_devs); | ||
| 477 | kfree(srom_devices); | ||
| 478 | } | ||
| 479 | |||
| 480 | module_init(srom_init); | ||
| 481 | module_exit(srom_cleanup); | ||
diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c index 7fc2f108f490..3f4051a7c5a7 100644 --- a/drivers/char/tpm/tpm_tis.c +++ b/drivers/char/tpm/tpm_tis.c | |||
| @@ -80,7 +80,7 @@ enum tis_defaults { | |||
| 80 | static LIST_HEAD(tis_chips); | 80 | static LIST_HEAD(tis_chips); |
| 81 | static DEFINE_SPINLOCK(tis_lock); | 81 | static DEFINE_SPINLOCK(tis_lock); |
| 82 | 82 | ||
| 83 | #ifdef CONFIG_PNP | 83 | #if defined(CONFIG_PNP) && defined(CONFIG_ACPI) |
| 84 | static int is_itpm(struct pnp_dev *dev) | 84 | static int is_itpm(struct pnp_dev *dev) |
| 85 | { | 85 | { |
| 86 | struct acpi_device *acpi = pnp_acpi_device(dev); | 86 | struct acpi_device *acpi = pnp_acpi_device(dev); |
| @@ -93,6 +93,11 @@ static int is_itpm(struct pnp_dev *dev) | |||
| 93 | 93 | ||
| 94 | return 0; | 94 | return 0; |
| 95 | } | 95 | } |
| 96 | #else | ||
| 97 | static inline int is_itpm(struct pnp_dev *dev) | ||
| 98 | { | ||
| 99 | return 0; | ||
| 100 | } | ||
| 96 | #endif | 101 | #endif |
| 97 | 102 | ||
| 98 | static int check_locality(struct tpm_chip *chip, int l) | 103 | static int check_locality(struct tpm_chip *chip, int l) |
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c index eacb05e6cfb3..eb80b549ed8d 100644 --- a/drivers/firmware/efivars.c +++ b/drivers/firmware/efivars.c | |||
| @@ -157,7 +157,7 @@ utf16_strnlen(efi_char16_t *s, size_t maxlength) | |||
| 157 | return length; | 157 | return length; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | static unsigned long | 160 | static inline unsigned long |
| 161 | utf16_strlen(efi_char16_t *s) | 161 | utf16_strlen(efi_char16_t *s) |
| 162 | { | 162 | { |
| 163 | return utf16_strnlen(s, ~0UL); | 163 | return utf16_strnlen(s, ~0UL); |
| @@ -580,8 +580,8 @@ static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type, | |||
| 580 | return -1; | 580 | return -1; |
| 581 | } | 581 | } |
| 582 | 582 | ||
| 583 | static u64 efi_pstore_write(enum pstore_type_id type, int part, size_t size, | 583 | static u64 efi_pstore_write(enum pstore_type_id type, unsigned int part, |
| 584 | struct pstore_info *psi) | 584 | size_t size, struct pstore_info *psi) |
| 585 | { | 585 | { |
| 586 | return 0; | 586 | return 0; |
| 587 | } | 587 | } |
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index a70fa89f76fd..220285760b68 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
| @@ -110,7 +110,7 @@ static int post_dock_fixups(struct notifier_block *nb, unsigned long val, | |||
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | 112 | ||
| 113 | static struct acpi_dock_ops acpiphp_dock_ops = { | 113 | static const struct acpi_dock_ops acpiphp_dock_ops = { |
| 114 | .handler = handle_hotplug_event_func, | 114 | .handler = handle_hotplug_event_func, |
| 115 | }; | 115 | }; |
| 116 | 116 | ||
diff --git a/drivers/rtc/rtc-omap.c b/drivers/rtc/rtc-omap.c index bcae8dd41496..7789002bdd5c 100644 --- a/drivers/rtc/rtc-omap.c +++ b/drivers/rtc/rtc-omap.c | |||
| @@ -368,7 +368,7 @@ static int __init omap_rtc_probe(struct platform_device *pdev) | |||
| 368 | pr_info("%s: already running\n", pdev->name); | 368 | pr_info("%s: already running\n", pdev->name); |
| 369 | 369 | ||
| 370 | /* force to 24 hour mode */ | 370 | /* force to 24 hour mode */ |
| 371 | new_ctrl = reg & ~(OMAP_RTC_CTRL_SPLIT|OMAP_RTC_CTRL_AUTO_COMP); | 371 | new_ctrl = reg & (OMAP_RTC_CTRL_SPLIT|OMAP_RTC_CTRL_AUTO_COMP); |
| 372 | new_ctrl |= OMAP_RTC_CTRL_STOP; | 372 | new_ctrl |= OMAP_RTC_CTRL_STOP; |
| 373 | 373 | ||
| 374 | /* BOARD-SPECIFIC CUSTOMIZATION CAN GO HERE: | 374 | /* BOARD-SPECIFIC CUSTOMIZATION CAN GO HERE: |
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index bf7c687519ef..f7f71b2d3101 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
| @@ -14,11 +14,7 @@ menuconfig THERMAL | |||
| 14 | If you want this support, you should say Y or M here. | 14 | If you want this support, you should say Y or M here. |
| 15 | 15 | ||
| 16 | config THERMAL_HWMON | 16 | config THERMAL_HWMON |
| 17 | bool "Hardware monitoring support" | 17 | bool |
| 18 | depends on THERMAL | 18 | depends on THERMAL |
| 19 | depends on HWMON=y || HWMON=THERMAL | 19 | depends on HWMON=y || HWMON=THERMAL |
| 20 | help | 20 | default y |
| 21 | The generic thermal sysfs driver's hardware monitoring support | ||
| 22 | requires a 2.10.7/3.0.2 or later lm-sensors userspace. | ||
| 23 | |||
| 24 | Say Y if your user-space is new enough. | ||
diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c index 0b1c82ad6805..708f8e92771a 100644 --- a/drivers/thermal/thermal_sys.c +++ b/drivers/thermal/thermal_sys.c | |||
| @@ -420,6 +420,29 @@ thermal_cooling_device_trip_point_show(struct device *dev, | |||
| 420 | 420 | ||
| 421 | /* hwmon sys I/F */ | 421 | /* hwmon sys I/F */ |
| 422 | #include <linux/hwmon.h> | 422 | #include <linux/hwmon.h> |
| 423 | |||
| 424 | /* thermal zone devices with the same type share one hwmon device */ | ||
| 425 | struct thermal_hwmon_device { | ||
| 426 | char type[THERMAL_NAME_LENGTH]; | ||
| 427 | struct device *device; | ||
| 428 | int count; | ||
| 429 | struct list_head tz_list; | ||
| 430 | struct list_head node; | ||
| 431 | }; | ||
| 432 | |||
| 433 | struct thermal_hwmon_attr { | ||
| 434 | struct device_attribute attr; | ||
| 435 | char name[16]; | ||
| 436 | }; | ||
| 437 | |||
| 438 | /* one temperature input for each thermal zone */ | ||
| 439 | struct thermal_hwmon_temp { | ||
| 440 | struct list_head hwmon_node; | ||
| 441 | struct thermal_zone_device *tz; | ||
| 442 | struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ | ||
| 443 | struct thermal_hwmon_attr temp_crit; /* hwmon sys attr */ | ||
| 444 | }; | ||
| 445 | |||
| 423 | static LIST_HEAD(thermal_hwmon_list); | 446 | static LIST_HEAD(thermal_hwmon_list); |
| 424 | 447 | ||
| 425 | static ssize_t | 448 | static ssize_t |
| @@ -437,9 +460,10 @@ temp_input_show(struct device *dev, struct device_attribute *attr, char *buf) | |||
| 437 | int ret; | 460 | int ret; |
| 438 | struct thermal_hwmon_attr *hwmon_attr | 461 | struct thermal_hwmon_attr *hwmon_attr |
| 439 | = container_of(attr, struct thermal_hwmon_attr, attr); | 462 | = container_of(attr, struct thermal_hwmon_attr, attr); |
| 440 | struct thermal_zone_device *tz | 463 | struct thermal_hwmon_temp *temp |
| 441 | = container_of(hwmon_attr, struct thermal_zone_device, | 464 | = container_of(hwmon_attr, struct thermal_hwmon_temp, |
| 442 | temp_input); | 465 | temp_input); |
| 466 | struct thermal_zone_device *tz = temp->tz; | ||
| 443 | 467 | ||
| 444 | ret = tz->ops->get_temp(tz, &temperature); | 468 | ret = tz->ops->get_temp(tz, &temperature); |
| 445 | 469 | ||
| @@ -455,9 +479,10 @@ temp_crit_show(struct device *dev, struct device_attribute *attr, | |||
| 455 | { | 479 | { |
| 456 | struct thermal_hwmon_attr *hwmon_attr | 480 | struct thermal_hwmon_attr *hwmon_attr |
| 457 | = container_of(attr, struct thermal_hwmon_attr, attr); | 481 | = container_of(attr, struct thermal_hwmon_attr, attr); |
| 458 | struct thermal_zone_device *tz | 482 | struct thermal_hwmon_temp *temp |
| 459 | = container_of(hwmon_attr, struct thermal_zone_device, | 483 | = container_of(hwmon_attr, struct thermal_hwmon_temp, |
| 460 | temp_crit); | 484 | temp_crit); |
| 485 | struct thermal_zone_device *tz = temp->tz; | ||
| 461 | long temperature; | 486 | long temperature; |
| 462 | int ret; | 487 | int ret; |
| 463 | 488 | ||
| @@ -469,22 +494,54 @@ temp_crit_show(struct device *dev, struct device_attribute *attr, | |||
| 469 | } | 494 | } |
| 470 | 495 | ||
| 471 | 496 | ||
| 472 | static int | 497 | static struct thermal_hwmon_device * |
| 473 | thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) | 498 | thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) |
| 474 | { | 499 | { |
| 475 | struct thermal_hwmon_device *hwmon; | 500 | struct thermal_hwmon_device *hwmon; |
| 476 | int new_hwmon_device = 1; | ||
| 477 | int result; | ||
| 478 | 501 | ||
| 479 | mutex_lock(&thermal_list_lock); | 502 | mutex_lock(&thermal_list_lock); |
| 480 | list_for_each_entry(hwmon, &thermal_hwmon_list, node) | 503 | list_for_each_entry(hwmon, &thermal_hwmon_list, node) |
| 481 | if (!strcmp(hwmon->type, tz->type)) { | 504 | if (!strcmp(hwmon->type, tz->type)) { |
| 482 | new_hwmon_device = 0; | ||
| 483 | mutex_unlock(&thermal_list_lock); | 505 | mutex_unlock(&thermal_list_lock); |
| 484 | goto register_sys_interface; | 506 | return hwmon; |
| 507 | } | ||
| 508 | mutex_unlock(&thermal_list_lock); | ||
| 509 | |||
| 510 | return NULL; | ||
| 511 | } | ||
| 512 | |||
| 513 | /* Find the temperature input matching a given thermal zone */ | ||
| 514 | static struct thermal_hwmon_temp * | ||
| 515 | thermal_hwmon_lookup_temp(const struct thermal_hwmon_device *hwmon, | ||
| 516 | const struct thermal_zone_device *tz) | ||
| 517 | { | ||
| 518 | struct thermal_hwmon_temp *temp; | ||
| 519 | |||
| 520 | mutex_lock(&thermal_list_lock); | ||
| 521 | list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) | ||
| 522 | if (temp->tz == tz) { | ||
| 523 | mutex_unlock(&thermal_list_lock); | ||
| 524 | return temp; | ||
| 485 | } | 525 | } |
| 486 | mutex_unlock(&thermal_list_lock); | 526 | mutex_unlock(&thermal_list_lock); |
| 487 | 527 | ||
| 528 | return NULL; | ||
| 529 | } | ||
| 530 | |||
| 531 | static int | ||
| 532 | thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) | ||
| 533 | { | ||
| 534 | struct thermal_hwmon_device *hwmon; | ||
| 535 | struct thermal_hwmon_temp *temp; | ||
| 536 | int new_hwmon_device = 1; | ||
| 537 | int result; | ||
| 538 | |||
| 539 | hwmon = thermal_hwmon_lookup_by_type(tz); | ||
| 540 | if (hwmon) { | ||
| 541 | new_hwmon_device = 0; | ||
| 542 | goto register_sys_interface; | ||
| 543 | } | ||
| 544 | |||
| 488 | hwmon = kzalloc(sizeof(struct thermal_hwmon_device), GFP_KERNEL); | 545 | hwmon = kzalloc(sizeof(struct thermal_hwmon_device), GFP_KERNEL); |
| 489 | if (!hwmon) | 546 | if (!hwmon) |
| 490 | return -ENOMEM; | 547 | return -ENOMEM; |
| @@ -502,30 +559,36 @@ thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) | |||
| 502 | goto free_mem; | 559 | goto free_mem; |
| 503 | 560 | ||
| 504 | register_sys_interface: | 561 | register_sys_interface: |
| 505 | tz->hwmon = hwmon; | 562 | temp = kzalloc(sizeof(struct thermal_hwmon_temp), GFP_KERNEL); |
| 563 | if (!temp) { | ||
| 564 | result = -ENOMEM; | ||
| 565 | goto unregister_name; | ||
| 566 | } | ||
| 567 | |||
| 568 | temp->tz = tz; | ||
| 506 | hwmon->count++; | 569 | hwmon->count++; |
| 507 | 570 | ||
| 508 | snprintf(tz->temp_input.name, THERMAL_NAME_LENGTH, | 571 | snprintf(temp->temp_input.name, THERMAL_NAME_LENGTH, |
| 509 | "temp%d_input", hwmon->count); | 572 | "temp%d_input", hwmon->count); |
| 510 | tz->temp_input.attr.attr.name = tz->temp_input.name; | 573 | temp->temp_input.attr.attr.name = temp->temp_input.name; |
| 511 | tz->temp_input.attr.attr.mode = 0444; | 574 | temp->temp_input.attr.attr.mode = 0444; |
| 512 | tz->temp_input.attr.show = temp_input_show; | 575 | temp->temp_input.attr.show = temp_input_show; |
| 513 | sysfs_attr_init(&tz->temp_input.attr.attr); | 576 | sysfs_attr_init(&temp->temp_input.attr.attr); |
| 514 | result = device_create_file(hwmon->device, &tz->temp_input.attr); | 577 | result = device_create_file(hwmon->device, &temp->temp_input.attr); |
| 515 | if (result) | 578 | if (result) |
| 516 | goto unregister_name; | 579 | goto free_temp_mem; |
| 517 | 580 | ||
| 518 | if (tz->ops->get_crit_temp) { | 581 | if (tz->ops->get_crit_temp) { |
| 519 | unsigned long temperature; | 582 | unsigned long temperature; |
| 520 | if (!tz->ops->get_crit_temp(tz, &temperature)) { | 583 | if (!tz->ops->get_crit_temp(tz, &temperature)) { |
| 521 | snprintf(tz->temp_crit.name, THERMAL_NAME_LENGTH, | 584 | snprintf(temp->temp_crit.name, THERMAL_NAME_LENGTH, |
| 522 | "temp%d_crit", hwmon->count); | 585 | "temp%d_crit", hwmon->count); |
| 523 | tz->temp_crit.attr.attr.name = tz->temp_crit.name; | 586 | temp->temp_crit.attr.attr.name = temp->temp_crit.name; |
| 524 | tz->temp_crit.attr.attr.mode = 0444; | 587 | temp->temp_crit.attr.attr.mode = 0444; |
| 525 | tz->temp_crit.attr.show = temp_crit_show; | 588 | temp->temp_crit.attr.show = temp_crit_show; |
| 526 | sysfs_attr_init(&tz->temp_crit.attr.attr); | 589 | sysfs_attr_init(&temp->temp_crit.attr.attr); |
| 527 | result = device_create_file(hwmon->device, | 590 | result = device_create_file(hwmon->device, |
| 528 | &tz->temp_crit.attr); | 591 | &temp->temp_crit.attr); |
| 529 | if (result) | 592 | if (result) |
| 530 | goto unregister_input; | 593 | goto unregister_input; |
| 531 | } | 594 | } |
| @@ -534,13 +597,15 @@ thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) | |||
| 534 | mutex_lock(&thermal_list_lock); | 597 | mutex_lock(&thermal_list_lock); |
| 535 | if (new_hwmon_device) | 598 | if (new_hwmon_device) |
| 536 | list_add_tail(&hwmon->node, &thermal_hwmon_list); | 599 | list_add_tail(&hwmon->node, &thermal_hwmon_list); |
| 537 | list_add_tail(&tz->hwmon_node, &hwmon->tz_list); | 600 | list_add_tail(&temp->hwmon_node, &hwmon->tz_list); |
| 538 | mutex_unlock(&thermal_list_lock); | 601 | mutex_unlock(&thermal_list_lock); |
| 539 | 602 | ||
| 540 | return 0; | 603 | return 0; |
| 541 | 604 | ||
| 542 | unregister_input: | 605 | unregister_input: |
| 543 | device_remove_file(hwmon->device, &tz->temp_input.attr); | 606 | device_remove_file(hwmon->device, &temp->temp_input.attr); |
| 607 | free_temp_mem: | ||
| 608 | kfree(temp); | ||
| 544 | unregister_name: | 609 | unregister_name: |
| 545 | if (new_hwmon_device) { | 610 | if (new_hwmon_device) { |
| 546 | device_remove_file(hwmon->device, &dev_attr_name); | 611 | device_remove_file(hwmon->device, &dev_attr_name); |
| @@ -556,15 +621,30 @@ thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) | |||
| 556 | static void | 621 | static void |
| 557 | thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) | 622 | thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) |
| 558 | { | 623 | { |
| 559 | struct thermal_hwmon_device *hwmon = tz->hwmon; | 624 | struct thermal_hwmon_device *hwmon; |
| 625 | struct thermal_hwmon_temp *temp; | ||
| 626 | |||
| 627 | hwmon = thermal_hwmon_lookup_by_type(tz); | ||
| 628 | if (unlikely(!hwmon)) { | ||
| 629 | /* Should never happen... */ | ||
| 630 | dev_dbg(&tz->device, "hwmon device lookup failed!\n"); | ||
| 631 | return; | ||
| 632 | } | ||
| 633 | |||
| 634 | temp = thermal_hwmon_lookup_temp(hwmon, tz); | ||
| 635 | if (unlikely(!temp)) { | ||
| 636 | /* Should never happen... */ | ||
| 637 | dev_dbg(&tz->device, "temperature input lookup failed!\n"); | ||
| 638 | return; | ||
| 639 | } | ||
| 560 | 640 | ||
| 561 | tz->hwmon = NULL; | 641 | device_remove_file(hwmon->device, &temp->temp_input.attr); |
| 562 | device_remove_file(hwmon->device, &tz->temp_input.attr); | ||
| 563 | if (tz->ops->get_crit_temp) | 642 | if (tz->ops->get_crit_temp) |
| 564 | device_remove_file(hwmon->device, &tz->temp_crit.attr); | 643 | device_remove_file(hwmon->device, &temp->temp_crit.attr); |
| 565 | 644 | ||
| 566 | mutex_lock(&thermal_list_lock); | 645 | mutex_lock(&thermal_list_lock); |
| 567 | list_del(&tz->hwmon_node); | 646 | list_del(&temp->hwmon_node); |
| 647 | kfree(temp); | ||
| 568 | if (!list_empty(&hwmon->tz_list)) { | 648 | if (!list_empty(&hwmon->tz_list)) { |
| 569 | mutex_unlock(&thermal_list_lock); | 649 | mutex_unlock(&thermal_list_lock); |
| 570 | return; | 650 | return; |
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 69407e72aac1..278aeaa92505 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
| @@ -336,7 +336,7 @@ config BACKLIGHT_PCF50633 | |||
| 336 | enable its driver. | 336 | enable its driver. |
| 337 | 337 | ||
| 338 | config BACKLIGHT_AAT2870 | 338 | config BACKLIGHT_AAT2870 |
| 339 | bool "AnalogicTech AAT2870 Backlight" | 339 | tristate "AnalogicTech AAT2870 Backlight" |
| 340 | depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE | 340 | depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE |
| 341 | help | 341 | help |
| 342 | If you have a AnalogicTech AAT2870 say Y to enable the | 342 | If you have a AnalogicTech AAT2870 say Y to enable the |
diff --git a/drivers/video/backlight/aat2870_bl.c b/drivers/video/backlight/aat2870_bl.c index 4952a617563d..331f1ef1dad5 100644 --- a/drivers/video/backlight/aat2870_bl.c +++ b/drivers/video/backlight/aat2870_bl.c | |||
| @@ -44,7 +44,7 @@ static inline int aat2870_brightness(struct aat2870_bl_driver_data *aat2870_bl, | |||
| 44 | struct backlight_device *bd = aat2870_bl->bd; | 44 | struct backlight_device *bd = aat2870_bl->bd; |
| 45 | int val; | 45 | int val; |
| 46 | 46 | ||
| 47 | val = brightness * aat2870_bl->max_current; | 47 | val = brightness * (aat2870_bl->max_current - 1); |
| 48 | val /= bd->props.max_brightness; | 48 | val /= bd->props.max_brightness; |
| 49 | 49 | ||
| 50 | return val; | 50 | return val; |
| @@ -158,10 +158,10 @@ static int aat2870_bl_probe(struct platform_device *pdev) | |||
| 158 | props.type = BACKLIGHT_RAW; | 158 | props.type = BACKLIGHT_RAW; |
| 159 | bd = backlight_device_register("aat2870-backlight", &pdev->dev, | 159 | bd = backlight_device_register("aat2870-backlight", &pdev->dev, |
| 160 | aat2870_bl, &aat2870_bl_ops, &props); | 160 | aat2870_bl, &aat2870_bl_ops, &props); |
| 161 | if (!bd) { | 161 | if (IS_ERR(bd)) { |
| 162 | dev_err(&pdev->dev, | 162 | dev_err(&pdev->dev, |
| 163 | "Failed allocate memory for backlight device\n"); | 163 | "Failed allocate memory for backlight device\n"); |
| 164 | ret = -ENOMEM; | 164 | ret = PTR_ERR(bd); |
| 165 | goto out_kfree; | 165 | goto out_kfree; |
| 166 | } | 166 | } |
| 167 | 167 | ||
| @@ -175,7 +175,7 @@ static int aat2870_bl_probe(struct platform_device *pdev) | |||
| 175 | else | 175 | else |
| 176 | aat2870_bl->channels = AAT2870_BL_CH_ALL; | 176 | aat2870_bl->channels = AAT2870_BL_CH_ALL; |
| 177 | 177 | ||
| 178 | if (pdata->max_brightness > 0) | 178 | if (pdata->max_current > 0) |
| 179 | aat2870_bl->max_current = pdata->max_current; | 179 | aat2870_bl->max_current = pdata->max_current; |
| 180 | else | 180 | else |
| 181 | aat2870_bl->max_current = AAT2870_CURRENT_27_9; | 181 | aat2870_bl->max_current = AAT2870_CURRENT_27_9; |
diff --git a/fs/Kconfig b/fs/Kconfig index 19891aab9c6e..9fe0b349f4cd 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
| @@ -127,14 +127,21 @@ config TMPFS_POSIX_ACL | |||
| 127 | select TMPFS_XATTR | 127 | select TMPFS_XATTR |
| 128 | select GENERIC_ACL | 128 | select GENERIC_ACL |
| 129 | help | 129 | help |
| 130 | POSIX Access Control Lists (ACLs) support permissions for users and | 130 | POSIX Access Control Lists (ACLs) support additional access rights |
| 131 | groups beyond the owner/group/world scheme. | 131 | for users and groups beyond the standard owner/group/world scheme, |
| 132 | and this option selects support for ACLs specifically for tmpfs | ||
| 133 | filesystems. | ||
| 134 | |||
| 135 | If you've selected TMPFS, it's possible that you'll also need | ||
| 136 | this option as there are a number of Linux distros that require | ||
| 137 | POSIX ACL support under /dev for certain features to work properly. | ||
| 138 | For example, some distros need this feature for ALSA-related /dev | ||
| 139 | files for sound to work properly. In short, if you're not sure, | ||
| 140 | say Y. | ||
| 132 | 141 | ||
| 133 | To learn more about Access Control Lists, visit the POSIX ACLs for | 142 | To learn more about Access Control Lists, visit the POSIX ACLs for |
| 134 | Linux website <http://acl.bestbits.at/>. | 143 | Linux website <http://acl.bestbits.at/>. |
| 135 | 144 | ||
| 136 | If you don't know what Access Control Lists are, say N. | ||
| 137 | |||
| 138 | config TMPFS_XATTR | 145 | config TMPFS_XATTR |
| 139 | bool "Tmpfs extended attributes" | 146 | bool "Tmpfs extended attributes" |
| 140 | depends on TMPFS | 147 | depends on TMPFS |
diff --git a/fs/dcache.c b/fs/dcache.c index 2347cdb15abb..c83cae19161e 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
| @@ -795,6 +795,7 @@ relock: | |||
| 795 | 795 | ||
| 796 | /** | 796 | /** |
| 797 | * prune_dcache_sb - shrink the dcache | 797 | * prune_dcache_sb - shrink the dcache |
| 798 | * @sb: superblock | ||
| 798 | * @nr_to_scan: number of entries to try to free | 799 | * @nr_to_scan: number of entries to try to free |
| 799 | * | 800 | * |
| 800 | * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is | 801 | * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is |
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index e2d88baf91d3..4687fea0c00f 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
| @@ -124,7 +124,7 @@ void *ext4_kvzalloc(size_t size, gfp_t flags) | |||
| 124 | { | 124 | { |
| 125 | void *ret; | 125 | void *ret; |
| 126 | 126 | ||
| 127 | ret = kmalloc(size, flags); | 127 | ret = kzalloc(size, flags); |
| 128 | if (!ret) | 128 | if (!ret) |
| 129 | ret = __vmalloc(size, flags | __GFP_ZERO, PAGE_KERNEL); | 129 | ret = __vmalloc(size, flags | __GFP_ZERO, PAGE_KERNEL); |
| 130 | return ret; | 130 | return ret; |
diff --git a/fs/stack.c b/fs/stack.c index 4a6f7f440658..b4f2ab48a61f 100644 --- a/fs/stack.c +++ b/fs/stack.c | |||
| @@ -29,10 +29,7 @@ void fsstack_copy_inode_size(struct inode *dst, struct inode *src) | |||
| 29 | * | 29 | * |
| 30 | * We don't actually know what locking is used at the lower level; | 30 | * We don't actually know what locking is used at the lower level; |
| 31 | * but if it's a filesystem that supports quotas, it will be using | 31 | * but if it's a filesystem that supports quotas, it will be using |
| 32 | * i_lock as in inode_add_bytes(). tmpfs uses other locking, and | 32 | * i_lock as in inode_add_bytes(). |
| 33 | * its 32-bit is (just) able to exceed 2TB i_size with the aid of | ||
| 34 | * holes; but its i_blocks cannot carry into the upper long without | ||
| 35 | * almost 2TB swap - let's ignore that case. | ||
| 36 | */ | 33 | */ |
| 37 | if (sizeof(i_blocks) > sizeof(long)) | 34 | if (sizeof(i_blocks) > sizeof(long)) |
| 38 | spin_lock(&src->i_lock); | 35 | spin_lock(&src->i_lock); |
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 3090471b2a5e..e49c36d38d7e 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
| @@ -128,7 +128,7 @@ extern int is_dock_device(acpi_handle handle); | |||
| 128 | extern int register_dock_notifier(struct notifier_block *nb); | 128 | extern int register_dock_notifier(struct notifier_block *nb); |
| 129 | extern void unregister_dock_notifier(struct notifier_block *nb); | 129 | extern void unregister_dock_notifier(struct notifier_block *nb); |
| 130 | extern int register_hotplug_dock_device(acpi_handle handle, | 130 | extern int register_hotplug_dock_device(acpi_handle handle, |
| 131 | struct acpi_dock_ops *ops, | 131 | const struct acpi_dock_ops *ops, |
| 132 | void *context); | 132 | void *context); |
| 133 | extern void unregister_hotplug_dock_device(acpi_handle handle); | 133 | extern void unregister_hotplug_dock_device(acpi_handle handle); |
| 134 | #else | 134 | #else |
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 2ed0a8486c19..f554a9313b43 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | /* Current ACPICA subsystem version in YYYYMMDD format */ | 48 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
| 49 | 49 | ||
| 50 | #define ACPI_CA_VERSION 0x20110413 | 50 | #define ACPI_CA_VERSION 0x20110623 |
| 51 | 51 | ||
| 52 | #include "actypes.h" | 52 | #include "actypes.h" |
| 53 | #include "actbl.h" | 53 | #include "actbl.h" |
| @@ -69,6 +69,7 @@ extern u32 acpi_gbl_trace_flags; | |||
| 69 | extern u32 acpi_gbl_enable_aml_debug_object; | 69 | extern u32 acpi_gbl_enable_aml_debug_object; |
| 70 | extern u8 acpi_gbl_copy_dsdt_locally; | 70 | extern u8 acpi_gbl_copy_dsdt_locally; |
| 71 | extern u8 acpi_gbl_truncate_io_addresses; | 71 | extern u8 acpi_gbl_truncate_io_addresses; |
| 72 | extern u8 acpi_gbl_disable_auto_repair; | ||
| 72 | 73 | ||
| 73 | extern u32 acpi_current_gpe_count; | 74 | extern u32 acpi_current_gpe_count; |
| 74 | extern struct acpi_table_fadt acpi_gbl_FADT; | 75 | extern struct acpi_table_fadt acpi_gbl_FADT; |
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index ba4928cae473..67055f180330 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
| @@ -337,7 +337,7 @@ extern struct cpuidle_driver acpi_idle_driver; | |||
| 337 | 337 | ||
| 338 | /* in processor_thermal.c */ | 338 | /* in processor_thermal.c */ |
| 339 | int acpi_processor_get_limit_info(struct acpi_processor *pr); | 339 | int acpi_processor_get_limit_info(struct acpi_processor *pr); |
| 340 | extern struct thermal_cooling_device_ops processor_cooling_ops; | 340 | extern const struct thermal_cooling_device_ops processor_cooling_ops; |
| 341 | #ifdef CONFIG_CPU_FREQ | 341 | #ifdef CONFIG_CPU_FREQ |
| 342 | void acpi_thermal_cpufreq_init(void); | 342 | void acpi_thermal_cpufreq_init(void); |
| 343 | void acpi_thermal_cpufreq_exit(void); | 343 | void acpi_thermal_cpufreq_exit(void); |
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 1deb2a73c2da..2312e850aab8 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
| @@ -238,7 +238,6 @@ extern int acpi_paddr_to_node(u64 start_addr, u64 size); | |||
| 238 | extern int pnpacpi_disabled; | 238 | extern int pnpacpi_disabled; |
| 239 | 239 | ||
| 240 | #define PXM_INVAL (-1) | 240 | #define PXM_INVAL (-1) |
| 241 | #define NID_INVAL (-1) | ||
| 242 | 241 | ||
| 243 | int acpi_check_resource_conflict(const struct resource *res); | 242 | int acpi_check_resource_conflict(const struct resource *res); |
| 244 | 243 | ||
diff --git a/include/linux/fault-inject.h b/include/linux/fault-inject.h index 3ff060ac7810..c6f996f2abb6 100644 --- a/include/linux/fault-inject.h +++ b/include/linux/fault-inject.h | |||
| @@ -25,10 +25,6 @@ struct fault_attr { | |||
| 25 | unsigned long reject_end; | 25 | unsigned long reject_end; |
| 26 | 26 | ||
| 27 | unsigned long count; | 27 | unsigned long count; |
| 28 | |||
| 29 | #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS | ||
| 30 | struct dentry *dir; | ||
| 31 | #endif | ||
| 32 | }; | 28 | }; |
| 33 | 29 | ||
| 34 | #define FAULT_ATTR_INITIALIZER { \ | 30 | #define FAULT_ATTR_INITIALIZER { \ |
| @@ -45,19 +41,15 @@ bool should_fail(struct fault_attr *attr, ssize_t size); | |||
| 45 | 41 | ||
| 46 | #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS | 42 | #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS |
| 47 | 43 | ||
| 48 | int init_fault_attr_dentries(struct fault_attr *attr, const char *name); | 44 | struct dentry *fault_create_debugfs_attr(const char *name, |
| 49 | void cleanup_fault_attr_dentries(struct fault_attr *attr); | 45 | struct dentry *parent, struct fault_attr *attr); |
| 50 | 46 | ||
| 51 | #else /* CONFIG_FAULT_INJECTION_DEBUG_FS */ | 47 | #else /* CONFIG_FAULT_INJECTION_DEBUG_FS */ |
| 52 | 48 | ||
| 53 | static inline int init_fault_attr_dentries(struct fault_attr *attr, | 49 | static inline struct dentry *fault_create_debugfs_attr(const char *name, |
| 54 | const char *name) | 50 | struct dentry *parent, struct fault_attr *attr) |
| 55 | { | ||
| 56 | return -ENODEV; | ||
| 57 | } | ||
| 58 | |||
| 59 | static inline void cleanup_fault_attr_dentries(struct fault_attr *attr) | ||
| 60 | { | 51 | { |
| 52 | return ERR_PTR(-ENODEV); | ||
| 61 | } | 53 | } |
| 62 | 54 | ||
| 63 | #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */ | 55 | #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */ |
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index cb4089254f01..3a76faf6a3ee 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
| @@ -92,7 +92,7 @@ struct vm_area_struct; | |||
| 92 | */ | 92 | */ |
| 93 | #define __GFP_NOTRACK_FALSE_POSITIVE (__GFP_NOTRACK) | 93 | #define __GFP_NOTRACK_FALSE_POSITIVE (__GFP_NOTRACK) |
| 94 | 94 | ||
| 95 | #define __GFP_BITS_SHIFT 23 /* Room for 23 __GFP_FOO bits */ | 95 | #define __GFP_BITS_SHIFT 24 /* Room for N __GFP_FOO bits */ |
| 96 | #define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) | 96 | #define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) |
| 97 | 97 | ||
| 98 | /* This equals 0, but use constants in case they ever change */ | 98 | /* This equals 0, but use constants in case they ever change */ |
diff --git a/include/linux/idr.h b/include/linux/idr.h index 13a801f3d028..255491cf522e 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h | |||
| @@ -146,6 +146,10 @@ void ida_remove(struct ida *ida, int id); | |||
| 146 | void ida_destroy(struct ida *ida); | 146 | void ida_destroy(struct ida *ida); |
| 147 | void ida_init(struct ida *ida); | 147 | void ida_init(struct ida *ida); |
| 148 | 148 | ||
| 149 | int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, | ||
| 150 | gfp_t gfp_mask); | ||
| 151 | void ida_simple_remove(struct ida *ida, unsigned int id); | ||
| 152 | |||
| 149 | void __init idr_init_cache(void); | 153 | void __init idr_init_cache(void); |
| 150 | 154 | ||
| 151 | #endif /* __IDR_H__ */ | 155 | #endif /* __IDR_H__ */ |
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index b96600786913..3b535db00a94 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
| @@ -86,8 +86,6 @@ extern void mem_cgroup_uncharge_end(void); | |||
| 86 | 86 | ||
| 87 | extern void mem_cgroup_uncharge_page(struct page *page); | 87 | extern void mem_cgroup_uncharge_page(struct page *page); |
| 88 | extern void mem_cgroup_uncharge_cache_page(struct page *page); | 88 | extern void mem_cgroup_uncharge_cache_page(struct page *page); |
| 89 | extern int mem_cgroup_shmem_charge_fallback(struct page *page, | ||
| 90 | struct mm_struct *mm, gfp_t gfp_mask); | ||
| 91 | 89 | ||
| 92 | extern void mem_cgroup_out_of_memory(struct mem_cgroup *mem, gfp_t gfp_mask); | 90 | extern void mem_cgroup_out_of_memory(struct mem_cgroup *mem, gfp_t gfp_mask); |
| 93 | int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *mem); | 91 | int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *mem); |
| @@ -225,12 +223,6 @@ static inline void mem_cgroup_uncharge_cache_page(struct page *page) | |||
| 225 | { | 223 | { |
| 226 | } | 224 | } |
| 227 | 225 | ||
| 228 | static inline int mem_cgroup_shmem_charge_fallback(struct page *page, | ||
| 229 | struct mm_struct *mm, gfp_t gfp_mask) | ||
| 230 | { | ||
| 231 | return 0; | ||
| 232 | } | ||
| 233 | |||
| 234 | static inline void mem_cgroup_add_lru_list(struct page *page, int lru) | 226 | static inline void mem_cgroup_add_lru_list(struct page *page, int lru) |
| 235 | { | 227 | { |
| 236 | } | 228 | } |
diff --git a/include/linux/mfd/aat2870.h b/include/linux/mfd/aat2870.h index 89212df05622..f7316c29bdec 100644 --- a/include/linux/mfd/aat2870.h +++ b/include/linux/mfd/aat2870.h | |||
| @@ -89,7 +89,7 @@ enum aat2870_id { | |||
| 89 | 89 | ||
| 90 | /* Backlight current magnitude (mA) */ | 90 | /* Backlight current magnitude (mA) */ |
| 91 | enum aat2870_current { | 91 | enum aat2870_current { |
| 92 | AAT2870_CURRENT_0_45, | 92 | AAT2870_CURRENT_0_45 = 1, |
| 93 | AAT2870_CURRENT_0_90, | 93 | AAT2870_CURRENT_0_90, |
| 94 | AAT2870_CURRENT_1_80, | 94 | AAT2870_CURRENT_1_80, |
| 95 | AAT2870_CURRENT_2_70, | 95 | AAT2870_CURRENT_2_70, |
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h index 23241c2fecce..9d4539c52e53 100644 --- a/include/linux/radix-tree.h +++ b/include/linux/radix-tree.h | |||
| @@ -39,7 +39,15 @@ | |||
| 39 | * when it is shrunk, before we rcu free the node. See shrink code for | 39 | * when it is shrunk, before we rcu free the node. See shrink code for |
| 40 | * details. | 40 | * details. |
| 41 | */ | 41 | */ |
| 42 | #define RADIX_TREE_INDIRECT_PTR 1 | 42 | #define RADIX_TREE_INDIRECT_PTR 1 |
| 43 | /* | ||
| 44 | * A common use of the radix tree is to store pointers to struct pages; | ||
| 45 | * but shmem/tmpfs needs also to store swap entries in the same tree: | ||
| 46 | * those are marked as exceptional entries to distinguish them. | ||
| 47 | * EXCEPTIONAL_ENTRY tests the bit, EXCEPTIONAL_SHIFT shifts content past it. | ||
| 48 | */ | ||
| 49 | #define RADIX_TREE_EXCEPTIONAL_ENTRY 2 | ||
| 50 | #define RADIX_TREE_EXCEPTIONAL_SHIFT 2 | ||
| 43 | 51 | ||
| 44 | #define radix_tree_indirect_to_ptr(ptr) \ | 52 | #define radix_tree_indirect_to_ptr(ptr) \ |
| 45 | radix_tree_indirect_to_ptr((void __force *)(ptr)) | 53 | radix_tree_indirect_to_ptr((void __force *)(ptr)) |
| @@ -174,6 +182,28 @@ static inline int radix_tree_deref_retry(void *arg) | |||
| 174 | } | 182 | } |
| 175 | 183 | ||
| 176 | /** | 184 | /** |
| 185 | * radix_tree_exceptional_entry - radix_tree_deref_slot gave exceptional entry? | ||
| 186 | * @arg: value returned by radix_tree_deref_slot | ||
| 187 | * Returns: 0 if well-aligned pointer, non-0 if exceptional entry. | ||
| 188 | */ | ||
| 189 | static inline int radix_tree_exceptional_entry(void *arg) | ||
| 190 | { | ||
| 191 | /* Not unlikely because radix_tree_exception often tested first */ | ||
| 192 | return (unsigned long)arg & RADIX_TREE_EXCEPTIONAL_ENTRY; | ||
| 193 | } | ||
| 194 | |||
| 195 | /** | ||
| 196 | * radix_tree_exception - radix_tree_deref_slot returned either exception? | ||
| 197 | * @arg: value returned by radix_tree_deref_slot | ||
| 198 | * Returns: 0 if well-aligned pointer, non-0 if either kind of exception. | ||
| 199 | */ | ||
| 200 | static inline int radix_tree_exception(void *arg) | ||
| 201 | { | ||
| 202 | return unlikely((unsigned long)arg & | ||
| 203 | (RADIX_TREE_INDIRECT_PTR | RADIX_TREE_EXCEPTIONAL_ENTRY)); | ||
| 204 | } | ||
| 205 | |||
| 206 | /** | ||
| 177 | * radix_tree_replace_slot - replace item in a slot | 207 | * radix_tree_replace_slot - replace item in a slot |
| 178 | * @pslot: pointer to slot, returned by radix_tree_lookup_slot | 208 | * @pslot: pointer to slot, returned by radix_tree_lookup_slot |
| 179 | * @item: new item to store in the slot. | 209 | * @item: new item to store in the slot. |
| @@ -194,8 +224,8 @@ void *radix_tree_delete(struct radix_tree_root *, unsigned long); | |||
| 194 | unsigned int | 224 | unsigned int |
| 195 | radix_tree_gang_lookup(struct radix_tree_root *root, void **results, | 225 | radix_tree_gang_lookup(struct radix_tree_root *root, void **results, |
| 196 | unsigned long first_index, unsigned int max_items); | 226 | unsigned long first_index, unsigned int max_items); |
| 197 | unsigned int | 227 | unsigned int radix_tree_gang_lookup_slot(struct radix_tree_root *root, |
| 198 | radix_tree_gang_lookup_slot(struct radix_tree_root *root, void ***results, | 228 | void ***results, unsigned long *indices, |
| 199 | unsigned long first_index, unsigned int max_items); | 229 | unsigned long first_index, unsigned int max_items); |
| 200 | unsigned long radix_tree_next_hole(struct radix_tree_root *root, | 230 | unsigned long radix_tree_next_hole(struct radix_tree_root *root, |
| 201 | unsigned long index, unsigned long max_scan); | 231 | unsigned long index, unsigned long max_scan); |
| @@ -222,6 +252,7 @@ unsigned long radix_tree_range_tag_if_tagged(struct radix_tree_root *root, | |||
| 222 | unsigned long nr_to_tag, | 252 | unsigned long nr_to_tag, |
| 223 | unsigned int fromtag, unsigned int totag); | 253 | unsigned int fromtag, unsigned int totag); |
| 224 | int radix_tree_tagged(struct radix_tree_root *root, unsigned int tag); | 254 | int radix_tree_tagged(struct radix_tree_root *root, unsigned int tag); |
| 255 | unsigned long radix_tree_locate_item(struct radix_tree_root *root, void *item); | ||
| 225 | 256 | ||
| 226 | static inline void radix_tree_preload_end(void) | 257 | static inline void radix_tree_preload_end(void) |
| 227 | { | 258 | { |
diff --git a/include/linux/shmem_fs.h b/include/linux/shmem_fs.h index aa08fa8fd79b..9291ac3cc627 100644 --- a/include/linux/shmem_fs.h +++ b/include/linux/shmem_fs.h | |||
| @@ -8,22 +8,15 @@ | |||
| 8 | 8 | ||
| 9 | /* inode in-kernel data */ | 9 | /* inode in-kernel data */ |
| 10 | 10 | ||
| 11 | #define SHMEM_NR_DIRECT 16 | ||
| 12 | |||
| 13 | #define SHMEM_SYMLINK_INLINE_LEN (SHMEM_NR_DIRECT * sizeof(swp_entry_t)) | ||
| 14 | |||
| 15 | struct shmem_inode_info { | 11 | struct shmem_inode_info { |
| 16 | spinlock_t lock; | 12 | spinlock_t lock; |
| 17 | unsigned long flags; | 13 | unsigned long flags; |
| 18 | unsigned long alloced; /* data pages alloced to file */ | 14 | unsigned long alloced; /* data pages alloced to file */ |
| 19 | unsigned long swapped; /* subtotal assigned to swap */ | ||
| 20 | unsigned long next_index; /* highest alloced index + 1 */ | ||
| 21 | struct shared_policy policy; /* NUMA memory alloc policy */ | ||
| 22 | struct page *i_indirect; /* top indirect blocks page */ | ||
| 23 | union { | 15 | union { |
| 24 | swp_entry_t i_direct[SHMEM_NR_DIRECT]; /* first blocks */ | 16 | unsigned long swapped; /* subtotal assigned to swap */ |
| 25 | char inline_symlink[SHMEM_SYMLINK_INLINE_LEN]; | 17 | char *symlink; /* unswappable short symlink */ |
| 26 | }; | 18 | }; |
| 19 | struct shared_policy policy; /* NUMA memory alloc policy */ | ||
| 27 | struct list_head swaplist; /* chain of maybes on swap */ | 20 | struct list_head swaplist; /* chain of maybes on swap */ |
| 28 | struct list_head xattr_list; /* list of shmem_xattr */ | 21 | struct list_head xattr_list; /* list of shmem_xattr */ |
| 29 | struct inode vfs_inode; | 22 | struct inode vfs_inode; |
| @@ -49,7 +42,7 @@ static inline struct shmem_inode_info *SHMEM_I(struct inode *inode) | |||
| 49 | /* | 42 | /* |
| 50 | * Functions in mm/shmem.c called directly from elsewhere: | 43 | * Functions in mm/shmem.c called directly from elsewhere: |
| 51 | */ | 44 | */ |
| 52 | extern int init_tmpfs(void); | 45 | extern int shmem_init(void); |
| 53 | extern int shmem_fill_super(struct super_block *sb, void *data, int silent); | 46 | extern int shmem_fill_super(struct super_block *sb, void *data, int silent); |
| 54 | extern struct file *shmem_file_setup(const char *name, | 47 | extern struct file *shmem_file_setup(const char *name, |
| 55 | loff_t size, unsigned long flags); | 48 | loff_t size, unsigned long flags); |
| @@ -59,8 +52,6 @@ extern struct page *shmem_read_mapping_page_gfp(struct address_space *mapping, | |||
| 59 | pgoff_t index, gfp_t gfp_mask); | 52 | pgoff_t index, gfp_t gfp_mask); |
| 60 | extern void shmem_truncate_range(struct inode *inode, loff_t start, loff_t end); | 53 | extern void shmem_truncate_range(struct inode *inode, loff_t start, loff_t end); |
| 61 | extern int shmem_unuse(swp_entry_t entry, struct page *page); | 54 | extern int shmem_unuse(swp_entry_t entry, struct page *page); |
| 62 | extern void mem_cgroup_get_shmem_target(struct inode *inode, pgoff_t pgoff, | ||
| 63 | struct page **pagep, swp_entry_t *ent); | ||
| 64 | 55 | ||
| 65 | static inline struct page *shmem_read_mapping_page( | 56 | static inline struct page *shmem_read_mapping_page( |
| 66 | struct address_space *mapping, pgoff_t index) | 57 | struct address_space *mapping, pgoff_t index) |
diff --git a/include/linux/swapops.h b/include/linux/swapops.h index cd42e30b7c6e..2189d3ffc85d 100644 --- a/include/linux/swapops.h +++ b/include/linux/swapops.h | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | #ifndef _LINUX_SWAPOPS_H | ||
| 2 | #define _LINUX_SWAPOPS_H | ||
| 3 | |||
| 4 | #include <linux/radix-tree.h> | ||
| 5 | |||
| 1 | /* | 6 | /* |
| 2 | * swapcache pages are stored in the swapper_space radix tree. We want to | 7 | * swapcache pages are stored in the swapper_space radix tree. We want to |
| 3 | * get good packing density in that tree, so the index should be dense in | 8 | * get good packing density in that tree, so the index should be dense in |
| @@ -76,6 +81,22 @@ static inline pte_t swp_entry_to_pte(swp_entry_t entry) | |||
| 76 | return __swp_entry_to_pte(arch_entry); | 81 | return __swp_entry_to_pte(arch_entry); |
| 77 | } | 82 | } |
| 78 | 83 | ||
| 84 | static inline swp_entry_t radix_to_swp_entry(void *arg) | ||
| 85 | { | ||
| 86 | swp_entry_t entry; | ||
| 87 | |||
| 88 | entry.val = (unsigned long)arg >> RADIX_TREE_EXCEPTIONAL_SHIFT; | ||
| 89 | return entry; | ||
| 90 | } | ||
| 91 | |||
| 92 | static inline void *swp_to_radix_entry(swp_entry_t entry) | ||
| 93 | { | ||
| 94 | unsigned long value; | ||
| 95 | |||
| 96 | value = entry.val << RADIX_TREE_EXCEPTIONAL_SHIFT; | ||
| 97 | return (void *)(value | RADIX_TREE_EXCEPTIONAL_ENTRY); | ||
| 98 | } | ||
| 99 | |||
| 79 | #ifdef CONFIG_MIGRATION | 100 | #ifdef CONFIG_MIGRATION |
| 80 | static inline swp_entry_t make_migration_entry(struct page *page, int write) | 101 | static inline swp_entry_t make_migration_entry(struct page *page, int write) |
| 81 | { | 102 | { |
| @@ -169,3 +190,5 @@ static inline int non_swap_entry(swp_entry_t entry) | |||
| 169 | return 0; | 190 | return 0; |
| 170 | } | 191 | } |
| 171 | #endif | 192 | #endif |
| 193 | |||
| 194 | #endif /* _LINUX_SWAPOPS_H */ | ||
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index d3ec89fb4122..47b4a27e6e97 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
| @@ -85,22 +85,6 @@ struct thermal_cooling_device { | |||
| 85 | ((long)t-2732+5)/10 : ((long)t-2732-5)/10) | 85 | ((long)t-2732+5)/10 : ((long)t-2732-5)/10) |
| 86 | #define CELSIUS_TO_KELVIN(t) ((t)*10+2732) | 86 | #define CELSIUS_TO_KELVIN(t) ((t)*10+2732) |
| 87 | 87 | ||
| 88 | #if defined(CONFIG_THERMAL_HWMON) | ||
| 89 | /* thermal zone devices with the same type share one hwmon device */ | ||
| 90 | struct thermal_hwmon_device { | ||
| 91 | char type[THERMAL_NAME_LENGTH]; | ||
| 92 | struct device *device; | ||
| 93 | int count; | ||
| 94 | struct list_head tz_list; | ||
| 95 | struct list_head node; | ||
| 96 | }; | ||
| 97 | |||
| 98 | struct thermal_hwmon_attr { | ||
| 99 | struct device_attribute attr; | ||
| 100 | char name[16]; | ||
| 101 | }; | ||
| 102 | #endif | ||
| 103 | |||
| 104 | struct thermal_zone_device { | 88 | struct thermal_zone_device { |
| 105 | int id; | 89 | int id; |
| 106 | char type[THERMAL_NAME_LENGTH]; | 90 | char type[THERMAL_NAME_LENGTH]; |
| @@ -120,12 +104,6 @@ struct thermal_zone_device { | |||
| 120 | struct mutex lock; /* protect cooling devices list */ | 104 | struct mutex lock; /* protect cooling devices list */ |
| 121 | struct list_head node; | 105 | struct list_head node; |
| 122 | struct delayed_work poll_queue; | 106 | struct delayed_work poll_queue; |
| 123 | #if defined(CONFIG_THERMAL_HWMON) | ||
| 124 | struct list_head hwmon_node; | ||
| 125 | struct thermal_hwmon_device *hwmon; | ||
| 126 | struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ | ||
| 127 | struct thermal_hwmon_attr temp_crit; /* hwmon sys attr */ | ||
| 128 | #endif | ||
| 129 | }; | 107 | }; |
| 130 | /* Adding event notification support elements */ | 108 | /* Adding event notification support elements */ |
| 131 | #define THERMAL_GENL_FAMILY_NAME "thermal_event" | 109 | #define THERMAL_GENL_FAMILY_NAME "thermal_event" |
diff --git a/init/main.c b/init/main.c index d7211faed2ad..1952d37e4ecb 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -715,7 +715,7 @@ static void __init do_basic_setup(void) | |||
| 715 | { | 715 | { |
| 716 | cpuset_init_smp(); | 716 | cpuset_init_smp(); |
| 717 | usermodehelper_init(); | 717 | usermodehelper_init(); |
| 718 | init_tmpfs(); | 718 | shmem_init(); |
| 719 | driver_init(); | 719 | driver_init(); |
| 720 | init_irq_proc(); | 720 | init_irq_proc(); |
| 721 | do_ctors(); | 721 | do_ctors(); |
| @@ -294,7 +294,7 @@ static int shm_try_destroy_orphaned(int id, void *p, void *data) | |||
| 294 | void shm_destroy_orphaned(struct ipc_namespace *ns) | 294 | void shm_destroy_orphaned(struct ipc_namespace *ns) |
| 295 | { | 295 | { |
| 296 | down_write(&shm_ids(ns).rw_mutex); | 296 | down_write(&shm_ids(ns).rw_mutex); |
| 297 | if (&shm_ids(ns).in_use) | 297 | if (shm_ids(ns).in_use) |
| 298 | idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_orphaned, ns); | 298 | idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_orphaned, ns); |
| 299 | up_write(&shm_ids(ns).rw_mutex); | 299 | up_write(&shm_ids(ns).rw_mutex); |
| 300 | } | 300 | } |
| @@ -304,9 +304,12 @@ void exit_shm(struct task_struct *task) | |||
| 304 | { | 304 | { |
| 305 | struct ipc_namespace *ns = task->nsproxy->ipc_ns; | 305 | struct ipc_namespace *ns = task->nsproxy->ipc_ns; |
| 306 | 306 | ||
| 307 | if (shm_ids(ns).in_use == 0) | ||
| 308 | return; | ||
| 309 | |||
| 307 | /* Destroy all already created segments, but not mapped yet */ | 310 | /* Destroy all already created segments, but not mapped yet */ |
| 308 | down_write(&shm_ids(ns).rw_mutex); | 311 | down_write(&shm_ids(ns).rw_mutex); |
| 309 | if (&shm_ids(ns).in_use) | 312 | if (shm_ids(ns).in_use) |
| 310 | idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_current, ns); | 313 | idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_current, ns); |
| 311 | up_write(&shm_ids(ns).rw_mutex); | 314 | up_write(&shm_ids(ns).rw_mutex); |
| 312 | } | 315 | } |
diff --git a/kernel/taskstats.c b/kernel/taskstats.c index d1db2880d1cf..e19ce1454ee1 100644 --- a/kernel/taskstats.c +++ b/kernel/taskstats.c | |||
| @@ -291,30 +291,28 @@ static int add_del_listener(pid_t pid, const struct cpumask *mask, int isadd) | |||
| 291 | if (!cpumask_subset(mask, cpu_possible_mask)) | 291 | if (!cpumask_subset(mask, cpu_possible_mask)) |
| 292 | return -EINVAL; | 292 | return -EINVAL; |
| 293 | 293 | ||
| 294 | s = NULL; | ||
| 295 | if (isadd == REGISTER) { | 294 | if (isadd == REGISTER) { |
| 296 | for_each_cpu(cpu, mask) { | 295 | for_each_cpu(cpu, mask) { |
| 297 | if (!s) | 296 | s = kmalloc_node(sizeof(struct listener), |
| 298 | s = kmalloc_node(sizeof(struct listener), | 297 | GFP_KERNEL, cpu_to_node(cpu)); |
| 299 | GFP_KERNEL, cpu_to_node(cpu)); | ||
| 300 | if (!s) | 298 | if (!s) |
| 301 | goto cleanup; | 299 | goto cleanup; |
| 300 | |||
| 302 | s->pid = pid; | 301 | s->pid = pid; |
| 303 | INIT_LIST_HEAD(&s->list); | ||
| 304 | s->valid = 1; | 302 | s->valid = 1; |
| 305 | 303 | ||
| 306 | listeners = &per_cpu(listener_array, cpu); | 304 | listeners = &per_cpu(listener_array, cpu); |
| 307 | down_write(&listeners->sem); | 305 | down_write(&listeners->sem); |
| 308 | list_for_each_entry_safe(s2, tmp, &listeners->list, list) { | 306 | list_for_each_entry(s2, &listeners->list, list) { |
| 309 | if (s2->pid == pid) | 307 | if (s2->pid == pid && s2->valid) |
| 310 | goto next_cpu; | 308 | goto exists; |
| 311 | } | 309 | } |
| 312 | list_add(&s->list, &listeners->list); | 310 | list_add(&s->list, &listeners->list); |
| 313 | s = NULL; | 311 | s = NULL; |
| 314 | next_cpu: | 312 | exists: |
| 315 | up_write(&listeners->sem); | 313 | up_write(&listeners->sem); |
| 314 | kfree(s); /* nop if NULL */ | ||
| 316 | } | 315 | } |
| 317 | kfree(s); | ||
| 318 | return 0; | 316 | return 0; |
| 319 | } | 317 | } |
| 320 | 318 | ||
diff --git a/lib/fault-inject.c b/lib/fault-inject.c index 2577b121c7c1..f193b7796449 100644 --- a/lib/fault-inject.c +++ b/lib/fault-inject.c | |||
| @@ -197,21 +197,15 @@ static struct dentry *debugfs_create_atomic_t(const char *name, mode_t mode, | |||
| 197 | return debugfs_create_file(name, mode, parent, value, &fops_atomic_t); | 197 | return debugfs_create_file(name, mode, parent, value, &fops_atomic_t); |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | void cleanup_fault_attr_dentries(struct fault_attr *attr) | 200 | struct dentry *fault_create_debugfs_attr(const char *name, |
| 201 | { | 201 | struct dentry *parent, struct fault_attr *attr) |
| 202 | debugfs_remove_recursive(attr->dir); | ||
| 203 | } | ||
| 204 | |||
| 205 | int init_fault_attr_dentries(struct fault_attr *attr, const char *name) | ||
| 206 | { | 202 | { |
| 207 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; | 203 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; |
| 208 | struct dentry *dir; | 204 | struct dentry *dir; |
| 209 | 205 | ||
| 210 | dir = debugfs_create_dir(name, NULL); | 206 | dir = debugfs_create_dir(name, parent); |
| 211 | if (!dir) | 207 | if (!dir) |
| 212 | return -ENOMEM; | 208 | return ERR_PTR(-ENOMEM); |
| 213 | |||
| 214 | attr->dir = dir; | ||
| 215 | 209 | ||
| 216 | if (!debugfs_create_ul("probability", mode, dir, &attr->probability)) | 210 | if (!debugfs_create_ul("probability", mode, dir, &attr->probability)) |
| 217 | goto fail; | 211 | goto fail; |
| @@ -243,11 +237,11 @@ int init_fault_attr_dentries(struct fault_attr *attr, const char *name) | |||
| 243 | 237 | ||
| 244 | #endif /* CONFIG_FAULT_INJECTION_STACKTRACE_FILTER */ | 238 | #endif /* CONFIG_FAULT_INJECTION_STACKTRACE_FILTER */ |
| 245 | 239 | ||
| 246 | return 0; | 240 | return dir; |
| 247 | fail: | 241 | fail: |
| 248 | debugfs_remove_recursive(attr->dir); | 242 | debugfs_remove_recursive(dir); |
| 249 | 243 | ||
| 250 | return -ENOMEM; | 244 | return ERR_PTR(-ENOMEM); |
| 251 | } | 245 | } |
| 252 | 246 | ||
| 253 | #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */ | 247 | #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */ |
| @@ -34,8 +34,10 @@ | |||
| 34 | #include <linux/err.h> | 34 | #include <linux/err.h> |
| 35 | #include <linux/string.h> | 35 | #include <linux/string.h> |
| 36 | #include <linux/idr.h> | 36 | #include <linux/idr.h> |
| 37 | #include <linux/spinlock.h> | ||
| 37 | 38 | ||
| 38 | static struct kmem_cache *idr_layer_cache; | 39 | static struct kmem_cache *idr_layer_cache; |
| 40 | static DEFINE_SPINLOCK(simple_ida_lock); | ||
| 39 | 41 | ||
| 40 | static struct idr_layer *get_from_free_list(struct idr *idp) | 42 | static struct idr_layer *get_from_free_list(struct idr *idp) |
| 41 | { | 43 | { |
| @@ -926,6 +928,71 @@ void ida_destroy(struct ida *ida) | |||
| 926 | EXPORT_SYMBOL(ida_destroy); | 928 | EXPORT_SYMBOL(ida_destroy); |
| 927 | 929 | ||
| 928 | /** | 930 | /** |
| 931 | * ida_simple_get - get a new id. | ||
| 932 | * @ida: the (initialized) ida. | ||
| 933 | * @start: the minimum id (inclusive, < 0x8000000) | ||
| 934 | * @end: the maximum id (exclusive, < 0x8000000 or 0) | ||
| 935 | * @gfp_mask: memory allocation flags | ||
| 936 | * | ||
| 937 | * Allocates an id in the range start <= id < end, or returns -ENOSPC. | ||
| 938 | * On memory allocation failure, returns -ENOMEM. | ||
| 939 | * | ||
| 940 | * Use ida_simple_remove() to get rid of an id. | ||
| 941 | */ | ||
| 942 | int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, | ||
| 943 | gfp_t gfp_mask) | ||
| 944 | { | ||
| 945 | int ret, id; | ||
| 946 | unsigned int max; | ||
| 947 | |||
| 948 | BUG_ON((int)start < 0); | ||
| 949 | BUG_ON((int)end < 0); | ||
| 950 | |||
| 951 | if (end == 0) | ||
| 952 | max = 0x80000000; | ||
| 953 | else { | ||
| 954 | BUG_ON(end < start); | ||
| 955 | max = end - 1; | ||
| 956 | } | ||
| 957 | |||
| 958 | again: | ||
| 959 | if (!ida_pre_get(ida, gfp_mask)) | ||
| 960 | return -ENOMEM; | ||
| 961 | |||
| 962 | spin_lock(&simple_ida_lock); | ||
| 963 | ret = ida_get_new_above(ida, start, &id); | ||
| 964 | if (!ret) { | ||
| 965 | if (id > max) { | ||
| 966 | ida_remove(ida, id); | ||
| 967 | ret = -ENOSPC; | ||
| 968 | } else { | ||
| 969 | ret = id; | ||
| 970 | } | ||
| 971 | } | ||
| 972 | spin_unlock(&simple_ida_lock); | ||
| 973 | |||
| 974 | if (unlikely(ret == -EAGAIN)) | ||
| 975 | goto again; | ||
| 976 | |||
| 977 | return ret; | ||
| 978 | } | ||
| 979 | EXPORT_SYMBOL(ida_simple_get); | ||
| 980 | |||
| 981 | /** | ||
| 982 | * ida_simple_remove - remove an allocated id. | ||
| 983 | * @ida: the (initialized) ida. | ||
| 984 | * @id: the id returned by ida_simple_get. | ||
| 985 | */ | ||
| 986 | void ida_simple_remove(struct ida *ida, unsigned int id) | ||
| 987 | { | ||
| 988 | BUG_ON((int)id < 0); | ||
| 989 | spin_lock(&simple_ida_lock); | ||
| 990 | ida_remove(ida, id); | ||
| 991 | spin_unlock(&simple_ida_lock); | ||
| 992 | } | ||
| 993 | EXPORT_SYMBOL(ida_simple_remove); | ||
| 994 | |||
| 995 | /** | ||
| 929 | * ida_init - initialize ida handle | 996 | * ida_init - initialize ida handle |
| 930 | * @ida: ida handle | 997 | * @ida: ida handle |
| 931 | * | 998 | * |
diff --git a/lib/radix-tree.c b/lib/radix-tree.c index 7ea2e033d715..a2f9da59c197 100644 --- a/lib/radix-tree.c +++ b/lib/radix-tree.c | |||
| @@ -823,8 +823,8 @@ unsigned long radix_tree_prev_hole(struct radix_tree_root *root, | |||
| 823 | EXPORT_SYMBOL(radix_tree_prev_hole); | 823 | EXPORT_SYMBOL(radix_tree_prev_hole); |
| 824 | 824 | ||
| 825 | static unsigned int | 825 | static unsigned int |
| 826 | __lookup(struct radix_tree_node *slot, void ***results, unsigned long index, | 826 | __lookup(struct radix_tree_node *slot, void ***results, unsigned long *indices, |
| 827 | unsigned int max_items, unsigned long *next_index) | 827 | unsigned long index, unsigned int max_items, unsigned long *next_index) |
| 828 | { | 828 | { |
| 829 | unsigned int nr_found = 0; | 829 | unsigned int nr_found = 0; |
| 830 | unsigned int shift, height; | 830 | unsigned int shift, height; |
| @@ -857,12 +857,16 @@ __lookup(struct radix_tree_node *slot, void ***results, unsigned long index, | |||
| 857 | 857 | ||
| 858 | /* Bottom level: grab some items */ | 858 | /* Bottom level: grab some items */ |
| 859 | for (i = index & RADIX_TREE_MAP_MASK; i < RADIX_TREE_MAP_SIZE; i++) { | 859 | for (i = index & RADIX_TREE_MAP_MASK; i < RADIX_TREE_MAP_SIZE; i++) { |
| 860 | index++; | ||
| 861 | if (slot->slots[i]) { | 860 | if (slot->slots[i]) { |
| 862 | results[nr_found++] = &(slot->slots[i]); | 861 | results[nr_found] = &(slot->slots[i]); |
| 863 | if (nr_found == max_items) | 862 | if (indices) |
| 863 | indices[nr_found] = index; | ||
| 864 | if (++nr_found == max_items) { | ||
| 865 | index++; | ||
| 864 | goto out; | 866 | goto out; |
| 867 | } | ||
| 865 | } | 868 | } |
| 869 | index++; | ||
| 866 | } | 870 | } |
| 867 | out: | 871 | out: |
| 868 | *next_index = index; | 872 | *next_index = index; |
| @@ -918,8 +922,8 @@ radix_tree_gang_lookup(struct radix_tree_root *root, void **results, | |||
| 918 | 922 | ||
| 919 | if (cur_index > max_index) | 923 | if (cur_index > max_index) |
| 920 | break; | 924 | break; |
| 921 | slots_found = __lookup(node, (void ***)results + ret, cur_index, | 925 | slots_found = __lookup(node, (void ***)results + ret, NULL, |
| 922 | max_items - ret, &next_index); | 926 | cur_index, max_items - ret, &next_index); |
| 923 | nr_found = 0; | 927 | nr_found = 0; |
| 924 | for (i = 0; i < slots_found; i++) { | 928 | for (i = 0; i < slots_found; i++) { |
| 925 | struct radix_tree_node *slot; | 929 | struct radix_tree_node *slot; |
| @@ -944,6 +948,7 @@ EXPORT_SYMBOL(radix_tree_gang_lookup); | |||
| 944 | * radix_tree_gang_lookup_slot - perform multiple slot lookup on radix tree | 948 | * radix_tree_gang_lookup_slot - perform multiple slot lookup on radix tree |
| 945 | * @root: radix tree root | 949 | * @root: radix tree root |
| 946 | * @results: where the results of the lookup are placed | 950 | * @results: where the results of the lookup are placed |
| 951 | * @indices: where their indices should be placed (but usually NULL) | ||
| 947 | * @first_index: start the lookup from this key | 952 | * @first_index: start the lookup from this key |
| 948 | * @max_items: place up to this many items at *results | 953 | * @max_items: place up to this many items at *results |
| 949 | * | 954 | * |
| @@ -958,7 +963,8 @@ EXPORT_SYMBOL(radix_tree_gang_lookup); | |||
| 958 | * protection, radix_tree_deref_slot may fail requiring a retry. | 963 | * protection, radix_tree_deref_slot may fail requiring a retry. |
| 959 | */ | 964 | */ |
| 960 | unsigned int | 965 | unsigned int |
| 961 | radix_tree_gang_lookup_slot(struct radix_tree_root *root, void ***results, | 966 | radix_tree_gang_lookup_slot(struct radix_tree_root *root, |
| 967 | void ***results, unsigned long *indices, | ||
| 962 | unsigned long first_index, unsigned int max_items) | 968 | unsigned long first_index, unsigned int max_items) |
| 963 | { | 969 | { |
| 964 | unsigned long max_index; | 970 | unsigned long max_index; |
| @@ -974,6 +980,8 @@ radix_tree_gang_lookup_slot(struct radix_tree_root *root, void ***results, | |||
| 974 | if (first_index > 0) | 980 | if (first_index > 0) |
| 975 | return 0; | 981 | return 0; |
| 976 | results[0] = (void **)&root->rnode; | 982 | results[0] = (void **)&root->rnode; |
| 983 | if (indices) | ||
| 984 | indices[0] = 0; | ||
| 977 | return 1; | 985 | return 1; |
| 978 | } | 986 | } |
| 979 | node = indirect_to_ptr(node); | 987 | node = indirect_to_ptr(node); |
| @@ -987,8 +995,9 @@ radix_tree_gang_lookup_slot(struct radix_tree_root *root, void ***results, | |||
| 987 | 995 | ||
| 988 | if (cur_index > max_index) | 996 | if (cur_index > max_index) |
| 989 | break; | 997 | break; |
| 990 | slots_found = __lookup(node, results + ret, cur_index, | 998 | slots_found = __lookup(node, results + ret, |
| 991 | max_items - ret, &next_index); | 999 | indices ? indices + ret : NULL, |
| 1000 | cur_index, max_items - ret, &next_index); | ||
| 992 | ret += slots_found; | 1001 | ret += slots_found; |
| 993 | if (next_index == 0) | 1002 | if (next_index == 0) |
| 994 | break; | 1003 | break; |
| @@ -1194,6 +1203,98 @@ radix_tree_gang_lookup_tag_slot(struct radix_tree_root *root, void ***results, | |||
| 1194 | } | 1203 | } |
| 1195 | EXPORT_SYMBOL(radix_tree_gang_lookup_tag_slot); | 1204 | EXPORT_SYMBOL(radix_tree_gang_lookup_tag_slot); |
| 1196 | 1205 | ||
| 1206 | #if defined(CONFIG_SHMEM) && defined(CONFIG_SWAP) | ||
| 1207 | #include <linux/sched.h> /* for cond_resched() */ | ||
| 1208 | |||
| 1209 | /* | ||
| 1210 | * This linear search is at present only useful to shmem_unuse_inode(). | ||
| 1211 | */ | ||
| 1212 | static unsigned long __locate(struct radix_tree_node *slot, void *item, | ||
| 1213 | unsigned long index, unsigned long *found_index) | ||
| 1214 | { | ||
| 1215 | unsigned int shift, height; | ||
| 1216 | unsigned long i; | ||
| 1217 | |||
| 1218 | height = slot->height; | ||
| 1219 | shift = (height-1) * RADIX_TREE_MAP_SHIFT; | ||
| 1220 | |||
| 1221 | for ( ; height > 1; height--) { | ||
| 1222 | i = (index >> shift) & RADIX_TREE_MAP_MASK; | ||
| 1223 | for (;;) { | ||
| 1224 | if (slot->slots[i] != NULL) | ||
| 1225 | break; | ||
| 1226 | index &= ~((1UL << shift) - 1); | ||
| 1227 | index += 1UL << shift; | ||
| 1228 | if (index == 0) | ||
| 1229 | goto out; /* 32-bit wraparound */ | ||
| 1230 | i++; | ||
| 1231 | if (i == RADIX_TREE_MAP_SIZE) | ||
| 1232 | goto out; | ||
| 1233 | } | ||
| 1234 | |||
| 1235 | shift -= RADIX_TREE_MAP_SHIFT; | ||
| 1236 | slot = rcu_dereference_raw(slot->slots[i]); | ||
| 1237 | if (slot == NULL) | ||
| 1238 | goto out; | ||
| 1239 | } | ||
| 1240 | |||
| 1241 | /* Bottom level: check items */ | ||
| 1242 | for (i = 0; i < RADIX_TREE_MAP_SIZE; i++) { | ||
| 1243 | if (slot->slots[i] == item) { | ||
| 1244 | *found_index = index + i; | ||
| 1245 | index = 0; | ||
| 1246 | goto out; | ||
| 1247 | } | ||
| 1248 | } | ||
| 1249 | index += RADIX_TREE_MAP_SIZE; | ||
| 1250 | out: | ||
| 1251 | return index; | ||
| 1252 | } | ||
| 1253 | |||
| 1254 | /** | ||
| 1255 | * radix_tree_locate_item - search through radix tree for item | ||
| 1256 | * @root: radix tree root | ||
| 1257 | * @item: item to be found | ||
| 1258 | * | ||
| 1259 | * Returns index where item was found, or -1 if not found. | ||
| 1260 | * Caller must hold no lock (since this time-consuming function needs | ||
| 1261 | * to be preemptible), and must check afterwards if item is still there. | ||
| 1262 | */ | ||
| 1263 | unsigned long radix_tree_locate_item(struct radix_tree_root *root, void *item) | ||
| 1264 | { | ||
| 1265 | struct radix_tree_node *node; | ||
| 1266 | unsigned long max_index; | ||
| 1267 | unsigned long cur_index = 0; | ||
| 1268 | unsigned long found_index = -1; | ||
| 1269 | |||
| 1270 | do { | ||
| 1271 | rcu_read_lock(); | ||
| 1272 | node = rcu_dereference_raw(root->rnode); | ||
| 1273 | if (!radix_tree_is_indirect_ptr(node)) { | ||
| 1274 | rcu_read_unlock(); | ||
| 1275 | if (node == item) | ||
| 1276 | found_index = 0; | ||
| 1277 | break; | ||
| 1278 | } | ||
| 1279 | |||
| 1280 | node = indirect_to_ptr(node); | ||
| 1281 | max_index = radix_tree_maxindex(node->height); | ||
| 1282 | if (cur_index > max_index) | ||
| 1283 | break; | ||
| 1284 | |||
| 1285 | cur_index = __locate(node, item, cur_index, &found_index); | ||
| 1286 | rcu_read_unlock(); | ||
| 1287 | cond_resched(); | ||
| 1288 | } while (cur_index != 0 && cur_index <= max_index); | ||
| 1289 | |||
| 1290 | return found_index; | ||
| 1291 | } | ||
| 1292 | #else | ||
| 1293 | unsigned long radix_tree_locate_item(struct radix_tree_root *root, void *item) | ||
| 1294 | { | ||
| 1295 | return -1; | ||
| 1296 | } | ||
| 1297 | #endif /* CONFIG_SHMEM && CONFIG_SWAP */ | ||
| 1197 | 1298 | ||
| 1198 | /** | 1299 | /** |
| 1199 | * radix_tree_shrink - shrink height of a radix tree to minimal | 1300 | * radix_tree_shrink - shrink height of a radix tree to minimal |
diff --git a/mm/failslab.c b/mm/failslab.c index 1ce58c201dca..0dd7b8fec71c 100644 --- a/mm/failslab.c +++ b/mm/failslab.c | |||
| @@ -34,23 +34,23 @@ __setup("failslab=", setup_failslab); | |||
| 34 | #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS | 34 | #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS |
| 35 | static int __init failslab_debugfs_init(void) | 35 | static int __init failslab_debugfs_init(void) |
| 36 | { | 36 | { |
| 37 | struct dentry *dir; | ||
| 37 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; | 38 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; |
| 38 | int err; | ||
| 39 | 39 | ||
| 40 | err = init_fault_attr_dentries(&failslab.attr, "failslab"); | 40 | dir = fault_create_debugfs_attr("failslab", NULL, &failslab.attr); |
| 41 | if (err) | 41 | if (IS_ERR(dir)) |
| 42 | return err; | 42 | return PTR_ERR(dir); |
| 43 | 43 | ||
| 44 | if (!debugfs_create_bool("ignore-gfp-wait", mode, failslab.attr.dir, | 44 | if (!debugfs_create_bool("ignore-gfp-wait", mode, dir, |
| 45 | &failslab.ignore_gfp_wait)) | 45 | &failslab.ignore_gfp_wait)) |
| 46 | goto fail; | 46 | goto fail; |
| 47 | if (!debugfs_create_bool("cache-filter", mode, failslab.attr.dir, | 47 | if (!debugfs_create_bool("cache-filter", mode, dir, |
| 48 | &failslab.cache_filter)) | 48 | &failslab.cache_filter)) |
| 49 | goto fail; | 49 | goto fail; |
| 50 | 50 | ||
| 51 | return 0; | 51 | return 0; |
| 52 | fail: | 52 | fail: |
| 53 | cleanup_fault_attr_dentries(&failslab.attr); | 53 | debugfs_remove_recursive(dir); |
| 54 | 54 | ||
| 55 | return -ENOMEM; | 55 | return -ENOMEM; |
| 56 | } | 56 | } |
diff --git a/mm/filemap.c b/mm/filemap.c index 867d40222ec7..645a080ba4df 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
| @@ -33,7 +33,6 @@ | |||
| 33 | #include <linux/cpuset.h> | 33 | #include <linux/cpuset.h> |
| 34 | #include <linux/hardirq.h> /* for BUG_ON(!in_atomic()) only */ | 34 | #include <linux/hardirq.h> /* for BUG_ON(!in_atomic()) only */ |
| 35 | #include <linux/memcontrol.h> | 35 | #include <linux/memcontrol.h> |
| 36 | #include <linux/mm_inline.h> /* for page_is_file_cache() */ | ||
| 37 | #include <linux/cleancache.h> | 36 | #include <linux/cleancache.h> |
| 38 | #include "internal.h" | 37 | #include "internal.h" |
| 39 | 38 | ||
| @@ -462,6 +461,7 @@ int add_to_page_cache_locked(struct page *page, struct address_space *mapping, | |||
| 462 | int error; | 461 | int error; |
| 463 | 462 | ||
| 464 | VM_BUG_ON(!PageLocked(page)); | 463 | VM_BUG_ON(!PageLocked(page)); |
| 464 | VM_BUG_ON(PageSwapBacked(page)); | ||
| 465 | 465 | ||
| 466 | error = mem_cgroup_cache_charge(page, current->mm, | 466 | error = mem_cgroup_cache_charge(page, current->mm, |
| 467 | gfp_mask & GFP_RECLAIM_MASK); | 467 | gfp_mask & GFP_RECLAIM_MASK); |
| @@ -479,8 +479,6 @@ int add_to_page_cache_locked(struct page *page, struct address_space *mapping, | |||
| 479 | if (likely(!error)) { | 479 | if (likely(!error)) { |
| 480 | mapping->nrpages++; | 480 | mapping->nrpages++; |
| 481 | __inc_zone_page_state(page, NR_FILE_PAGES); | 481 | __inc_zone_page_state(page, NR_FILE_PAGES); |
| 482 | if (PageSwapBacked(page)) | ||
| 483 | __inc_zone_page_state(page, NR_SHMEM); | ||
| 484 | spin_unlock_irq(&mapping->tree_lock); | 482 | spin_unlock_irq(&mapping->tree_lock); |
| 485 | } else { | 483 | } else { |
| 486 | page->mapping = NULL; | 484 | page->mapping = NULL; |
| @@ -502,22 +500,9 @@ int add_to_page_cache_lru(struct page *page, struct address_space *mapping, | |||
| 502 | { | 500 | { |
| 503 | int ret; | 501 | int ret; |
| 504 | 502 | ||
| 505 | /* | ||
| 506 | * Splice_read and readahead add shmem/tmpfs pages into the page cache | ||
| 507 | * before shmem_readpage has a chance to mark them as SwapBacked: they | ||
| 508 | * need to go on the anon lru below, and mem_cgroup_cache_charge | ||
| 509 | * (called in add_to_page_cache) needs to know where they're going too. | ||
| 510 | */ | ||
| 511 | if (mapping_cap_swap_backed(mapping)) | ||
| 512 | SetPageSwapBacked(page); | ||
| 513 | |||
| 514 | ret = add_to_page_cache(page, mapping, offset, gfp_mask); | 503 | ret = add_to_page_cache(page, mapping, offset, gfp_mask); |
| 515 | if (ret == 0) { | 504 | if (ret == 0) |
| 516 | if (page_is_file_cache(page)) | 505 | lru_cache_add_file(page); |
| 517 | lru_cache_add_file(page); | ||
| 518 | else | ||
| 519 | lru_cache_add_anon(page); | ||
| 520 | } | ||
| 521 | return ret; | 506 | return ret; |
| 522 | } | 507 | } |
| 523 | EXPORT_SYMBOL_GPL(add_to_page_cache_lru); | 508 | EXPORT_SYMBOL_GPL(add_to_page_cache_lru); |
| @@ -714,9 +699,16 @@ repeat: | |||
| 714 | page = radix_tree_deref_slot(pagep); | 699 | page = radix_tree_deref_slot(pagep); |
| 715 | if (unlikely(!page)) | 700 | if (unlikely(!page)) |
| 716 | goto out; | 701 | goto out; |
| 717 | if (radix_tree_deref_retry(page)) | 702 | if (radix_tree_exception(page)) { |
| 718 | goto repeat; | 703 | if (radix_tree_deref_retry(page)) |
| 719 | 704 | goto repeat; | |
| 705 | /* | ||
| 706 | * Otherwise, shmem/tmpfs must be storing a swap entry | ||
| 707 | * here as an exceptional entry: so return it without | ||
| 708 | * attempting to raise page count. | ||
| 709 | */ | ||
| 710 | goto out; | ||
| 711 | } | ||
| 720 | if (!page_cache_get_speculative(page)) | 712 | if (!page_cache_get_speculative(page)) |
| 721 | goto repeat; | 713 | goto repeat; |
| 722 | 714 | ||
| @@ -753,7 +745,7 @@ struct page *find_lock_page(struct address_space *mapping, pgoff_t offset) | |||
| 753 | 745 | ||
| 754 | repeat: | 746 | repeat: |
| 755 | page = find_get_page(mapping, offset); | 747 | page = find_get_page(mapping, offset); |
| 756 | if (page) { | 748 | if (page && !radix_tree_exception(page)) { |
| 757 | lock_page(page); | 749 | lock_page(page); |
| 758 | /* Has the page been truncated? */ | 750 | /* Has the page been truncated? */ |
| 759 | if (unlikely(page->mapping != mapping)) { | 751 | if (unlikely(page->mapping != mapping)) { |
| @@ -840,7 +832,7 @@ unsigned find_get_pages(struct address_space *mapping, pgoff_t start, | |||
| 840 | rcu_read_lock(); | 832 | rcu_read_lock(); |
| 841 | restart: | 833 | restart: |
| 842 | nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree, | 834 | nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree, |
| 843 | (void ***)pages, start, nr_pages); | 835 | (void ***)pages, NULL, start, nr_pages); |
| 844 | ret = 0; | 836 | ret = 0; |
| 845 | for (i = 0; i < nr_found; i++) { | 837 | for (i = 0; i < nr_found; i++) { |
| 846 | struct page *page; | 838 | struct page *page; |
| @@ -849,13 +841,22 @@ repeat: | |||
| 849 | if (unlikely(!page)) | 841 | if (unlikely(!page)) |
| 850 | continue; | 842 | continue; |
| 851 | 843 | ||
| 852 | /* | 844 | if (radix_tree_exception(page)) { |
| 853 | * This can only trigger when the entry at index 0 moves out | 845 | if (radix_tree_deref_retry(page)) { |
| 854 | * of or back to the root: none yet gotten, safe to restart. | 846 | /* |
| 855 | */ | 847 | * Transient condition which can only trigger |
| 856 | if (radix_tree_deref_retry(page)) { | 848 | * when entry at index 0 moves out of or back |
| 857 | WARN_ON(start | i); | 849 | * to root: none yet gotten, safe to restart. |
| 858 | goto restart; | 850 | */ |
| 851 | WARN_ON(start | i); | ||
| 852 | goto restart; | ||
| 853 | } | ||
| 854 | /* | ||
| 855 | * Otherwise, shmem/tmpfs must be storing a swap entry | ||
| 856 | * here as an exceptional entry: so skip over it - | ||
| 857 | * we only reach this from invalidate_mapping_pages(). | ||
| 858 | */ | ||
| 859 | continue; | ||
| 859 | } | 860 | } |
| 860 | 861 | ||
| 861 | if (!page_cache_get_speculative(page)) | 862 | if (!page_cache_get_speculative(page)) |
| @@ -903,7 +904,7 @@ unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, | |||
| 903 | rcu_read_lock(); | 904 | rcu_read_lock(); |
| 904 | restart: | 905 | restart: |
| 905 | nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree, | 906 | nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree, |
| 906 | (void ***)pages, index, nr_pages); | 907 | (void ***)pages, NULL, index, nr_pages); |
| 907 | ret = 0; | 908 | ret = 0; |
| 908 | for (i = 0; i < nr_found; i++) { | 909 | for (i = 0; i < nr_found; i++) { |
| 909 | struct page *page; | 910 | struct page *page; |
| @@ -912,12 +913,22 @@ repeat: | |||
| 912 | if (unlikely(!page)) | 913 | if (unlikely(!page)) |
| 913 | continue; | 914 | continue; |
| 914 | 915 | ||
| 915 | /* | 916 | if (radix_tree_exception(page)) { |
| 916 | * This can only trigger when the entry at index 0 moves out | 917 | if (radix_tree_deref_retry(page)) { |
| 917 | * of or back to the root: none yet gotten, safe to restart. | 918 | /* |
| 918 | */ | 919 | * Transient condition which can only trigger |
| 919 | if (radix_tree_deref_retry(page)) | 920 | * when entry at index 0 moves out of or back |
| 920 | goto restart; | 921 | * to root: none yet gotten, safe to restart. |
| 922 | */ | ||
| 923 | goto restart; | ||
| 924 | } | ||
| 925 | /* | ||
| 926 | * Otherwise, shmem/tmpfs must be storing a swap entry | ||
| 927 | * here as an exceptional entry: so stop looking for | ||
| 928 | * contiguous pages. | ||
| 929 | */ | ||
| 930 | break; | ||
| 931 | } | ||
| 921 | 932 | ||
| 922 | if (!page_cache_get_speculative(page)) | 933 | if (!page_cache_get_speculative(page)) |
| 923 | goto repeat; | 934 | goto repeat; |
| @@ -977,12 +988,21 @@ repeat: | |||
| 977 | if (unlikely(!page)) | 988 | if (unlikely(!page)) |
| 978 | continue; | 989 | continue; |
| 979 | 990 | ||
| 980 | /* | 991 | if (radix_tree_exception(page)) { |
| 981 | * This can only trigger when the entry at index 0 moves out | 992 | if (radix_tree_deref_retry(page)) { |
| 982 | * of or back to the root: none yet gotten, safe to restart. | 993 | /* |
| 983 | */ | 994 | * Transient condition which can only trigger |
| 984 | if (radix_tree_deref_retry(page)) | 995 | * when entry at index 0 moves out of or back |
| 985 | goto restart; | 996 | * to root: none yet gotten, safe to restart. |
| 997 | */ | ||
| 998 | goto restart; | ||
| 999 | } | ||
| 1000 | /* | ||
| 1001 | * This function is never used on a shmem/tmpfs | ||
| 1002 | * mapping, so a swap entry won't be found here. | ||
| 1003 | */ | ||
| 1004 | BUG(); | ||
| 1005 | } | ||
| 986 | 1006 | ||
| 987 | if (!page_cache_get_speculative(page)) | 1007 | if (!page_cache_get_speculative(page)) |
| 988 | goto repeat; | 1008 | goto repeat; |
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 5f84d2351ddb..f4ec4e7ca4cd 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
| @@ -35,7 +35,6 @@ | |||
| 35 | #include <linux/limits.h> | 35 | #include <linux/limits.h> |
| 36 | #include <linux/mutex.h> | 36 | #include <linux/mutex.h> |
| 37 | #include <linux/rbtree.h> | 37 | #include <linux/rbtree.h> |
| 38 | #include <linux/shmem_fs.h> | ||
| 39 | #include <linux/slab.h> | 38 | #include <linux/slab.h> |
| 40 | #include <linux/swap.h> | 39 | #include <linux/swap.h> |
| 41 | #include <linux/swapops.h> | 40 | #include <linux/swapops.h> |
| @@ -2873,30 +2872,6 @@ int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm, | |||
| 2873 | return 0; | 2872 | return 0; |
| 2874 | if (PageCompound(page)) | 2873 | if (PageCompound(page)) |
| 2875 | return 0; | 2874 | return 0; |
| 2876 | /* | ||
| 2877 | * Corner case handling. This is called from add_to_page_cache() | ||
| 2878 | * in usual. But some FS (shmem) precharges this page before calling it | ||
| 2879 | * and call add_to_page_cache() with GFP_NOWAIT. | ||
| 2880 | * | ||
| 2881 | * For GFP_NOWAIT case, the page may be pre-charged before calling | ||
| 2882 | * add_to_page_cache(). (See shmem.c) check it here and avoid to call | ||
| 2883 | * charge twice. (It works but has to pay a bit larger cost.) | ||
| 2884 | * And when the page is SwapCache, it should take swap information | ||
| 2885 | * into account. This is under lock_page() now. | ||
| 2886 | */ | ||
| 2887 | if (!(gfp_mask & __GFP_WAIT)) { | ||
| 2888 | struct page_cgroup *pc; | ||
| 2889 | |||
| 2890 | pc = lookup_page_cgroup(page); | ||
| 2891 | if (!pc) | ||
| 2892 | return 0; | ||
| 2893 | lock_page_cgroup(pc); | ||
| 2894 | if (PageCgroupUsed(pc)) { | ||
| 2895 | unlock_page_cgroup(pc); | ||
| 2896 | return 0; | ||
| 2897 | } | ||
| 2898 | unlock_page_cgroup(pc); | ||
| 2899 | } | ||
| 2900 | 2875 | ||
| 2901 | if (unlikely(!mm)) | 2876 | if (unlikely(!mm)) |
| 2902 | mm = &init_mm; | 2877 | mm = &init_mm; |
| @@ -3486,31 +3461,6 @@ void mem_cgroup_end_migration(struct mem_cgroup *mem, | |||
| 3486 | cgroup_release_and_wakeup_rmdir(&mem->css); | 3461 | cgroup_release_and_wakeup_rmdir(&mem->css); |
| 3487 | } | 3462 | } |
| 3488 | 3463 | ||
| 3489 | /* | ||
| 3490 | * A call to try to shrink memory usage on charge failure at shmem's swapin. | ||
| 3491 | * Calling hierarchical_reclaim is not enough because we should update | ||
| 3492 | * last_oom_jiffies to prevent pagefault_out_of_memory from invoking global OOM. | ||
| 3493 | * Moreover considering hierarchy, we should reclaim from the mem_over_limit, | ||
| 3494 | * not from the memcg which this page would be charged to. | ||
| 3495 | * try_charge_swapin does all of these works properly. | ||
| 3496 | */ | ||
| 3497 | int mem_cgroup_shmem_charge_fallback(struct page *page, | ||
| 3498 | struct mm_struct *mm, | ||
| 3499 | gfp_t gfp_mask) | ||
| 3500 | { | ||
| 3501 | struct mem_cgroup *mem; | ||
| 3502 | int ret; | ||
| 3503 | |||
| 3504 | if (mem_cgroup_disabled()) | ||
| 3505 | return 0; | ||
| 3506 | |||
| 3507 | ret = mem_cgroup_try_charge_swapin(mm, page, gfp_mask, &mem); | ||
| 3508 | if (!ret) | ||
| 3509 | mem_cgroup_cancel_charge_swapin(mem); /* it does !mem check */ | ||
| 3510 | |||
| 3511 | return ret; | ||
| 3512 | } | ||
| 3513 | |||
| 3514 | #ifdef CONFIG_DEBUG_VM | 3464 | #ifdef CONFIG_DEBUG_VM |
| 3515 | static struct page_cgroup *lookup_page_cgroup_used(struct page *page) | 3465 | static struct page_cgroup *lookup_page_cgroup_used(struct page *page) |
| 3516 | { | 3466 | { |
| @@ -5330,15 +5280,17 @@ static struct page *mc_handle_file_pte(struct vm_area_struct *vma, | |||
| 5330 | pgoff = pte_to_pgoff(ptent); | 5280 | pgoff = pte_to_pgoff(ptent); |
| 5331 | 5281 | ||
| 5332 | /* page is moved even if it's not RSS of this task(page-faulted). */ | 5282 | /* page is moved even if it's not RSS of this task(page-faulted). */ |
| 5333 | if (!mapping_cap_swap_backed(mapping)) { /* normal file */ | 5283 | page = find_get_page(mapping, pgoff); |
| 5334 | page = find_get_page(mapping, pgoff); | 5284 | |
| 5335 | } else { /* shmem/tmpfs file. we should take account of swap too. */ | 5285 | #ifdef CONFIG_SWAP |
| 5336 | swp_entry_t ent; | 5286 | /* shmem/tmpfs may report page out on swap: account for that too. */ |
| 5337 | mem_cgroup_get_shmem_target(inode, pgoff, &page, &ent); | 5287 | if (radix_tree_exceptional_entry(page)) { |
| 5288 | swp_entry_t swap = radix_to_swp_entry(page); | ||
| 5338 | if (do_swap_account) | 5289 | if (do_swap_account) |
| 5339 | entry->val = ent.val; | 5290 | *entry = swap; |
| 5291 | page = find_get_page(&swapper_space, swap.val); | ||
| 5340 | } | 5292 | } |
| 5341 | 5293 | #endif | |
| 5342 | return page; | 5294 | return page; |
| 5343 | } | 5295 | } |
| 5344 | 5296 | ||
diff --git a/mm/mincore.c b/mm/mincore.c index a4e6b9d75c76..636a86876ff2 100644 --- a/mm/mincore.c +++ b/mm/mincore.c | |||
| @@ -69,12 +69,15 @@ static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff) | |||
| 69 | * file will not get a swp_entry_t in its pte, but rather it is like | 69 | * file will not get a swp_entry_t in its pte, but rather it is like |
| 70 | * any other file mapping (ie. marked !present and faulted in with | 70 | * any other file mapping (ie. marked !present and faulted in with |
| 71 | * tmpfs's .fault). So swapped out tmpfs mappings are tested here. | 71 | * tmpfs's .fault). So swapped out tmpfs mappings are tested here. |
| 72 | * | ||
| 73 | * However when tmpfs moves the page from pagecache and into swapcache, | ||
| 74 | * it is still in core, but the find_get_page below won't find it. | ||
| 75 | * No big deal, but make a note of it. | ||
| 76 | */ | 72 | */ |
| 77 | page = find_get_page(mapping, pgoff); | 73 | page = find_get_page(mapping, pgoff); |
| 74 | #ifdef CONFIG_SWAP | ||
| 75 | /* shmem/tmpfs may return swap: account for swapcache page too. */ | ||
| 76 | if (radix_tree_exceptional_entry(page)) { | ||
| 77 | swp_entry_t swap = radix_to_swp_entry(page); | ||
| 78 | page = find_get_page(&swapper_space, swap.val); | ||
| 79 | } | ||
| 80 | #endif | ||
| 78 | if (page) { | 81 | if (page) { |
| 79 | present = PageUptodate(page); | 82 | present = PageUptodate(page); |
| 80 | page_cache_release(page); | 83 | page_cache_release(page); |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 1dbcf8888f14..6e8ecb6e021c 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
| @@ -1409,14 +1409,11 @@ static int __init fail_page_alloc_debugfs(void) | |||
| 1409 | { | 1409 | { |
| 1410 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; | 1410 | mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; |
| 1411 | struct dentry *dir; | 1411 | struct dentry *dir; |
| 1412 | int err; | ||
| 1413 | 1412 | ||
| 1414 | err = init_fault_attr_dentries(&fail_page_alloc.attr, | 1413 | dir = fault_create_debugfs_attr("fail_page_alloc", NULL, |
| 1415 | "fail_page_alloc"); | 1414 | &fail_page_alloc.attr); |
| 1416 | if (err) | 1415 | if (IS_ERR(dir)) |
| 1417 | return err; | 1416 | return PTR_ERR(dir); |
| 1418 | |||
| 1419 | dir = fail_page_alloc.attr.dir; | ||
| 1420 | 1417 | ||
| 1421 | if (!debugfs_create_bool("ignore-gfp-wait", mode, dir, | 1418 | if (!debugfs_create_bool("ignore-gfp-wait", mode, dir, |
| 1422 | &fail_page_alloc.ignore_gfp_wait)) | 1419 | &fail_page_alloc.ignore_gfp_wait)) |
| @@ -1430,7 +1427,7 @@ static int __init fail_page_alloc_debugfs(void) | |||
| 1430 | 1427 | ||
| 1431 | return 0; | 1428 | return 0; |
| 1432 | fail: | 1429 | fail: |
| 1433 | cleanup_fault_attr_dentries(&fail_page_alloc.attr); | 1430 | debugfs_remove_recursive(dir); |
| 1434 | 1431 | ||
| 1435 | return -ENOMEM; | 1432 | return -ENOMEM; |
| 1436 | } | 1433 | } |
diff --git a/mm/shmem.c b/mm/shmem.c index 5cc21f8b4cd3..32f6763f16fb 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | * 2000-2001 Christoph Rohland | 6 | * 2000-2001 Christoph Rohland |
| 7 | * 2000-2001 SAP AG | 7 | * 2000-2001 SAP AG |
| 8 | * 2002 Red Hat Inc. | 8 | * 2002 Red Hat Inc. |
| 9 | * Copyright (C) 2002-2005 Hugh Dickins. | 9 | * Copyright (C) 2002-2011 Hugh Dickins. |
| 10 | * Copyright (C) 2011 Google Inc. | ||
| 10 | * Copyright (C) 2002-2005 VERITAS Software Corporation. | 11 | * Copyright (C) 2002-2005 VERITAS Software Corporation. |
| 11 | * Copyright (C) 2004 Andi Kleen, SuSE Labs | 12 | * Copyright (C) 2004 Andi Kleen, SuSE Labs |
| 12 | * | 13 | * |
| @@ -28,7 +29,6 @@ | |||
| 28 | #include <linux/file.h> | 29 | #include <linux/file.h> |
| 29 | #include <linux/mm.h> | 30 | #include <linux/mm.h> |
| 30 | #include <linux/module.h> | 31 | #include <linux/module.h> |
| 31 | #include <linux/percpu_counter.h> | ||
| 32 | #include <linux/swap.h> | 32 | #include <linux/swap.h> |
| 33 | 33 | ||
| 34 | static struct vfsmount *shm_mnt; | 34 | static struct vfsmount *shm_mnt; |
| @@ -51,6 +51,8 @@ static struct vfsmount *shm_mnt; | |||
| 51 | #include <linux/shmem_fs.h> | 51 | #include <linux/shmem_fs.h> |
| 52 | #include <linux/writeback.h> | 52 | #include <linux/writeback.h> |
| 53 | #include <linux/blkdev.h> | 53 | #include <linux/blkdev.h> |
| 54 | #include <linux/pagevec.h> | ||
| 55 | #include <linux/percpu_counter.h> | ||
| 54 | #include <linux/splice.h> | 56 | #include <linux/splice.h> |
| 55 | #include <linux/security.h> | 57 | #include <linux/security.h> |
| 56 | #include <linux/swapops.h> | 58 | #include <linux/swapops.h> |
| @@ -63,43 +65,17 @@ static struct vfsmount *shm_mnt; | |||
| 63 | #include <linux/magic.h> | 65 | #include <linux/magic.h> |
| 64 | 66 | ||
| 65 | #include <asm/uaccess.h> | 67 | #include <asm/uaccess.h> |
| 66 | #include <asm/div64.h> | ||
| 67 | #include <asm/pgtable.h> | 68 | #include <asm/pgtable.h> |
| 68 | 69 | ||
| 69 | /* | ||
| 70 | * The maximum size of a shmem/tmpfs file is limited by the maximum size of | ||
| 71 | * its triple-indirect swap vector - see illustration at shmem_swp_entry(). | ||
| 72 | * | ||
| 73 | * With 4kB page size, maximum file size is just over 2TB on a 32-bit kernel, | ||
| 74 | * but one eighth of that on a 64-bit kernel. With 8kB page size, maximum | ||
| 75 | * file size is just over 4TB on a 64-bit kernel, but 16TB on a 32-bit kernel, | ||
| 76 | * MAX_LFS_FILESIZE being then more restrictive than swap vector layout. | ||
| 77 | * | ||
| 78 | * We use / and * instead of shifts in the definitions below, so that the swap | ||
| 79 | * vector can be tested with small even values (e.g. 20) for ENTRIES_PER_PAGE. | ||
| 80 | */ | ||
| 81 | #define ENTRIES_PER_PAGE (PAGE_CACHE_SIZE/sizeof(unsigned long)) | ||
| 82 | #define ENTRIES_PER_PAGEPAGE ((unsigned long long)ENTRIES_PER_PAGE*ENTRIES_PER_PAGE) | ||
| 83 | |||
| 84 | #define SHMSWP_MAX_INDEX (SHMEM_NR_DIRECT + (ENTRIES_PER_PAGEPAGE/2) * (ENTRIES_PER_PAGE+1)) | ||
| 85 | #define SHMSWP_MAX_BYTES (SHMSWP_MAX_INDEX << PAGE_CACHE_SHIFT) | ||
| 86 | |||
| 87 | #define SHMEM_MAX_BYTES min_t(unsigned long long, SHMSWP_MAX_BYTES, MAX_LFS_FILESIZE) | ||
| 88 | #define SHMEM_MAX_INDEX ((unsigned long)((SHMEM_MAX_BYTES+1) >> PAGE_CACHE_SHIFT)) | ||
| 89 | |||
| 90 | #define BLOCKS_PER_PAGE (PAGE_CACHE_SIZE/512) | 70 | #define BLOCKS_PER_PAGE (PAGE_CACHE_SIZE/512) |
| 91 | #define VM_ACCT(size) (PAGE_CACHE_ALIGN(size) >> PAGE_SHIFT) | 71 | #define VM_ACCT(size) (PAGE_CACHE_ALIGN(size) >> PAGE_SHIFT) |
| 92 | 72 | ||
| 93 | /* info->flags needs VM_flags to handle pagein/truncate races efficiently */ | ||
| 94 | #define SHMEM_PAGEIN VM_READ | ||
| 95 | #define SHMEM_TRUNCATE VM_WRITE | ||
| 96 | |||
| 97 | /* Definition to limit shmem_truncate's steps between cond_rescheds */ | ||
| 98 | #define LATENCY_LIMIT 64 | ||
| 99 | |||
| 100 | /* Pretend that each entry is of this size in directory's i_size */ | 73 | /* Pretend that each entry is of this size in directory's i_size */ |
| 101 | #define BOGO_DIRENT_SIZE 20 | 74 | #define BOGO_DIRENT_SIZE 20 |
| 102 | 75 | ||
| 76 | /* Symlink up to this size is kmalloc'ed instead of using a swappable page */ | ||
| 77 | #define SHORT_SYMLINK_LEN 128 | ||
| 78 | |||
| 103 | struct shmem_xattr { | 79 | struct shmem_xattr { |
| 104 | struct list_head list; /* anchored by shmem_inode_info->xattr_list */ | 80 | struct list_head list; /* anchored by shmem_inode_info->xattr_list */ |
| 105 | char *name; /* xattr name */ | 81 | char *name; /* xattr name */ |
| @@ -107,7 +83,7 @@ struct shmem_xattr { | |||
| 107 | char value[0]; | 83 | char value[0]; |
| 108 | }; | 84 | }; |
| 109 | 85 | ||
| 110 | /* Flag allocation requirements to shmem_getpage and shmem_swp_alloc */ | 86 | /* Flag allocation requirements to shmem_getpage */ |
| 111 | enum sgp_type { | 87 | enum sgp_type { |
| 112 | SGP_READ, /* don't exceed i_size, don't allocate page */ | 88 | SGP_READ, /* don't exceed i_size, don't allocate page */ |
| 113 | SGP_CACHE, /* don't exceed i_size, may allocate page */ | 89 | SGP_CACHE, /* don't exceed i_size, may allocate page */ |
| @@ -137,56 +113,6 @@ static inline int shmem_getpage(struct inode *inode, pgoff_t index, | |||
| 137 | mapping_gfp_mask(inode->i_mapping), fault_type); | 113 | mapping_gfp_mask(inode->i_mapping), fault_type); |
| 138 | } | 114 | } |
| 139 | 115 | ||
| 140 | static inline struct page *shmem_dir_alloc(gfp_t gfp_mask) | ||
| 141 | { | ||
| 142 | /* | ||
| 143 | * The above definition of ENTRIES_PER_PAGE, and the use of | ||
| 144 | * BLOCKS_PER_PAGE on indirect pages, assume PAGE_CACHE_SIZE: | ||
| 145 | * might be reconsidered if it ever diverges from PAGE_SIZE. | ||
| 146 | * | ||
| 147 | * Mobility flags are masked out as swap vectors cannot move | ||
| 148 | */ | ||
| 149 | return alloc_pages((gfp_mask & ~GFP_MOVABLE_MASK) | __GFP_ZERO, | ||
| 150 | PAGE_CACHE_SHIFT-PAGE_SHIFT); | ||
| 151 | } | ||
| 152 | |||
| 153 | static inline void shmem_dir_free(struct page *page) | ||
| 154 | { | ||
| 155 | __free_pages(page, PAGE_CACHE_SHIFT-PAGE_SHIFT); | ||
| 156 | } | ||
| 157 | |||
| 158 | static struct page **shmem_dir_map(struct page *page) | ||
| 159 | { | ||
| 160 | return (struct page **)kmap_atomic(page, KM_USER0); | ||
| 161 | } | ||
| 162 | |||
| 163 | static inline void shmem_dir_unmap(struct page **dir) | ||
| 164 | { | ||
| 165 | kunmap_atomic(dir, KM_USER0); | ||
| 166 | } | ||
| 167 | |||
| 168 | static swp_entry_t *shmem_swp_map(struct page *page) | ||
| 169 | { | ||
| 170 | return (swp_entry_t *)kmap_atomic(page, KM_USER1); | ||
| 171 | } | ||
| 172 | |||
| 173 | static inline void shmem_swp_balance_unmap(void) | ||
| 174 | { | ||
| 175 | /* | ||
| 176 | * When passing a pointer to an i_direct entry, to code which | ||
| 177 | * also handles indirect entries and so will shmem_swp_unmap, | ||
| 178 | * we must arrange for the preempt count to remain in balance. | ||
| 179 | * What kmap_atomic of a lowmem page does depends on config | ||
| 180 | * and architecture, so pretend to kmap_atomic some lowmem page. | ||
| 181 | */ | ||
| 182 | (void) kmap_atomic(ZERO_PAGE(0), KM_USER1); | ||
| 183 | } | ||
| 184 | |||
| 185 | static inline void shmem_swp_unmap(swp_entry_t *entry) | ||
| 186 | { | ||
| 187 | kunmap_atomic(entry, KM_USER1); | ||
| 188 | } | ||
| 189 | |||
| 190 | static inline struct shmem_sb_info *SHMEM_SB(struct super_block *sb) | 116 | static inline struct shmem_sb_info *SHMEM_SB(struct super_block *sb) |
| 191 | { | 117 | { |
| 192 | return sb->s_fs_info; | 118 | return sb->s_fs_info; |
| @@ -244,15 +170,6 @@ static struct backing_dev_info shmem_backing_dev_info __read_mostly = { | |||
| 244 | static LIST_HEAD(shmem_swaplist); | 170 | static LIST_HEAD(shmem_swaplist); |
| 245 | static DEFINE_MUTEX(shmem_swaplist_mutex); | 171 | static DEFINE_MUTEX(shmem_swaplist_mutex); |
| 246 | 172 | ||
| 247 | static void shmem_free_blocks(struct inode *inode, long pages) | ||
| 248 | { | ||
| 249 | struct shmem_sb_info *sbinfo = SHMEM_SB(inode->i_sb); | ||
| 250 | if (sbinfo->max_blocks) { | ||
| 251 | percpu_counter_add(&sbinfo->used_blocks, -pages); | ||
| 252 | inode->i_blocks -= pages*BLOCKS_PER_PAGE; | ||
| 253 | } | ||
| 254 | } | ||
| 255 | |||
| 256 | static int shmem_reserve_inode(struct super_block *sb) | 173 | static int shmem_reserve_inode(struct super_block *sb) |
| 257 | { | 174 | { |
| 258 | struct shmem_sb_info *sbinfo = SHMEM_SB(sb); | 175 | struct shmem_sb_info *sbinfo = SHMEM_SB(sb); |
| @@ -279,7 +196,7 @@ static void shmem_free_inode(struct super_block *sb) | |||
| 279 | } | 196 | } |
| 280 | 197 | ||
| 281 | /** | 198 | /** |
| 282 | * shmem_recalc_inode - recalculate the size of an inode | 199 | * shmem_recalc_inode - recalculate the block usage of an inode |
| 283 | * @inode: inode to recalc | 200 | * @inode: inode to recalc |
| 284 | * | 201 | * |
| 285 | * We have to calculate the free blocks since the mm can drop | 202 | * We have to calculate the free blocks since the mm can drop |
| @@ -297,474 +214,297 @@ static void shmem_recalc_inode(struct inode *inode) | |||
| 297 | 214 | ||
| 298 | freed = info->alloced - info->swapped - inode->i_mapping->nrpages; | 215 | freed = info->alloced - info->swapped - inode->i_mapping->nrpages; |
| 299 | if (freed > 0) { | 216 | if (freed > 0) { |
| 217 | struct shmem_sb_info *sbinfo = SHMEM_SB(inode->i_sb); | ||
| 218 | if (sbinfo->max_blocks) | ||
| 219 | percpu_counter_add(&sbinfo->used_blocks, -freed); | ||
| 300 | info->alloced -= freed; | 220 | info->alloced -= freed; |
| 221 | inode->i_blocks -= freed * BLOCKS_PER_PAGE; | ||
| 301 | shmem_unacct_blocks(info->flags, freed); | 222 | shmem_unacct_blocks(info->flags, freed); |
| 302 | shmem_free_blocks(inode, freed); | ||
| 303 | } | 223 | } |
| 304 | } | 224 | } |
| 305 | 225 | ||
| 306 | /** | 226 | /* |
| 307 | * shmem_swp_entry - find the swap vector position in the info structure | 227 | * Replace item expected in radix tree by a new item, while holding tree lock. |
| 308 | * @info: info structure for the inode | ||
| 309 | * @index: index of the page to find | ||
| 310 | * @page: optional page to add to the structure. Has to be preset to | ||
| 311 | * all zeros | ||
| 312 | * | ||
| 313 | * If there is no space allocated yet it will return NULL when | ||
| 314 | * page is NULL, else it will use the page for the needed block, | ||
| 315 | * setting it to NULL on return to indicate that it has been used. | ||
| 316 | * | ||
| 317 | * The swap vector is organized the following way: | ||
| 318 | * | ||
| 319 | * There are SHMEM_NR_DIRECT entries directly stored in the | ||
| 320 | * shmem_inode_info structure. So small files do not need an addional | ||
| 321 | * allocation. | ||
| 322 | * | ||
| 323 | * For pages with index > SHMEM_NR_DIRECT there is the pointer | ||
| 324 | * i_indirect which points to a page which holds in the first half | ||
| 325 | * doubly indirect blocks, in the second half triple indirect blocks: | ||
| 326 | * | ||
| 327 | * For an artificial ENTRIES_PER_PAGE = 4 this would lead to the | ||
| 328 | * following layout (for SHMEM_NR_DIRECT == 16): | ||
| 329 | * | ||
| 330 | * i_indirect -> dir --> 16-19 | ||
| 331 | * | +-> 20-23 | ||
| 332 | * | | ||
| 333 | * +-->dir2 --> 24-27 | ||
| 334 | * | +-> 28-31 | ||
| 335 | * | +-> 32-35 | ||
| 336 | * | +-> 36-39 | ||
| 337 | * | | ||
| 338 | * +-->dir3 --> 40-43 | ||
| 339 | * +-> 44-47 | ||
| 340 | * +-> 48-51 | ||
| 341 | * +-> 52-55 | ||
| 342 | */ | 228 | */ |
| 343 | static swp_entry_t *shmem_swp_entry(struct shmem_inode_info *info, unsigned long index, struct page **page) | 229 | static int shmem_radix_tree_replace(struct address_space *mapping, |
| 344 | { | 230 | pgoff_t index, void *expected, void *replacement) |
| 345 | unsigned long offset; | 231 | { |
| 346 | struct page **dir; | 232 | void **pslot; |
| 347 | struct page *subdir; | 233 | void *item = NULL; |
| 348 | 234 | ||
| 349 | if (index < SHMEM_NR_DIRECT) { | 235 | VM_BUG_ON(!expected); |
| 350 | shmem_swp_balance_unmap(); | 236 | pslot = radix_tree_lookup_slot(&mapping->page_tree, index); |
| 351 | return info->i_direct+index; | 237 | if (pslot) |
| 352 | } | 238 | item = radix_tree_deref_slot_protected(pslot, |
| 353 | if (!info->i_indirect) { | 239 | &mapping->tree_lock); |
| 354 | if (page) { | 240 | if (item != expected) |
| 355 | info->i_indirect = *page; | 241 | return -ENOENT; |
| 356 | *page = NULL; | 242 | if (replacement) |
| 357 | } | 243 | radix_tree_replace_slot(pslot, replacement); |
| 358 | return NULL; /* need another page */ | 244 | else |
| 359 | } | 245 | radix_tree_delete(&mapping->page_tree, index); |
| 360 | 246 | return 0; | |
| 361 | index -= SHMEM_NR_DIRECT; | 247 | } |
| 362 | offset = index % ENTRIES_PER_PAGE; | ||
| 363 | index /= ENTRIES_PER_PAGE; | ||
| 364 | dir = shmem_dir_map(info->i_indirect); | ||
| 365 | |||
| 366 | if (index >= ENTRIES_PER_PAGE/2) { | ||
| 367 | index -= ENTRIES_PER_PAGE/2; | ||
| 368 | dir += ENTRIES_PER_PAGE/2 + index/ENTRIES_PER_PAGE; | ||
| 369 | index %= ENTRIES_PER_PAGE; | ||
| 370 | subdir = *dir; | ||
| 371 | if (!subdir) { | ||
| 372 | if (page) { | ||
| 373 | *dir = *page; | ||
| 374 | *page = NULL; | ||
| 375 | } | ||
| 376 | shmem_dir_unmap(dir); | ||
| 377 | return NULL; /* need another page */ | ||
| 378 | } | ||
| 379 | shmem_dir_unmap(dir); | ||
| 380 | dir = shmem_dir_map(subdir); | ||
| 381 | } | ||
| 382 | 248 | ||
| 383 | dir += index; | 249 | /* |
| 384 | subdir = *dir; | 250 | * Like add_to_page_cache_locked, but error if expected item has gone. |
| 385 | if (!subdir) { | 251 | */ |
| 386 | if (!page || !(subdir = *page)) { | 252 | static int shmem_add_to_page_cache(struct page *page, |
| 387 | shmem_dir_unmap(dir); | 253 | struct address_space *mapping, |
| 388 | return NULL; /* need a page */ | 254 | pgoff_t index, gfp_t gfp, void *expected) |
| 255 | { | ||
| 256 | int error = 0; | ||
| 257 | |||
| 258 | VM_BUG_ON(!PageLocked(page)); | ||
| 259 | VM_BUG_ON(!PageSwapBacked(page)); | ||
| 260 | |||
| 261 | if (!expected) | ||
| 262 | error = radix_tree_preload(gfp & GFP_RECLAIM_MASK); | ||
| 263 | if (!error) { | ||
| 264 | page_cache_get(page); | ||
| 265 | page->mapping = mapping; | ||
| 266 | page->index = index; | ||
| 267 | |||
| 268 | spin_lock_irq(&mapping->tree_lock); | ||
| 269 | if (!expected) | ||
| 270 | error = radix_tree_insert(&mapping->page_tree, | ||
| 271 | index, page); | ||
| 272 | else | ||
| 273 | error = shmem_radix_tree_replace(mapping, index, | ||
| 274 | expected, page); | ||
| 275 | if (!error) { | ||
| 276 | mapping->nrpages++; | ||
| 277 | __inc_zone_page_state(page, NR_FILE_PAGES); | ||
| 278 | __inc_zone_page_state(page, NR_SHMEM); | ||
| 279 | spin_unlock_irq(&mapping->tree_lock); | ||
| 280 | } else { | ||
| 281 | page->mapping = NULL; | ||
| 282 | spin_unlock_irq(&mapping->tree_lock); | ||
| 283 | page_cache_release(page); | ||
| 389 | } | 284 | } |
| 390 | *dir = subdir; | 285 | if (!expected) |
| 391 | *page = NULL; | 286 | radix_tree_preload_end(); |
| 392 | } | 287 | } |
| 393 | shmem_dir_unmap(dir); | 288 | if (error) |
| 394 | return shmem_swp_map(subdir) + offset; | 289 | mem_cgroup_uncharge_cache_page(page); |
| 290 | return error; | ||
| 395 | } | 291 | } |
| 396 | 292 | ||
| 397 | static void shmem_swp_set(struct shmem_inode_info *info, swp_entry_t *entry, unsigned long value) | 293 | /* |
| 294 | * Like delete_from_page_cache, but substitutes swap for page. | ||
| 295 | */ | ||
| 296 | static void shmem_delete_from_page_cache(struct page *page, void *radswap) | ||
| 398 | { | 297 | { |
| 399 | long incdec = value? 1: -1; | 298 | struct address_space *mapping = page->mapping; |
| 299 | int error; | ||
| 400 | 300 | ||
| 401 | entry->val = value; | 301 | spin_lock_irq(&mapping->tree_lock); |
| 402 | info->swapped += incdec; | 302 | error = shmem_radix_tree_replace(mapping, page->index, page, radswap); |
| 403 | if ((unsigned long)(entry - info->i_direct) >= SHMEM_NR_DIRECT) { | 303 | page->mapping = NULL; |
| 404 | struct page *page = kmap_atomic_to_page(entry); | 304 | mapping->nrpages--; |
| 405 | set_page_private(page, page_private(page) + incdec); | 305 | __dec_zone_page_state(page, NR_FILE_PAGES); |
| 406 | } | 306 | __dec_zone_page_state(page, NR_SHMEM); |
| 307 | spin_unlock_irq(&mapping->tree_lock); | ||
| 308 | page_cache_release(page); | ||
| 309 | BUG_ON(error); | ||
| 407 | } | 310 | } |
| 408 | 311 | ||
| 409 | /** | 312 | /* |
| 410 | * shmem_swp_alloc - get the position of the swap entry for the page. | 313 | * Like find_get_pages, but collecting swap entries as well as pages. |
| 411 | * @info: info structure for the inode | ||
| 412 | * @index: index of the page to find | ||
| 413 | * @sgp: check and recheck i_size? skip allocation? | ||
| 414 | * @gfp: gfp mask to use for any page allocation | ||
| 415 | * | ||
| 416 | * If the entry does not exist, allocate it. | ||
| 417 | */ | 314 | */ |
| 418 | static swp_entry_t *shmem_swp_alloc(struct shmem_inode_info *info, | 315 | static unsigned shmem_find_get_pages_and_swap(struct address_space *mapping, |
| 419 | unsigned long index, enum sgp_type sgp, gfp_t gfp) | 316 | pgoff_t start, unsigned int nr_pages, |
| 420 | { | 317 | struct page **pages, pgoff_t *indices) |
| 421 | struct inode *inode = &info->vfs_inode; | 318 | { |
| 422 | struct shmem_sb_info *sbinfo = SHMEM_SB(inode->i_sb); | 319 | unsigned int i; |
| 423 | struct page *page = NULL; | 320 | unsigned int ret; |
| 424 | swp_entry_t *entry; | 321 | unsigned int nr_found; |
| 425 | 322 | ||
| 426 | if (sgp != SGP_WRITE && | 323 | rcu_read_lock(); |
| 427 | ((loff_t) index << PAGE_CACHE_SHIFT) >= i_size_read(inode)) | 324 | restart: |
| 428 | return ERR_PTR(-EINVAL); | 325 | nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree, |
| 429 | 326 | (void ***)pages, indices, start, nr_pages); | |
| 430 | while (!(entry = shmem_swp_entry(info, index, &page))) { | 327 | ret = 0; |
| 431 | if (sgp == SGP_READ) | 328 | for (i = 0; i < nr_found; i++) { |
| 432 | return shmem_swp_map(ZERO_PAGE(0)); | 329 | struct page *page; |
| 433 | /* | 330 | repeat: |
| 434 | * Test used_blocks against 1 less max_blocks, since we have 1 data | 331 | page = radix_tree_deref_slot((void **)pages[i]); |
| 435 | * page (and perhaps indirect index pages) yet to allocate: | 332 | if (unlikely(!page)) |
| 436 | * a waste to allocate index if we cannot allocate data. | 333 | continue; |
| 437 | */ | 334 | if (radix_tree_exception(page)) { |
| 438 | if (sbinfo->max_blocks) { | 335 | if (radix_tree_deref_retry(page)) |
| 439 | if (percpu_counter_compare(&sbinfo->used_blocks, | 336 | goto restart; |
| 440 | sbinfo->max_blocks - 1) >= 0) | 337 | /* |
| 441 | return ERR_PTR(-ENOSPC); | 338 | * Otherwise, we must be storing a swap entry |
| 442 | percpu_counter_inc(&sbinfo->used_blocks); | 339 | * here as an exceptional entry: so return it |
| 443 | inode->i_blocks += BLOCKS_PER_PAGE; | 340 | * without attempting to raise page count. |
| 341 | */ | ||
| 342 | goto export; | ||
| 444 | } | 343 | } |
| 344 | if (!page_cache_get_speculative(page)) | ||
| 345 | goto repeat; | ||
| 445 | 346 | ||
| 446 | spin_unlock(&info->lock); | 347 | /* Has the page moved? */ |
| 447 | page = shmem_dir_alloc(gfp); | 348 | if (unlikely(page != *((void **)pages[i]))) { |
| 448 | spin_lock(&info->lock); | 349 | page_cache_release(page); |
| 449 | 350 | goto repeat; | |
| 450 | if (!page) { | ||
| 451 | shmem_free_blocks(inode, 1); | ||
| 452 | return ERR_PTR(-ENOMEM); | ||
| 453 | } | ||
| 454 | if (sgp != SGP_WRITE && | ||
| 455 | ((loff_t) index << PAGE_CACHE_SHIFT) >= i_size_read(inode)) { | ||
| 456 | entry = ERR_PTR(-EINVAL); | ||
| 457 | break; | ||
| 458 | } | 351 | } |
| 459 | if (info->next_index <= index) | 352 | export: |
| 460 | info->next_index = index + 1; | 353 | indices[ret] = indices[i]; |
| 461 | } | 354 | pages[ret] = page; |
| 462 | if (page) { | 355 | ret++; |
| 463 | /* another task gave its page, or truncated the file */ | 356 | } |
| 464 | shmem_free_blocks(inode, 1); | 357 | if (unlikely(!ret && nr_found)) |
| 465 | shmem_dir_free(page); | 358 | goto restart; |
| 466 | } | 359 | rcu_read_unlock(); |
| 467 | if (info->next_index <= index && !IS_ERR(entry)) | 360 | return ret; |
| 468 | info->next_index = index + 1; | ||
| 469 | return entry; | ||
| 470 | } | 361 | } |
| 471 | 362 | ||
| 472 | /** | 363 | /* |
| 473 | * shmem_free_swp - free some swap entries in a directory | 364 | * Remove swap entry from radix tree, free the swap and its page cache. |
| 474 | * @dir: pointer to the directory | ||
| 475 | * @edir: pointer after last entry of the directory | ||
| 476 | * @punch_lock: pointer to spinlock when needed for the holepunch case | ||
| 477 | */ | 365 | */ |
| 478 | static int shmem_free_swp(swp_entry_t *dir, swp_entry_t *edir, | 366 | static int shmem_free_swap(struct address_space *mapping, |
| 479 | spinlock_t *punch_lock) | 367 | pgoff_t index, void *radswap) |
| 480 | { | 368 | { |
| 481 | spinlock_t *punch_unlock = NULL; | 369 | int error; |
| 482 | swp_entry_t *ptr; | 370 | |
| 483 | int freed = 0; | 371 | spin_lock_irq(&mapping->tree_lock); |
| 484 | 372 | error = shmem_radix_tree_replace(mapping, index, radswap, NULL); | |
| 485 | for (ptr = dir; ptr < edir; ptr++) { | 373 | spin_unlock_irq(&mapping->tree_lock); |
| 486 | if (ptr->val) { | 374 | if (!error) |
| 487 | if (unlikely(punch_lock)) { | 375 | free_swap_and_cache(radix_to_swp_entry(radswap)); |
| 488 | punch_unlock = punch_lock; | 376 | return error; |
| 489 | punch_lock = NULL; | ||
| 490 | spin_lock(punch_unlock); | ||
| 491 | if (!ptr->val) | ||
| 492 | continue; | ||
| 493 | } | ||
| 494 | free_swap_and_cache(*ptr); | ||
| 495 | *ptr = (swp_entry_t){0}; | ||
| 496 | freed++; | ||
| 497 | } | ||
| 498 | } | ||
| 499 | if (punch_unlock) | ||
| 500 | spin_unlock(punch_unlock); | ||
| 501 | return freed; | ||
| 502 | } | ||
| 503 | |||
| 504 | static int shmem_map_and_free_swp(struct page *subdir, int offset, | ||
| 505 | int limit, struct page ***dir, spinlock_t *punch_lock) | ||
| 506 | { | ||
| 507 | swp_entry_t *ptr; | ||
| 508 | int freed = 0; | ||
| 509 | |||
| 510 | ptr = shmem_swp_map(subdir); | ||
| 511 | for (; offset < limit; offset += LATENCY_LIMIT) { | ||
| 512 | int size = limit - offset; | ||
| 513 | if (size > LATENCY_LIMIT) | ||
| 514 | size = LATENCY_LIMIT; | ||
| 515 | freed += shmem_free_swp(ptr+offset, ptr+offset+size, | ||
| 516 | punch_lock); | ||
| 517 | if (need_resched()) { | ||
| 518 | shmem_swp_unmap(ptr); | ||
| 519 | if (*dir) { | ||
| 520 | shmem_dir_unmap(*dir); | ||
| 521 | *dir = NULL; | ||
| 522 | } | ||
| 523 | cond_resched(); | ||
| 524 | ptr = shmem_swp_map(subdir); | ||
| 525 | } | ||
| 526 | } | ||
| 527 | shmem_swp_unmap(ptr); | ||
| 528 | return freed; | ||
| 529 | } | 377 | } |
| 530 | 378 | ||
| 531 | static void shmem_free_pages(struct list_head *next) | 379 | /* |
| 380 | * Pagevec may contain swap entries, so shuffle up pages before releasing. | ||
| 381 | */ | ||
| 382 | static void shmem_pagevec_release(struct pagevec *pvec) | ||
| 532 | { | 383 | { |
| 533 | struct page *page; | 384 | int i, j; |
| 534 | int freed = 0; | 385 | |
| 535 | 386 | for (i = 0, j = 0; i < pagevec_count(pvec); i++) { | |
| 536 | do { | 387 | struct page *page = pvec->pages[i]; |
| 537 | page = container_of(next, struct page, lru); | 388 | if (!radix_tree_exceptional_entry(page)) |
| 538 | next = next->next; | 389 | pvec->pages[j++] = page; |
| 539 | shmem_dir_free(page); | 390 | } |
| 540 | freed++; | 391 | pvec->nr = j; |
| 541 | if (freed >= LATENCY_LIMIT) { | 392 | pagevec_release(pvec); |
| 542 | cond_resched(); | ||
| 543 | freed = 0; | ||
| 544 | } | ||
| 545 | } while (next); | ||
| 546 | } | 393 | } |
| 547 | 394 | ||
| 548 | void shmem_truncate_range(struct inode *inode, loff_t start, loff_t end) | 395 | /* |
| 396 | * Remove range of pages and swap entries from radix tree, and free them. | ||
| 397 | */ | ||
| 398 | void shmem_truncate_range(struct inode *inode, loff_t lstart, loff_t lend) | ||
| 549 | { | 399 | { |
| 400 | struct address_space *mapping = inode->i_mapping; | ||
| 550 | struct shmem_inode_info *info = SHMEM_I(inode); | 401 | struct shmem_inode_info *info = SHMEM_I(inode); |
| 551 | unsigned long idx; | 402 | pgoff_t start = (lstart + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
| 552 | unsigned long size; | 403 | unsigned partial = lstart & (PAGE_CACHE_SIZE - 1); |
| 553 | unsigned long limit; | 404 | pgoff_t end = (lend >> PAGE_CACHE_SHIFT); |
| 554 | unsigned long stage; | 405 | struct pagevec pvec; |
| 555 | unsigned long diroff; | 406 | pgoff_t indices[PAGEVEC_SIZE]; |
| 556 | struct page **dir; | ||
| 557 | struct page *topdir; | ||
| 558 | struct page *middir; | ||
| 559 | struct page *subdir; | ||
| 560 | swp_entry_t *ptr; | ||
| 561 | LIST_HEAD(pages_to_free); | ||
| 562 | long nr_pages_to_free = 0; | ||
| 563 | long nr_swaps_freed = 0; | 407 | long nr_swaps_freed = 0; |
| 564 | int offset; | 408 | pgoff_t index; |
| 565 | int freed; | 409 | int i; |
| 566 | int punch_hole; | ||
| 567 | spinlock_t *needs_lock; | ||
| 568 | spinlock_t *punch_lock; | ||
| 569 | unsigned long upper_limit; | ||
| 570 | 410 | ||
| 571 | truncate_inode_pages_range(inode->i_mapping, start, end); | 411 | BUG_ON((lend & (PAGE_CACHE_SIZE - 1)) != (PAGE_CACHE_SIZE - 1)); |
| 572 | 412 | ||
| 573 | inode->i_ctime = inode->i_mtime = CURRENT_TIME; | 413 | pagevec_init(&pvec, 0); |
| 574 | idx = (start + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; | 414 | index = start; |
| 575 | if (idx >= info->next_index) | 415 | while (index <= end) { |
| 576 | return; | 416 | pvec.nr = shmem_find_get_pages_and_swap(mapping, index, |
| 417 | min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, | ||
| 418 | pvec.pages, indices); | ||
| 419 | if (!pvec.nr) | ||
| 420 | break; | ||
| 421 | mem_cgroup_uncharge_start(); | ||
| 422 | for (i = 0; i < pagevec_count(&pvec); i++) { | ||
| 423 | struct page *page = pvec.pages[i]; | ||
| 577 | 424 | ||
| 578 | spin_lock(&info->lock); | 425 | index = indices[i]; |
| 579 | info->flags |= SHMEM_TRUNCATE; | 426 | if (index > end) |
| 580 | if (likely(end == (loff_t) -1)) { | 427 | break; |
| 581 | limit = info->next_index; | 428 | |
| 582 | upper_limit = SHMEM_MAX_INDEX; | 429 | if (radix_tree_exceptional_entry(page)) { |
| 583 | info->next_index = idx; | 430 | nr_swaps_freed += !shmem_free_swap(mapping, |
| 584 | needs_lock = NULL; | 431 | index, page); |
| 585 | punch_hole = 0; | 432 | continue; |
| 586 | } else { | 433 | } |
| 587 | if (end + 1 >= inode->i_size) { /* we may free a little more */ | ||
| 588 | limit = (inode->i_size + PAGE_CACHE_SIZE - 1) >> | ||
| 589 | PAGE_CACHE_SHIFT; | ||
| 590 | upper_limit = SHMEM_MAX_INDEX; | ||
| 591 | } else { | ||
| 592 | limit = (end + 1) >> PAGE_CACHE_SHIFT; | ||
| 593 | upper_limit = limit; | ||
| 594 | } | ||
| 595 | needs_lock = &info->lock; | ||
| 596 | punch_hole = 1; | ||
| 597 | } | ||
| 598 | 434 | ||
| 599 | topdir = info->i_indirect; | 435 | if (!trylock_page(page)) |
| 600 | if (topdir && idx <= SHMEM_NR_DIRECT && !punch_hole) { | 436 | continue; |
| 601 | info->i_indirect = NULL; | 437 | if (page->mapping == mapping) { |
| 602 | nr_pages_to_free++; | 438 | VM_BUG_ON(PageWriteback(page)); |
| 603 | list_add(&topdir->lru, &pages_to_free); | 439 | truncate_inode_page(mapping, page); |
| 440 | } | ||
| 441 | unlock_page(page); | ||
| 442 | } | ||
| 443 | shmem_pagevec_release(&pvec); | ||
| 444 | mem_cgroup_uncharge_end(); | ||
| 445 | cond_resched(); | ||
| 446 | index++; | ||
| 604 | } | 447 | } |
| 605 | spin_unlock(&info->lock); | ||
| 606 | 448 | ||
| 607 | if (info->swapped && idx < SHMEM_NR_DIRECT) { | 449 | if (partial) { |
| 608 | ptr = info->i_direct; | 450 | struct page *page = NULL; |
| 609 | size = limit; | 451 | shmem_getpage(inode, start - 1, &page, SGP_READ, NULL); |
| 610 | if (size > SHMEM_NR_DIRECT) | 452 | if (page) { |
| 611 | size = SHMEM_NR_DIRECT; | 453 | zero_user_segment(page, partial, PAGE_CACHE_SIZE); |
| 612 | nr_swaps_freed = shmem_free_swp(ptr+idx, ptr+size, needs_lock); | 454 | set_page_dirty(page); |
| 455 | unlock_page(page); | ||
| 456 | page_cache_release(page); | ||
| 457 | } | ||
| 613 | } | 458 | } |
| 614 | 459 | ||
| 615 | /* | 460 | index = start; |
| 616 | * If there are no indirect blocks or we are punching a hole | 461 | for ( ; ; ) { |
| 617 | * below indirect blocks, nothing to be done. | 462 | cond_resched(); |
| 618 | */ | 463 | pvec.nr = shmem_find_get_pages_and_swap(mapping, index, |
| 619 | if (!topdir || limit <= SHMEM_NR_DIRECT) | 464 | min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, |
| 620 | goto done2; | 465 | pvec.pages, indices); |
| 466 | if (!pvec.nr) { | ||
| 467 | if (index == start) | ||
| 468 | break; | ||
| 469 | index = start; | ||
| 470 | continue; | ||
| 471 | } | ||
| 472 | if (index == start && indices[0] > end) { | ||
| 473 | shmem_pagevec_release(&pvec); | ||
| 474 | break; | ||
| 475 | } | ||
| 476 | mem_cgroup_uncharge_start(); | ||
| 477 | for (i = 0; i < pagevec_count(&pvec); i++) { | ||
| 478 | struct page *page = pvec.pages[i]; | ||
| 621 | 479 | ||
| 622 | /* | 480 | index = indices[i]; |
| 623 | * The truncation case has already dropped info->lock, and we're safe | 481 | if (index > end) |
| 624 | * because i_size and next_index have already been lowered, preventing | 482 | break; |
| 625 | * access beyond. But in the punch_hole case, we still need to take | ||
| 626 | * the lock when updating the swap directory, because there might be | ||
| 627 | * racing accesses by shmem_getpage(SGP_CACHE), shmem_unuse_inode or | ||
| 628 | * shmem_writepage. However, whenever we find we can remove a whole | ||
| 629 | * directory page (not at the misaligned start or end of the range), | ||
| 630 | * we first NULLify its pointer in the level above, and then have no | ||
| 631 | * need to take the lock when updating its contents: needs_lock and | ||
| 632 | * punch_lock (either pointing to info->lock or NULL) manage this. | ||
| 633 | */ | ||
| 634 | 483 | ||
| 635 | upper_limit -= SHMEM_NR_DIRECT; | 484 | if (radix_tree_exceptional_entry(page)) { |
| 636 | limit -= SHMEM_NR_DIRECT; | 485 | nr_swaps_freed += !shmem_free_swap(mapping, |
| 637 | idx = (idx > SHMEM_NR_DIRECT)? (idx - SHMEM_NR_DIRECT): 0; | 486 | index, page); |
| 638 | offset = idx % ENTRIES_PER_PAGE; | 487 | continue; |
| 639 | idx -= offset; | ||
| 640 | |||
| 641 | dir = shmem_dir_map(topdir); | ||
| 642 | stage = ENTRIES_PER_PAGEPAGE/2; | ||
| 643 | if (idx < ENTRIES_PER_PAGEPAGE/2) { | ||
| 644 | middir = topdir; | ||
| 645 | diroff = idx/ENTRIES_PER_PAGE; | ||
| 646 | } else { | ||
| 647 | dir += ENTRIES_PER_PAGE/2; | ||
| 648 | dir += (idx - ENTRIES_PER_PAGEPAGE/2)/ENTRIES_PER_PAGEPAGE; | ||
| 649 | while (stage <= idx) | ||
| 650 | stage += ENTRIES_PER_PAGEPAGE; | ||
| 651 | middir = *dir; | ||
| 652 | if (*dir) { | ||
| 653 | diroff = ((idx - ENTRIES_PER_PAGEPAGE/2) % | ||
| 654 | ENTRIES_PER_PAGEPAGE) / ENTRIES_PER_PAGE; | ||
| 655 | if (!diroff && !offset && upper_limit >= stage) { | ||
| 656 | if (needs_lock) { | ||
| 657 | spin_lock(needs_lock); | ||
| 658 | *dir = NULL; | ||
| 659 | spin_unlock(needs_lock); | ||
| 660 | needs_lock = NULL; | ||
| 661 | } else | ||
| 662 | *dir = NULL; | ||
| 663 | nr_pages_to_free++; | ||
| 664 | list_add(&middir->lru, &pages_to_free); | ||
| 665 | } | 488 | } |
| 666 | shmem_dir_unmap(dir); | ||
| 667 | dir = shmem_dir_map(middir); | ||
| 668 | } else { | ||
| 669 | diroff = 0; | ||
| 670 | offset = 0; | ||
| 671 | idx = stage; | ||
| 672 | } | ||
| 673 | } | ||
| 674 | 489 | ||
| 675 | for (; idx < limit; idx += ENTRIES_PER_PAGE, diroff++) { | 490 | lock_page(page); |
| 676 | if (unlikely(idx == stage)) { | 491 | if (page->mapping == mapping) { |
| 677 | shmem_dir_unmap(dir); | 492 | VM_BUG_ON(PageWriteback(page)); |
| 678 | dir = shmem_dir_map(topdir) + | 493 | truncate_inode_page(mapping, page); |
| 679 | ENTRIES_PER_PAGE/2 + idx/ENTRIES_PER_PAGEPAGE; | ||
| 680 | while (!*dir) { | ||
| 681 | dir++; | ||
| 682 | idx += ENTRIES_PER_PAGEPAGE; | ||
| 683 | if (idx >= limit) | ||
| 684 | goto done1; | ||
| 685 | } | ||
| 686 | stage = idx + ENTRIES_PER_PAGEPAGE; | ||
| 687 | middir = *dir; | ||
| 688 | if (punch_hole) | ||
| 689 | needs_lock = &info->lock; | ||
| 690 | if (upper_limit >= stage) { | ||
| 691 | if (needs_lock) { | ||
| 692 | spin_lock(needs_lock); | ||
| 693 | *dir = NULL; | ||
| 694 | spin_unlock(needs_lock); | ||
| 695 | needs_lock = NULL; | ||
| 696 | } else | ||
| 697 | *dir = NULL; | ||
| 698 | nr_pages_to_free++; | ||
| 699 | list_add(&middir->lru, &pages_to_free); | ||
| 700 | } | 494 | } |
| 701 | shmem_dir_unmap(dir); | 495 | unlock_page(page); |
| 702 | cond_resched(); | ||
| 703 | dir = shmem_dir_map(middir); | ||
| 704 | diroff = 0; | ||
| 705 | } | ||
| 706 | punch_lock = needs_lock; | ||
| 707 | subdir = dir[diroff]; | ||
| 708 | if (subdir && !offset && upper_limit-idx >= ENTRIES_PER_PAGE) { | ||
| 709 | if (needs_lock) { | ||
| 710 | spin_lock(needs_lock); | ||
| 711 | dir[diroff] = NULL; | ||
| 712 | spin_unlock(needs_lock); | ||
| 713 | punch_lock = NULL; | ||
| 714 | } else | ||
| 715 | dir[diroff] = NULL; | ||
| 716 | nr_pages_to_free++; | ||
| 717 | list_add(&subdir->lru, &pages_to_free); | ||
| 718 | } | ||
| 719 | if (subdir && page_private(subdir) /* has swap entries */) { | ||
| 720 | size = limit - idx; | ||
| 721 | if (size > ENTRIES_PER_PAGE) | ||
| 722 | size = ENTRIES_PER_PAGE; | ||
| 723 | freed = shmem_map_and_free_swp(subdir, | ||
| 724 | offset, size, &dir, punch_lock); | ||
| 725 | if (!dir) | ||
| 726 | dir = shmem_dir_map(middir); | ||
| 727 | nr_swaps_freed += freed; | ||
| 728 | if (offset || punch_lock) { | ||
| 729 | spin_lock(&info->lock); | ||
| 730 | set_page_private(subdir, | ||
| 731 | page_private(subdir) - freed); | ||
| 732 | spin_unlock(&info->lock); | ||
| 733 | } else | ||
| 734 | BUG_ON(page_private(subdir) != freed); | ||
| 735 | } | 496 | } |
| 736 | offset = 0; | 497 | shmem_pagevec_release(&pvec); |
| 737 | } | 498 | mem_cgroup_uncharge_end(); |
| 738 | done1: | 499 | index++; |
| 739 | shmem_dir_unmap(dir); | ||
| 740 | done2: | ||
| 741 | if (inode->i_mapping->nrpages && (info->flags & SHMEM_PAGEIN)) { | ||
| 742 | /* | ||
| 743 | * Call truncate_inode_pages again: racing shmem_unuse_inode | ||
| 744 | * may have swizzled a page in from swap since | ||
| 745 | * truncate_pagecache or generic_delete_inode did it, before we | ||
| 746 | * lowered next_index. Also, though shmem_getpage checks | ||
| 747 | * i_size before adding to cache, no recheck after: so fix the | ||
| 748 | * narrow window there too. | ||
| 749 | */ | ||
| 750 | truncate_inode_pages_range(inode->i_mapping, start, end); | ||
| 751 | } | 500 | } |
| 752 | 501 | ||
| 753 | spin_lock(&info->lock); | 502 | spin_lock(&info->lock); |
| 754 | info->flags &= ~SHMEM_TRUNCATE; | ||
| 755 | info->swapped -= nr_swaps_freed; | 503 | info->swapped -= nr_swaps_freed; |
| 756 | if (nr_pages_to_free) | ||
| 757 | shmem_free_blocks(inode, nr_pages_to_free); | ||
| 758 | shmem_recalc_inode(inode); | 504 | shmem_recalc_inode(inode); |
| 759 | spin_unlock(&info->lock); | 505 | spin_unlock(&info->lock); |
| 760 | 506 | ||
| 761 | /* | 507 | inode->i_ctime = inode->i_mtime = CURRENT_TIME; |
| 762 | * Empty swap vector directory pages to be freed? | ||
| 763 | */ | ||
| 764 | if (!list_empty(&pages_to_free)) { | ||
| 765 | pages_to_free.prev->next = NULL; | ||
| 766 | shmem_free_pages(pages_to_free.next); | ||
| 767 | } | ||
| 768 | } | 508 | } |
| 769 | EXPORT_SYMBOL_GPL(shmem_truncate_range); | 509 | EXPORT_SYMBOL_GPL(shmem_truncate_range); |
| 770 | 510 | ||
| @@ -780,37 +520,7 @@ static int shmem_setattr(struct dentry *dentry, struct iattr *attr) | |||
| 780 | if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) { | 520 | if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) { |
| 781 | loff_t oldsize = inode->i_size; | 521 | loff_t oldsize = inode->i_size; |
| 782 | loff_t newsize = attr->ia_size; | 522 | loff_t newsize = attr->ia_size; |
| 783 | struct page *page = NULL; | ||
| 784 | 523 | ||
| 785 | if (newsize < oldsize) { | ||
| 786 | /* | ||
| 787 | * If truncating down to a partial page, then | ||
| 788 | * if that page is already allocated, hold it | ||
| 789 | * in memory until the truncation is over, so | ||
| 790 | * truncate_partial_page cannot miss it were | ||
| 791 | * it assigned to swap. | ||
| 792 | */ | ||
| 793 | if (newsize & (PAGE_CACHE_SIZE-1)) { | ||
| 794 | (void) shmem_getpage(inode, | ||
| 795 | newsize >> PAGE_CACHE_SHIFT, | ||
| 796 | &page, SGP_READ, NULL); | ||
| 797 | if (page) | ||
| 798 | unlock_page(page); | ||
| 799 | } | ||
| 800 | /* | ||
| 801 | * Reset SHMEM_PAGEIN flag so that shmem_truncate can | ||
| 802 | * detect if any pages might have been added to cache | ||
| 803 | * after truncate_inode_pages. But we needn't bother | ||
| 804 | * if it's being fully truncated to zero-length: the | ||
| 805 | * nrpages check is efficient enough in that case. | ||
| 806 | */ | ||
| 807 | if (newsize) { | ||
| 808 | struct shmem_inode_info *info = SHMEM_I(inode); | ||
| 809 | spin_lock(&info->lock); | ||
| 810 | info->flags &= ~SHMEM_PAGEIN; | ||
| 811 | spin_unlock(&info->lock); | ||
| 812 | } | ||
| 813 | } | ||
| 814 | if (newsize != oldsize) { | 524 | if (newsize != oldsize) { |
| 815 | i_size_write(inode, newsize); | 525 | i_size_write(inode, newsize); |
| 816 | inode->i_ctime = inode->i_mtime = CURRENT_TIME; | 526 | inode->i_ctime = inode->i_mtime = CURRENT_TIME; |
| @@ -822,8 +532,6 @@ static int shmem_setattr(struct dentry *dentry, struct iattr *attr) | |||
| 822 | /* unmap again to remove racily COWed private pages */ | 532 | /* unmap again to remove racily COWed private pages */ |
| 823 | unmap_mapping_range(inode->i_mapping, holebegin, 0, 1); | 533 | unmap_mapping_range(inode->i_mapping, holebegin, 0, 1); |
| 824 | } | 534 | } |
| 825 | if (page) | ||
| 826 | page_cache_release(page); | ||
| 827 | } | 535 | } |
| 828 | 536 | ||
| 829 | setattr_copy(inode, attr); | 537 | setattr_copy(inode, attr); |
| @@ -848,7 +556,8 @@ static void shmem_evict_inode(struct inode *inode) | |||
| 848 | list_del_init(&info->swaplist); | 556 | list_del_init(&info->swaplist); |
| 849 | mutex_unlock(&shmem_swaplist_mutex); | 557 | mutex_unlock(&shmem_swaplist_mutex); |
| 850 | } | 558 | } |
| 851 | } | 559 | } else |
| 560 | kfree(info->symlink); | ||
| 852 | 561 | ||
| 853 | list_for_each_entry_safe(xattr, nxattr, &info->xattr_list, list) { | 562 | list_for_each_entry_safe(xattr, nxattr, &info->xattr_list, list) { |
| 854 | kfree(xattr->name); | 563 | kfree(xattr->name); |
| @@ -859,106 +568,27 @@ static void shmem_evict_inode(struct inode *inode) | |||
| 859 | end_writeback(inode); | 568 | end_writeback(inode); |
| 860 | } | 569 | } |
| 861 | 570 | ||
| 862 | static inline int shmem_find_swp(swp_entry_t entry, swp_entry_t *dir, swp_entry_t *edir) | 571 | /* |
| 863 | { | 572 | * If swap found in inode, free it and move page from swapcache to filecache. |
| 864 | swp_entry_t *ptr; | 573 | */ |
| 865 | 574 | static int shmem_unuse_inode(struct shmem_inode_info *info, | |
| 866 | for (ptr = dir; ptr < edir; ptr++) { | 575 | swp_entry_t swap, struct page *page) |
| 867 | if (ptr->val == entry.val) | ||
| 868 | return ptr - dir; | ||
| 869 | } | ||
| 870 | return -1; | ||
| 871 | } | ||
| 872 | |||
| 873 | static int shmem_unuse_inode(struct shmem_inode_info *info, swp_entry_t entry, struct page *page) | ||
| 874 | { | 576 | { |
| 875 | struct address_space *mapping; | 577 | struct address_space *mapping = info->vfs_inode.i_mapping; |
| 876 | unsigned long idx; | 578 | void *radswap; |
| 877 | unsigned long size; | 579 | pgoff_t index; |
| 878 | unsigned long limit; | ||
| 879 | unsigned long stage; | ||
| 880 | struct page **dir; | ||
| 881 | struct page *subdir; | ||
| 882 | swp_entry_t *ptr; | ||
| 883 | int offset; | ||
| 884 | int error; | 580 | int error; |
| 885 | 581 | ||
| 886 | idx = 0; | 582 | radswap = swp_to_radix_entry(swap); |
| 887 | ptr = info->i_direct; | 583 | index = radix_tree_locate_item(&mapping->page_tree, radswap); |
| 888 | spin_lock(&info->lock); | 584 | if (index == -1) |
| 889 | if (!info->swapped) { | 585 | return 0; |
| 890 | list_del_init(&info->swaplist); | ||
| 891 | goto lost2; | ||
| 892 | } | ||
| 893 | limit = info->next_index; | ||
| 894 | size = limit; | ||
| 895 | if (size > SHMEM_NR_DIRECT) | ||
| 896 | size = SHMEM_NR_DIRECT; | ||
| 897 | offset = shmem_find_swp(entry, ptr, ptr+size); | ||
| 898 | if (offset >= 0) { | ||
| 899 | shmem_swp_balance_unmap(); | ||
| 900 | goto found; | ||
| 901 | } | ||
| 902 | if (!info->i_indirect) | ||
| 903 | goto lost2; | ||
| 904 | |||
| 905 | dir = shmem_dir_map(info->i_indirect); | ||
| 906 | stage = SHMEM_NR_DIRECT + ENTRIES_PER_PAGEPAGE/2; | ||
| 907 | |||
| 908 | for (idx = SHMEM_NR_DIRECT; idx < limit; idx += ENTRIES_PER_PAGE, dir++) { | ||
| 909 | if (unlikely(idx == stage)) { | ||
| 910 | shmem_dir_unmap(dir-1); | ||
| 911 | if (cond_resched_lock(&info->lock)) { | ||
| 912 | /* check it has not been truncated */ | ||
| 913 | if (limit > info->next_index) { | ||
| 914 | limit = info->next_index; | ||
| 915 | if (idx >= limit) | ||
| 916 | goto lost2; | ||
| 917 | } | ||
| 918 | } | ||
| 919 | dir = shmem_dir_map(info->i_indirect) + | ||
| 920 | ENTRIES_PER_PAGE/2 + idx/ENTRIES_PER_PAGEPAGE; | ||
| 921 | while (!*dir) { | ||
| 922 | dir++; | ||
| 923 | idx += ENTRIES_PER_PAGEPAGE; | ||
| 924 | if (idx >= limit) | ||
| 925 | goto lost1; | ||
| 926 | } | ||
| 927 | stage = idx + ENTRIES_PER_PAGEPAGE; | ||
| 928 | subdir = *dir; | ||
| 929 | shmem_dir_unmap(dir); | ||
| 930 | dir = shmem_dir_map(subdir); | ||
| 931 | } | ||
| 932 | subdir = *dir; | ||
| 933 | if (subdir && page_private(subdir)) { | ||
| 934 | ptr = shmem_swp_map(subdir); | ||
| 935 | size = limit - idx; | ||
| 936 | if (size > ENTRIES_PER_PAGE) | ||
| 937 | size = ENTRIES_PER_PAGE; | ||
| 938 | offset = shmem_find_swp(entry, ptr, ptr+size); | ||
| 939 | shmem_swp_unmap(ptr); | ||
| 940 | if (offset >= 0) { | ||
| 941 | shmem_dir_unmap(dir); | ||
| 942 | ptr = shmem_swp_map(subdir); | ||
| 943 | goto found; | ||
| 944 | } | ||
| 945 | } | ||
| 946 | } | ||
| 947 | lost1: | ||
| 948 | shmem_dir_unmap(dir-1); | ||
| 949 | lost2: | ||
| 950 | spin_unlock(&info->lock); | ||
| 951 | return 0; | ||
| 952 | found: | ||
| 953 | idx += offset; | ||
| 954 | ptr += offset; | ||
| 955 | 586 | ||
| 956 | /* | 587 | /* |
| 957 | * Move _head_ to start search for next from here. | 588 | * Move _head_ to start search for next from here. |
| 958 | * But be careful: shmem_evict_inode checks list_empty without taking | 589 | * But be careful: shmem_evict_inode checks list_empty without taking |
| 959 | * mutex, and there's an instant in list_move_tail when info->swaplist | 590 | * mutex, and there's an instant in list_move_tail when info->swaplist |
| 960 | * would appear empty, if it were the only one on shmem_swaplist. We | 591 | * would appear empty, if it were the only one on shmem_swaplist. |
| 961 | * could avoid doing it if inode NULL; or use this minor optimization. | ||
| 962 | */ | 592 | */ |
| 963 | if (shmem_swaplist.next != &info->swaplist) | 593 | if (shmem_swaplist.next != &info->swaplist) |
| 964 | list_move_tail(&shmem_swaplist, &info->swaplist); | 594 | list_move_tail(&shmem_swaplist, &info->swaplist); |
| @@ -968,29 +598,34 @@ found: | |||
| 968 | * but also to hold up shmem_evict_inode(): so inode cannot be freed | 598 | * but also to hold up shmem_evict_inode(): so inode cannot be freed |
| 969 | * beneath us (pagelock doesn't help until the page is in pagecache). | 599 | * beneath us (pagelock doesn't help until the page is in pagecache). |
| 970 | */ | 600 | */ |
| 971 | mapping = info->vfs_inode.i_mapping; | 601 | error = shmem_add_to_page_cache(page, mapping, index, |
| 972 | error = add_to_page_cache_locked(page, mapping, idx, GFP_NOWAIT); | 602 | GFP_NOWAIT, radswap); |
| 973 | /* which does mem_cgroup_uncharge_cache_page on error */ | 603 | /* which does mem_cgroup_uncharge_cache_page on error */ |
| 974 | 604 | ||
| 975 | if (error != -ENOMEM) { | 605 | if (error != -ENOMEM) { |
| 606 | /* | ||
| 607 | * Truncation and eviction use free_swap_and_cache(), which | ||
| 608 | * only does trylock page: if we raced, best clean up here. | ||
| 609 | */ | ||
| 976 | delete_from_swap_cache(page); | 610 | delete_from_swap_cache(page); |
| 977 | set_page_dirty(page); | 611 | set_page_dirty(page); |
| 978 | info->flags |= SHMEM_PAGEIN; | 612 | if (!error) { |
| 979 | shmem_swp_set(info, ptr, 0); | 613 | spin_lock(&info->lock); |
| 980 | swap_free(entry); | 614 | info->swapped--; |
| 615 | spin_unlock(&info->lock); | ||
| 616 | swap_free(swap); | ||
| 617 | } | ||
| 981 | error = 1; /* not an error, but entry was found */ | 618 | error = 1; /* not an error, but entry was found */ |
| 982 | } | 619 | } |
| 983 | shmem_swp_unmap(ptr); | ||
| 984 | spin_unlock(&info->lock); | ||
| 985 | return error; | 620 | return error; |
| 986 | } | 621 | } |
| 987 | 622 | ||
| 988 | /* | 623 | /* |
| 989 | * shmem_unuse() search for an eventually swapped out shmem page. | 624 | * Search through swapped inodes to find and replace swap by page. |
| 990 | */ | 625 | */ |
| 991 | int shmem_unuse(swp_entry_t entry, struct page *page) | 626 | int shmem_unuse(swp_entry_t swap, struct page *page) |
| 992 | { | 627 | { |
| 993 | struct list_head *p, *next; | 628 | struct list_head *this, *next; |
| 994 | struct shmem_inode_info *info; | 629 | struct shmem_inode_info *info; |
| 995 | int found = 0; | 630 | int found = 0; |
| 996 | int error; | 631 | int error; |
| @@ -999,32 +634,25 @@ int shmem_unuse(swp_entry_t entry, struct page *page) | |||
| 999 | * Charge page using GFP_KERNEL while we can wait, before taking | 634 | * Charge page using GFP_KERNEL while we can wait, before taking |
| 1000 | * the shmem_swaplist_mutex which might hold up shmem_writepage(). | 635 | * the shmem_swaplist_mutex which might hold up shmem_writepage(). |
| 1001 | * Charged back to the user (not to caller) when swap account is used. | 636 | * Charged back to the user (not to caller) when swap account is used. |
| 1002 | * add_to_page_cache() will be called with GFP_NOWAIT. | ||
| 1003 | */ | 637 | */ |
| 1004 | error = mem_cgroup_cache_charge(page, current->mm, GFP_KERNEL); | 638 | error = mem_cgroup_cache_charge(page, current->mm, GFP_KERNEL); |
| 1005 | if (error) | 639 | if (error) |
| 1006 | goto out; | 640 | goto out; |
| 1007 | /* | 641 | /* No radix_tree_preload: swap entry keeps a place for page in tree */ |
| 1008 | * Try to preload while we can wait, to not make a habit of | ||
| 1009 | * draining atomic reserves; but don't latch on to this cpu, | ||
| 1010 | * it's okay if sometimes we get rescheduled after this. | ||
| 1011 | */ | ||
| 1012 | error = radix_tree_preload(GFP_KERNEL); | ||
| 1013 | if (error) | ||
| 1014 | goto uncharge; | ||
| 1015 | radix_tree_preload_end(); | ||
| 1016 | 642 | ||
| 1017 | mutex_lock(&shmem_swaplist_mutex); | 643 | mutex_lock(&shmem_swaplist_mutex); |
| 1018 | list_for_each_safe(p, next, &shmem_swaplist) { | 644 | list_for_each_safe(this, next, &shmem_swaplist) { |
| 1019 | info = list_entry(p, struct shmem_inode_info, swaplist); | 645 | info = list_entry(this, struct shmem_inode_info, swaplist); |
| 1020 | found = shmem_unuse_inode(info, entry, page); | 646 | if (info->swapped) |
| 647 | found = shmem_unuse_inode(info, swap, page); | ||
| 648 | else | ||
| 649 | list_del_init(&info->swaplist); | ||
| 1021 | cond_resched(); | 650 | cond_resched(); |
| 1022 | if (found) | 651 | if (found) |
| 1023 | break; | 652 | break; |
| 1024 | } | 653 | } |
| 1025 | mutex_unlock(&shmem_swaplist_mutex); | 654 | mutex_unlock(&shmem_swaplist_mutex); |
| 1026 | 655 | ||
| 1027 | uncharge: | ||
| 1028 | if (!found) | 656 | if (!found) |
| 1029 | mem_cgroup_uncharge_cache_page(page); | 657 | mem_cgroup_uncharge_cache_page(page); |
| 1030 | if (found < 0) | 658 | if (found < 0) |
| @@ -1041,10 +669,10 @@ out: | |||
| 1041 | static int shmem_writepage(struct page *page, struct writeback_control *wbc) | 669 | static int shmem_writepage(struct page *page, struct writeback_control *wbc) |
| 1042 | { | 670 | { |
| 1043 | struct shmem_inode_info *info; | 671 | struct shmem_inode_info *info; |
| 1044 | swp_entry_t *entry, swap; | ||
| 1045 | struct address_space *mapping; | 672 | struct address_space *mapping; |
| 1046 | unsigned long index; | ||
| 1047 | struct inode *inode; | 673 | struct inode *inode; |
| 674 | swp_entry_t swap; | ||
| 675 | pgoff_t index; | ||
| 1048 | 676 | ||
| 1049 | BUG_ON(!PageLocked(page)); | 677 | BUG_ON(!PageLocked(page)); |
| 1050 | mapping = page->mapping; | 678 | mapping = page->mapping; |
| @@ -1073,50 +701,32 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc) | |||
| 1073 | 701 | ||
| 1074 | /* | 702 | /* |
| 1075 | * Add inode to shmem_unuse()'s list of swapped-out inodes, | 703 | * Add inode to shmem_unuse()'s list of swapped-out inodes, |
| 1076 | * if it's not already there. Do it now because we cannot take | 704 | * if it's not already there. Do it now before the page is |
| 1077 | * mutex while holding spinlock, and must do so before the page | 705 | * moved to swap cache, when its pagelock no longer protects |
| 1078 | * is moved to swap cache, when its pagelock no longer protects | ||
| 1079 | * the inode from eviction. But don't unlock the mutex until | 706 | * the inode from eviction. But don't unlock the mutex until |
| 1080 | * we've taken the spinlock, because shmem_unuse_inode() will | 707 | * we've incremented swapped, because shmem_unuse_inode() will |
| 1081 | * prune a !swapped inode from the swaplist under both locks. | 708 | * prune a !swapped inode from the swaplist under this mutex. |
| 1082 | */ | 709 | */ |
| 1083 | mutex_lock(&shmem_swaplist_mutex); | 710 | mutex_lock(&shmem_swaplist_mutex); |
| 1084 | if (list_empty(&info->swaplist)) | 711 | if (list_empty(&info->swaplist)) |
| 1085 | list_add_tail(&info->swaplist, &shmem_swaplist); | 712 | list_add_tail(&info->swaplist, &shmem_swaplist); |
| 1086 | 713 | ||
| 1087 | spin_lock(&info->lock); | ||
| 1088 | mutex_unlock(&shmem_swaplist_mutex); | ||
| 1089 | |||
| 1090 | if (index >= info->next_index) { | ||
| 1091 | BUG_ON(!(info->flags & SHMEM_TRUNCATE)); | ||
| 1092 | goto unlock; | ||
| 1093 | } | ||
| 1094 | entry = shmem_swp_entry(info, index, NULL); | ||
| 1095 | if (entry->val) { | ||
| 1096 | WARN_ON_ONCE(1); /* Still happens? Tell us about it! */ | ||
| 1097 | free_swap_and_cache(*entry); | ||
| 1098 | shmem_swp_set(info, entry, 0); | ||
| 1099 | } | ||
| 1100 | shmem_recalc_inode(inode); | ||
| 1101 | |||
| 1102 | if (add_to_swap_cache(page, swap, GFP_ATOMIC) == 0) { | 714 | if (add_to_swap_cache(page, swap, GFP_ATOMIC) == 0) { |
| 1103 | delete_from_page_cache(page); | ||
| 1104 | shmem_swp_set(info, entry, swap.val); | ||
| 1105 | shmem_swp_unmap(entry); | ||
| 1106 | swap_shmem_alloc(swap); | 715 | swap_shmem_alloc(swap); |
| 716 | shmem_delete_from_page_cache(page, swp_to_radix_entry(swap)); | ||
| 717 | |||
| 718 | spin_lock(&info->lock); | ||
| 719 | info->swapped++; | ||
| 720 | shmem_recalc_inode(inode); | ||
| 1107 | spin_unlock(&info->lock); | 721 | spin_unlock(&info->lock); |
| 722 | |||
| 723 | mutex_unlock(&shmem_swaplist_mutex); | ||
| 1108 | BUG_ON(page_mapped(page)); | 724 | BUG_ON(page_mapped(page)); |
| 1109 | swap_writepage(page, wbc); | 725 | swap_writepage(page, wbc); |
| 1110 | return 0; | 726 | return 0; |
| 1111 | } | 727 | } |
| 1112 | 728 | ||
| 1113 | shmem_swp_unmap(entry); | 729 | mutex_unlock(&shmem_swaplist_mutex); |
| 1114 | unlock: | ||
| 1115 | spin_unlock(&info->lock); | ||
| 1116 | /* | ||
| 1117 | * add_to_swap_cache() doesn't return -EEXIST, so we can safely | ||
| 1118 | * clear SWAP_HAS_CACHE flag. | ||
| 1119 | */ | ||
| 1120 | swapcache_free(swap, NULL); | 730 | swapcache_free(swap, NULL); |
| 1121 | redirty: | 731 | redirty: |
| 1122 | set_page_dirty(page); | 732 | set_page_dirty(page); |
| @@ -1153,35 +763,33 @@ static struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo) | |||
| 1153 | } | 763 | } |
| 1154 | #endif /* CONFIG_TMPFS */ | 764 | #endif /* CONFIG_TMPFS */ |
| 1155 | 765 | ||
| 1156 | static struct page *shmem_swapin(swp_entry_t entry, gfp_t gfp, | 766 | static struct page *shmem_swapin(swp_entry_t swap, gfp_t gfp, |
| 1157 | struct shmem_inode_info *info, unsigned long idx) | 767 | struct shmem_inode_info *info, pgoff_t index) |
| 1158 | { | 768 | { |
| 1159 | struct mempolicy mpol, *spol; | 769 | struct mempolicy mpol, *spol; |
| 1160 | struct vm_area_struct pvma; | 770 | struct vm_area_struct pvma; |
| 1161 | struct page *page; | ||
| 1162 | 771 | ||
| 1163 | spol = mpol_cond_copy(&mpol, | 772 | spol = mpol_cond_copy(&mpol, |
| 1164 | mpol_shared_policy_lookup(&info->policy, idx)); | 773 | mpol_shared_policy_lookup(&info->policy, index)); |
| 1165 | 774 | ||
| 1166 | /* Create a pseudo vma that just contains the policy */ | 775 | /* Create a pseudo vma that just contains the policy */ |
| 1167 | pvma.vm_start = 0; | 776 | pvma.vm_start = 0; |
| 1168 | pvma.vm_pgoff = idx; | 777 | pvma.vm_pgoff = index; |
| 1169 | pvma.vm_ops = NULL; | 778 | pvma.vm_ops = NULL; |
| 1170 | pvma.vm_policy = spol; | 779 | pvma.vm_policy = spol; |
| 1171 | page = swapin_readahead(entry, gfp, &pvma, 0); | 780 | return swapin_readahead(swap, gfp, &pvma, 0); |
| 1172 | return page; | ||
| 1173 | } | 781 | } |
| 1174 | 782 | ||
| 1175 | static struct page *shmem_alloc_page(gfp_t gfp, | 783 | static struct page *shmem_alloc_page(gfp_t gfp, |
| 1176 | struct shmem_inode_info *info, unsigned long idx) | 784 | struct shmem_inode_info *info, pgoff_t index) |
| 1177 | { | 785 | { |
| 1178 | struct vm_area_struct pvma; | 786 | struct vm_area_struct pvma; |
| 1179 | 787 | ||
| 1180 | /* Create a pseudo vma that just contains the policy */ | 788 | /* Create a pseudo vma that just contains the policy */ |
| 1181 | pvma.vm_start = 0; | 789 | pvma.vm_start = 0; |
| 1182 | pvma.vm_pgoff = idx; | 790 | pvma.vm_pgoff = index; |
| 1183 | pvma.vm_ops = NULL; | 791 | pvma.vm_ops = NULL; |
| 1184 | pvma.vm_policy = mpol_shared_policy_lookup(&info->policy, idx); | 792 | pvma.vm_policy = mpol_shared_policy_lookup(&info->policy, index); |
| 1185 | 793 | ||
| 1186 | /* | 794 | /* |
| 1187 | * alloc_page_vma() will drop the shared policy reference | 795 | * alloc_page_vma() will drop the shared policy reference |
| @@ -1190,19 +798,19 @@ static struct page *shmem_alloc_page(gfp_t gfp, | |||
| 1190 | } | 798 | } |
| 1191 | #else /* !CONFIG_NUMA */ | 799 | #else /* !CONFIG_NUMA */ |
| 1192 | #ifdef CONFIG_TMPFS | 800 | #ifdef CONFIG_TMPFS |
| 1193 | static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *p) | 801 | static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) |
| 1194 | { | 802 | { |
| 1195 | } | 803 | } |
| 1196 | #endif /* CONFIG_TMPFS */ | 804 | #endif /* CONFIG_TMPFS */ |
| 1197 | 805 | ||
| 1198 | static inline struct page *shmem_swapin(swp_entry_t entry, gfp_t gfp, | 806 | static inline struct page *shmem_swapin(swp_entry_t swap, gfp_t gfp, |
| 1199 | struct shmem_inode_info *info, unsigned long idx) | 807 | struct shmem_inode_info *info, pgoff_t index) |
| 1200 | { | 808 | { |
| 1201 | return swapin_readahead(entry, gfp, NULL, 0); | 809 | return swapin_readahead(swap, gfp, NULL, 0); |
| 1202 | } | 810 | } |
| 1203 | 811 | ||
| 1204 | static inline struct page *shmem_alloc_page(gfp_t gfp, | 812 | static inline struct page *shmem_alloc_page(gfp_t gfp, |
| 1205 | struct shmem_inode_info *info, unsigned long idx) | 813 | struct shmem_inode_info *info, pgoff_t index) |
| 1206 | { | 814 | { |
| 1207 | return alloc_page(gfp); | 815 | return alloc_page(gfp); |
| 1208 | } | 816 | } |
| @@ -1222,243 +830,190 @@ static inline struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo) | |||
| 1222 | * vm. If we swap it in we mark it dirty since we also free the swap | 830 | * vm. If we swap it in we mark it dirty since we also free the swap |
| 1223 | * entry since a page cannot live in both the swap and page cache | 831 | * entry since a page cannot live in both the swap and page cache |
| 1224 | */ | 832 | */ |
| 1225 | static int shmem_getpage_gfp(struct inode *inode, pgoff_t idx, | 833 | static int shmem_getpage_gfp(struct inode *inode, pgoff_t index, |
| 1226 | struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type) | 834 | struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type) |
| 1227 | { | 835 | { |
| 1228 | struct address_space *mapping = inode->i_mapping; | 836 | struct address_space *mapping = inode->i_mapping; |
| 1229 | struct shmem_inode_info *info = SHMEM_I(inode); | 837 | struct shmem_inode_info *info; |
| 1230 | struct shmem_sb_info *sbinfo; | 838 | struct shmem_sb_info *sbinfo; |
| 1231 | struct page *page; | 839 | struct page *page; |
| 1232 | struct page *prealloc_page = NULL; | ||
| 1233 | swp_entry_t *entry; | ||
| 1234 | swp_entry_t swap; | 840 | swp_entry_t swap; |
| 1235 | int error; | 841 | int error; |
| 1236 | int ret; | 842 | int once = 0; |
| 1237 | 843 | ||
| 1238 | if (idx >= SHMEM_MAX_INDEX) | 844 | if (index > (MAX_LFS_FILESIZE >> PAGE_CACHE_SHIFT)) |
| 1239 | return -EFBIG; | 845 | return -EFBIG; |
| 1240 | repeat: | 846 | repeat: |
| 1241 | page = find_lock_page(mapping, idx); | 847 | swap.val = 0; |
| 1242 | if (page) { | 848 | page = find_lock_page(mapping, index); |
| 849 | if (radix_tree_exceptional_entry(page)) { | ||
| 850 | swap = radix_to_swp_entry(page); | ||
| 851 | page = NULL; | ||
| 852 | } | ||
| 853 | |||
| 854 | if (sgp != SGP_WRITE && | ||
| 855 | ((loff_t)index << PAGE_CACHE_SHIFT) >= i_size_read(inode)) { | ||
| 856 | error = -EINVAL; | ||
| 857 | goto failed; | ||
| 858 | } | ||
| 859 | |||
| 860 | if (page || (sgp == SGP_READ && !swap.val)) { | ||
| 1243 | /* | 861 | /* |
| 1244 | * Once we can get the page lock, it must be uptodate: | 862 | * Once we can get the page lock, it must be uptodate: |
| 1245 | * if there were an error in reading back from swap, | 863 | * if there were an error in reading back from swap, |
| 1246 | * the page would not be inserted into the filecache. | 864 | * the page would not be inserted into the filecache. |
| 1247 | */ | 865 | */ |
| 1248 | BUG_ON(!PageUptodate(page)); | 866 | BUG_ON(page && !PageUptodate(page)); |
| 1249 | goto done; | 867 | *pagep = page; |
| 868 | return 0; | ||
| 1250 | } | 869 | } |
| 1251 | 870 | ||
| 1252 | /* | 871 | /* |
| 1253 | * Try to preload while we can wait, to not make a habit of | 872 | * Fast cache lookup did not find it: |
| 1254 | * draining atomic reserves; but don't latch on to this cpu. | 873 | * bring it back from swap or allocate. |
| 1255 | */ | 874 | */ |
| 1256 | error = radix_tree_preload(gfp & GFP_RECLAIM_MASK); | 875 | info = SHMEM_I(inode); |
| 1257 | if (error) | 876 | sbinfo = SHMEM_SB(inode->i_sb); |
| 1258 | goto out; | ||
| 1259 | radix_tree_preload_end(); | ||
| 1260 | |||
| 1261 | if (sgp != SGP_READ && !prealloc_page) { | ||
| 1262 | prealloc_page = shmem_alloc_page(gfp, info, idx); | ||
| 1263 | if (prealloc_page) { | ||
| 1264 | SetPageSwapBacked(prealloc_page); | ||
| 1265 | if (mem_cgroup_cache_charge(prealloc_page, | ||
| 1266 | current->mm, GFP_KERNEL)) { | ||
| 1267 | page_cache_release(prealloc_page); | ||
| 1268 | prealloc_page = NULL; | ||
| 1269 | } | ||
| 1270 | } | ||
| 1271 | } | ||
| 1272 | |||
| 1273 | spin_lock(&info->lock); | ||
| 1274 | shmem_recalc_inode(inode); | ||
| 1275 | entry = shmem_swp_alloc(info, idx, sgp, gfp); | ||
| 1276 | if (IS_ERR(entry)) { | ||
| 1277 | spin_unlock(&info->lock); | ||
| 1278 | error = PTR_ERR(entry); | ||
| 1279 | goto out; | ||
| 1280 | } | ||
| 1281 | swap = *entry; | ||
| 1282 | 877 | ||
| 1283 | if (swap.val) { | 878 | if (swap.val) { |
| 1284 | /* Look it up and read it in.. */ | 879 | /* Look it up and read it in.. */ |
| 1285 | page = lookup_swap_cache(swap); | 880 | page = lookup_swap_cache(swap); |
| 1286 | if (!page) { | 881 | if (!page) { |
| 1287 | shmem_swp_unmap(entry); | ||
| 1288 | spin_unlock(&info->lock); | ||
| 1289 | /* here we actually do the io */ | 882 | /* here we actually do the io */ |
| 1290 | if (fault_type) | 883 | if (fault_type) |
| 1291 | *fault_type |= VM_FAULT_MAJOR; | 884 | *fault_type |= VM_FAULT_MAJOR; |
| 1292 | page = shmem_swapin(swap, gfp, info, idx); | 885 | page = shmem_swapin(swap, gfp, info, index); |
| 1293 | if (!page) { | 886 | if (!page) { |
| 1294 | spin_lock(&info->lock); | 887 | error = -ENOMEM; |
| 1295 | entry = shmem_swp_alloc(info, idx, sgp, gfp); | 888 | goto failed; |
| 1296 | if (IS_ERR(entry)) | ||
| 1297 | error = PTR_ERR(entry); | ||
| 1298 | else { | ||
| 1299 | if (entry->val == swap.val) | ||
| 1300 | error = -ENOMEM; | ||
| 1301 | shmem_swp_unmap(entry); | ||
| 1302 | } | ||
| 1303 | spin_unlock(&info->lock); | ||
| 1304 | if (error) | ||
| 1305 | goto out; | ||
| 1306 | goto repeat; | ||
| 1307 | } | 889 | } |
| 1308 | wait_on_page_locked(page); | ||
| 1309 | page_cache_release(page); | ||
| 1310 | goto repeat; | ||
| 1311 | } | 890 | } |
| 1312 | 891 | ||
| 1313 | /* We have to do this with page locked to prevent races */ | 892 | /* We have to do this with page locked to prevent races */ |
| 1314 | if (!trylock_page(page)) { | 893 | lock_page(page); |
| 1315 | shmem_swp_unmap(entry); | ||
| 1316 | spin_unlock(&info->lock); | ||
| 1317 | wait_on_page_locked(page); | ||
| 1318 | page_cache_release(page); | ||
| 1319 | goto repeat; | ||
| 1320 | } | ||
| 1321 | if (PageWriteback(page)) { | ||
| 1322 | shmem_swp_unmap(entry); | ||
| 1323 | spin_unlock(&info->lock); | ||
| 1324 | wait_on_page_writeback(page); | ||
| 1325 | unlock_page(page); | ||
| 1326 | page_cache_release(page); | ||
| 1327 | goto repeat; | ||
| 1328 | } | ||
| 1329 | if (!PageUptodate(page)) { | 894 | if (!PageUptodate(page)) { |
| 1330 | shmem_swp_unmap(entry); | ||
| 1331 | spin_unlock(&info->lock); | ||
| 1332 | unlock_page(page); | ||
| 1333 | page_cache_release(page); | ||
| 1334 | error = -EIO; | 895 | error = -EIO; |
| 1335 | goto out; | 896 | goto failed; |
| 1336 | } | 897 | } |
| 1337 | 898 | wait_on_page_writeback(page); | |
| 1338 | error = add_to_page_cache_locked(page, mapping, | 899 | |
| 1339 | idx, GFP_NOWAIT); | 900 | /* Someone may have already done it for us */ |
| 1340 | if (error) { | 901 | if (page->mapping) { |
| 1341 | shmem_swp_unmap(entry); | 902 | if (page->mapping == mapping && |
| 1342 | spin_unlock(&info->lock); | 903 | page->index == index) |
| 1343 | if (error == -ENOMEM) { | 904 | goto done; |
| 1344 | /* | 905 | error = -EEXIST; |
| 1345 | * reclaim from proper memory cgroup and | 906 | goto failed; |
| 1346 | * call memcg's OOM if needed. | ||
| 1347 | */ | ||
| 1348 | error = mem_cgroup_shmem_charge_fallback( | ||
| 1349 | page, current->mm, gfp); | ||
| 1350 | if (error) { | ||
| 1351 | unlock_page(page); | ||
| 1352 | page_cache_release(page); | ||
| 1353 | goto out; | ||
| 1354 | } | ||
| 1355 | } | ||
| 1356 | unlock_page(page); | ||
| 1357 | page_cache_release(page); | ||
| 1358 | goto repeat; | ||
| 1359 | } | 907 | } |
| 1360 | 908 | ||
| 1361 | info->flags |= SHMEM_PAGEIN; | 909 | error = mem_cgroup_cache_charge(page, current->mm, |
| 1362 | shmem_swp_set(info, entry, 0); | 910 | gfp & GFP_RECLAIM_MASK); |
| 1363 | shmem_swp_unmap(entry); | 911 | if (!error) |
| 1364 | delete_from_swap_cache(page); | 912 | error = shmem_add_to_page_cache(page, mapping, index, |
| 913 | gfp, swp_to_radix_entry(swap)); | ||
| 914 | if (error) | ||
| 915 | goto failed; | ||
| 916 | |||
| 917 | spin_lock(&info->lock); | ||
| 918 | info->swapped--; | ||
| 919 | shmem_recalc_inode(inode); | ||
| 1365 | spin_unlock(&info->lock); | 920 | spin_unlock(&info->lock); |
| 921 | |||
| 922 | delete_from_swap_cache(page); | ||
| 1366 | set_page_dirty(page); | 923 | set_page_dirty(page); |
| 1367 | swap_free(swap); | 924 | swap_free(swap); |
| 1368 | 925 | ||
| 1369 | } else if (sgp == SGP_READ) { | 926 | } else { |
| 1370 | shmem_swp_unmap(entry); | 927 | if (shmem_acct_block(info->flags)) { |
| 1371 | page = find_get_page(mapping, idx); | 928 | error = -ENOSPC; |
| 1372 | if (page && !trylock_page(page)) { | 929 | goto failed; |
| 1373 | spin_unlock(&info->lock); | ||
| 1374 | wait_on_page_locked(page); | ||
| 1375 | page_cache_release(page); | ||
| 1376 | goto repeat; | ||
| 1377 | } | 930 | } |
| 1378 | spin_unlock(&info->lock); | ||
| 1379 | |||
| 1380 | } else if (prealloc_page) { | ||
| 1381 | shmem_swp_unmap(entry); | ||
| 1382 | sbinfo = SHMEM_SB(inode->i_sb); | ||
| 1383 | if (sbinfo->max_blocks) { | 931 | if (sbinfo->max_blocks) { |
| 1384 | if (percpu_counter_compare(&sbinfo->used_blocks, | 932 | if (percpu_counter_compare(&sbinfo->used_blocks, |
| 1385 | sbinfo->max_blocks) >= 0 || | 933 | sbinfo->max_blocks) >= 0) { |
| 1386 | shmem_acct_block(info->flags)) | 934 | error = -ENOSPC; |
| 1387 | goto nospace; | 935 | goto unacct; |
| 936 | } | ||
| 1388 | percpu_counter_inc(&sbinfo->used_blocks); | 937 | percpu_counter_inc(&sbinfo->used_blocks); |
| 1389 | inode->i_blocks += BLOCKS_PER_PAGE; | ||
| 1390 | } else if (shmem_acct_block(info->flags)) | ||
| 1391 | goto nospace; | ||
| 1392 | |||
| 1393 | page = prealloc_page; | ||
| 1394 | prealloc_page = NULL; | ||
| 1395 | |||
| 1396 | entry = shmem_swp_alloc(info, idx, sgp, gfp); | ||
| 1397 | if (IS_ERR(entry)) | ||
| 1398 | error = PTR_ERR(entry); | ||
| 1399 | else { | ||
| 1400 | swap = *entry; | ||
| 1401 | shmem_swp_unmap(entry); | ||
| 1402 | } | 938 | } |
| 1403 | ret = error || swap.val; | 939 | |
| 1404 | if (ret) | 940 | page = shmem_alloc_page(gfp, info, index); |
| 1405 | mem_cgroup_uncharge_cache_page(page); | 941 | if (!page) { |
| 1406 | else | 942 | error = -ENOMEM; |
| 1407 | ret = add_to_page_cache_lru(page, mapping, | 943 | goto decused; |
| 1408 | idx, GFP_NOWAIT); | ||
| 1409 | /* | ||
| 1410 | * At add_to_page_cache_lru() failure, | ||
| 1411 | * uncharge will be done automatically. | ||
| 1412 | */ | ||
| 1413 | if (ret) { | ||
| 1414 | shmem_unacct_blocks(info->flags, 1); | ||
| 1415 | shmem_free_blocks(inode, 1); | ||
| 1416 | spin_unlock(&info->lock); | ||
| 1417 | page_cache_release(page); | ||
| 1418 | if (error) | ||
| 1419 | goto out; | ||
| 1420 | goto repeat; | ||
| 1421 | } | 944 | } |
| 1422 | 945 | ||
| 1423 | info->flags |= SHMEM_PAGEIN; | 946 | SetPageSwapBacked(page); |
| 947 | __set_page_locked(page); | ||
| 948 | error = mem_cgroup_cache_charge(page, current->mm, | ||
| 949 | gfp & GFP_RECLAIM_MASK); | ||
| 950 | if (!error) | ||
| 951 | error = shmem_add_to_page_cache(page, mapping, index, | ||
| 952 | gfp, NULL); | ||
| 953 | if (error) | ||
| 954 | goto decused; | ||
| 955 | lru_cache_add_anon(page); | ||
| 956 | |||
| 957 | spin_lock(&info->lock); | ||
| 1424 | info->alloced++; | 958 | info->alloced++; |
| 959 | inode->i_blocks += BLOCKS_PER_PAGE; | ||
| 960 | shmem_recalc_inode(inode); | ||
| 1425 | spin_unlock(&info->lock); | 961 | spin_unlock(&info->lock); |
| 962 | |||
| 1426 | clear_highpage(page); | 963 | clear_highpage(page); |
| 1427 | flush_dcache_page(page); | 964 | flush_dcache_page(page); |
| 1428 | SetPageUptodate(page); | 965 | SetPageUptodate(page); |
| 1429 | if (sgp == SGP_DIRTY) | 966 | if (sgp == SGP_DIRTY) |
| 1430 | set_page_dirty(page); | 967 | set_page_dirty(page); |
| 1431 | |||
| 1432 | } else { | ||
| 1433 | spin_unlock(&info->lock); | ||
| 1434 | error = -ENOMEM; | ||
| 1435 | goto out; | ||
| 1436 | } | 968 | } |
| 1437 | done: | 969 | done: |
| 1438 | *pagep = page; | 970 | /* Perhaps the file has been truncated since we checked */ |
| 1439 | error = 0; | 971 | if (sgp != SGP_WRITE && |
| 1440 | out: | 972 | ((loff_t)index << PAGE_CACHE_SHIFT) >= i_size_read(inode)) { |
| 1441 | if (prealloc_page) { | 973 | error = -EINVAL; |
| 1442 | mem_cgroup_uncharge_cache_page(prealloc_page); | 974 | goto trunc; |
| 1443 | page_cache_release(prealloc_page); | ||
| 1444 | } | 975 | } |
| 1445 | return error; | 976 | *pagep = page; |
| 977 | return 0; | ||
| 1446 | 978 | ||
| 1447 | nospace: | ||
| 1448 | /* | 979 | /* |
| 1449 | * Perhaps the page was brought in from swap between find_lock_page | 980 | * Error recovery. |
| 1450 | * and taking info->lock? We allow for that at add_to_page_cache_lru, | ||
| 1451 | * but must also avoid reporting a spurious ENOSPC while working on a | ||
| 1452 | * full tmpfs. | ||
| 1453 | */ | 981 | */ |
| 1454 | page = find_get_page(mapping, idx); | 982 | trunc: |
| 983 | ClearPageDirty(page); | ||
| 984 | delete_from_page_cache(page); | ||
| 985 | spin_lock(&info->lock); | ||
| 986 | info->alloced--; | ||
| 987 | inode->i_blocks -= BLOCKS_PER_PAGE; | ||
| 1455 | spin_unlock(&info->lock); | 988 | spin_unlock(&info->lock); |
| 989 | decused: | ||
| 990 | if (sbinfo->max_blocks) | ||
| 991 | percpu_counter_add(&sbinfo->used_blocks, -1); | ||
| 992 | unacct: | ||
| 993 | shmem_unacct_blocks(info->flags, 1); | ||
| 994 | failed: | ||
| 995 | if (swap.val && error != -EINVAL) { | ||
| 996 | struct page *test = find_get_page(mapping, index); | ||
| 997 | if (test && !radix_tree_exceptional_entry(test)) | ||
| 998 | page_cache_release(test); | ||
| 999 | /* Have another try if the entry has changed */ | ||
| 1000 | if (test != swp_to_radix_entry(swap)) | ||
| 1001 | error = -EEXIST; | ||
| 1002 | } | ||
| 1456 | if (page) { | 1003 | if (page) { |
| 1004 | unlock_page(page); | ||
| 1457 | page_cache_release(page); | 1005 | page_cache_release(page); |
| 1006 | } | ||
| 1007 | if (error == -ENOSPC && !once++) { | ||
| 1008 | info = SHMEM_I(inode); | ||
| 1009 | spin_lock(&info->lock); | ||
| 1010 | shmem_recalc_inode(inode); | ||
| 1011 | spin_unlock(&info->lock); | ||
| 1458 | goto repeat; | 1012 | goto repeat; |
| 1459 | } | 1013 | } |
| 1460 | error = -ENOSPC; | 1014 | if (error == -EEXIST) |
| 1461 | goto out; | 1015 | goto repeat; |
| 1016 | return error; | ||
| 1462 | } | 1017 | } |
| 1463 | 1018 | ||
| 1464 | static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | 1019 | static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf) |
| @@ -1467,9 +1022,6 @@ static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | |||
| 1467 | int error; | 1022 | int error; |
| 1468 | int ret = VM_FAULT_LOCKED; | 1023 | int ret = VM_FAULT_LOCKED; |
| 1469 | 1024 | ||
| 1470 | if (((loff_t)vmf->pgoff << PAGE_CACHE_SHIFT) >= i_size_read(inode)) | ||
| 1471 | return VM_FAULT_SIGBUS; | ||
| 1472 | |||
| 1473 | error = shmem_getpage(inode, vmf->pgoff, &vmf->page, SGP_CACHE, &ret); | 1025 | error = shmem_getpage(inode, vmf->pgoff, &vmf->page, SGP_CACHE, &ret); |
| 1474 | if (error) | 1026 | if (error) |
| 1475 | return ((error == -ENOMEM) ? VM_FAULT_OOM : VM_FAULT_SIGBUS); | 1027 | return ((error == -ENOMEM) ? VM_FAULT_OOM : VM_FAULT_SIGBUS); |
| @@ -1482,20 +1034,20 @@ static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | |||
| 1482 | } | 1034 | } |
| 1483 | 1035 | ||
| 1484 | #ifdef CONFIG_NUMA | 1036 | #ifdef CONFIG_NUMA |
| 1485 | static int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *new) | 1037 | static int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *mpol) |
| 1486 | { | 1038 | { |
| 1487 | struct inode *i = vma->vm_file->f_path.dentry->d_inode; | 1039 | struct inode *inode = vma->vm_file->f_path.dentry->d_inode; |
| 1488 | return mpol_set_shared_policy(&SHMEM_I(i)->policy, vma, new); | 1040 | return mpol_set_shared_policy(&SHMEM_I(inode)->policy, vma, mpol); |
| 1489 | } | 1041 | } |
| 1490 | 1042 | ||
| 1491 | static struct mempolicy *shmem_get_policy(struct vm_area_struct *vma, | 1043 | static struct mempolicy *shmem_get_policy(struct vm_area_struct *vma, |
| 1492 | unsigned long addr) | 1044 | unsigned long addr) |
| 1493 | { | 1045 | { |
| 1494 | struct inode *i = vma->vm_file->f_path.dentry->d_inode; | 1046 | struct inode *inode = vma->vm_file->f_path.dentry->d_inode; |
| 1495 | unsigned long idx; | 1047 | pgoff_t index; |
| 1496 | 1048 | ||
| 1497 | idx = ((addr - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff; | 1049 | index = ((addr - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff; |
| 1498 | return mpol_shared_policy_lookup(&SHMEM_I(i)->policy, idx); | 1050 | return mpol_shared_policy_lookup(&SHMEM_I(inode)->policy, index); |
| 1499 | } | 1051 | } |
| 1500 | #endif | 1052 | #endif |
| 1501 | 1053 | ||
| @@ -1593,7 +1145,7 @@ static struct inode *shmem_get_inode(struct super_block *sb, const struct inode | |||
| 1593 | 1145 | ||
| 1594 | #ifdef CONFIG_TMPFS | 1146 | #ifdef CONFIG_TMPFS |
| 1595 | static const struct inode_operations shmem_symlink_inode_operations; | 1147 | static const struct inode_operations shmem_symlink_inode_operations; |
| 1596 | static const struct inode_operations shmem_symlink_inline_operations; | 1148 | static const struct inode_operations shmem_short_symlink_operations; |
| 1597 | 1149 | ||
| 1598 | static int | 1150 | static int |
| 1599 | shmem_write_begin(struct file *file, struct address_space *mapping, | 1151 | shmem_write_begin(struct file *file, struct address_space *mapping, |
| @@ -1626,7 +1178,8 @@ static void do_shmem_file_read(struct file *filp, loff_t *ppos, read_descriptor_ | |||
| 1626 | { | 1178 | { |
| 1627 | struct inode *inode = filp->f_path.dentry->d_inode; | 1179 | struct inode *inode = filp->f_path.dentry->d_inode; |
| 1628 | struct address_space *mapping = inode->i_mapping; | 1180 | struct address_space *mapping = inode->i_mapping; |
| 1629 | unsigned long index, offset; | 1181 | pgoff_t index; |
| 1182 | unsigned long offset; | ||
| 1630 | enum sgp_type sgp = SGP_READ; | 1183 | enum sgp_type sgp = SGP_READ; |
| 1631 | 1184 | ||
| 1632 | /* | 1185 | /* |
| @@ -1642,7 +1195,8 @@ static void do_shmem_file_read(struct file *filp, loff_t *ppos, read_descriptor_ | |||
| 1642 | 1195 | ||
| 1643 | for (;;) { | 1196 | for (;;) { |
| 1644 | struct page *page = NULL; | 1197 | struct page *page = NULL; |
| 1645 | unsigned long end_index, nr, ret; | 1198 | pgoff_t end_index; |
| 1199 | unsigned long nr, ret; | ||
| 1646 | loff_t i_size = i_size_read(inode); | 1200 | loff_t i_size = i_size_read(inode); |
| 1647 | 1201 | ||
| 1648 | end_index = i_size >> PAGE_CACHE_SHIFT; | 1202 | end_index = i_size >> PAGE_CACHE_SHIFT; |
| @@ -1880,8 +1434,9 @@ static int shmem_statfs(struct dentry *dentry, struct kstatfs *buf) | |||
| 1880 | buf->f_namelen = NAME_MAX; | 1434 | buf->f_namelen = NAME_MAX; |
| 1881 | if (sbinfo->max_blocks) { | 1435 | if (sbinfo->max_blocks) { |
| 1882 | buf->f_blocks = sbinfo->max_blocks; | 1436 | buf->f_blocks = sbinfo->max_blocks; |
| 1883 | buf->f_bavail = buf->f_bfree = | 1437 | buf->f_bavail = |
| 1884 | sbinfo->max_blocks - percpu_counter_sum(&sbinfo->used_blocks); | 1438 | buf->f_bfree = sbinfo->max_blocks - |
| 1439 | percpu_counter_sum(&sbinfo->used_blocks); | ||
| 1885 | } | 1440 | } |
| 1886 | if (sbinfo->max_inodes) { | 1441 | if (sbinfo->max_inodes) { |
| 1887 | buf->f_files = sbinfo->max_inodes; | 1442 | buf->f_files = sbinfo->max_inodes; |
| @@ -2055,10 +1610,13 @@ static int shmem_symlink(struct inode *dir, struct dentry *dentry, const char *s | |||
| 2055 | 1610 | ||
| 2056 | info = SHMEM_I(inode); | 1611 | info = SHMEM_I(inode); |
| 2057 | inode->i_size = len-1; | 1612 | inode->i_size = len-1; |
| 2058 | if (len <= SHMEM_SYMLINK_INLINE_LEN) { | 1613 | if (len <= SHORT_SYMLINK_LEN) { |
| 2059 | /* do it inline */ | 1614 | info->symlink = kmemdup(symname, len, GFP_KERNEL); |
| 2060 | memcpy(info->inline_symlink, symname, len); | 1615 | if (!info->symlink) { |
| 2061 | inode->i_op = &shmem_symlink_inline_operations; | 1616 | iput(inode); |
| 1617 | return -ENOMEM; | ||
| 1618 | } | ||
| 1619 | inode->i_op = &shmem_short_symlink_operations; | ||
| 2062 | } else { | 1620 | } else { |
| 2063 | error = shmem_getpage(inode, 0, &page, SGP_WRITE, NULL); | 1621 | error = shmem_getpage(inode, 0, &page, SGP_WRITE, NULL); |
| 2064 | if (error) { | 1622 | if (error) { |
| @@ -2081,17 +1639,17 @@ static int shmem_symlink(struct inode *dir, struct dentry *dentry, const char *s | |||
| 2081 | return 0; | 1639 | return 0; |
| 2082 | } | 1640 | } |
| 2083 | 1641 | ||
| 2084 | static void *shmem_follow_link_inline(struct dentry *dentry, struct nameidata *nd) | 1642 | static void *shmem_follow_short_symlink(struct dentry *dentry, struct nameidata *nd) |
| 2085 | { | 1643 | { |
| 2086 | nd_set_link(nd, SHMEM_I(dentry->d_inode)->inline_symlink); | 1644 | nd_set_link(nd, SHMEM_I(dentry->d_inode)->symlink); |
| 2087 | return NULL; | 1645 | return NULL; |
| 2088 | } | 1646 | } |
| 2089 | 1647 | ||
| 2090 | static void *shmem_follow_link(struct dentry *dentry, struct nameidata *nd) | 1648 | static void *shmem_follow_link(struct dentry *dentry, struct nameidata *nd) |
| 2091 | { | 1649 | { |
| 2092 | struct page *page = NULL; | 1650 | struct page *page = NULL; |
| 2093 | int res = shmem_getpage(dentry->d_inode, 0, &page, SGP_READ, NULL); | 1651 | int error = shmem_getpage(dentry->d_inode, 0, &page, SGP_READ, NULL); |
| 2094 | nd_set_link(nd, res ? ERR_PTR(res) : kmap(page)); | 1652 | nd_set_link(nd, error ? ERR_PTR(error) : kmap(page)); |
| 2095 | if (page) | 1653 | if (page) |
| 2096 | unlock_page(page); | 1654 | unlock_page(page); |
| 2097 | return page; | 1655 | return page; |
| @@ -2202,7 +1760,6 @@ out: | |||
| 2202 | return err; | 1760 | return err; |
| 2203 | } | 1761 | } |
| 2204 | 1762 | ||
| 2205 | |||
| 2206 | static const struct xattr_handler *shmem_xattr_handlers[] = { | 1763 | static const struct xattr_handler *shmem_xattr_handlers[] = { |
| 2207 | #ifdef CONFIG_TMPFS_POSIX_ACL | 1764 | #ifdef CONFIG_TMPFS_POSIX_ACL |
| 2208 | &generic_acl_access_handler, | 1765 | &generic_acl_access_handler, |
| @@ -2332,9 +1889,9 @@ static ssize_t shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) | |||
| 2332 | } | 1889 | } |
| 2333 | #endif /* CONFIG_TMPFS_XATTR */ | 1890 | #endif /* CONFIG_TMPFS_XATTR */ |
| 2334 | 1891 | ||
| 2335 | static const struct inode_operations shmem_symlink_inline_operations = { | 1892 | static const struct inode_operations shmem_short_symlink_operations = { |
| 2336 | .readlink = generic_readlink, | 1893 | .readlink = generic_readlink, |
| 2337 | .follow_link = shmem_follow_link_inline, | 1894 | .follow_link = shmem_follow_short_symlink, |
| 2338 | #ifdef CONFIG_TMPFS_XATTR | 1895 | #ifdef CONFIG_TMPFS_XATTR |
| 2339 | .setxattr = shmem_setxattr, | 1896 | .setxattr = shmem_setxattr, |
| 2340 | .getxattr = shmem_getxattr, | 1897 | .getxattr = shmem_getxattr, |
| @@ -2534,8 +2091,7 @@ static int shmem_remount_fs(struct super_block *sb, int *flags, char *data) | |||
| 2534 | if (config.max_inodes < inodes) | 2091 | if (config.max_inodes < inodes) |
| 2535 | goto out; | 2092 | goto out; |
| 2536 | /* | 2093 | /* |
| 2537 | * Those tests also disallow limited->unlimited while any are in | 2094 | * Those tests disallow limited->unlimited while any are in use; |
| 2538 | * use, so i_blocks will always be zero when max_blocks is zero; | ||
| 2539 | * but we must separately disallow unlimited->limited, because | 2095 | * but we must separately disallow unlimited->limited, because |
| 2540 | * in that case we have no record of how much is already in use. | 2096 | * in that case we have no record of how much is already in use. |
| 2541 | */ | 2097 | */ |
| @@ -2627,7 +2183,7 @@ int shmem_fill_super(struct super_block *sb, void *data, int silent) | |||
| 2627 | goto failed; | 2183 | goto failed; |
| 2628 | sbinfo->free_inodes = sbinfo->max_inodes; | 2184 | sbinfo->free_inodes = sbinfo->max_inodes; |
| 2629 | 2185 | ||
| 2630 | sb->s_maxbytes = SHMEM_MAX_BYTES; | 2186 | sb->s_maxbytes = MAX_LFS_FILESIZE; |
| 2631 | sb->s_blocksize = PAGE_CACHE_SIZE; | 2187 | sb->s_blocksize = PAGE_CACHE_SIZE; |
| 2632 | sb->s_blocksize_bits = PAGE_CACHE_SHIFT; | 2188 | sb->s_blocksize_bits = PAGE_CACHE_SHIFT; |
| 2633 | sb->s_magic = TMPFS_MAGIC; | 2189 | sb->s_magic = TMPFS_MAGIC; |
| @@ -2662,14 +2218,14 @@ static struct kmem_cache *shmem_inode_cachep; | |||
| 2662 | 2218 | ||
| 2663 | static struct inode *shmem_alloc_inode(struct super_block *sb) | 2219 | static struct inode *shmem_alloc_inode(struct super_block *sb) |
| 2664 | { | 2220 | { |
| 2665 | struct shmem_inode_info *p; | 2221 | struct shmem_inode_info *info; |
| 2666 | p = (struct shmem_inode_info *)kmem_cache_alloc(shmem_inode_cachep, GFP_KERNEL); | 2222 | info = kmem_cache_alloc(shmem_inode_cachep, GFP_KERNEL); |
| 2667 | if (!p) | 2223 | if (!info) |
| 2668 | return NULL; | 2224 | return NULL; |
| 2669 | return &p->vfs_inode; | 2225 | return &info->vfs_inode; |
| 2670 | } | 2226 | } |
| 2671 | 2227 | ||
| 2672 | static void shmem_i_callback(struct rcu_head *head) | 2228 | static void shmem_destroy_callback(struct rcu_head *head) |
| 2673 | { | 2229 | { |
| 2674 | struct inode *inode = container_of(head, struct inode, i_rcu); | 2230 | struct inode *inode = container_of(head, struct inode, i_rcu); |
| 2675 | INIT_LIST_HEAD(&inode->i_dentry); | 2231 | INIT_LIST_HEAD(&inode->i_dentry); |
| @@ -2678,29 +2234,26 @@ static void shmem_i_callback(struct rcu_head *head) | |||
| 2678 | 2234 | ||
| 2679 | static void shmem_destroy_inode(struct inode *inode) | 2235 | static void shmem_destroy_inode(struct inode *inode) |
| 2680 | { | 2236 | { |
| 2681 | if ((inode->i_mode & S_IFMT) == S_IFREG) { | 2237 | if ((inode->i_mode & S_IFMT) == S_IFREG) |
| 2682 | /* only struct inode is valid if it's an inline symlink */ | ||
| 2683 | mpol_free_shared_policy(&SHMEM_I(inode)->policy); | 2238 | mpol_free_shared_policy(&SHMEM_I(inode)->policy); |
| 2684 | } | 2239 | call_rcu(&inode->i_rcu, shmem_destroy_callback); |
| 2685 | call_rcu(&inode->i_rcu, shmem_i_callback); | ||
| 2686 | } | 2240 | } |
| 2687 | 2241 | ||
| 2688 | static void init_once(void *foo) | 2242 | static void shmem_init_inode(void *foo) |
| 2689 | { | 2243 | { |
| 2690 | struct shmem_inode_info *p = (struct shmem_inode_info *) foo; | 2244 | struct shmem_inode_info *info = foo; |
| 2691 | 2245 | inode_init_once(&info->vfs_inode); | |
| 2692 | inode_init_once(&p->vfs_inode); | ||
| 2693 | } | 2246 | } |
| 2694 | 2247 | ||
| 2695 | static int init_inodecache(void) | 2248 | static int shmem_init_inodecache(void) |
| 2696 | { | 2249 | { |
| 2697 | shmem_inode_cachep = kmem_cache_create("shmem_inode_cache", | 2250 | shmem_inode_cachep = kmem_cache_create("shmem_inode_cache", |
| 2698 | sizeof(struct shmem_inode_info), | 2251 | sizeof(struct shmem_inode_info), |
| 2699 | 0, SLAB_PANIC, init_once); | 2252 | 0, SLAB_PANIC, shmem_init_inode); |
| 2700 | return 0; | 2253 | return 0; |
| 2701 | } | 2254 | } |
| 2702 | 2255 | ||
| 2703 | static void destroy_inodecache(void) | 2256 | static void shmem_destroy_inodecache(void) |
| 2704 | { | 2257 | { |
| 2705 | kmem_cache_destroy(shmem_inode_cachep); | 2258 | kmem_cache_destroy(shmem_inode_cachep); |
| 2706 | } | 2259 | } |
| @@ -2797,21 +2350,20 @@ static const struct vm_operations_struct shmem_vm_ops = { | |||
| 2797 | #endif | 2350 | #endif |
| 2798 | }; | 2351 | }; |
| 2799 | 2352 | ||
| 2800 | |||
| 2801 | static struct dentry *shmem_mount(struct file_system_type *fs_type, | 2353 | static struct dentry *shmem_mount(struct file_system_type *fs_type, |
| 2802 | int flags, const char *dev_name, void *data) | 2354 | int flags, const char *dev_name, void *data) |
| 2803 | { | 2355 | { |
| 2804 | return mount_nodev(fs_type, flags, data, shmem_fill_super); | 2356 | return mount_nodev(fs_type, flags, data, shmem_fill_super); |
| 2805 | } | 2357 | } |
| 2806 | 2358 | ||
| 2807 | static struct file_system_type tmpfs_fs_type = { | 2359 | static struct file_system_type shmem_fs_type = { |
| 2808 | .owner = THIS_MODULE, | 2360 | .owner = THIS_MODULE, |
| 2809 | .name = "tmpfs", | 2361 | .name = "tmpfs", |
| 2810 | .mount = shmem_mount, | 2362 | .mount = shmem_mount, |
| 2811 | .kill_sb = kill_litter_super, | 2363 | .kill_sb = kill_litter_super, |
| 2812 | }; | 2364 | }; |
| 2813 | 2365 | ||
| 2814 | int __init init_tmpfs(void) | 2366 | int __init shmem_init(void) |
| 2815 | { | 2367 | { |
| 2816 | int error; | 2368 | int error; |
| 2817 | 2369 | ||
| @@ -2819,18 +2371,18 @@ int __init init_tmpfs(void) | |||
| 2819 | if (error) | 2371 | if (error) |
| 2820 | goto out4; | 2372 | goto out4; |
| 2821 | 2373 | ||
| 2822 | error = init_inodecache(); | 2374 | error = shmem_init_inodecache(); |
| 2823 | if (error) | 2375 | if (error) |
| 2824 | goto out3; | 2376 | goto out3; |
| 2825 | 2377 | ||
| 2826 | error = register_filesystem(&tmpfs_fs_type); | 2378 | error = register_filesystem(&shmem_fs_type); |
| 2827 | if (error) { | 2379 | if (error) { |
| 2828 | printk(KERN_ERR "Could not register tmpfs\n"); | 2380 | printk(KERN_ERR "Could not register tmpfs\n"); |
| 2829 | goto out2; | 2381 | goto out2; |
| 2830 | } | 2382 | } |
| 2831 | 2383 | ||
| 2832 | shm_mnt = vfs_kern_mount(&tmpfs_fs_type, MS_NOUSER, | 2384 | shm_mnt = vfs_kern_mount(&shmem_fs_type, MS_NOUSER, |
| 2833 | tmpfs_fs_type.name, NULL); | 2385 | shmem_fs_type.name, NULL); |
| 2834 | if (IS_ERR(shm_mnt)) { | 2386 | if (IS_ERR(shm_mnt)) { |
| 2835 | error = PTR_ERR(shm_mnt); | 2387 | error = PTR_ERR(shm_mnt); |
| 2836 | printk(KERN_ERR "Could not kern_mount tmpfs\n"); | 2388 | printk(KERN_ERR "Could not kern_mount tmpfs\n"); |
| @@ -2839,9 +2391,9 @@ int __init init_tmpfs(void) | |||
| 2839 | return 0; | 2391 | return 0; |
| 2840 | 2392 | ||
| 2841 | out1: | 2393 | out1: |
| 2842 | unregister_filesystem(&tmpfs_fs_type); | 2394 | unregister_filesystem(&shmem_fs_type); |
| 2843 | out2: | 2395 | out2: |
| 2844 | destroy_inodecache(); | 2396 | shmem_destroy_inodecache(); |
| 2845 | out3: | 2397 | out3: |
| 2846 | bdi_destroy(&shmem_backing_dev_info); | 2398 | bdi_destroy(&shmem_backing_dev_info); |
| 2847 | out4: | 2399 | out4: |
| @@ -2849,45 +2401,6 @@ out4: | |||
| 2849 | return error; | 2401 | return error; |
| 2850 | } | 2402 | } |
| 2851 | 2403 | ||
| 2852 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR | ||
| 2853 | /** | ||
| 2854 | * mem_cgroup_get_shmem_target - find a page or entry assigned to the shmem file | ||
| 2855 | * @inode: the inode to be searched | ||
| 2856 | * @pgoff: the offset to be searched | ||
| 2857 | * @pagep: the pointer for the found page to be stored | ||
| 2858 | * @ent: the pointer for the found swap entry to be stored | ||
| 2859 | * | ||
| 2860 | * If a page is found, refcount of it is incremented. Callers should handle | ||
| 2861 | * these refcount. | ||
| 2862 | */ | ||
| 2863 | void mem_cgroup_get_shmem_target(struct inode *inode, pgoff_t pgoff, | ||
| 2864 | struct page **pagep, swp_entry_t *ent) | ||
| 2865 | { | ||
| 2866 | swp_entry_t entry = { .val = 0 }, *ptr; | ||
| 2867 | struct page *page = NULL; | ||
| 2868 | struct shmem_inode_info *info = SHMEM_I(inode); | ||
| 2869 | |||
| 2870 | if ((pgoff << PAGE_CACHE_SHIFT) >= i_size_read(inode)) | ||
| 2871 | goto out; | ||
| 2872 | |||
| 2873 | spin_lock(&info->lock); | ||
| 2874 | ptr = shmem_swp_entry(info, pgoff, NULL); | ||
| 2875 | #ifdef CONFIG_SWAP | ||
| 2876 | if (ptr && ptr->val) { | ||
| 2877 | entry.val = ptr->val; | ||
| 2878 | page = find_get_page(&swapper_space, entry.val); | ||
| 2879 | } else | ||
| 2880 | #endif | ||
| 2881 | page = find_get_page(inode->i_mapping, pgoff); | ||
| 2882 | if (ptr) | ||
| 2883 | shmem_swp_unmap(ptr); | ||
| 2884 | spin_unlock(&info->lock); | ||
| 2885 | out: | ||
| 2886 | *pagep = page; | ||
| 2887 | *ent = entry; | ||
| 2888 | } | ||
| 2889 | #endif | ||
| 2890 | |||
| 2891 | #else /* !CONFIG_SHMEM */ | 2404 | #else /* !CONFIG_SHMEM */ |
| 2892 | 2405 | ||
| 2893 | /* | 2406 | /* |
| @@ -2901,23 +2414,23 @@ out: | |||
| 2901 | 2414 | ||
| 2902 | #include <linux/ramfs.h> | 2415 | #include <linux/ramfs.h> |
| 2903 | 2416 | ||
| 2904 | static struct file_system_type tmpfs_fs_type = { | 2417 | static struct file_system_type shmem_fs_type = { |
| 2905 | .name = "tmpfs", | 2418 | .name = "tmpfs", |
| 2906 | .mount = ramfs_mount, | 2419 | .mount = ramfs_mount, |
| 2907 | .kill_sb = kill_litter_super, | 2420 | .kill_sb = kill_litter_super, |
| 2908 | }; | 2421 | }; |
| 2909 | 2422 | ||
| 2910 | int __init init_tmpfs(void) | 2423 | int __init shmem_init(void) |
| 2911 | { | 2424 | { |
| 2912 | BUG_ON(register_filesystem(&tmpfs_fs_type) != 0); | 2425 | BUG_ON(register_filesystem(&shmem_fs_type) != 0); |
| 2913 | 2426 | ||
| 2914 | shm_mnt = kern_mount(&tmpfs_fs_type); | 2427 | shm_mnt = kern_mount(&shmem_fs_type); |
| 2915 | BUG_ON(IS_ERR(shm_mnt)); | 2428 | BUG_ON(IS_ERR(shm_mnt)); |
| 2916 | 2429 | ||
| 2917 | return 0; | 2430 | return 0; |
| 2918 | } | 2431 | } |
| 2919 | 2432 | ||
| 2920 | int shmem_unuse(swp_entry_t entry, struct page *page) | 2433 | int shmem_unuse(swp_entry_t swap, struct page *page) |
| 2921 | { | 2434 | { |
| 2922 | return 0; | 2435 | return 0; |
| 2923 | } | 2436 | } |
| @@ -2927,43 +2440,17 @@ int shmem_lock(struct file *file, int lock, struct user_struct *user) | |||
| 2927 | return 0; | 2440 | return 0; |
| 2928 | } | 2441 | } |
| 2929 | 2442 | ||
| 2930 | void shmem_truncate_range(struct inode *inode, loff_t start, loff_t end) | 2443 | void shmem_truncate_range(struct inode *inode, loff_t lstart, loff_t lend) |
| 2931 | { | 2444 | { |
| 2932 | truncate_inode_pages_range(inode->i_mapping, start, end); | 2445 | truncate_inode_pages_range(inode->i_mapping, lstart, lend); |
| 2933 | } | 2446 | } |
| 2934 | EXPORT_SYMBOL_GPL(shmem_truncate_range); | 2447 | EXPORT_SYMBOL_GPL(shmem_truncate_range); |
| 2935 | 2448 | ||
| 2936 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR | ||
| 2937 | /** | ||
| 2938 | * mem_cgroup_get_shmem_target - find a page or entry assigned to the shmem file | ||
| 2939 | * @inode: the inode to be searched | ||
| 2940 | * @pgoff: the offset to be searched | ||
| 2941 | * @pagep: the pointer for the found page to be stored | ||
| 2942 | * @ent: the pointer for the found swap entry to be stored | ||
| 2943 | * | ||
| 2944 | * If a page is found, refcount of it is incremented. Callers should handle | ||
| 2945 | * these refcount. | ||
| 2946 | */ | ||
| 2947 | void mem_cgroup_get_shmem_target(struct inode *inode, pgoff_t pgoff, | ||
| 2948 | struct page **pagep, swp_entry_t *ent) | ||
| 2949 | { | ||
| 2950 | struct page *page = NULL; | ||
| 2951 | |||
| 2952 | if ((pgoff << PAGE_CACHE_SHIFT) >= i_size_read(inode)) | ||
| 2953 | goto out; | ||
| 2954 | page = find_get_page(inode->i_mapping, pgoff); | ||
| 2955 | out: | ||
| 2956 | *pagep = page; | ||
| 2957 | *ent = (swp_entry_t){ .val = 0 }; | ||
| 2958 | } | ||
| 2959 | #endif | ||
| 2960 | |||
| 2961 | #define shmem_vm_ops generic_file_vm_ops | 2449 | #define shmem_vm_ops generic_file_vm_ops |
| 2962 | #define shmem_file_operations ramfs_file_operations | 2450 | #define shmem_file_operations ramfs_file_operations |
| 2963 | #define shmem_get_inode(sb, dir, mode, dev, flags) ramfs_get_inode(sb, dir, mode, dev) | 2451 | #define shmem_get_inode(sb, dir, mode, dev, flags) ramfs_get_inode(sb, dir, mode, dev) |
| 2964 | #define shmem_acct_size(flags, size) 0 | 2452 | #define shmem_acct_size(flags, size) 0 |
| 2965 | #define shmem_unacct_size(flags, size) do {} while (0) | 2453 | #define shmem_unacct_size(flags, size) do {} while (0) |
| 2966 | #define SHMEM_MAX_BYTES MAX_LFS_FILESIZE | ||
| 2967 | 2454 | ||
| 2968 | #endif /* CONFIG_SHMEM */ | 2455 | #endif /* CONFIG_SHMEM */ |
| 2969 | 2456 | ||
| @@ -2987,7 +2474,7 @@ struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags | |||
| 2987 | if (IS_ERR(shm_mnt)) | 2474 | if (IS_ERR(shm_mnt)) |
| 2988 | return (void *)shm_mnt; | 2475 | return (void *)shm_mnt; |
| 2989 | 2476 | ||
| 2990 | if (size < 0 || size > SHMEM_MAX_BYTES) | 2477 | if (size < 0 || size > MAX_LFS_FILESIZE) |
| 2991 | return ERR_PTR(-EINVAL); | 2478 | return ERR_PTR(-EINVAL); |
| 2992 | 2479 | ||
| 2993 | if (shmem_acct_size(flags, size)) | 2480 | if (shmem_acct_size(flags, size)) |
diff --git a/mm/swapfile.c b/mm/swapfile.c index 1b8c33907242..17bc224bce68 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
| @@ -1924,20 +1924,24 @@ static unsigned long read_swap_header(struct swap_info_struct *p, | |||
| 1924 | 1924 | ||
| 1925 | /* | 1925 | /* |
| 1926 | * Find out how many pages are allowed for a single swap | 1926 | * Find out how many pages are allowed for a single swap |
| 1927 | * device. There are two limiting factors: 1) the number of | 1927 | * device. There are three limiting factors: 1) the number |
| 1928 | * bits for the swap offset in the swp_entry_t type and | 1928 | * of bits for the swap offset in the swp_entry_t type, and |
| 1929 | * 2) the number of bits in the a swap pte as defined by | 1929 | * 2) the number of bits in the swap pte as defined by the |
| 1930 | * the different architectures. In order to find the | 1930 | * the different architectures, and 3) the number of free bits |
| 1931 | * largest possible bit mask a swap entry with swap type 0 | 1931 | * in an exceptional radix_tree entry. In order to find the |
| 1932 | * largest possible bit mask, a swap entry with swap type 0 | ||
| 1932 | * and swap offset ~0UL is created, encoded to a swap pte, | 1933 | * and swap offset ~0UL is created, encoded to a swap pte, |
| 1933 | * decoded to a swp_entry_t again and finally the swap | 1934 | * decoded to a swp_entry_t again, and finally the swap |
| 1934 | * offset is extracted. This will mask all the bits from | 1935 | * offset is extracted. This will mask all the bits from |
| 1935 | * the initial ~0UL mask that can't be encoded in either | 1936 | * the initial ~0UL mask that can't be encoded in either |
| 1936 | * the swp_entry_t or the architecture definition of a | 1937 | * the swp_entry_t or the architecture definition of a |
| 1937 | * swap pte. | 1938 | * swap pte. Then the same is done for a radix_tree entry. |
| 1938 | */ | 1939 | */ |
| 1939 | maxpages = swp_offset(pte_to_swp_entry( | 1940 | maxpages = swp_offset(pte_to_swp_entry( |
| 1940 | swp_entry_to_pte(swp_entry(0, ~0UL)))) + 1; | 1941 | swp_entry_to_pte(swp_entry(0, ~0UL)))); |
| 1942 | maxpages = swp_offset(radix_to_swp_entry( | ||
| 1943 | swp_to_radix_entry(swp_entry(0, maxpages)))) + 1; | ||
| 1944 | |||
| 1941 | if (maxpages > swap_header->info.last_page) { | 1945 | if (maxpages > swap_header->info.last_page) { |
| 1942 | maxpages = swap_header->info.last_page + 1; | 1946 | maxpages = swap_header->info.last_page + 1; |
| 1943 | /* p->max is an unsigned int: don't overflow it */ | 1947 | /* p->max is an unsigned int: don't overflow it */ |
diff --git a/mm/truncate.c b/mm/truncate.c index 232eb2736a79..b40ac6d4e86e 100644 --- a/mm/truncate.c +++ b/mm/truncate.c | |||
| @@ -336,6 +336,14 @@ unsigned long invalidate_mapping_pages(struct address_space *mapping, | |||
| 336 | unsigned long count = 0; | 336 | unsigned long count = 0; |
| 337 | int i; | 337 | int i; |
| 338 | 338 | ||
| 339 | /* | ||
| 340 | * Note: this function may get called on a shmem/tmpfs mapping: | ||
| 341 | * pagevec_lookup() might then return 0 prematurely (because it | ||
| 342 | * got a gangful of swap entries); but it's hardly worth worrying | ||
| 343 | * about - it can rarely have anything to free from such a mapping | ||
| 344 | * (most pages are dirty), and already skips over any difficulties. | ||
| 345 | */ | ||
| 346 | |||
| 339 | pagevec_init(&pvec, 0); | 347 | pagevec_init(&pvec, 0); |
| 340 | while (index <= end && pagevec_lookup(&pvec, mapping, index, | 348 | while (index <= end && pagevec_lookup(&pvec, mapping, index, |
| 341 | min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1)) { | 349 | min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1)) { |
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 6d8ef4a3a9b5..8b2d37b59c9e 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
| @@ -128,34 +128,34 @@ unsigned long long get_msr(int cpu, off_t offset) | |||
| 128 | void print_header(void) | 128 | void print_header(void) |
| 129 | { | 129 | { |
| 130 | if (show_pkg) | 130 | if (show_pkg) |
| 131 | fprintf(stderr, "pkg "); | 131 | fprintf(stderr, "pk"); |
| 132 | if (show_core) | 132 | if (show_core) |
| 133 | fprintf(stderr, "core"); | 133 | fprintf(stderr, " cr"); |
| 134 | if (show_cpu) | 134 | if (show_cpu) |
| 135 | fprintf(stderr, " CPU"); | 135 | fprintf(stderr, " CPU"); |
| 136 | if (do_nhm_cstates) | 136 | if (do_nhm_cstates) |
| 137 | fprintf(stderr, " %%c0 "); | 137 | fprintf(stderr, " %%c0 "); |
| 138 | if (has_aperf) | 138 | if (has_aperf) |
| 139 | fprintf(stderr, " GHz"); | 139 | fprintf(stderr, " GHz"); |
| 140 | fprintf(stderr, " TSC"); | 140 | fprintf(stderr, " TSC"); |
| 141 | if (do_nhm_cstates) | 141 | if (do_nhm_cstates) |
| 142 | fprintf(stderr, " %%c1 "); | 142 | fprintf(stderr, " %%c1"); |
| 143 | if (do_nhm_cstates) | 143 | if (do_nhm_cstates) |
| 144 | fprintf(stderr, " %%c3 "); | 144 | fprintf(stderr, " %%c3"); |
| 145 | if (do_nhm_cstates) | 145 | if (do_nhm_cstates) |
| 146 | fprintf(stderr, " %%c6 "); | 146 | fprintf(stderr, " %%c6"); |
| 147 | if (do_snb_cstates) | 147 | if (do_snb_cstates) |
| 148 | fprintf(stderr, " %%c7 "); | 148 | fprintf(stderr, " %%c7"); |
| 149 | if (do_snb_cstates) | 149 | if (do_snb_cstates) |
| 150 | fprintf(stderr, " %%pc2 "); | 150 | fprintf(stderr, " %%pc2"); |
| 151 | if (do_nhm_cstates) | 151 | if (do_nhm_cstates) |
| 152 | fprintf(stderr, " %%pc3 "); | 152 | fprintf(stderr, " %%pc3"); |
| 153 | if (do_nhm_cstates) | 153 | if (do_nhm_cstates) |
| 154 | fprintf(stderr, " %%pc6 "); | 154 | fprintf(stderr, " %%pc6"); |
| 155 | if (do_snb_cstates) | 155 | if (do_snb_cstates) |
| 156 | fprintf(stderr, " %%pc7 "); | 156 | fprintf(stderr, " %%pc7"); |
| 157 | if (extra_msr_offset) | 157 | if (extra_msr_offset) |
| 158 | fprintf(stderr, " MSR 0x%x ", extra_msr_offset); | 158 | fprintf(stderr, " MSR 0x%x ", extra_msr_offset); |
| 159 | 159 | ||
| 160 | putc('\n', stderr); | 160 | putc('\n', stderr); |
| 161 | } | 161 | } |
| @@ -194,14 +194,14 @@ void print_cnt(struct counters *p) | |||
| 194 | /* topology columns, print blanks on 1st (average) line */ | 194 | /* topology columns, print blanks on 1st (average) line */ |
| 195 | if (p == cnt_average) { | 195 | if (p == cnt_average) { |
| 196 | if (show_pkg) | 196 | if (show_pkg) |
| 197 | fprintf(stderr, " "); | 197 | fprintf(stderr, " "); |
| 198 | if (show_core) | 198 | if (show_core) |
| 199 | fprintf(stderr, " "); | 199 | fprintf(stderr, " "); |
| 200 | if (show_cpu) | 200 | if (show_cpu) |
| 201 | fprintf(stderr, " "); | 201 | fprintf(stderr, " "); |
| 202 | } else { | 202 | } else { |
| 203 | if (show_pkg) | 203 | if (show_pkg) |
| 204 | fprintf(stderr, "%4d", p->pkg); | 204 | fprintf(stderr, "%d", p->pkg); |
| 205 | if (show_core) | 205 | if (show_core) |
| 206 | fprintf(stderr, "%4d", p->core); | 206 | fprintf(stderr, "%4d", p->core); |
| 207 | if (show_cpu) | 207 | if (show_cpu) |
| @@ -241,22 +241,22 @@ void print_cnt(struct counters *p) | |||
| 241 | if (!skip_c1) | 241 | if (!skip_c1) |
| 242 | fprintf(stderr, "%7.2f", 100.0 * p->c1/p->tsc); | 242 | fprintf(stderr, "%7.2f", 100.0 * p->c1/p->tsc); |
| 243 | else | 243 | else |
| 244 | fprintf(stderr, " ****"); | 244 | fprintf(stderr, " ****"); |
| 245 | } | 245 | } |
| 246 | if (do_nhm_cstates) | 246 | if (do_nhm_cstates) |
| 247 | fprintf(stderr, "%7.2f", 100.0 * p->c3/p->tsc); | 247 | fprintf(stderr, " %6.2f", 100.0 * p->c3/p->tsc); |
| 248 | if (do_nhm_cstates) | 248 | if (do_nhm_cstates) |
| 249 | fprintf(stderr, "%7.2f", 100.0 * p->c6/p->tsc); | 249 | fprintf(stderr, " %6.2f", 100.0 * p->c6/p->tsc); |
| 250 | if (do_snb_cstates) | 250 | if (do_snb_cstates) |
| 251 | fprintf(stderr, "%7.2f", 100.0 * p->c7/p->tsc); | 251 | fprintf(stderr, " %6.2f", 100.0 * p->c7/p->tsc); |
| 252 | if (do_snb_cstates) | 252 | if (do_snb_cstates) |
| 253 | fprintf(stderr, "%7.2f", 100.0 * p->pc2/p->tsc); | 253 | fprintf(stderr, " %5.2f", 100.0 * p->pc2/p->tsc); |
| 254 | if (do_nhm_cstates) | 254 | if (do_nhm_cstates) |
| 255 | fprintf(stderr, "%7.2f", 100.0 * p->pc3/p->tsc); | 255 | fprintf(stderr, " %5.2f", 100.0 * p->pc3/p->tsc); |
| 256 | if (do_nhm_cstates) | 256 | if (do_nhm_cstates) |
| 257 | fprintf(stderr, "%7.2f", 100.0 * p->pc6/p->tsc); | 257 | fprintf(stderr, " %5.2f", 100.0 * p->pc6/p->tsc); |
| 258 | if (do_snb_cstates) | 258 | if (do_snb_cstates) |
| 259 | fprintf(stderr, "%7.2f", 100.0 * p->pc7/p->tsc); | 259 | fprintf(stderr, " %5.2f", 100.0 * p->pc7/p->tsc); |
| 260 | if (extra_msr_offset) | 260 | if (extra_msr_offset) |
| 261 | fprintf(stderr, " 0x%016llx", p->extra_msr); | 261 | fprintf(stderr, " 0x%016llx", p->extra_msr); |
| 262 | putc('\n', stderr); | 262 | putc('\n', stderr); |
diff --git a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c index 2618ef2ba31f..33c5c7ee148f 100644 --- a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c +++ b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c | |||
| @@ -137,7 +137,6 @@ void cmdline(int argc, char **argv) | |||
| 137 | void validate_cpuid(void) | 137 | void validate_cpuid(void) |
| 138 | { | 138 | { |
| 139 | unsigned int eax, ebx, ecx, edx, max_level; | 139 | unsigned int eax, ebx, ecx, edx, max_level; |
| 140 | char brand[16]; | ||
| 141 | unsigned int fms, family, model, stepping; | 140 | unsigned int fms, family, model, stepping; |
| 142 | 141 | ||
| 143 | eax = ebx = ecx = edx = 0; | 142 | eax = ebx = ecx = edx = 0; |
| @@ -160,8 +159,8 @@ void validate_cpuid(void) | |||
| 160 | model += ((fms >> 16) & 0xf) << 4; | 159 | model += ((fms >> 16) & 0xf) << 4; |
| 161 | 160 | ||
| 162 | if (verbose > 1) | 161 | if (verbose > 1) |
| 163 | printf("CPUID %s %d levels family:model:stepping " | 162 | printf("CPUID %d levels family:model:stepping " |
| 164 | "0x%x:%x:%x (%d:%d:%d)\n", brand, max_level, | 163 | "0x%x:%x:%x (%d:%d:%d)\n", max_level, |
| 165 | family, model, stepping, family, model, stepping); | 164 | family, model, stepping, family, model, stepping); |
| 166 | 165 | ||
| 167 | if (!(edx & (1 << 5))) { | 166 | if (!(edx & (1 << 5))) { |
