linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] prepare for release
@ 2018-01-03 22:29 Lucas De Marchi
  2018-01-03 22:29 ` [PATCH 1/6] build: add mkosi hooks Lucas De Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lucas De Marchi @ 2018-01-03 22:29 UTC (permalink / raw)
  To: linux-modules; +Cc: Yauheni Kaliuta

I already applied the first patch since I was thinking about just
quickly testing in a pristine environment before releasing.
However I went ahead and 1) added support for more than one distro
using mkosi and 2) debugged why the testsuite was failing for me.

After this I think we are safe to do a new release.


Lucas De Marchi (6):
  build: add mkosi hooks
  build: use tool from configure
  testsuite: generalize mkosi support for other distros
  testsuite: add Fedora's mkosi configuration
  testsuite: add missing error handling
  testsuite: explain why overriding function may fail

 Makefile.am                  | 10 ++++++++++
 configure.ac                 |  1 +
 testsuite/init_module.c      |  9 +++++++--
 testsuite/mkosi/.gitignore   |  3 +++
 testsuite/mkosi/mkosi.arch   | 25 +++++++++++++++++++++++++
 testsuite/mkosi/mkosi.build  | 38 ++++++++++++++++++++++++++++++++++++++
 testsuite/mkosi/mkosi.fedora | 26 ++++++++++++++++++++++++++
 testsuite/testsuite.h        |  2 ++
 8 files changed, 112 insertions(+), 2 deletions(-)
 create mode 100644 testsuite/mkosi/.gitignore
 create mode 100644 testsuite/mkosi/mkosi.arch
 create mode 100755 testsuite/mkosi/mkosi.build
 create mode 100644 testsuite/mkosi/mkosi.fedora

-- 
2.14.3


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

end of thread, other threads:[~2018-01-08 21:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03 22:29 [PATCH 0/6] prepare for release Lucas De Marchi
2018-01-03 22:29 ` [PATCH 1/6] build: add mkosi hooks Lucas De Marchi
2018-01-03 22:29 ` [PATCH 2/6] build: use tool from configure Lucas De Marchi
2018-01-03 22:29 ` [PATCH 3/6] testsuite: generalize mkosi support for other distros Lucas De Marchi
2018-01-03 22:29 ` [PATCH 4/6] testsuite: add Fedora's mkosi configuration Lucas De Marchi
2018-01-03 22:29 ` [PATCH 5/6] testsuite: add missing error handling Lucas De Marchi
2018-01-03 22:29 ` [PATCH 6/6] testsuite: explain why overriding function may fail Lucas De Marchi
2018-01-08 21:33 ` [PATCH 0/6] prepare for release Lucas De Marchi

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).