The patch titled Subject: arch/x86/platform/intel-mid/device_libs/platform_bt.c: fix const confusion has been added to the -mm tree. Its filename is fix-const-confusion-in-intel-mid-x86-platform-drivers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fix-const-confusion-in-intel-mid-x86-platform-drivers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fix-const-confusion-in-intel-mid-x86-platform-drivers.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andi Kleen <ak@xxxxxxxxxxxxxxx> Subject: arch/x86/platform/intel-mid/device_libs/platform_bt.c: fix const confusion const must be marked __initconst, not __initdata Link: http://lkml.kernel.org/r/20171222001443.2067-1-andi@xxxxxxxxxxxxxx Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/platform/intel-mid/device_libs/platform_bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/platform/intel-mid/device_libs/platform_bt.c~fix-const-confusion-in-intel-mid-x86-platform-drivers arch/x86/platform/intel-mid/device_libs/platform_bt.c --- a/arch/x86/platform/intel-mid/device_libs/platform_bt.c~fix-const-confusion-in-intel-mid-x86-platform-drivers +++ a/arch/x86/platform/intel-mid/device_libs/platform_bt.c @@ -60,7 +60,7 @@ static int __init tng_bt_sfi_setup(struc return 0; } -static const struct bt_sfi_data tng_bt_sfi_data __initdata = { +static const struct bt_sfi_data tng_bt_sfi_data __initconst = { .setup = tng_bt_sfi_setup, }; _ Patches currently in -mm which might be from ak@xxxxxxxxxxxxxxx are fix-const-confusion-in-certs-blacklist.patch fix-read-buffer-overflow-in-delta-ipc.patch fix-const-confusion-in-intel-mid-x86-platform-drivers.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html