Centos-kernel-stream-9/drivers/base/regmap
Rafael Aquini c8c9c0b259 mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
JIRA: https://issues.redhat.com/browse/RHEL-27745
Conflicts:
  * arch/*/Kconfig: all hunks dropped as there were only text blurbs and comments
     being changed with no functional changes whatsoever, and RHEL9 is missing
     several (unrelated) commits to these arches that tranform the text blurbs in
     the way these non-functional hunks were expecting;
  * drivers/accel/qaic/qaic_data.c: hunk dropped due to RHEL-only commit
     083c0cdce2 ("Merge DRM changes from upstream v6.8..v6.9");
  * drivers/gpu/drm/i915/gem/selftests/huge_pages.c: hunk dropped due to RHEL-only
     commit ca8b16c11b ("Merge DRM changes from upstream v6.7..v6.8");
  * drivers/gpu/drm/ttm/tests/ttm_pool_test.c: all hunks dropped due to RHEL-only
     commit ca8b16c11b ("Merge DRM changes from upstream v6.7..v6.8");
  * drivers/video/fbdev/vermilion/vermilion.c: hunk dropped as RHEL9 misses
     commit dbe7e429fe ("vmlfb: framebuffer driver for Intel Vermilion Range");
  * include/linux/pageblock-flags.h: differences due to out-of-order backport
    of upstream commits 72801513b2bf ("mm: set pageblock_order to HPAGE_PMD_ORDER
    in case with !CONFIG_HUGETLB_PAGE but THP enabled"), and 3a7e02c040b1
    ("minmax: avoid overly complicated constant expressions in VM code");
  * mm/mm_init.c: differences on the 3rd, and 4th hunks are due to RHEL
     backport commit 1845b92dcf ("mm: move most of core MM initialization to
     mm/mm_init.c") ignoring the out-of-order backport of commit 3f6dac0fd1b8
     ("mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks")
     thus partially reverting the changes introduced by the latter;

This patch is a backport of the following upstream commit:
commit 5e0a760b44417f7cadd79de2204d6247109558a0
Author: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Date:   Thu Dec 28 17:47:04 2023 +0300

    mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER

    commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") has
    changed the definition of MAX_ORDER to be inclusive.  This has caused
    issues with code that was not yet upstream and depended on the previous
    definition.

    To draw attention to the altered meaning of the define, rename MAX_ORDER
    to MAX_PAGE_ORDER.

    Link: https://lkml.kernel.org/r/20231228144704.14033-2-kirill.shutemov@linux.intel.com
    Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Signed-off-by: Rafael Aquini <raquini@redhat.com>
2024-12-09 12:24:17 -05:00
..
Kconfig regmap: Provide user selectable option to enable regmap 2024-05-31 15:37:42 -04:00
Makefile regmap: Provide a ram backed regmap with raw support 2023-12-18 16:30:18 +01:00
internal.h Merge: ALSA - update drivers for 9.5 2024-07-15 13:27:57 +00:00
regcache-flat.c
regcache-maple.c regmap: maple: Fix uninitialized symbol 'ret' warnings 2024-07-08 20:55:09 +02:00
regcache-rbtree.c regmap: rbtree: Fix wrong register marked as in-cache when creating new node 2024-05-31 15:37:44 -04:00
regcache.c regmap: fix bogus error on regcache_sync success 2024-05-31 15:37:45 -04:00
regmap-ac97.c
regmap-debugfs.c mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER 2024-12-09 12:24:17 -05:00
regmap-fsi.c
regmap-i2c.c regmap: Account for register length in SMBus I/O limits 2023-11-01 11:12:35 -05:00
regmap-i3c.c
regmap-irq.c regmap-irq: Fix out-of-bounds access when allocating config buffers 2024-05-31 15:37:42 -04:00
regmap-kunit.c regmap: kunit: Fix array overflow in stride() test 2024-07-08 20:55:18 +02:00
regmap-mdio.c
regmap-mmio.c regmap: mmio: Remove unused 64-bit support code 2024-05-31 15:37:41 -04:00
regmap-ram.c regmap: kunit: Create a struct device for the regmap 2024-07-08 20:55:12 +02:00
regmap-raw-ram.c regmap: kunit: Create a struct device for the regmap 2024-07-08 20:55:12 +02:00
regmap-sccb.c
regmap-sdw-mbq.c
regmap-sdw.c
regmap-slimbus.c
regmap-spi-avmm.c regmap: Drop initial version of maximum transfer length fixes 2023-11-01 11:12:35 -05:00
regmap-spi.c
regmap-spmi.c
regmap-w1.c
regmap.c Merge: ALSA - update drivers for 9.5 2024-07-15 13:27:57 +00:00
trace.h