oe-linux-nfc.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-11 20:23:39 to 2021-08-16 08:44:24 UTC [more...]

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

[PATCH] ndef: Only register interface for known records
 2021-08-13  8:02 UTC  (2+ messages)

[PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-08-10  9:58 UTC  (3+ messages)

[PATCH] [neard][RFC] test: Convert Python2 scripts to Python3
 2021-08-09 10:35 UTC  (3+ messages)

[neard][PATCH] README: describe contributions
 2021-08-07 22:05 UTC  (2+ messages)

[neard][PATCH] build: fix missing pkglibdir substitute in neard.pc
 2021-08-07 22:05 UTC  (2+ messages)

[neard][PATCH v2 00/11] CI under Github
 2021-08-07 20:08 UTC  (13+ messages)
` [neard][PATCH v2 01/11] ci: add GitHub actions for building
` [neard][PATCH v2 02/11] bootstrap: parse CROSS_COMPILE and set proper configure option
` [neard][PATCH v2 03/11] ci: add clang builds
` [neard][PATCH v2 04/11] ci: add building without maintainer options
` [neard][PATCH v2 05/11] ci: be verbose when building
` [neard][PATCH v2 06/11] ci: add more build configurations (Fedora, Alpine, Debian, cross-compile, i386)
` [neard][PATCH v2 07/11] ci: run unit tests
` [neard][PATCH v2 08/11] ci: add build with sanitizers (asan, lsan and ubsan)
` [neard][PATCH v2 09/11] ci: add CodeQL static analysis
` [neard][PATCH v2 10/11] ci: print configure logs on failures
` [neard][PATCH v2 11/11] ci: use matrix instead of duplicating each build configuration

[neard][PATCH v2 00/73] combined fixes - warnings, memory leaks, memory corruption
 2021-08-05 16:14 UTC  (80+ messages)
` [neard][PATCH v2 01/73] Drop empty NEWS
` [neard][PATCH v2 02/73] nfctool: fix adapter_get_devices() cast-function-type
` [neard][PATCH v2 03/73] nfctool: fix adapter_print_target() cast-function-type
` [neard][PATCH v2 04/73] nfctool: fix adapter_print_info() cast-function-type
` [neard][PATCH v2 05/73] nfctool: fix adapter_compare_idx() cast-function-type
` [neard][PATCH v2 06/73] nfctool: fix nfctool_send_dep_link_up() cast-function-type
` [neard][PATCH v2 07/73] nfctool: fix nfctool_print_and_remove_snl() cast-function-type
` [neard][PATCH v2 08/73] nfctool: use proper format for integers (-Wformat)
` [neard][PATCH v2 09/73] nfctool: pass the format as string literal
` [neard][PATCH v2 10/73] dbus: fix -Wformat in near_dbus_encode_string()
` [neard][PATCH v2 11/73] unit: pass real UTF-8 for testing text NDEF
` [neard][PATCH v2 12/73] ndef: check UTF-16 text payload length
` [neard][PATCH v2 13/73] ndef: silence clang -Wcast-align warning
` [neard][PATCH v2 14/73] ndef: use NDEF_TEXT_RECORD_UTF16_STATUS define
` [neard][PATCH v2 15/73] ndef: use proper format for integers (-Wformat)
` [neard][PATCH v2 16/73] ndef: make freeing near_ndef_message reusable
` [neard][PATCH v2 17/73] se: fix multiple apdu definitions
` [neard][PATCH v2 18/73] se: silence clang -Wcast-align warning
` [neard][PATCH v2 19/73] se: use proper format for integers (-Wformat)
` [neard][PATCH v2 20/73] adapter: adjust indentation of continued arguments
` [neard][PATCH v2 21/73] adapter: use proper format for integers (-Wformat)
` [neard][PATCH v2 22/73] gdbus: do not shadow global 'pending' variable (-Wshadow)
` [neard][PATCH v2 23/73] nciattach: fix poll.h include location
` [neard][PATCH v2 24/73] nciattach: do not shadow other local 'opt' variable (-Wshadow)
` [neard][PATCH v2 25/73] bluetooth: use proper format for integers (-Wformat)
` [neard][PATCH v2 26/73] nfctype2: "
` [neard][PATCH v2 27/73] nfctype3: "
` [neard][PATCH v2 28/73] nfctype5: "
` [neard][PATCH v2 29/73] nfctype5: fix returning uninitialized stack value in t5_tag_is_ti_pro()
` [neard][PATCH v2 30/73] mifare: use proper format for integers (-Wformat)
` [neard][PATCH v2 31/73] mifare: use unsigned int to suppress compiler -Wstrict-overflow
` [neard][PATCH v2 32/73] p2p: use proper format for integers (-Wformat)
` [neard][PATCH v2 33/73] npp: "
` [neard][PATCH v2 34/73] device: "
` [neard][PATCH v2 35/73] manager: "
` [neard][PATCH v2 36/73] netlink: "
` [neard][PATCH v2 37/73] gdbus: annotate printf-like functions as accepting format
` [neard][PATCH v2 38/73] snep-send: fix near_ndef_message memory leak
` [neard][PATCH v2 39/73] tag: use proper format for integers (-Wformat)
` [neard][PATCH v2 40/73] tag: do not open-code freeing ndef message
` [neard][PATCH v2 41/73] snep: "
` [neard][PATCH v2 42/73] snep: remove useless NULL-ify of local pointer variable
` [neard][PATCH v2 43/73] snep: fix double free of GSList
` [neard][PATCH v2 44/73] snep: fix fragmented response memory leaks
` [neard][PATCH v2 45/73] unit: use g_assert_cmpstr()
` [neard][PATCH v2 46/73] unit: use g_assert_cmpint() and g_assert_cmpuint()
` [neard][PATCH v2 47/73] unit: fix recv() and send() return types
` [neard][PATCH v2 48/73] unit: use g_assert_null()
` [neard][PATCH v2 49/73] unit: use g_assert_cmpmem()
` [neard][PATCH v2 50/73] unit: use proper pointer to uint8_t in test_snep_read_recv_fragments()
` [neard][PATCH v2 51/73] unit: do not shadow global 'text' variable (-Wshadow)
` [neard][PATCH v2 52/73] unit: do not shadow global 'uri' "
` [neard][PATCH v2 53/73] unit: use proper format for integers (-Wformat)
` [neard][PATCH v2 54/73] unit: fix memory leaks in test-ndef-parse
` [neard][PATCH v2 55/73] unit: do not open-code freeing ndef message
` [neard][PATCH v2 56/73] unit: fix memory leaks in test-ndef-build
` [neard][PATCH v2 57/73] unit: fix memory leaks in test-snep-read error paths
` [neard][PATCH v2 58/73] unit: fix record memory leak in test-snep-read
` [neard][PATCH v2 59/73] unit: fix records GList "
` [neard][PATCH v2 60/73] unit: do not pass NULL to memcpy()
` [neard][PATCH v2 61/73] unit: do not search for headers locally where they do not exist
` [neard][PATCH v2 62/73] unit: remove duplicated invalid definitions in test-snep-read
` [neard][PATCH v2 63/73] unit: remove duplicated definitions in test-ndef-parse
` [neard][PATCH v2 64/73] unit: add few asserts in test-snep-read
` [neard][PATCH v2 65/73] HACKING: refine required packages
` [neard][PATCH v2 66/73] build: fix setting CFLAGS on dash shell (Alpine Linux)
` [neard][PATCH v2 67/73] build: add more compiler warnings
` [neard][PATCH v2 68/73] build: enable -Wshadow and -Wformat-signedness "
` [neard][PATCH v2 69/73] build: enable -Wformat=2 warnings
` [neard][PATCH v2 70/73] build: enable -Wunsafe-loop-optimizations and -Wstrict-overflow=2 warnings
` [neard][PATCH v2 71/73] build: fix missing usage of PIE check result
` [neard][PATCH v2 72/73] build: add support for GCC sanitizers (asan, lsan and ubsan)
` [neard][PATCH v2 73/73] AUTHORS: Mention Krzysztof Kozlowski's contributions

[PATCH v3] nfc: hci: pass callback data param as pointer in nci_request()
 2021-07-31 10:21 UTC 

[PATCH v3 0/7] nfc: constify pointed data - missed part
 2021-07-30 14:42 UTC  (8+ messages)
` [PATCH v3 1/7] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
` [PATCH v3 2/7] nfc: annotate af_nfc_exit() as __exit
` [PATCH v3 3/7] nfc: hci: annotate nfc_llc_init() as __init
` [PATCH v3 4/7] nfc: constify several pointers to u8, char and sk_buff
` [PATCH v3 5/7] nfc: constify local pointer variables
` [PATCH v3 6/7] nfc: nci: constify several pointers to u8, sk_buff and other structs
` [PATCH v3 7/7] nfc: hci: cleanup unneeded spaces

[PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()
 2021-07-30 14:03 UTC 

[PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()
 2021-07-30 13:56 UTC 

[PATCH v2 0/8] nfc: constify pointed data - missed part
 2021-07-30  6:56 UTC  (9+ messages)
` [PATCH v2 1/8] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
` [PATCH v2 2/8] nfc: annotate af_nfc_exit() as __exit
` [PATCH v2 3/8] nfc: hci: annotate nfc_llc_init() as __init
` [PATCH v2 4/8] nfc: constify several pointers to u8, char and sk_buff
` [PATCH v2 5/8] nfc: constify local pointer variables
` [PATCH v2 6/8] nfc: nci: constify several pointers to u8, sk_buff and other structs
` [PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()
` [PATCH v2 8/8] nfc: hci: cleanup unneeded spaces

[PATCH 00/12] nfc: constify, continued (part 2)
 2021-07-29 15:58 UTC  (15+ messages)
` [PATCH 01/12] nfc: constify passed nfc_dev
` [PATCH 02/12] nfc: mei_phy: constify buffer passed to mei_nfc_send()
` [PATCH 03/12] nfc: port100: constify several pointers
` [PATCH 04/12] nfc: trf7970a: "
` [PATCH 05/12] nfc: virtual_ncidev: constify pointer to nfc_dev
` [PATCH 06/12] nfc: nfcsim: constify drvdata (struct nfcsim)
` [PATCH 07/12] nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()
` [PATCH 08/12] nfc: fdp: use unsigned int as loop iterator
` [PATCH 09/12] nfc: fdp: constify several pointers
` [PATCH 10/12] nfc: microread: "
` [PATCH 11/12] nfc: mrvl: "
` [PATCH 12/12] nfc: mrvl: constify static nfcmrvl_if_ops

[PATCH 00/12] nfc: constify, continued (part 2)
 2021-07-29 11:58 UTC  (2+ messages)

About NFC Tag emulation on Linux
 2021-07-24 10:08 UTC  (7+ messages)

[neard][PATCH 00/16] neard CI under Github and rouund of fixes
 2021-07-19  8:04 UTC  (3+ messages)

[PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-07-16 19:32 UTC  (6+ messages)

[neard][PATCH 0/7] Fixes for more memory issues
 2021-07-16 10:08 UTC  (8+ messages)
` [neard][PATCH 1/7] snep: do not open-code freeing ndef message
` [neard][PATCH 2/7] unit: fix memory leaks in test-ndef-build
` [neard][PATCH 3/7] snep: remove useless NULL-ify of local pointer variable
` [neard][PATCH 4/7] snep: fix double free of GSList
` [neard][PATCH 5/7] unit: fix memory leaks in test-snep-read error paths
` [neard][PATCH 6/7] unit: fix record memory leak in test-snep-read
` [neard][PATCH 7/7] unit: fix records GList "

[neard][PATCH 00/16] -Wformat=2 and few memory leaks
 2021-07-14 11:05 UTC  (17+ messages)
` [neard][PATCH 01/16] gdbus: annotate printf-like functions as accepting format
` [neard][PATCH 02/16] nfctool: "
` [neard][PATCH 03/16] mifare: use unsigned int to suppress compiler -Wstrict-overflow
` [neard][PATCH 04/16] build: enable -Wformat=2 warnings
` [neard][PATCH 05/16] build: enable -Wunsafe-loop-optimizations and -Wstrict-overflow=2 warnings
` [neard][PATCH 06/16] TODO: remove finished tasks
` [neard][PATCH 07/16] ci: build also on Ubuntu Hirsute in non-maintainer mode
` [neard][PATCH 08/16] ci: simplify getting test logs
` [neard][PATCH 09/16] build: fix missing usage of PIE check result
` [neard][PATCH 10/16] build: add support for GCC sanitizers (asan, lsan and ubsan)
` [neard][PATCH 11/16] ndef: make freeing near_ndef_message reusable
` [neard][PATCH 12/16] snep-send: fix near_ndef_message memory leak
` [neard][PATCH 13/16] unit: fix memory leaks in test-ndef-parse
` [neard][PATCH 14/16] tag: do not open-code freeing ndef message
` [neard][PATCH 15/16] unit: "
` [neard][PATCH 16/16] ci: add build with sanitizers (asan, lsan and ubsan)

[neard][PATCH 00/34] fixes and improvements for neard (continued)
 2021-07-11 20:23 UTC  (14+ messages)
` [neard][PATCH 22/34] mifare: use proper format for integers (-Wformat)
` [neard][PATCH 23/34] p2p: "
` [neard][PATCH 24/34] npp: "
` [neard][PATCH 25/34] adapter: "
` [neard][PATCH 26/34] device: "
` [neard][PATCH 27/34] manager: "
` [neard][PATCH 28/34] tag: "
` [neard][PATCH 29/34] netlink: "
` [neard][PATCH 30/34] se: "
` [neard][PATCH 31/34] ndef: "
` [neard][PATCH 32/34] unit: "
` [neard][PATCH 33/34] build: enable -Wshadow and -Wformat-signedness compiler warnings
` [neard][PATCH 34/34] AUTHORS: Mention Krzysztof Kozlowski's contributions


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