Linux-NFC Archive on lore.kernel.org
 help / color / mirror / Atom feed
[linux-nfc] Re: task hung in port100_send_cmd_sync
 2022-09-20 13:54 UTC 

[linux-nfc] Re: ST ST95HF DRIVER security bug
 2022-08-24 16:21 UTC  (2+ messages)

[linux-nfc] Re: [PATCH net v3 1/3] nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
 2022-07-20 14:53 UTC  (4+ messages)
  ` [linux-nfc] Re: [PATCH net v3 2/3] nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
  ` [linux-nfc] Re: [PATCH net v3 3/3] nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
  ` [linux-nfc] Re: [PATCH net v3 0/3] Split "nfc: st21nfca: Refactor EVT_TRANSACTION" into 3

[linux-nfc] Re: [PATCH] MAINTAINERS: nfc: drop Charles Gorand from NXP-NCI
 2022-06-26 20:01 UTC 

[linux-nfc] [neard][PATCH] ci: build on newest Ubuntu Jammy Jellyfish (22.04)
 2022-06-01 12:16 UTC 

[linux-nfc] [PATCH] nfc: nfcmrvl: spi: Fix irq_of_parse_and_map() return value
 2022-04-23  9:28 UTC  (2+ messages)
  ` [linux-nfc] "

[linux-nfc] [PATCH] nfc: MAINTAINERS: add Bug entry
 2022-04-20 10:46 UTC 

[linux-nfc] [PATCH 0/2] MAINTAINERS/dt-bindings: changes to my emails
 2022-04-04 13:46 UTC  (5+ messages)
` [linux-nfc] [PATCH 1/2] dt-bindings: update Krzysztof Kozlowski's email
` [linux-nfc] [PATCH 2/2] MAINTAINERS: update Krzysztof Kozlowski's email to Linaro
` [linux-nfc] Re: [PATCH 0/2] MAINTAINERS/dt-bindings: changes to my emails

[linux-nfc] [RESEND PATCH v2 0/6] nfc: llcp: few cleanups/improvements
 2022-03-03 13:13 UTC  (8+ messages)
` [linux-nfc] [RESEND PATCH v2 1/6] nfc: llcp: nullify llcp_sock->dev on connect() error paths
` [linux-nfc] [RESEND PATCH v2 2/6] nfc: llcp: simplify llcp_sock_connect() "
` [linux-nfc] [RESEND PATCH v2 3/6] nfc: llcp: use centralized exiting of bind on errors
` [linux-nfc] [RESEND PATCH v2 4/6] nfc: llcp: use test_bit()
    ` [linux-nfc] "
` [linux-nfc] [RESEND PATCH v2 5/6] nfc: llcp: protect nfc_llcp_sock_unlink() calls
` [linux-nfc] [RESEND PATCH v2 6/6] nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"

[linux-nfc] [neard][PATCH 1/3] ci: show kernel headers version and difference against embedded nfc.h
 2022-02-14 12:32 UTC  (5+ messages)
` [linux-nfc] [neard][PATCH] Revert "include: Add a copy of the NFC kernel header"
  ` [linux-nfc] "
` [linux-nfc] [neard][PATCH 2/3] ci: build on newer Fedora Linux (34 and 35)
` [linux-nfc] [neard][PATCH 3/3] include: sync nfc_copy.h with Linux kernel v5.17-rc4

[linux-nfc] [PATCH v2 0/6] nfc: llcp: few cleanups/improvements
 2022-01-19  7:53 UTC  (7+ messages)
` [linux-nfc] [PATCH v2 1/6] nfc: llcp: nullify llcp_sock->dev on connect() error paths
` [linux-nfc] [PATCH v2 2/6] nfc: llcp: simplify llcp_sock_connect() "
` [linux-nfc] [PATCH v2 3/6] nfc: llcp: use centralized exiting of bind on errors
` [linux-nfc] [PATCH v2 4/6] nfc: llcp: use test_bit()
` [linux-nfc] [PATCH v2 5/6] nfc: llcp: protect nfc_llcp_sock_unlink() calls
` [linux-nfc] [PATCH v2 6/6] nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"

[linux-nfc] [PATCH v2 0/1] nfc: llcp: a fix after syzbot report
 2022-01-19  7:48 UTC  (2+ messages)
` [linux-nfc] [PATCH v2 1/1] nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()

[linux-nfc] [PATCH 0/7] nfc: llcp: fix and improvements
 2022-01-16 16:58 UTC  (11+ messages)
` [linux-nfc] [PATCH 1/7] nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()
  ` [linux-nfc] "
` [linux-nfc] [PATCH 2/7] nfc: llcp: nullify llcp_sock->dev on connect() error paths
` [linux-nfc] [PATCH 3/7] nfc: llcp: simplify llcp_sock_connect() "
` [linux-nfc] [PATCH 4/7] nfc: llcp: use centralized exiting of bind on errors
` [linux-nfc] [PATCH 5/7] nfc: llcp: use test_bit()
` [linux-nfc] [PATCH 6/7] nfc: llcp: protect nfc_llcp_sock_unlink() calls
` [linux-nfc] [PATCH 7/7] nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"
  ` [linux-nfc] Re: [PATCH 0/7] nfc: llcp: fix and improvements

[linux-nfc] [PATCH] nfc: uapi: use kernel size_t to fix user-space builds
 2021-12-26 12:03 UTC 

[linux-nfc] [PATCH] nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
 2021-12-09  8:13 UTC 

[linux-nfc] [PATCH] [neard][RFC] test: Convert Python2 scripts to Python3
 2021-12-06 17:17 UTC  (6+ messages)
` [linux-nfc] "

[linux-nfc] [RFC v2 0/6] Python3 conversion + formatting
 2021-12-06 17:11 UTC  (14+ messages)
` [linux-nfc] [PATCH v2 1/6] test: Use spaces for Python test scripts
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 2/6] test: Convert test script from Python2 to Python3
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 3/6] test: Reformat Python test scripts
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 4/6] se: Use spaces only for SE "
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 5/6] se: Convert SE test script from Python2 to Python3
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 6/6] se: Reformat SE Python test scripts

[linux-nfc] [neard] neard release v0.18
 2021-11-22 13:23 UTC 

[linux-nfc] [PATCH stable v5.4+] NFC: add necessary privilege flags in netlink layer
 2021-11-15 17:35 UTC  (3+ messages)
` [linux-nfc] [PATCH stable v4.4 - v4.14] "
` [linux-nfc] [PATCH stable v4.19] "

[linux-nfc] [neard][PATCH 1/4] include: include endian.h to fix missing __BYTE_ORDER definition on Debian Stretch
 2021-11-11 10:46 UTC  (5+ messages)
` [linux-nfc] [neard][PATCH 2/4] ci: add Ubuntu Impish (21.10)
` [linux-nfc] [neard][PATCH 3/4] ci: add Debian Buster and Stretch
` [linux-nfc] [neard][PATCH 4/4] ci: add Debian Testing for i386 and cross compile
` [linux-nfc] Re: [neard][PATCH 1/4] include: include endian.h to fix missing __BYTE_ORDER definition on Debian Stretch

[linux-nfc] [PATCH] nfc: port100: lower verbosity of cancelled URB messages
 2021-11-07 14:14 UTC 

[linux-nfc] [PATCH v2] nfc: port100: fix using -ERRNO as command type mask
 2021-10-25 14:49 UTC 

[linux-nfc] [PATCH] nfc: port100: fix using -ERRNO as command type mask
 2021-10-25 14:48 UTC  (2+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH] NFC: NULL out conn_info reference when conn is closed
 2021-10-13  4:30 UTC 

[linux-nfc] [PATCH v3 0/7] nfc: minor printk cleanup
 2021-10-11 13:38 UTC  (8+ messages)
` [linux-nfc] [PATCH v3 1/7] nfc: drop unneeded debug prints
` [linux-nfc] [PATCH v3 2/7] nfc: nci: replace GPLv2 boilerplate with SPDX
` [linux-nfc] [PATCH v3 3/7] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [linux-nfc] [PATCH v3 4/7] nfc: st-nci: drop unneeded debug prints
` [linux-nfc] [PATCH v3 5/7] nfc: st21nfca: "
` [linux-nfc] [PATCH v3 6/7] nfc: trf7970a: "
` [linux-nfc] [PATCH v3 7/7] nfc: microread: "

[linux-nfc] [RESEND PATCH v2 0/7] nfc: minor printk cleanup
 2021-10-11 13:33 UTC  (12+ messages)
` [linux-nfc] [RESEND PATCH v2 1/7] nfc: drop unneeded debug prints
` [linux-nfc] [RESEND PATCH v2 2/7] nfc: nci: replace GPLv2 boilerplate with SPDX
    ` [linux-nfc] "
` [linux-nfc] [RESEND PATCH v2 3/7] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [linux-nfc] [RESEND PATCH v2 4/7] nfc: st-nci: drop unneeded debug prints
` [linux-nfc] [RESEND PATCH v2 5/7] nfc: st21nfca: "
` [linux-nfc] [RESEND PATCH v2 6/7] nfc: trf7970a: "
` [linux-nfc] [RESEND PATCH v2 7/7] nfc: microread: "
  ` [linux-nfc] Re: [RESEND PATCH v2 0/7] nfc: minor printk cleanup

[linux-nfc] [PATCH v2 0/8] nfc: dt-bindings: convert to dt-schema
 2021-10-11  7:39 UTC  (9+ messages)
` [linux-nfc] [PATCH v2 1/8] dt-bindings: nfc: nxp,nci: convert to dtschema
` [linux-nfc] [PATCH v2 2/8] dt-bindings: nfc: nxp,nci: document NXP PN547 binding
` [linux-nfc] [PATCH v2 3/8] dt-bindings: nfc: nxp,pn532: convert to dtschema
` [linux-nfc] [PATCH v2 4/8] dt-bindings: nfc: st,st21nfca: "
` [linux-nfc] [PATCH v2 5/8] dt-bindings: nfc: st,st95hf: "
` [linux-nfc] [PATCH v2 6/8] dt-bindings: nfc: st,nci: "
` [linux-nfc] [PATCH v2 7/8] dt-bindings: nfc: ti,trf7970a: "
` [linux-nfc] [PATCH v2 8/8] dt-bindings: nfc: marvell,nci: "

[linux-nfc] [PATCH 1/7] dt-bindings: nfc: nxp,nci: convert to dtschema
 2021-10-10 20:58 UTC  (10+ messages)
` [linux-nfc] [PATCH 2/7] dt-bindings: nfc: nxp,pn532: "
` [linux-nfc] [PATCH 3/7] dt-bindings: nfc: st,st21nfca: "
` [linux-nfc] [PATCH 4/7] dt-bindings: nfc: st,st95hf: "
` [linux-nfc] [PATCH 5/7] dt-bindings: nfc: st,nci: "
` [linux-nfc] [PATCH 6/7] dt-bindings: nfc: ti,trf7970a: "
    ` [linux-nfc] "
` [linux-nfc] [PATCH 7/7] dt-bindings: nfc: marvell,nfc: "
  ` [linux-nfc] Re: [PATCH 1/7] dt-bindings: nfc: nxp,nci: "

[linux-nfc] [neard][PATCH] adapter: use sockaddr_storage to solve uninitialized sa_data access
 2021-10-10 10:18 UTC 

[linux-nfc] [PATCH] nfc: nci: fix the UAF of rf_conn_info object
 2021-10-07 17:44 UTC 

[linux-nfc] [PATCH v2 00/15] nfc: minor printk cleanup
 2021-10-07 13:01 UTC  (18+ messages)
` [linux-nfc] [PATCH v2 01/15] nfc: drop unneeded debug prints
` [linux-nfc] [PATCH v2 02/15] nfc: do not break pr_debug() call into separate lines
` [linux-nfc] [PATCH v2 03/15] nfc: nci: replace GPLv2 boilerplate with SPDX
` [linux-nfc] [PATCH v2 04/15] nfc: fdp: drop unneeded debug prints
` [linux-nfc] [PATCH v2 05/15] nfc: pn533: "
` [linux-nfc] [PATCH v2 06/15] nfc: pn533: use dev_err() instead of pr_err()
` [linux-nfc] [PATCH v2 07/15] nfc: pn544: drop unneeded debug prints
` [linux-nfc] [PATCH v2 08/15] nfc: pn544: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH v2 09/15] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [linux-nfc] [PATCH v2 10/15] nfc: st-nci: drop unneeded debug prints
` [linux-nfc] [PATCH v2 11/15] nfc: st21nfca: "
` [linux-nfc] [PATCH v2 12/15] nfc: trf7970a: "
  ` [linux-nfc] "
` [linux-nfc] [PATCH v2 13/15] nfc: microread: "
` [linux-nfc] [PATCH v2 14/15] nfc: microread: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH v2 15/15] nfc: mrvl: "

[linux-nfc] [neard][PATCH 1/8] build: adjust configure.ac syntax to match autoupdate
 2021-09-23 15:54 UTC  (9+ messages)
` [linux-nfc] [neard][PATCH 2/8] build: replace deprecated AC_HELP_STRING
` [linux-nfc] [neard][PATCH 3/8] ci: switch to dnf on Fedora
` [linux-nfc] [neard][PATCH 4/8] ci: add more Fedora containers
` [linux-nfc] [neard][PATCH 5/8] ci: add ArchLinux container
` [linux-nfc] [neard][PATCH 6/8] ci: install pkg-config
` [linux-nfc] [neard][PATCH 7/8] HACKING: rephrase message about dependencies
` [linux-nfc] [neard][PATCH 8/8] ci: group package installation on Alpine
` [linux-nfc] Re: [neard][PATCH 1/8] build: adjust configure.ac syntax to match autoupdate

[linux-nfc] [neard] neard release v0.17
 2021-09-22 12:13 UTC 

[linux-nfc] [PATCH 00/15] nfc: minor printk cleanup
 2021-09-07 17:06 UTC  (18+ messages)
` [linux-nfc] [PATCH 01/15] nfc: drop unneeded debug prints
` [linux-nfc] [PATCH 02/15] nfc: do not break pr_debug() call into separate lines
` [linux-nfc] [PATCH 03/15] nfc: nci: replace GPLv2 boilerplate with SPDX
` [linux-nfc] [PATCH 04/15] nfc: fdp: drop unneeded debug prints
` [linux-nfc] [PATCH 05/15] nfc: pn533: "
  ` [linux-nfc] "
` [linux-nfc] [PATCH 06/15] nfc: pn533: use dev_err() instead of pr_err()
` [linux-nfc] [PATCH 07/15] nfc: pn544: drop unneeded debug prints
` [linux-nfc] [PATCH 08/15] nfc: pn544: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH 09/15] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [linux-nfc] [PATCH 10/15] nfc: st-nci: drop unneeded debug prints
` [linux-nfc] [PATCH 11/15] nfc: st21nfca: "
` [linux-nfc] [PATCH 12/15] nfc: trf7970a: "
` [linux-nfc] [PATCH 13/15] nfc: microread: "
` [linux-nfc] [PATCH 14/15] nfc: microread: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH 15/15] nfc: mrvl: "

[linux-nfc] set dev->rfkill to NULL in device cleanup routine
 2021-09-01  8:27 UTC  (2+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH 1/6] nfc: microread: remove unused header includes
 2021-08-25 14:24 UTC  (6+ messages)
` [linux-nfc] [PATCH 2/6] nfc: mrvl: "
` [linux-nfc] [PATCH 3/6] nfc: pn544: "
` [linux-nfc] [PATCH 4/6] nfc: st-nci: "
` [linux-nfc] [PATCH 5/6] nfc: st21nfca: "
` [linux-nfc] [PATCH 6/6] nfc: st95hf: "

[linux-nfc] [PATCH] NFC: NCI: make parent aware in PM terms
 2021-08-24  7:24 UTC  (7+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-08-20 15:31 UTC  (5+ messages)
  ` [linux-nfc] "

[linux-nfc] [PATCH v2 net-next 0/8] Update the virtual NCI device driver and add the NCI testcase
 2021-08-17 13:28 UTC  (9+ messages)
` [linux-nfc] [PATCH v2 net-next 1/8] nfc: virtual_ncidev: Use wait queue instead of polling
` [linux-nfc] [PATCH v2 net-next 2/8] selftests: nci: Remove the polling code to read a NCI frame
` [linux-nfc] [PATCH v2 net-next 3/8] selftests: nci: Fix the typo
` [linux-nfc] [PATCH v2 net-next 4/8] selftests: nci: Fix the code for next nlattr offset
` [linux-nfc] [PATCH v2 net-next 5/8] selftests: nci: Fix the wrong condition
` [linux-nfc] [PATCH v2 net-next 6/8] selftests: nci: Add the flags parameter for the send_cmd_mt_nla
` [linux-nfc] [PATCH v2 net-next 7/8] selftests: nci: Extract the start/stop discovery function
` [linux-nfc] [PATCH v2 net-next 8/8] selftests: nci: Add the NCI testcase reading T4T Tag

[linux-nfc] [PATCH net-next 0/3] Update the virtual NCI driver and the NCI selftests
 2021-08-16  8:44 UTC  (7+ messages)
` [linux-nfc] [PATCH net-next 1/3] nfc: Change the virtual NCI device driver to use Wait Queue
  ` [linux-nfc] "
` [linux-nfc] [PATCH net-next 2/3] selftests: Remove the polling code to read a NCI frame
  ` [linux-nfc] "
` [linux-nfc] [PATCH net-next 3/3] selftests: Add the NCI testcase reading T4T Tag
  ` [linux-nfc] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).