All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-16 15:56:53 to 2021-03-16 16:23:33 UTC [more...]

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-16 16:21 UTC  (10+ messages)

WARNING: modpost: vmlinux.o(.text+0x74fea4): Section mismatch in reference from the function memblock_find_in_range_node() to the function .init.text:memblock_bottom_up()
 2021-03-16 16:23 UTC  (4+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (45+ messages)
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG

[LTP] [PATCH] open_posix: Remove hardcoded /tmp
 2021-03-16 16:22 UTC  (2+ messages)

[PATCH v3 0/8] stm32: Add Engicam STM32MP1 SoM
 2021-03-16 16:22 UTC  (9+ messages)
` [PATCH v3 1/8] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH v3 2/8] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH v3 3/8] ARM: stm32: Imply SPL_SPI_LOAD
` [PATCH v3 4/8] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
` [PATCH v3 5/8] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0
` [PATCH v3 6/8] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM
` [PATCH v3 7/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board
` [PATCH v3 8/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF

[PATCH v7 0/3] block device interposer
 2021-03-16 16:20 UTC  (8+ messages)
` [PATCH v7 3/3] dm: add DM_INTERPOSED_FLAG
            ` [dm-devel] "

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-16 16:08 UTC  (7+ messages)
` [PATCH 6/7] "
` [PATCH 7/7] block/nbd: stop manipulating in_flight counter

[linux-linus test] 160094: regressions - trouble: broken/fail/pass
 2021-03-16 16:21 UTC 

[PATCH 00/38] Convert power-supply DT bindings to YAML
 2021-03-16 16:20 UTC  (4+ messages)
` [PATCH 16/38] dt-bindings: power: supply: tps65217: Convert to DT schema format

[PATCH v2] phy: tegra: depend on COMMON_CLK to fix compile tests
 2021-03-16 16:20 UTC  (6+ messages)

[PATCH 0/9] edid: windows fixes
 2021-03-16 16:15 UTC  (3+ messages)
` [PATCH 9/9] edid: add support for DisplayID extension (5k resolution)

[PATCH for-4.15 0/3] x86/msr: Fixes for XSA-351
 2021-03-16 16:18 UTC  (4+ messages)
` [PATCH 1/3] Revert "x86/msr: drop compatibility #GP handling in guest_{rd,wr}msr()"
` [PATCH 2/3] x86/msr: Forward port XSA-351 changes from 4.14
` [PATCH 3/3] x86/msr: Fix Solaris and turbostat following XSA-351

[Intel-gfx] [PATCH i-g-t 0/2] Default fence expiration test
 2021-03-16 16:18 UTC  (5+ messages)
` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 1/2] lib: Add helper for reading modparam values
` [Intel-gfx] [PATCH i-g-t 2/2] tests/i915: Default fence expiry test
  ` [igt-dev] "

[PATCH v3 00/22] fsck: API improvements
 2021-03-16 16:17 UTC  (24+ messages)
` [PATCH v4 "
` [PATCH v4 01/22] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH v4 02/22] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v4 03/22] fsck.h: reduce duplication between FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v4 04/22] fsck.h: add a FSCK_OPTIONS_COMMON_ERROR_FUNC macro
` [PATCH v4 05/22] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH v4 06/22] fsck.h: use "enum object_type" instead of "int"
` [PATCH v4 07/22] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH v4 08/22] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH v4 09/22] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH v4 10/22] fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
` [PATCH v4 11/22] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH v4 12/22] fsck.h: re-order and re-assign "enum fsck_msg_type"
` [PATCH v4 13/22] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH v4 14/22] fsck.c: undefine temporary STR macro after use
` [PATCH v4 15/22] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH v4 16/22] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH v4 17/22] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH v4 18/22] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH v4 19/22] fsck.c: move gitmodules_{found,done} into fsck_options
` [PATCH v4 20/22] fetch-pack: don't needlessly copy fsck_options
` [PATCH v4 21/22] fetch-pack: use file-scope static struct for fsck_options
` [PATCH v4 22/22] fetch-pack: use new fsck API to printing dangling submodules

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-16 16:15 UTC  (6+ messages)
` [RFC PATCH v3 2/3] blk-mq: Freeze and quiesce all queues for tagset in elevator_exit()

Question about supporting AMD eGPU hot plug case
 2021-03-16 16:17 UTC  (13+ messages)

[PATCH 1/2] hw/intc: GICv3 ITS implementation
 2021-03-16 16:15 UTC  (2+ messages)

[PATCH] mm/shmem: Enclose shmem_mcopy_atomic_pte() with 'CONFIG_USERFAULTFD'
 2021-03-16 16:16 UTC  (4+ messages)
` [PATCH v2] "

FAILED: patch "[PATCH] usbip: fix vudc to check for stream socket" failed to apply to 4.4-stable tree
 2021-03-16 16:17 UTC  (2+ messages)

[PATCH] net: wireguard: fix error with icmp{,v6}_ndo_send in 5.4
 2021-03-16 16:17 UTC  (2+ messages)
` Aw: "

[PATCH v3 0/5] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-16 16:00 UTC  (6+ messages)
` [PATCH 1/5] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH 2/5] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH 3/5] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH 4/5] coroutine-lock: reimplement CoRwLock to fix downgrade bug
` [PATCH 5/5] test-coroutine: Add rwlock downgrade test

[RESEND PATCH] mfd: sec: initialize driver via module_platform_driver
 2021-03-16 16:17 UTC  (2+ messages)

[syzbot] kernel panic: corrupted stack end in openat
 2021-03-16 16:13 UTC  (13+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix Rx metadata leftovers
 2021-03-16 16:15 UTC  (2+ messages)

[RFC v2 00/13] vDPA software assisted live migration
 2021-03-16 16:05 UTC  (4+ messages)
` [RFC v2 11/13] vhost: Shadow virtqueue buffers forwarding

[Intel-wired-lan] [tnguy-next-queue:1GbE] BUILD SUCCESS 3335369bad99c40b3513da2d165e6ae83f3f3c8b
 2021-03-16 16:14 UTC 

[kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path
 2021-03-16 16:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/4] lib/string: add strnlen and strrchr
  ` [kvm-unit-tests PATCH 2/4] libfdt: Pull v1.6.0

[PATCH v4] dt-bindings: clk: versaclock5: Miscellaneous fixes and improvements:
 2021-03-16 16:11 UTC  (2+ messages)

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-16 16:01 UTC  (4+ messages)
` [PATCH 17/38] target/riscv: Signed MSW 32x16 Multiply and Add Instructions

[PATCH] xfs_logprint: Fix buffer overflow printing quotaoff
 2021-03-16 16:11 UTC  (5+ messages)

[PATCH v4 2/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-16 16:11 UTC  (2+ messages)

[BUG] Iproute2 batch-mode fails to bring up veth
 2021-03-16 16:09 UTC  (3+ messages)

batman-adv for kbit level speeds, external neighbor info
 2021-03-16 16:10 UTC  (2+ messages)

[PATCH net] net: dsa: Centralize validation of VLAN configuration
 2021-03-16 16:08 UTC  (3+ messages)

[PATCH V2 1/1] USB: serial: pl2303: TA & TB alternate divider
 2021-03-16 16:08 UTC 

[PATCH 00/10] tick/nohz updates
 2021-03-16 16:08 UTC  (9+ messages)
` [PATCH 01/10] tick/nohz: Prevent tick_nohz_get_sleep_length() from returning negative value
            ` 回复: "

[PATCH 0/3] KVM: my debug patch queue
 2021-03-16 15:56 UTC  (11+ messages)
` [PATCH 2/3] KVM: x86: guest debug: don't inject interrupts while single stepping

[PATCH] efi: stub: override RT_PROP table supported mask based on EFI variable
 2021-03-16 16:06 UTC  (16+ messages)

[PATCH 5.10 000/290] 5.10.24-rc1 review
 2021-03-16 16:05 UTC  (6+ messages)
` [PATCH 5.10 113/290] net: dsa: implement a central TX reallocation procedure

unknown NMI on AMD Rome
 2021-03-16 16:02 UTC  (2+ messages)

[PATCH] mm: Move page_mapping_file to pagemap.h
 2021-03-16 16:03 UTC  (3+ messages)

[PATCH] kbuild: buildtar: add riscv support
 2021-03-16 16:02 UTC  (2+ messages)

[PATCH v3 0/7] sched/fair: misfit task load-balance tweaks
 2021-03-16 16:03 UTC  (4+ messages)
` [PATCH v3 1/7] sched/fair: Ignore percpu threads for imbalance pulls

[PATCH] net: ipv6: Fixed some styling issues
 2021-03-16 16:03 UTC 

How to concatenate subnet with port in a set?
 2021-03-16 16:04 UTC  (2+ messages)

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-16 16:02 UTC  (6+ messages)
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-16 16:02 UTC  (5+ messages)
` [PATCH 2/3] mm: Charge active memcg when no mm is set

pull-request: can 2021-03-01
 2021-03-16 16:00 UTC  (3+ messages)
` [net 3/6] can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
  ` [BUG] "

[PATCH net-next 0/3] net: ipa: QMI fixes
 2021-03-16 16:00 UTC  (5+ messages)

pm/testing sleep: 6 runs, 1 regressions (v5.12-rc3-19-g1a7a93e88ae21)
 2021-03-16 16:00 UTC 

[PATCH 0/1] fuse: acl: Send file mode updates using SETATTR
 2021-03-16 16:01 UTC  (4+ messages)
` [Virtio-fs] "
` [PATCH 1/1] fuse: send "
  ` [Virtio-fs] "

[PATCH v2] util: fix use-after-free in module_load_one
 2021-03-16 15:59 UTC  (2+ messages)

IORING_OP_RECVMSG not respects non-blocking nature of the fd
 2021-03-16 16:00 UTC  (3+ messages)

[PATCH v2 00/29] tree-walk: mostly replace "mode" with "enum object_type"
 2021-03-16 15:58 UTC  (34+ messages)
` [PATCH v3 00/32] "
` [PATCH v3 01/32] diff.c: remove redundant canon_mode() call
` [PATCH v3 02/32] notes & match-trees: use name_entry's "pathlen" member
` [PATCH v3 03/32] cache.h: add a comment to object_type()
` [PATCH v3 04/32] tree-walk.h: add object_type member to name_entry
` [PATCH v3 05/32] tree-walk.c: migrate to using new "object_type" field when possible
` [PATCH v3 06/32] fast-import tests: test for sorting dir/file foo v.s. foo.txt
` [PATCH v3 07/32] mktree tests: test that "mode" is passed when sorting
` [PATCH v3 08/32] diff "
` [PATCH v3 09/32] cache.h: have base_name_compare() take "is tree?", not "mode"
` [PATCH v3 10/32] tree-walk.h users: switch object_type(...) to new .object_type
` [PATCH v3 11/32] tree.h: format argument lists of read_tree_recursive() users
` [PATCH v3 12/32] tree.h users: format argument lists in archive.c
` [PATCH v3 13/32] archive: get rid of 'stage' parameter
` [PATCH v3 14/32] tree.h API: make read_tree_fn_t take an "enum object_type"
` [PATCH v3 15/32] tree-walk.h users: migrate "p->mode &&" pattern
` [PATCH v3 16/32] tree-walk.h users: refactor chained "mode" if/else into switch
` [PATCH v3 17/32] tree-walk.h users: migrate miscellaneous "mode" to "object_type"
` [PATCH v3 18/32] merge-tree tests: test for the mode comparison in same_entry()
` [PATCH v3 19/32] merge-ort: correct reference to test in 62fdec17a11
` [PATCH v3 20/32] fsck.c: switch on "object_type" in fsck_walk_tree()
` [PATCH v3 21/32] tree-walk.h users: use temporary variable(s) for "mode"
` [PATCH v3 22/32] tree-walk.h API: formatting changes for subsequent commit
` [PATCH v3 23/32] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
` [PATCH v3 24/32] match-trees: use "tmp" for mode in shift_tree_by()
` [PATCH v3 25/32] tree-walk.h API: add get_tree_entry_type()
` [PATCH v3 26/32] tree-walk.h API: document and format tree_entry_extract()
` [PATCH v3 27/32] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()
` [PATCH v3 28/32] tree-walk.h API: add a tree_entry_extract_all() function
` [PATCH v3 29/32] tree-walk.h API: add get_tree_entry_all()
` [PATCH v3 30/32] tree-walk.h API: add a get_tree_entry_path() function
` [PATCH v3 31/32] blame: emit a better error on 'git blame directory'
` [PATCH v3 32/32] tree-walk.h API: add a tree_entry_extract_type() function

[PATCH] mdadm: fix reshape from RAID5 to RAID6 with backup file
 2021-03-16 15:59 UTC  (4+ messages)

[PATCH] Revert "Revert freesync video patches temporarily"
 2021-03-16 15:59 UTC  (3+ messages)

[PATCH v5] docs: usbip: Fix major fields and descriptions in protocol
 2021-03-16 15:57 UTC  (2+ messages)

[PULL v2 00/42] Block layer patches and object-add QAPIfication
 2021-03-16 15:53 UTC  (4+ messages)

[PATCH] drivers: staging: qlge: Fixed an alignment issue
 2021-03-16 15:56 UTC 

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-16 15:55 UTC  (5+ messages)
` [RFC PATCH 5/8] qtest/libqos: "

[RFC PATCH 0/8] RISC-V CPU Idle Support
 2021-03-16 15:53 UTC  (5+ messages)
` [RFC PATCH 7/8] dt-bindings: Add bindings documentation for RISC-V idle states


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.