public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes).
@ 2024-06-25 13:31 Wim Van Sebroeck
  2024-06-26 15:50 ` Linus Torvalds
  2024-06-30 15:46 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Wim Van Sebroeck @ 2024-06-25 13:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Arnd Bergmann, Jeff Johnson

Hi Linus,

Please pull following watchdog changes for the v6.10 release cycle.

This series contains:
* lenovo_se10_wdt: add HAS_IOPORT dependency
* add missing MODULE_DESCRIPTION() macros

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

for you to fetch changes up to acf9e67a7625367b89440855572b29c5ec19dd20:

  watchdog: add missing MODULE_DESCRIPTION() macros (2024-06-15 12:49:57 +0200)

----------------------------------------------------------------
linux-watchdog 6.10-rc-fixes tag

----------------------------------------------------------------
Arnd Bergmann (1):
      watchdog: lenovo_se10_wdt: add HAS_IOPORT dependency

Jeff Johnson (1):
      watchdog: add missing MODULE_DESCRIPTION() macros

 drivers/watchdog/Kconfig           | 1 +
 drivers/watchdog/menz69_wdt.c      | 1 +
 drivers/watchdog/omap_wdt.c        | 1 +
 drivers/watchdog/simatic-ipc-wdt.c | 1 +
 drivers/watchdog/ts4800_wdt.c      | 1 +
 drivers/watchdog/twl4030_wdt.c     | 1 +
 6 files changed, 6 insertions(+)
----------------------------------------------------------------

Kind regards,
Wim.


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

* Re: [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes).
  2024-06-25 13:31 [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes) Wim Van Sebroeck
@ 2024-06-26 15:50 ` Linus Torvalds
  2024-06-30  9:14   ` Wim Van Sebroeck
  2024-06-30 15:46 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2024-06-26 15:50 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Arnd Bergmann, Jeff Johnson

On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
>   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

ENOSUCHTAG.

I do see the commit you mention in HEAD, but there's no actual signed
tag referencing it.

Forgot to push out (and then didn't react to the error messages that
git request-pull gave you)?

             Linus

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

* Re: [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes).
  2024-06-26 15:50 ` Linus Torvalds
@ 2024-06-30  9:14   ` Wim Van Sebroeck
  2024-06-30  9:44     ` Wim Van Sebroeck
  0 siblings, 1 reply; 5+ messages in thread
From: Wim Van Sebroeck @ 2024-06-30  9:14 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Wim Van Sebroeck, Andrew Morton, LKML,
	Linux Watchdog Mailing List, Guenter Roeck, Arnd Bergmann,
	Jeff Johnson

Hi Linus,

> On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> >
> >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes
> 
> ENOSUCHTAG.
> 
> I do see the commit you mention in HEAD, but there's no actual signed
> tag referencing it.
> 
> Forgot to push out (and then didn't react to the error messages that
> git request-pull gave you)?

It didn't gave me any warnings, so I took time to investigate it this morning.
Turns out I did not do it on the linux-watchdog tree but on the linux-watchog-next tree :-( .
Such a stupid mistake from my side...

I'll fix it and will come back.

Kind regards,
Wim.


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

* Re: [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes).
  2024-06-30  9:14   ` Wim Van Sebroeck
@ 2024-06-30  9:44     ` Wim Van Sebroeck
  0 siblings, 0 replies; 5+ messages in thread
From: Wim Van Sebroeck @ 2024-06-30  9:44 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Arnd Bergmann, Jeff Johnson


Hi Linus,

> > On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> > >
> > >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes
> > 
> > ENOSUCHTAG.
> > 
> > I do see the commit you mention in HEAD, but there's no actual signed
> > tag referencing it.
> > 
> > Forgot to push out (and then didn't react to the error messages that
> > git request-pull gave you)?
> 
> It didn't gave me any warnings, so I took time to investigate it this morning.
> Turns out I did not do it on the linux-watchdog tree but on the linux-watchog-next tree :-( .
> Such a stupid mistake from my side...
> 
> I'll fix it and will come back.

It's fixed now. Tag is on the correct tree. (Actually on both trees :-) ).

Kind regards,
Wim.


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

* Re: [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes).
  2024-06-25 13:31 [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes) Wim Van Sebroeck
  2024-06-26 15:50 ` Linus Torvalds
@ 2024-06-30 15:46 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2024-06-30 15:46 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Arnd Bergmann, Jeff Johnson

The pull request you sent on Tue, 25 Jun 2024 15:31:51 +0200:

> git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/327fceff3b634e6f21bbe60bd1d28e41d5b1d924

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-06-30 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 13:31 [GIT PULL REQUEST] watchdog - v6.10 release cycle (fixes) Wim Van Sebroeck
2024-06-26 15:50 ` Linus Torvalds
2024-06-30  9:14   ` Wim Van Sebroeck
2024-06-30  9:44     ` Wim Van Sebroeck
2024-06-30 15:46 ` pr-tracker-bot

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