backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masashi Honma <masashi.honma@gmail.com>
To: backports@vger.kernel.org
Subject: Failed to backport from from Linux 4.4 drivers to Linux 3.10.108
Date: Tue, 8 May 2018 12:05:09 +0900	[thread overview]
Message-ID: <149bc44e-f521-cf4a-397a-c8e42d00081b@gmail.com> (raw)

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

             reply	other threads:[~2018-05-08  3:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-08  3:05 Masashi Honma [this message]
2018-05-08  9:09 ` Failed to backport from from Linux 4.4 drivers to Linux 3.10.108 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

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=149bc44e-f521-cf4a-397a-c8e42d00081b@gmail.com \
    --to=masashi.honma@gmail.com \
    --cc=backports@vger.kernel.org \
    /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 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).