All of lore.kernel.org
 help / color / mirror / Atom feed
* Failed to backport from from Linux 4.4 drivers to Linux 3.10.108
@ 2018-05-08  3:05 Masashi Honma
  2018-05-08  9:09 ` Johannes Berg
  0 siblings, 1 reply; 18+ messages in thread
From: Masashi Honma @ 2018-05-08  3:05 UTC (permalink / raw)
  To: backports

I am trying to backport from Linux 4.4 drivers to Linux 3.10.108 with 
backports.

These are my commands.
----
$ cd ~/git
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

$ cd ~/git
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
$ cd linux-stable
$ git checkout v3.10.108

$ cd ~/git
$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/backports/backports.git
$ cd backports
$ git checkout linux-4.4.y
$ ./gentree.py --copy-list ./copy-list --integrate --clean 
--git-revision v4.4 ~/git/linux-next ~/git/linux-stable
----

The gentree.py command resulted in these messages.
----
Get original source files from git ...
Applying patches from patches to /home/honma/git/linux-stable/backports/ ...
Failed to process SmPL patch 
collateral-evolutions/network/0027-genl-const/genl-const.cocci
Traceback (most recent call last):
   File "./gentree.py", line 1091, in <module>
     ret = _main()
   File "./gentree.py", line 724, in _main
     logwrite=logwrite)
   File "./gentree.py", line 906, in process
     apply_patches(args, "backport", source_dir, 'patches', 
bpid.target_dir, logwrite)
   File "./gentree.py", line 605, in apply_patches
     raise Exception('SmPL patch failed')
Exception: SmPL patch failed
----

Is this caused by my invalid procedure ?
If so, please tell me right way.

Regards,
Masashi Honma.
--
To unsubscribe from this list: send the line "unsubscribe backports" in

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

end of thread, other threads:[~2018-05-09 19:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-08  3:05 Failed to backport from from Linux 4.4 drivers to Linux 3.10.108 Masashi Honma
2018-05-08  9:09 ` Johannes Berg
2018-05-08  8:53   ` Masashi Honma
2018-05-08  9:08     ` Johannes Berg
2018-05-08 21:42       ` Masashi Honma
2018-05-09  7:21         ` Masashi Honma
2018-05-09  7:24           ` Johannes Berg
2018-05-09  7:54             ` Johannes Berg
2018-05-09  8:07               ` Masashi Honma
2018-05-09  8:12                 ` Johannes Berg
2018-05-09  8:51                   ` Masashi Honma
2018-05-09  9:03                     ` Johannes Berg
2018-05-09  9:16                       ` Masashi Honma
2018-05-09  9:24                       ` Masashi Honma
2018-05-09  9:25                         ` Johannes Berg
2018-05-09 14:19                           ` Steve deRosier
2018-05-09 18:49                             ` Arend van Spriel
2018-05-09 19:27                               ` Johannes Berg

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.