All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"open list:LOONGARCH" <loongarch@lists.linux.dev>
Subject: Re: linux-next: Tree for Aug 28 (loongarch: kgdb)
Date: Mon, 28 Aug 2023 17:38:41 -0700	[thread overview]
Message-ID: <106e0bb2-1fa6-5914-67f6-269755779e61@infradead.org> (raw)
In-Reply-To: <20230828150220.31624576@canb.auug.org.au>



On 8/27/23 22:02, Stephen Rothwell wrote:
> Hi all,
> 
> Please do *not* include material destined for v6.7 in your linux-next
> included branches until *after* v6.6-rc1 has been released.  Also,
> do *not* rebase you linu-next included branches onto v6.5.
> 
> Changes since 20230825:
> 

There are many build errors when CONFIG_PERF_EVENTS => HAVE_HW_BREAKPOINT
are not set.
This is a reduced list of the build errors:

../arch/loongarch/kernel/kgdb.c: In function 'hw_break_reserve_slot':
../arch/loongarch/kernel/kgdb.c:515:21: error: implicit declaration of function 'dbg_reserve_bp_slot'; did you mean 'reserve_bp_slot'? [-Werror=implicit-function-declaration]
  515 |                 if (dbg_reserve_bp_slot(*pevent))
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     reserve_bp_slot
../arch/loongarch/kernel/kgdb.c:527:17: error: implicit declaration of function 'dbg_release_bp_slot'; did you mean 'release_bp_slot'? [-Werror=implicit-function-declaration]
  527 |                 dbg_release_bp_slot(*pevent);
      |                 ^~~~~~~~~~~~~~~~~~~
      |                 release_bp_slot
../arch/loongarch/kernel/kgdb.c: In function 'kgdb_disable_hw_break':
../arch/loongarch/kernel/kgdb.c:640:23: error: 'struct perf_event' has no member named 'attr'
  640 |                 if (bp->attr.disabled == 1)
      |                       ^~
../arch/loongarch/kernel/kgdb.c: In function 'kgdb_arch_late':
../arch/loongarch/kernel/kgdb.c:732:9: error: implicit declaration of function 'hw_breakpoint_init'; did you mean 'hw_breakpoint_slots'? [-Werror=implicit-function-declaration]
  732 |         hw_breakpoint_init(&attr);
      |         ^~~~~~~~~~~~~~~~~~
      |         hw_breakpoint_slots
../arch/loongarch/kernel/kgdb.c:752:38: error: 'struct perf_event' has no member named 'destroy'
  752 |                         if (pevent[0]->destroy) {
      |                                      ^~
cc1: some warnings being treated as errors


-- 
~Randy

  parent reply	other threads:[~2023-08-29  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28  5:02 linux-next: Tree for Aug 28 Stephen Rothwell
2023-08-28 20:35 ` linux-next: Tree for Aug 28 (drivers/platform/x86/mlx-platform.c) Randy Dunlap
2023-08-29  5:39   ` Vadim Pasternak
2023-08-29  0:38 ` Randy Dunlap [this message]
2023-08-29  4:10   ` linux-next: Tree for Aug 28 (loongarch: kgdb) Huacai Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=106e0bb2-1fa6-5914-67f6-269755779e61@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.