All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 12:34:19 to 2020-09-25 12:55:49 UTC [more...]

[PATCH 4.19 00/37] 4.19.148-rc1 review
 2020-09-25 12:49 UTC  (33+ messages)
` [PATCH 4.19 01/37] af_key: pfkey_dump needs parameter validation
` [PATCH 4.19 05/37] cxgb4: Fix offset when clearing filter byte counters
` [PATCH 4.19 06/37] geneve: add transport ports in route lookup for geneve
` [PATCH 4.19 07/37] hdlc_ppp: add range checks in ppp_cp_parse_cr()
` [PATCH 4.19 08/37] ip: fix tos reflection in ack and reset packets
` [PATCH 4.19 09/37] ipv6: avoid lockdep issue in fib6_del()
` [PATCH 4.19 10/37] net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
` [PATCH 4.19 11/37] net: dsa: rtl8366: Properly clear member config
` [PATCH 4.19 12/37] net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
` [PATCH 4.19 13/37] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
` [PATCH 4.19 14/37] nfp: use correct define to return NONE fec
` [PATCH 4.19 15/37] tipc: Fix memory leak in tipc_group_create_member()
` [PATCH 4.19 16/37] tipc: fix shutdown() of connection oriented socket
` [PATCH 4.19 18/37] bnxt_en: return proper error codes in bnxt_show_temp
` [PATCH 4.19 19/37] bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex
` [PATCH 4.19 20/37] net: phy: Avoid NPD upon phy_detach() when driver is unbound
` [PATCH 4.19 22/37] net: add __must_check to skb_put_padto()
` [PATCH 4.19 23/37] ipv4: Update exception handling for multipath routes via same device
` [PATCH 4.19 24/37] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
` [PATCH 4.19 25/37] kbuild: add OBJSIZE variable for the size tool
` [PATCH 4.19 26/37] Documentation/llvm: add documentation on building w/ Clang/LLVM
` [PATCH 4.19 27/37] Documentation/llvm: fix the name of llvm-size
` [PATCH 4.19 28/37] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
` [PATCH 4.19 29/37] net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) "
` [PATCH 4.19 30/37] x86/boot: kbuild: allow readelf executable to be specified
` [PATCH 4.19 31/37] kbuild: remove AS variable
` [PATCH 4.19 32/37] kbuild: replace AS=clang with LLVM_IAS=1
` [PATCH 4.19 33/37] kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
` [PATCH 4.19 34/37] mm: memcg: fix memcg reclaim soft lockup
` [PATCH 4.19 35/37] tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
` [PATCH 4.19 36/37] tcp_bbr: adapt cwnd based on ack aggregation estimation
` [PATCH 4.19 37/37] serial: 8250: Avoid error message on reprobe

[Intel-gfx] [PATCH 1/2] drm/i915: Make intel_{enable, disable}_sagv() static
 2020-09-25 12:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
 2020-09-25 12:51 UTC  (17+ messages)
` [RFC PATCH 01/19] tools/virtiofsd: add support for --socket-group
` [RFC PATCH 02/19] hw/block: add boilerplate for vhost-user-rpmb device
` [RFC PATCH 03/19] hw/virtio: move virtio-pci.h into shared include space
` [RFC PATCH 04/19] hw/block: add vhost-user-rpmb-pci boilerplate
` [RFC PATCH 05/19] virtio-pci: add notification trace points
` [RFC PATCH 06/19] tools/vhost-user-rpmb: add boilerplate and initial main
` [RFC PATCH 07/19] tools/vhost-user-rpmb: implement --print-capabilities
` [RFC PATCH 08/19] tools/vhost-user-rpmb: connect to fd and instantiate basic run loop
` [RFC PATCH 09/19] tools/vhost-user-rpmb: add a --verbose/debug flags for logging
` [RFC PATCH 10/19] tools/vhost-user-rpmb: handle shutdown and SIGINT/SIGHUP cleanly
` [RFC PATCH 11/19] tools/vhost-user-rpmb: add --flash-path for backing store
` [RFC PATCH 12/19] tools/vhost-user-rpmb: import hmac_sha256 functions

[dpdk-dev] [RFC 1/2] Description: lib/ethdev: change data type in tc_rxq and tc_txq
 2020-09-25 12:51 UTC  (4+ messages)
` [dpdk-dev] [PATCH V4 0/2] change data type in TC queue
  ` [dpdk-dev] [PATCH V4 1/2] dpdk: resolve compiling errors for per-queue stats
  ` [dpdk-dev] [PATCH V4 2/2] ethdev: change data type in TC rxq and TC txq

[PATCH 0/3] media: Add support for the Techwell TW9900 video decoder
 2020-09-25 12:52 UTC  (3+ messages)
` [PATCH 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder

[PATCH 5.4 00/43] 5.4.68-rc1 review
 2020-09-25 12:48 UTC  (36+ messages)
` [PATCH 5.4 02/43] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
` [PATCH 5.4 03/43] ibmvnic: add missing parenthesis in do_reset()
` [PATCH 5.4 04/43] kprobes: fix kill kprobe which has been marked as gone
` [PATCH 5.4 05/43] mm/thp: fix __split_huge_pmd_locked() for migration PMD
` [PATCH 5.4 06/43] act_ife: load meta modules before tcf_idr_check_alloc()
` [PATCH 5.4 07/43] bnxt_en: Avoid sending firmware messages when AER error is detected
` [PATCH 5.4 08/43] bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
` [PATCH 5.4 09/43] cxgb4: fix memory leak during module unload
` [PATCH 5.4 10/43] cxgb4: Fix offset when clearing filter byte counters
` [PATCH 5.4 11/43] geneve: add transport ports in route lookup for geneve
` [PATCH 5.4 12/43] hdlc_ppp: add range checks in ppp_cp_parse_cr()
` [PATCH 5.4 15/43] ipv4: Update exception handling for multipath routes via same device
` [PATCH 5.4 18/43] net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
` [PATCH 5.4 19/43] net: dsa: rtl8366: Properly clear member config
` [PATCH 5.4 21/43] net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
` [PATCH 5.4 22/43] net/mlx5: Fix FTE cleanup
` [PATCH 5.4 23/43] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
` [PATCH 5.4 24/43] net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
` [PATCH 5.4 25/43] nfp: use correct define to return NONE fec
` [PATCH 5.4 26/43] taprio: Fix allowing too small intervals
` [PATCH 5.4 27/43] tipc: Fix memory leak in tipc_group_create_member()
` [PATCH 5.4 28/43] tipc: fix shutdown() of connection oriented socket
` [PATCH 5.4 29/43] tipc: use skb_unshare() instead in tipc_buf_append()
` [PATCH 5.4 30/43] net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
` [PATCH 5.4 31/43] net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
` [PATCH 5.4 32/43] bnxt_en: return proper error codes in bnxt_show_temp
` [PATCH 5.4 33/43] bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex
` [PATCH 5.4 34/43] net: lantiq: Wake TX queue again
` [PATCH 5.4 36/43] net: lantiq: Use napi_complete_done()
` [PATCH 5.4 37/43] net: lantiq: Disable IRQs only if NAPI gets scheduled
` [PATCH 5.4 38/43] net: phy: Avoid NPD upon phy_detach() when driver is unbound
` [PATCH 5.4 39/43] net: phy: Do not warn in phy_stop() on PHY_DOWN
` [PATCH 5.4 40/43] net: qrtr: check skb_put_padto() return value
` [PATCH 5.4 42/43] mm: memcg: fix memcg reclaim soft lockup
` [PATCH 5.4 43/43] iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE

useless-rpaths : How to solve it/Know if it should be solved ?
 2020-09-25 12:53 UTC  (3+ messages)
` [yocto] "

[PATCH v2 0/6] pseries NUMA distance calculation
 2020-09-25 12:44 UTC  (7+ messages)
` [PATCH v2 2/6] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH v2 3/6] spapr_numa: translate regular NUMA distance to PAPR distance

[PATCH v2] pinctrl: mediatek: check mtk_is_virt_gpio input parameter
 2020-09-25 12:50 UTC  (3+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-25 12:50 UTC  (20+ messages)
` [PATCH v3 24/39] arm64: mte: Add in-kernel MTE helpers
` [PATCH v3 26/39] arm64: mte: Add in-kernel tag fault handler
` [PATCH v3 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit

[hch-misc:nvme-scanning-cleanup 5/27] drivers/nvme/target/passthru.c:527:6: warning: Variable 'ret' is reassigned a value before the old one has been used
 2020-09-25 12:52 UTC 

[PATCH 5.8 00/56] 5.8.12-rc1 review
 2020-09-25 12:48 UTC  (42+ messages)
` [PATCH 5.8 01/56] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
` [PATCH 5.8 02/56] ibmvnic: add missing parenthesis in do_reset()
` [PATCH 5.8 03/56] act_ife: load meta modules before tcf_idr_check_alloc()
` [PATCH 5.8 04/56] bnxt_en: Avoid sending firmware messages when AER error is detected
` [PATCH 5.8 05/56] bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
` [PATCH 5.8 07/56] cxgb4: Fix offset when clearing filter byte counters
` [PATCH 5.8 08/56] geneve: add transport ports in route lookup for geneve
` [PATCH 5.8 09/56] hdlc_ppp: add range checks in ppp_cp_parse_cr()
` [PATCH 5.8 11/56] ip: fix tos reflection in ack and reset packets
` [PATCH 5.8 12/56] ipv4: Initialize flowi4_multipath_hash in data path
` [PATCH 5.8 14/56] ipv6: avoid lockdep issue in fib6_del()
` [PATCH 5.8 15/56] net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU
` [PATCH 5.8 16/56] net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
` [PATCH 5.8 18/56] net: Fix bridge enslavement failure
` [PATCH 5.8 19/56] net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
` [PATCH 5.8 20/56] net/mlx5: Fix FTE cleanup
` [PATCH 5.8 21/56] net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
` [PATCH 5.8 23/56] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
` [PATCH 5.8 24/56] net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
` [PATCH 5.8 25/56] nfp: use correct define to return NONE fec
` [PATCH 5.8 26/56] taprio: Fix allowing too small intervals
` [PATCH 5.8 27/56] tipc: Fix memory leak in tipc_group_create_member()
` [PATCH 5.8 28/56] tipc: fix shutdown() of connection oriented socket
` [PATCH 5.8 29/56] tipc: use skb_unshare() instead in tipc_buf_append()
` [PATCH 5.8 30/56] net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
` [PATCH 5.8 31/56] net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
` [PATCH 5.8 32/56] bnxt_en: Use memcpy to copy VPD field info
` [PATCH 5.8 33/56] bnxt_en: return proper error codes in bnxt_show_temp
` [PATCH 5.8 34/56] bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex
` [PATCH 5.8 35/56] net: lantiq: Wake TX queue again
` [PATCH 5.8 36/56] net: lantiq: use netif_tx_napi_add() for TX NAPI
` [PATCH 5.8 38/56] net: lantiq: Disable IRQs only if NAPI gets scheduled
` [PATCH 5.8 41/56] net: qrtr: check skb_put_padto() return value
` [PATCH 5.8 43/56] net: ethernet: ti: cpsw_new: fix suspend/resume
` [PATCH 5.8 44/56] wireguard: noise: take lock when removing handshake entry from table
` [PATCH 5.8 45/56] wireguard: peerlookup: take lock before checking hash in replace operation
` [PATCH 5.8 47/56] net/mlx5e: Fix memory leak of tunnel info when rule under multipath not ready
` [PATCH 5.8 48/56] hinic: fix rewaking txq after netif_tx_disable
` [PATCH 5.8 50/56] net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
` [PATCH 5.8 51/56] net: dsa: microchip: ksz8795: really set the correct number of ports
` [PATCH 5.8 55/56] net/mlx5e: Use synchronize_rcu to sync with NAPI

[PATCH 0/8] Fast bulk transfers of large sets of ct entries
 2020-09-25 12:49 UTC  (4+ messages)
` [PATCH 1/8] tests: icmp entry create/delete
` [PATCH 4/8] conntrack.8: man update for stdin params support
` [PATCH 8/8] tests: dumping ct entries in opts format

[PATCH v2 00/31] block/export: Add infrastructure and QAPI for block exports
 2020-09-25 12:48 UTC  (9+ messages)
` [PATCH v2 21/31] block/export: Add BLOCK_EXPORT_DELETED event
` [PATCH v2 26/31] nbd: Merge nbd_export_new() and nbd_export_create()
` [PATCH v2 27/31] nbd: Deprecate nbd-server-add/remove
` [PATCH v2 28/31] iotests: Factor out qemu_tool_pipe_and_status()

[PATCH v9 0/8] domain context infrastructure
 2020-09-25 12:49 UTC  (5+ messages)
` [PATCH v9 6/8] common/domain: add a domain context record for shared_info

[PATCH v11 0/5] LiteX SoC controller and LiteUART serial driver
 2020-09-25 12:48 UTC  (3+ messages)
` [PATCH v11 2/5] dt-bindings: soc: document LiteX SoC Controller bindings

[dpdk-dev] [PATCH 0/4] minor fixes for testpmd
 2020-09-25 12:47 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 0/6] "
  ` [dpdk-dev] [PATCH v4 1/6] app/testpmd: fix missing verification of port id
  ` [dpdk-dev] [PATCH v4 2/6] app/testpmd: fix VLAN offload configuration when config fail
  ` [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set
  ` [dpdk-dev] [PATCH v4 4/6] app/testpmd: fix packet header in txonly mode
  ` [dpdk-dev] [PATCH v4 5/6] app/testpmd: fix valid desc id check
  ` [dpdk-dev] [PATCH v4 6/6] app/testpmd: fix displaying Rx Tx queues information

[PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties
 2020-09-25 12:47 UTC  (8+ messages)

[PATCH 2/2] system_data_types.7: srcfix
 2020-09-25 12:46 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 0/2] Remove MT6779 UART3 clock support
 2020-09-25 12:43 UTC  (9+ messages)
        `  "

where to find mkfs.ntfs ?
 2020-09-25 12:45 UTC 

[PATCH] net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop
 2020-09-25 12:44 UTC 

[dpdk-dev] [PATCH] net/ring: fix unchecked return value
 2020-09-25 12:43 UTC  (2+ messages)

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-25 12:41 UTC  (8+ messages)
        ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
            ` [Virtio-fs] "

[PATCH 0/3] slimbus: fixes for 5.10
 2020-09-25 12:42 UTC  (4+ messages)
` [PATCH 1/3] slimbus: core: check get_addr before removing laddr ida

[PATCH 1/2] iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context
 2020-09-25 12:42 UTC  (11+ messages)

[PATCH -next] RDMA/mlx5: fix type warning of sizeof in __mlx5_ib_alloc_counters()
 2020-09-25 12:41 UTC  (2+ messages)

[PATCH net-next v4 1/2] net: phy: dp83869: support Wake on LAN
 2020-09-25 12:38 UTC  (4+ messages)
` [kbuild] "

[PULL 00/26] migration and friends queue
 2020-09-25 12:35 UTC  (2+ messages)

[PATCH v3 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-25 12:40 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: iio: dac: ad5686: add binding

[PULL 00/11] capstone + disassembler patch queue
 2020-09-25 12:33 UTC  (3+ messages)

kernelci.org update - 2020-09-23 #minutes
 2020-09-25 12:39 UTC  (4+ messages)

[PATCH] iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
 2020-09-25 12:39 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-09-25 12:39 UTC  (6+ messages)

[PATCH] iio: core: centralize ioctl() calls to the main chardev
 2020-09-25 12:38 UTC  (2+ messages)

[git pull] habanalabs second pull request for kernel 5.10-rc1
 2020-09-25 12:37 UTC  (2+ messages)

[PATCH 0/3] add "call" command
 2020-09-25 12:36 UTC  (3+ messages)

[PATCH v3 0/2] vhost-vdpa: add trace functions in vhost-vdpa.c
 2020-09-25 12:24 UTC  (3+ messages)
` [PATCH v3 2/2] vhost-vdpa: add trace-events

[PATCH] virtio-pmem-pci: force virtio version 1
 2020-09-25 12:19 UTC  (4+ messages)

[PATCH rdma-next v3 0/2] Dynamicaly allocate SG table from the pages
 2020-09-25 12:34 UTC  (8+ messages)
` [PATCH rdma-next v3 1/2] lib/scatterlist: Add support in dynamic allocation of SG table from pages
  ` [Intel-gfx] "

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 12:22 UTC  (5+ messages)
` [PATCH v2 22/38] qapi/source.py: add type hint annotations

[LTP] [PATCH 1/2] Fix formatting signal name in tst_strstatus()
 2020-09-25 12:34 UTC  (3+ messages)
` [LTP] [PATCH 2/2] mmap18: Increase minimal stack mapping to 8KB


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.