* [folded-merged] kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch removed from -mm tree
@ 2022-11-23 2:47 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-11-23 2:47 UTC (permalink / raw)
To: mm-commits, sam, akpm, akpm
The quilt patch titled
Subject: kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix
has been removed from the -mm tree. Its filename was
kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch
This patch was dropped because it was folded into kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix
Date: Wed Nov 16 03:46:25 PM PST 2022
remember "linux/"
Cc: Sam James <sam@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/license.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/license.h~kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix
+++ a/include/linux/license.h
@@ -2,7 +2,7 @@
#ifndef __LICENSE_H
#define __LICENSE_H
-#include <string.h>
+#include <linux/string.h>
static inline int license_is_gpl_compatible(const char *license)
{
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
mm-fix-unexpected-changes-to-failslabfail_page_allocattr-fix.patch
mm-memremap_pages-replace-zone_device_page_init-with-pgmap_request_folios-fix.patch
mm-gup-remove-foll_migration-fix.patch
mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix.patch
mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch
kasan-allow-sampling-page_alloc-allocations-for-hw_tags-fix.patch
mm-hugetlb-convert-move_hugetlb_state-to-folios-fix.patch
mm-introduce-encoded-page-pointers-with-embedded-extra-bits-fix.patch
mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch
mm-document-sys-class-bdi-bdi-min_bytes-knob-fix.patch
mm-document-sys-class-bdi-bdi-max_ratio_fine-knob-fix.patch
mm-document-sys-class-bdi-bdi-min_ratio_fine-knob-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-23 2:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 2:47 [folded-merged] kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.