linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: remove include/linux/cyclades.h from header file check
@ 2022-01-27  7:33 Greg Kroah-Hartman
  2022-01-27 12:02 ` Maciej W. Rozycki
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kroah-Hartman @ 2022-01-27  7:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, stable, Masahiro Yamada, Stephen Rothwell,
	kernel test robot, Maciej W. Rozycki

The file now rightfully throws up a big warning that it should never be
included, so remove it from the header_check test.

Fixes: f23653fe6447 ("tty: Partially revert the removal of the Cyclades public API")
Cc: stable <stable@vger.kernel.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Cc: "Maciej W. Rozycki" <macro@embecosm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
As the offending commit is in the tty.git tree, I'll take this through
there as well.

 usr/include/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr/include/Makefile b/usr/include/Makefile
index 7be7468c177b..83822c33e9e7 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -28,6 +28,7 @@ no-header-test += linux/am437x-vpfe.h
 no-header-test += linux/android/binder.h
 no-header-test += linux/android/binderfs.h
 no-header-test += linux/coda.h
+no-header-test += linux/cyclades.h
 no-header-test += linux/errqueue.h
 no-header-test += linux/fsmap.h
 no-header-test += linux/hdlc/ioctl.h
-- 
2.35.0


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

* Re: [PATCH] kbuild: remove include/linux/cyclades.h from header file check
  2022-01-27  7:33 [PATCH] kbuild: remove include/linux/cyclades.h from header file check Greg Kroah-Hartman
@ 2022-01-27 12:02 ` Maciej W. Rozycki
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej W. Rozycki @ 2022-01-27 12:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, stable, Masahiro Yamada, Stephen Rothwell,
	kernel test robot

On Thu, 27 Jan 2022, Greg Kroah-Hartman wrote:

> The file now rightfully throws up a big warning that it should never be
> included, so remove it from the header_check test.

 Thanks, I wasn't aware we have this stuff.

  Maciej

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

end of thread, other threads:[~2022-01-27 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  7:33 [PATCH] kbuild: remove include/linux/cyclades.h from header file check Greg Kroah-Hartman
2022-01-27 12:02 ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).