Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/7] MIPS: decstation_64_defconfig: Compile the kernel with warnings as errors
@ 2025-02-18 12:51 WangYuli
  2025-02-18 12:54 ` [PATCH 1/7] MIPS: dec: Declare which_prom() as static WangYuli
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: WangYuli @ 2025-02-18 12:51 UTC (permalink / raw)
  To: tsbogend, macro
  Cc: linux-mips, linux-kernel, zhanjun, niecheng1, guanwentao,
	chenlinxuan, WangYuli

Patchset ("MIPS: dec: Only check -msym32 when need compiler") from list [1]
allows us to compile kernel image packages with decstation_64_defconfig.

However, compilation warnings remain during the build.

Address these warnings and enable CONFIG_WERROR for decstation_64_defconfig.

[1]. https://lore.kernel.org/all/8ABBF323414AEF93+20250217142541.48149-1-wangyuli@uniontech.com/

WangYuli (7):
  MIPS: dec: Declare which_prom() as static
  MIPS: dec: Create reset.h
  MIPS: cevt-ds1287: Add missing ds1287.h include
  MIPS: ds1287: Match ds1287_set_base_clock() function types
  MIPS: dec: Remove dec_irq_dispatch()
  MIPS: decstation_64_defconfig: Update configs dependencies
  MIPS: decstation_64_defconfig: Compile the kernel with warnings as
    errors

 arch/mips/configs/decstation_64_defconfig | 45 +++++++++--------------
 arch/mips/dec/int-handler.S               |  2 +-
 arch/mips/dec/prom/init.c                 |  5 +--
 arch/mips/dec/reset.c                     |  2 +
 arch/mips/dec/setup.c                     | 15 +-------
 arch/mips/include/asm/dec/reset.h         | 17 +++++++++
 arch/mips/include/asm/ds1287.h            |  2 +-
 arch/mips/kernel/cevt-ds1287.c            |  1 +
 8 files changed, 44 insertions(+), 45 deletions(-)
 create mode 100644 arch/mips/include/asm/dec/reset.h

-- 
2.47.2


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-03-03  9:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 12:51 [PATCH 0/7] MIPS: decstation_64_defconfig: Compile the kernel with warnings as errors WangYuli
2025-02-18 12:54 ` [PATCH 1/7] MIPS: dec: Declare which_prom() as static WangYuli
2025-02-27 10:00   ` Thomas Bogendoerfer
2025-02-18 12:56 ` [PATCH 2/7] MIPS: dec: Create reset.h WangYuli
2025-02-27  9:45   ` Thomas Bogendoerfer
2025-02-27 10:14     ` WangYuli
2025-02-18 12:57 ` [PATCH 3/7] MIPS: cevt-ds1287: Add missing ds1287.h include WangYuli
2025-02-27 10:00   ` Thomas Bogendoerfer
2025-02-18 12:57 ` [PATCH 4/7] MIPS: ds1287: Match ds1287_set_base_clock() function types WangYuli
2025-02-27 10:00   ` Thomas Bogendoerfer
2025-02-18 12:58 ` [PATCH 5/7] MIPS: dec: Remove dec_irq_dispatch() WangYuli
2025-02-27 10:01   ` Thomas Bogendoerfer
2025-02-28 16:01   ` Maciej W. Rozycki
2025-03-03  4:23     ` WangYuli
2025-03-03  9:06       ` Thomas Bogendoerfer
2025-02-18 13:00 ` [PATCH 6/7] MIPS: decstation_64_defconfig: Update configs dependencies WangYuli
2025-02-18 13:00 ` [PATCH 7/7] MIPS: decstation_64_defconfig: Compile the kernel with warnings as errors WangYuli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox