All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] backports: add NFC subsystem
@ 2013-04-08 10:26 Thierry Escande
  2013-04-08 19:28 ` Luis R. Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Thierry Escande @ 2013-04-08 10:26 UTC (permalink / raw)
  To: backports

This adds support for NFC core and drivers backport down to v3.1. Prior kernel
versions won't support it as is since PF_NFC net proto as been introduced in
v3.1 and sock_register kernel api in prior kernels will fail for PF_NFC.


$ckmake --defconfig nfc

1   2.6.24              [  OK  ]
2   2.6.25              [  OK  ]
3   2.6.26              [  OK  ]
4   2.6.27              [  OK  ]
5   2.6.28              [  OK  ]
6   2.6.29              [  OK  ]
7   2.6.30              [  OK  ]
8   2.6.31              [  OK  ]
9   2.6.32              [  OK  ]
10  2.6.33              [  OK  ]
11  2.6.34              [  OK  ]
12  2.6.35              [  OK  ]
13  2.6.36              [  OK  ]
14  2.6.37              [  OK  ]
15  2.6.38              [  OK  ]
16  2.6.39              [  OK  ]
17  3.0.65              [  OK  ]
18  3.1.10              [  OK  ]
19  3.2.38              [  OK  ]
20  3.3.8               [  OK  ]
21  3.4.32              [  OK  ]
22  3.5.7               [  OK  ]
23  3.6.11              [  OK  ]
24  3.7.9               [  OK  ]
25  3.8.0               [  OK  ]
26  3.9-rc1             [  OK  ]

Thierry Escande (8):
  backport sk_for_each_safe
  backport a define for SOL_NFC
  backport MODULE_ALIAS_GENL_FAMILY macro
  backport module_i2c_driver helper macro
  backports: add NFC core and drivers
  backports: add NFC patches
  build: enable NFC build
  build: add NFC defconfig file

 backport/Kconfig                                   |    2 +
 backport/Makefile.kernel                           |    2 +
 backport/defconfigs/nfc                            |   11 ++
 backport/include/linux/compat-3.10.h               |    6 +
 backport/include/linux/compat-3.3.h                |   21 +++
 backport/include/linux/compat-3.5.h                |   25 +++
 backport/include/linux/compat-3.9.h                |    4 +
 copy-list                                          |   14 ++
 dependencies                                       |    4 +
 .../nfc/01-netlink-portid/INFO                     |   42 +++++
 .../nfc/01-netlink-portid/net_nfc_netlink.patch    |   71 ++++++++
 patches/collateral-evolutions/nfc/02-pr_fmt/INFO   |    6 +
 .../nfc/02-pr_fmt/net_nfc.patch                    |  181 ++++++++++++++++++++
 .../nfc/03-driver-core-constify-data/INFO          |    7 +
 .../net_nfc_core.patch                             |   14 ++
 15 files changed, 410 insertions(+)
 create mode 100644 backport/defconfigs/nfc
 create mode 100644 patches/collateral-evolutions/nfc/01-netlink-portid/INFO
 create mode 100644 patches/collateral-evolutions/nfc/01-netlink-portid/net_nfc_netlink.patch
 create mode 100644 patches/collateral-evolutions/nfc/02-pr_fmt/INFO
 create mode 100644 patches/collateral-evolutions/nfc/02-pr_fmt/net_nfc.patch
 create mode 100644 patches/collateral-evolutions/nfc/03-driver-core-constify-data/INFO
 create mode 100644 patches/collateral-evolutions/nfc/03-driver-core-constify-data/net_nfc_core.patch

-- 
1.7.10.4


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

* Re: [PATCH v3 0/8] backports: add NFC subsystem
  2013-04-08 10:26 [PATCH v3 0/8] backports: add NFC subsystem Thierry Escande
@ 2013-04-08 19:28 ` Luis R. Rodriguez
  2013-04-08 20:26   ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Luis R. Rodriguez @ 2013-04-08 19:28 UTC (permalink / raw)
  To: Thierry Escande; +Cc: backports

On Mon, Apr 8, 2013 at 3:26 AM, Thierry Escande
<thierry.escande@linux.intel.com> wrote:
> This adds support for NFC core and drivers backport down to v3.1. Prior kernel
> versions won't support it as is since PF_NFC net proto as been introduced in
> v3.1 and sock_register kernel api in prior kernels will fail for PF_NFC.
>
> $ckmake --defconfig nfc

I think using this makes sense for testing *your* development work but
for integration upstream I'd prefer to see a full ckmake test. We can
get you access to the build box to help with this, or Johannes can
also run it prior to integration.

  Luis

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

* Re: [PATCH v3 0/8] backports: add NFC subsystem
  2013-04-08 19:28 ` Luis R. Rodriguez
@ 2013-04-08 20:26   ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2013-04-08 20:26 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: Thierry Escande, backports

On Mon, 2013-04-08 at 12:28 -0700, Luis R. Rodriguez wrote:
> On Mon, Apr 8, 2013 at 3:26 AM, Thierry Escande
> <thierry.escande@linux.intel.com> wrote:
> > This adds support for NFC core and drivers backport down to v3.1. Prior kernel
> > versions won't support it as is since PF_NFC net proto as been introduced in
> > v3.1 and sock_register kernel api in prior kernels will fail for PF_NFC.
> >
> > $ckmake --defconfig nfc
> 
> I think using this makes sense for testing *your* development work but
> for integration upstream I'd prefer to see a full ckmake test. We can
> get you access to the build box to help with this, or Johannes can
> also run it prior to integration.

I ran it, works & pushed.

johannes


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

end of thread, other threads:[~2013-04-08 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-08 10:26 [PATCH v3 0/8] backports: add NFC subsystem Thierry Escande
2013-04-08 19:28 ` Luis R. Rodriguez
2013-04-08 20:26   ` 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.