All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-19 10:48:31 to 2021-07-19 11:09:33 UTC [more...]

[linux-nfc] [neard][PATCH v2 00/73] combined fixes - warnings, memory leaks, memory corruption
 2021-07-19 11:08 UTC  (121+ messages)
`  "
` [linux-nfc] [neard][PATCH v2 01/73] Drop empty NEWS
  `  "
` [linux-nfc] [neard][PATCH v2 02/73] nfctool: fix adapter_get_devices() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 03/73] nfctool: fix adapter_print_target() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 04/73] nfctool: fix adapter_print_info() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 05/73] nfctool: fix adapter_compare_idx() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 06/73] nfctool: fix nfctool_send_dep_link_up() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 07/73] nfctool: fix nfctool_print_and_remove_snl() cast-function-type
  `  "
` [linux-nfc] [neard][PATCH v2 08/73] nfctool: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 09/73] nfctool: pass the format as string literal
  `  "
` [linux-nfc] [neard][PATCH v2 10/73] dbus: fix -Wformat in near_dbus_encode_string()
  `  "
` [linux-nfc] [neard][PATCH v2 11/73] unit: pass real UTF-8 for testing text NDEF
  `  "
` [linux-nfc] [neard][PATCH v2 12/73] ndef: check UTF-16 text payload length
  `  "
` [linux-nfc] [neard][PATCH v2 13/73] ndef: silence clang -Wcast-align warning
  `  "
` [linux-nfc] [neard][PATCH v2 14/73] ndef: use NDEF_TEXT_RECORD_UTF16_STATUS define
  `  "
` [linux-nfc] [neard][PATCH v2 15/73] ndef: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 16/73] ndef: make freeing near_ndef_message reusable
  `  "
` [linux-nfc] [neard][PATCH v2 17/73] se: fix multiple apdu definitions
  `  "
` [linux-nfc] [neard][PATCH v2 18/73] se: silence clang -Wcast-align warning
  `  "
` [linux-nfc] [neard][PATCH v2 19/73] se: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 20/73] adapter: adjust indentation of continued arguments
  `  "
` [linux-nfc] [neard][PATCH v2 21/73] adapter: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 22/73] gdbus: do not shadow global 'pending' variable (-Wshadow)
  `  "
` [linux-nfc] [neard][PATCH v2 23/73] nciattach: fix poll.h include location
  `  "
` [linux-nfc] [neard][PATCH v2 24/73] nciattach: do not shadow other local 'opt' variable (-Wshadow)
  `  "
` [linux-nfc] [neard][PATCH v2 25/73] bluetooth: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 26/73] nfctype2: "
  `  "
` [linux-nfc] [neard][PATCH v2 27/73] nfctype3: "
  `  "
` [linux-nfc] [neard][PATCH v2 28/73] nfctype5: "
  `  "
` [linux-nfc] [neard][PATCH v2 29/73] nfctype5: fix returning uninitialized stack value in t5_tag_is_ti_pro()
  `  "
` [linux-nfc] [neard][PATCH v2 30/73] mifare: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 31/73] mifare: use unsigned int to suppress compiler -Wstrict-overflow
  `  "
` [linux-nfc] [neard][PATCH v2 32/73] p2p: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 33/73] npp: "
  `  "
` [linux-nfc] [neard][PATCH v2 34/73] device: "
  `  "
` [linux-nfc] [neard][PATCH v2 35/73] manager: "
  `  "
` [linux-nfc] [neard][PATCH v2 36/73] netlink: "
  `  "
` [linux-nfc] [neard][PATCH v2 37/73] gdbus: annotate printf-like functions as accepting format
  `  "
` [linux-nfc] [neard][PATCH v2 38/73] snep-send: fix near_ndef_message memory leak
  `  "
` [linux-nfc] [neard][PATCH v2 39/73] tag: use proper format for integers (-Wformat)
  `  "
` [linux-nfc] [neard][PATCH v2 40/73] tag: do not open-code freeing ndef message
  `  "
` [linux-nfc] [neard][PATCH v2 41/73] snep: "
  `  "
` [linux-nfc] [neard][PATCH v2 42/73] snep: remove useless NULL-ify of local pointer variable
  `  "
` [linux-nfc] [neard][PATCH v2 43/73] snep: fix double free of GSList
  `  "
` [linux-nfc] [neard][PATCH v2 44/73] snep: fix fragmented response memory leaks
  `  "
` [linux-nfc] [neard][PATCH v2 45/73] unit: use g_assert_cmpstr()
  `  "
` [linux-nfc] [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] HID: cmedia: add support for HS-100B mute button
 2021-07-19 11:09 UTC 

[PATCH] ui/gtk: Fix relative mouse with multiple monitors
 2021-07-19 11:07 UTC  (3+ messages)
  ` [PATCH for 6.1] "

[PATCH V6 0/2] Convert qcom pmic gpio bindings to YAML
 2021-07-19 11:07 UTC  (3+ messages)
` [PATCH V6 1/2] dt-bindings: pinctrl: qcom-pmic-gpio: "
` [PATCH V6 2/2] dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property

[PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak
 2021-07-19 11:08 UTC  (4+ messages)
` [PATCH v2 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer

[RFC PATCH v2 0/7] docs: pdfdocs: Improve font choice in CJK translations
 2021-07-19 11:08 UTC 

[Intel-gfx] [v7 0/3] Set BPP in the kernel
 2021-07-19 11:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Set BPP in the kernel (rev5)

[PATCH 0/6] plugins/cache: multicore cache emulation and minor
 2021-07-19 10:52 UTC  (3+ messages)
` [PATCH 4/6] plugins/cache: Supported multicore cache modelling

RFC: switch iomap to an iterator model
 2021-07-19 10:35 UTC  (19+ messages)
` [PATCH 10/27] iomap: switch iomap_file_buffered_write to use iomap_iter
` [PATCH 11/27] iomap: switch iomap_file_unshare "
` [PATCH 12/27] iomap: switch iomap_zero_range "
` [PATCH 13/27] iomap: switch iomap_page_mkwrite "
` [PATCH 14/27] iomap: switch __iomap_dio_rw "
` [PATCH 15/27] iomap: switch iomap_fiemap "
` [PATCH 16/27] iomap: switch iomap_bmap "
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 18/27] iomap: switch iomap_seek_data "
` [PATCH 19/27] iomap: switch iomap_swapfile_activate "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "
` [PATCH 21/27] iomap: remove iomap_apply
` [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 23/27] iomap: rework unshare flag
` [PATCH 24/27] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap

[PATCH] arm: mediatek: merge board Kconfigs into mach-mediatek
 2021-07-19 11:07 UTC 

[dpdk-dev] [PATCH] doc/guides: add details for new test structure
 2021-07-19 11:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[XEN PATCH] xen: allow XSM_FLASK_POLICY only if checkpolicy binary is available
 2021-07-19 11:04 UTC  (5+ messages)
` [XEN PATCH v2] "

[PATCH 0/8] docs/zh_CN: add some virt docs translation
 2021-07-19 11:04 UTC  (3+ messages)
` [PATCH 2/8] docs/zh_CN: add virt paravirt_ops translation

[PATCH 1/2] arm64: dts: imx8mm-kontron-n801x-som: Fix the SPI chipselect polarity
 2021-07-19 10:55 UTC  (2+ messages)

[PATCH net v2 0/2] Fix PMTU for ESP-in-UDP encapsulation
 2021-07-19 11:03 UTC  (6+ messages)
` [PATCH net v2 1/2] udp: check encap socket in __udp_lib_err_encap

[PATCH] Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
 2021-07-19 10:49 UTC  (3+ messages)

[PATCH net, v2] net: Update MAINTAINERS for MediaTek switch driver
 2021-07-19 10:48 UTC  (6+ messages)

spapr_events: Sure we may ignore migrate_add_blocker() failure?
 2021-07-19 11:00 UTC  (6+ messages)
        ` -only-migrate and the two different uses of migration blockers (was: spapr_events: Sure we may ignore migrate_add_blocker() failure?)

[PATCH] parted: add device mappper PACKAGECONFIG
 2021-07-19 11:00 UTC 

[PATCH 00/14] Track shared pages at EL2 in protected mode
 2021-07-19 10:47 UTC  (20+ messages)
` [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH 02/14] KVM: arm64: Optimize kvm_pgtable_stage2_find_range()
` [PATCH 03/14] KVM: arm64: Continue stage-2 map when re-creating mappings
` [PATCH 04/14] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH 05/14] KVM: arm64: Don't overwrite ignored bits with owner id
` [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
` [PATCH 07/14] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
` [PATCH 09/14] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH 10/14] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper
` [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking
` [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode
` [PATCH 14/14] KVM: arm64: Prevent late calls to __pkvm_create_private_mapping()

[PATCH v5 3/3] media: platform: mtk-mdp3: Add Mediatek MDP3 driver
 2021-07-19 10:57 UTC  (3+ messages)

[Bug 213781] New: KVM: x86/svm: The guest (#vcpu>1) can't boot up with QEMU "-overcommit cpu-pm=on"
 2021-07-19 10:57 UTC  (2+ messages)
` [Bug 213781] "

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-19 10:56 UTC  (9+ messages)

[PATCH v14 0/9] Move Hisilicon 6421v600 SPMI and USB drivers out of staging
 2021-07-19 10:55 UTC  (3+ messages)
` [PATCH v14 7/9] mfd: hi6421-spmi-pmic: move driver from staging

[PATCH] qemu-options.hx: Fix formatting of -machine memory-backend option
 2021-07-19 10:52 UTC 

[PATCH] perf: fix when running with TEST_OUTPUT_DIRECTORY
 2021-07-19 10:53 UTC  (5+ messages)
` [PATCH v2] "

[RFC] bio: fix page leak bio_add_hw_page failure
 2021-07-19 10:53 UTC 

[PATCH] media: rcar-csi2: do not update format while streaming
 2021-07-19 10:53 UTC  (10+ messages)

Mining Maintainers Mentorship Program - Mentee Selection Task Response
 2021-07-19 10:52 UTC 

[I-PIPE] ipipe-core-4.19.196-cip53-x86-19 released
 2021-07-19 10:51 UTC 

[PATCH V5 0/2] virtio: Add specification for virtio-gpio
 2021-07-19 10:50 UTC  (8+ messages)
` [PATCH V5 1/2] virtio-gpio: Add the device specification
          ` [virtio-dev] "

[I-PIPE] ipipe-core-4.4.274-cip59-x86-29 released
 2021-07-19 10:50 UTC 

[I-PIPE] ipipe-core-4.4.274-cip59-arm-14 released
 2021-07-19 10:50 UTC 

[PATCH v5 8/8] firmware: tee_bnxt: Release TEE shm, session, and context during kexec
 2021-07-19 10:49 UTC 

Interface naming on v5.14-rc1 regressed, possible unintended revert of b28d8f0c25a9?
 2021-07-19 10:49 UTC 

[PATCH v6 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-19 10:46 UTC  (8+ messages)
` [PATCH v6 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

[PATCH] mfd: axp20x: Add supplied-from property to axp288_fuel_gauge cell
 2021-07-19 10:48 UTC  (2+ messages)


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.