diff options
| -rw-r--r-- | Documentation/filesystems/nilfs2.txt | 4 | ||||
| -rw-r--r-- | MAINTAINERS | 4 | ||||
| -rw-r--r-- | include/linux/crash_core.h | 2 | ||||
| -rw-r--r-- | kernel/crash_core.c | 2 | ||||
| -rw-r--r-- | mm/kmemleak.c | 2 | ||||
| -rw-r--r-- | tools/objtool/Makefile | 2 |
6 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/filesystems/nilfs2.txt b/Documentation/filesystems/nilfs2.txt index c0727dc36271..f2f3f8592a6f 100644 --- a/Documentation/filesystems/nilfs2.txt +++ b/Documentation/filesystems/nilfs2.txt | |||
| @@ -25,8 +25,8 @@ available from the following download page. At least "mkfs.nilfs2", | |||
| 25 | cleaner or garbage collector) are required. Details on the tools are | 25 | cleaner or garbage collector) are required. Details on the tools are |
| 26 | described in the man pages included in the package. | 26 | described in the man pages included in the package. |
| 27 | 27 | ||
| 28 | Project web page: http://nilfs.sourceforge.net/ | 28 | Project web page: https://nilfs.sourceforge.io/ |
| 29 | Download page: http://nilfs.sourceforge.net/en/download.html | 29 | Download page: https://nilfs.sourceforge.io/en/download.html |
| 30 | List info: http://vger.kernel.org/vger-lists.html#linux-nilfs | 30 | List info: http://vger.kernel.org/vger-lists.html#linux-nilfs |
| 31 | 31 | ||
| 32 | Caveats | 32 | Caveats |
diff --git a/MAINTAINERS b/MAINTAINERS index d76af75a653a..18994806e441 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -9638,8 +9638,8 @@ F: include/uapi/linux/sunrpc/ | |||
| 9638 | NILFS2 FILESYSTEM | 9638 | NILFS2 FILESYSTEM |
| 9639 | M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 9639 | M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> |
| 9640 | L: linux-nilfs@vger.kernel.org | 9640 | L: linux-nilfs@vger.kernel.org |
| 9641 | W: http://nilfs.sourceforge.net/ | 9641 | W: https://nilfs.sourceforge.io/ |
| 9642 | W: http://nilfs.osdn.jp/ | 9642 | W: https://nilfs.osdn.jp/ |
| 9643 | T: git git://github.com/konis/nilfs2.git | 9643 | T: git git://github.com/konis/nilfs2.git |
| 9644 | S: Supported | 9644 | S: Supported |
| 9645 | F: Documentation/filesystems/nilfs2.txt | 9645 | F: Documentation/filesystems/nilfs2.txt |
diff --git a/include/linux/crash_core.h b/include/linux/crash_core.h index 06097ef30449..b511f6d24b42 100644 --- a/include/linux/crash_core.h +++ b/include/linux/crash_core.h | |||
| @@ -42,6 +42,8 @@ phys_addr_t paddr_vmcoreinfo_note(void); | |||
| 42 | vmcoreinfo_append_str("PAGESIZE=%ld\n", value) | 42 | vmcoreinfo_append_str("PAGESIZE=%ld\n", value) |
| 43 | #define VMCOREINFO_SYMBOL(name) \ | 43 | #define VMCOREINFO_SYMBOL(name) \ |
| 44 | vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)&name) | 44 | vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)&name) |
| 45 | #define VMCOREINFO_SYMBOL_ARRAY(name) \ | ||
| 46 | vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)name) | ||
| 45 | #define VMCOREINFO_SIZE(name) \ | 47 | #define VMCOREINFO_SIZE(name) \ |
| 46 | vmcoreinfo_append_str("SIZE(%s)=%lu\n", #name, \ | 48 | vmcoreinfo_append_str("SIZE(%s)=%lu\n", #name, \ |
| 47 | (unsigned long)sizeof(name)) | 49 | (unsigned long)sizeof(name)) |
diff --git a/kernel/crash_core.c b/kernel/crash_core.c index b3663896278e..4f63597c824d 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c | |||
| @@ -410,7 +410,7 @@ static int __init crash_save_vmcoreinfo_init(void) | |||
| 410 | VMCOREINFO_SYMBOL(contig_page_data); | 410 | VMCOREINFO_SYMBOL(contig_page_data); |
| 411 | #endif | 411 | #endif |
| 412 | #ifdef CONFIG_SPARSEMEM | 412 | #ifdef CONFIG_SPARSEMEM |
| 413 | VMCOREINFO_SYMBOL(mem_section); | 413 | VMCOREINFO_SYMBOL_ARRAY(mem_section); |
| 414 | VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS); | 414 | VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS); |
| 415 | VMCOREINFO_STRUCT_SIZE(mem_section); | 415 | VMCOREINFO_STRUCT_SIZE(mem_section); |
| 416 | VMCOREINFO_OFFSET(mem_section, section_mem_map); | 416 | VMCOREINFO_OFFSET(mem_section, section_mem_map); |
diff --git a/mm/kmemleak.c b/mm/kmemleak.c index d73c14294f3a..f656ca27f6c2 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c | |||
| @@ -127,7 +127,7 @@ | |||
| 127 | /* GFP bitmask for kmemleak internal allocations */ | 127 | /* GFP bitmask for kmemleak internal allocations */ |
| 128 | #define gfp_kmemleak_mask(gfp) (((gfp) & (GFP_KERNEL | GFP_ATOMIC)) | \ | 128 | #define gfp_kmemleak_mask(gfp) (((gfp) & (GFP_KERNEL | GFP_ATOMIC)) | \ |
| 129 | __GFP_NORETRY | __GFP_NOMEMALLOC | \ | 129 | __GFP_NORETRY | __GFP_NOMEMALLOC | \ |
| 130 | __GFP_NOWARN) | 130 | __GFP_NOWARN | __GFP_NOFAIL) |
| 131 | 131 | ||
| 132 | /* scanning area inside a memory block */ | 132 | /* scanning area inside a memory block */ |
| 133 | struct kmemleak_scan_area { | 133 | struct kmemleak_scan_area { |
diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile index ae0272f9a091..e6acc281dd37 100644 --- a/tools/objtool/Makefile +++ b/tools/objtool/Makefile | |||
| @@ -46,7 +46,7 @@ $(OBJTOOL_IN): fixdep FORCE | |||
| 46 | @$(MAKE) $(build)=objtool | 46 | @$(MAKE) $(build)=objtool |
| 47 | 47 | ||
| 48 | $(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN) | 48 | $(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN) |
| 49 | @./sync-check.sh | 49 | @$(CONFIG_SHELL) ./sync-check.sh |
| 50 | $(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@ | 50 | $(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@ |
| 51 | 51 | ||
| 52 | 52 | ||
