All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-26 16:25:26 to 2020-06-26 17:15:45 UTC [more...]

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-06-26 17:15 UTC  (4+ messages)
` [PATCH v3 05/15] board: ns3: add api to save boot parameters passed from BL31

[PATCH] Replace HTTP links with HTTPS ones: Documentation/filesystems
 2020-06-26 17:15 UTC  (2+ messages)

[PATCH v5 00/15] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-26 17:14 UTC  (17+ messages)
` [PATCH v5 01/15] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v5 02/15] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v5 03/15] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v5 04/15] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v5 05/15] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v5 06/15] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v5 07/15] hw/sd/sdcard: Initialize constant values first
` [PATCH v5 08/15] hw/sd/sdcard: Check address is in range
` [PATCH v5 09/15] hw/sd/sdcard: Update the SDState documentation
` [PATCH v5 10/15] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v5 11/15] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v5 12/15] hw/sd/sdcard: Make iolen unsigned
` [PATCH v5 13/15] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v5 14/15] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v5 15/15] hw/sd/sdcard: Simplify realize() a bit

[arm64:devel/mte-v5 24/26] arch/arm64/mm/mteswap.c:14:9: error: implicit declaration of function 'kmalloc'; did you mean
 2020-06-26 17:13 UTC  (3+ messages)

[PATCH net-next 0/5] Data plane support for IOAM Pre-allocated Trace with IPv6
 2020-06-26 17:14 UTC  (8+ messages)
` [PATCH net-next 1/5] ipv6: eh: Introduce removable TLVs

[PATCH 0/3] Add Actions Semi S500 pinctrl support
 2020-06-26 17:11 UTC  (9+ messages)
` [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver
` [PATCH 3/3] MAINTAINERS: Add pinctrl binding entry for Actions Semi S500

[PATCH v6 0/4] driver core: add probe error check helper
 2020-06-26 17:11 UTC  (4+ messages)
  ` [PATCH v6 2/4] driver core: add deferring probe reason to devices_deferred property

[dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation
 2020-06-26 17:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 3/4] doc: update build instructions in the Linux guide

[RFC PATCH 0/9] Hirschmann Hellcreek DSA driver
 2020-06-26 17:11 UTC  (6+ messages)
` [RFC PATCH 9/9] dt-bindings: net: dsa: Add documentation for Hellcreek switches

[PATCH 0/2] media: hantro/rkvdec handle unsupported H.264 bitstreams
 2020-06-26 17:11 UTC  (3+ messages)
` [PATCH 1/2] rkvdec: h264: Refuse to decode unsupported bitstream
` [PATCH 2/2] hantro: "

[PATCH] util/coroutine: Cleanup start_switch_fiber_ for TSAN
 2020-06-26 17:00 UTC 

[LINUX-KERNEL] - bpf batch support for queue/stack
 2020-06-26 17:09 UTC  (3+ messages)

possible deadlock in dev_mc_unsync
 2020-06-26 17:09 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/driver-api
 2020-06-26 17:09 UTC  (2+ messages)

BUG: using smp_processor_id() in preemptible code in tipc_crypto_xmit
 2020-06-26 17:09 UTC 

WARNING: suspicious RCU usage in tipc_l2_send_msg
 2020-06-26 17:09 UTC 

KASAN: vmalloc-out-of-bounds Read in tipc_nl_publ_dump
 2020-06-26 17:09 UTC 

KASAN: use-after-free Read in nl8NUM_dump_wpan_phy (2)
 2020-06-26 17:08 UTC 

[dpdk-dev] [PATCH] net/octeontx2: update release notes with cn98xx
 2020-06-26 17:08 UTC  (2+ messages)

[OpenRISC] Binary builds of or1k newlib toolchain?
 2020-06-26 17:07 UTC  (2+ messages)

QEMU | Pipeline #160548290 has failed for master | 87fb952d
 2020-06-26 17:06 UTC 

[PATCH 00/11] DC Patches June 29, 2020
 2020-06-26 17:07 UTC  (4+ messages)
` [PATCH 04/11] drm/amd/display: Handle SMU msg response

[PATCH] Replace HTTP links with HTTPS ones: Documentation/arm
 2020-06-26 17:07 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal: don't use default library path for static binaries
 2020-06-26 17:05 UTC  (2+ messages)

[PATCH v4 00/14] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-26 16:54 UTC  (18+ messages)
` [PATCH v4 01/14] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v4 02/14] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v4 03/14] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v4 04/14] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v4 05/14] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v4 06/14] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v4 07/14] hw/sd/sdcard: Check address is in range
` [PATCH v4 08/14] hw/sd/sdcard: Update the SDState documentation
` [PATCH v4 09/14] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v4 10/14] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v4 11/14] hw/sd/sdcard: Make iolen unsigned
` [PATCH v4 12/14] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v4 13/14] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v4 14/14] hw/sd/sdcard: Simplify realize() a bit

[PATCH] drm/amdgpu: Adding wait time before reading upll control register
 2020-06-26 17:04 UTC  (2+ messages)

[PATCH] xsm: Drop trailing whitespace from build scripts
 2020-06-26 17:02 UTC 

[PATCH v4 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-26 16:45 UTC  (4+ messages)
` [PATCH v4 1/3] scripts/performance: Add topN_perf.py script
` [PATCH v4 2/3] scripts/performance: Add topN_callgrind.py script
` [PATCH v4 3/3] MAINTAINERS: Add 'Performance Tools and Tests'subsection

[PATCH 0/3] media: staging: rkisp1: various bug fixes in params
 2020-06-26 17:02 UTC  (9+ messages)
` [PATCH 1/3] media: staging: rkisp1: params: don't reference the vb2 buffer after calling vb2_buffer_done
` [PATCH 3/3] media: staging: rkisp1: params: in 'stop_streaming' don't release the lock while returning buffers

iwd core dump
 2020-06-26 17:02 UTC  (2+ messages)

[PATCH] migration/block-dirty-bitmap: fix add_bitmaps_to_list
 2020-06-26 16:48 UTC  (3+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-26 17:02 UTC  (2+ messages)

[PATCH] tools/configure: drop BASH configure variable
 2020-06-26 17:00 UTC 

[PATCH v3 0/3] Add OpenSBI dynamic firmware support
 2020-06-26 16:58 UTC  (5+ messages)
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM

crypto API and GFP_ATOMIC
 2020-06-26 17:00 UTC  (12+ messages)
    ` [PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
      ` [dm-devel] "
          ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
                ` [PATCH 1/3 v2] crypto: introduce "
                    ` [dm-devel] "

[dpdk-dev] [PATCH v1 00/17] introduce global debug flag
 2020-06-26 17:00 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/3] "
    ` [dpdk-dev] [PATCH v2 1/3] config: introduce global rte "
    ` [dpdk-dev] [PATCH v2 2/3] config: remove unused config flags
    ` [dpdk-dev] [PATCH v2 3/3] mbuf: standardize library debug flag

[BlueZ PATCH V2] btp: Update connect event structure
 2020-06-26 16:58 UTC  (2+ messages)

[PATCH 00/10] RFC: Move SPICE to a load module
 2020-06-26 16:43 UTC  (22+ messages)
` [PATCH 01/10] modules: Provide macros making it easier to identify module exports
` [PATCH 02/10] minikconf: Pass variables for modules
` [PATCH 03/10] spice: Make spice a module configuration
` [PATCH 04/10] spice: Move all the spice-related code in spice-app.so
` [PATCH 05/10] build: Avoid build failure when building drivers as modules
` [PATCH 06/10] trivial: Remove extra trailing whitespace
` [PATCH 07/10] qxl - FIXME: Build as module
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files
` [PATCH 09/10] spice: Put spice functions in a separate load module
` [PATCH 10/10] REMOVE: Instrumentation to show the module functions being replaced

[zen-kernel-zen-kernel:5.7/muqss-rebase 22/23] ld.lld: error: undefined symbol: sysctl_sched_rt_runtime
 2020-06-26 16:58 UTC 

[rcu:dev.2020.06.25a] BUILD SUCCESS 50483f050f03ddbc8ba7a292c1d123a6a3c1723c
 2020-06-26 16:56 UTC 

[rcu:rcu/next] BUILD SUCCESS 541d83871e0bb0c817cf8f484839c37e7f54389a
 2020-06-26 16:56 UTC 

[cip-dev] [isar-cip-core PATCH 2/2] kas: Restructure kas files
 2020-06-26 16:56 UTC  (3+ messages)
` [cip-dev] [isar-cip-core PATCH v2 0/1] Cleanup
  ` [cip-dev] [isar-cip-core PATCH v2 1/1] kas: Restructure kas files

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description
 2020-06-26 16:44 UTC  (3+ messages)

[PATCH 0/5] devres: provide and use devm_krealloc()
 2020-06-26 16:55 UTC  (6+ messages)
` [PATCH 1/5] devres: remove stray space from devm_kmalloc() definition
` [PATCH 2/5] devres: move the size check from alloc_dr() into a separate function
` [PATCH 3/5] device: remove 'extern' attribute from function prototypes in device.h
` [PATCH 4/5] devres: provide devm_krealloc()
` [PATCH 5/5] hwmon: pmbus: use more devres helpers

[PATCH net-next 0/3] cxgb4: add mirror action support for TC-MATCHALL
 2020-06-26 16:55 UTC  (4+ messages)

[PATCH] ax25: Don't hold skb lock while doing blocking read
 2020-06-26 16:54 UTC 

[meta-virtualization][PATCH] docker-ce: update to v19.03.12
 2020-06-26 16:54 UTC  (2+ messages)

[PATCH v3 00/15] HWPOISON: soft offline rework
 2020-06-26 16:53 UTC  (3+ messages)
` [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

[PATCH bpf-next v2 1/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-06-26 16:52 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 3/4] bpftool: support BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

[PATCH v2 0/4] media: staging: rkisp1: move stats reading to irq handler
 2020-06-26 16:52 UTC  (7+ messages)
` [PATCH v2 2/4] media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irq
` [PATCH v2 3/4] media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lock
` [PATCH v2 4/4] media: staging: rkisp1: stats: read the stats in the isr

[PATCH] hw/arm: Add 'virtm' hardware
 2020-06-26 16:40 UTC  (4+ messages)

[Buildroot] Cannot build glibc for ARM with GCC10
 2020-06-26 16:51 UTC 

[dpdk-dev] [PATCH] net: rte_ether minor optimizations
 2020-06-26 16:51 UTC 

[tpm2] [RC] tpm2-tss 2.4.2-rc1
 2020-06-26 16:51 UTC 

[Intel-gfx] [PATCH 0/7] Move some device capabilities under intel_gt
 2020-06-26 16:50 UTC  (8+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915: Move the engine mask to intel_gt_info
` [Intel-gfx] [PATCH 7/7] drm/i915/sseu: Move sseu_info under gt_info

Repeatable hard lockup running strace testsuite on 4.19.98+ onwards
 2020-06-26 16:50 UTC  (4+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-26 16:45 UTC  (13+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
          ` [PATCH 05/14] umh: Separate the user mode driver and the user mode helper support
          ` [PATCH 06/14] umd: For clarity rename umh_info umd_info

[PATCH] selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
 2020-06-26 16:47 UTC 

[PATCH 0/2] Add functions to operate USB PHY related clock
 2020-06-26 16:48 UTC  (3+ messages)
` [PATCH 1/2] clk: JZ4780: Add functions for enable and disable USB PHY
` [PATCH 2/2] clk: X1000: Add support for calculat REFCLK of "

[PATCH 00/10] Fix a bunch of W=1 warnings in Misc
 2020-06-26 16:46 UTC  (4+ messages)
` [PATCH 08/10] misc: cb710: sgbuf2: Add missing documentation for cb710_sg_dwiter_write_next_block()'s 'data' arg

[PATCH] drm: drm_fourcc: Add generic alias for 16_16_TILE modifier
 2020-06-26 16:48 UTC  (8+ messages)
            ` [PATCH v2] "

weekly fstrim (still) necessary?
 2020-06-26 16:48 UTC  (13+ messages)
                ` Fwd: "

[PATCHv3 5/5] ASoC: da7213: add default clock handling
 2020-06-26 16:46 UTC  (3+ messages)
` [PATCHv4] "

BUG: unable to handle kernel paging request in rb_erase
 2020-06-26 16:47 UTC  (6+ messages)

[PATCH] tpm: Define TPM2_SPACE_BUFFER_SIZE to replace the use of PAGE_SIZE
 2020-06-26 16:47 UTC  (2+ messages)

[MPTCP] [PATCH net-next 0/4] mptcp: refactor token container
 2020-06-26 16:46 UTC  (5+ messages)
` [MPTCP] [PATCH net-next 4/4] mptcp: introduce token KUNIT self-tests
  ` [MPTCP] "
    `  "

[PATCH net-next 0/2] mlxsw: Add support for QSFP-DD transceiver type
 2020-06-26 16:45 UTC  (4+ messages)

[Cluster-devel] [PATCHv2 dlm-tool 0/4] dlm_controld: support for mark and waitplock_recovery
 2020-06-26 16:44 UTC  (5+ messages)
` [Cluster-devel] [PATCHv2 dlm-tool 1/4] dlm_controld: add support for unsigned int values
` [Cluster-devel] [PATCHv2 dlm-tool 2/4] dlm_controld: set listen skb mark setting
` [Cluster-devel] [PATCHv2 dlm-tool 3/4] dlm_controld: add support for per nodeid configuration
` [Cluster-devel] [PATCHv2 dlm-tool 4/4] dlm_controld: add support for waitplock_recovery switch

[PATCH 0/6] Update bind and replace dhcp
 2020-06-26 16:44 UTC  (4+ messages)
` [PATCH 1/6] libuv: move from meta-oe to core for bind update
  ` [OE-core] "

[PATCH] ARM: dts: bcm: Align L2 cache-controller nodename with dtschema
 2020-06-26 16:41 UTC  (3+ messages)

[RFC PATCH 0/2] MTE support for KVM guest
 2020-06-26 16:40 UTC  (7+ messages)
` [RFC PATCH 2/2] arm64: kvm: Introduce MTE VCPU feature

[dpdk-dev] [dpdk-announce] [HELP REQUIRED] call for reviews
 2020-06-26 16:43 UTC 

rt_task_create error EINVAL after a while
 2020-06-26 16:41 UTC  (2+ messages)

[PATCH v2 0/9] xfs: reflink cleanups
 2020-06-26 16:40 UTC  (5+ messages)
` [PATCH 3/9] xfs: redesign the reflink remap loop to fix blkres depletion crash
  ` [PATCH v4.2 "

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-06-26 16:34 UTC  (5+ messages)
` [PATCH v2 1/3] Makefile: Compute libraries for libqemuutil.a and libvhost-user.a
` [PATCH v2 2/3] trace: Add support for recorder back-end
` [PATCH v2 3/3] trace: Example of "centralized" recorder tracing

[PATCH] Documentation/features: Add KGDB support on RISC-V
 2020-06-26 16:38 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.pl
 2020-06-26 16:37 UTC  (2+ messages)

[RFC PATCH 00/11] Add UEFI support for RISC-V
 2020-06-26  2:42 UTC  (3+ messages)
` [RFC PATCH 01/11] efi: Fix gcc error around __umoddi3 for 32 bit builds

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-06-26 16:35 UTC  (6+ messages)
` [PATCH v5 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v5 4/5] rebase -i: support --ignore-date
  ` [PATCH v5 5/5] rebase: add --reset-author-date

[PATCH] ARM: dts: imx53: ppd: alarm LEDs use kernel LED interface
 2020-06-26 16:35 UTC  (2+ messages)

[RFC] Host1x/TegraDRM UAPI
 2020-06-26 16:35 UTC  (4+ messages)
` [RFC] Host1x/TegraDRM UAPI (drm_tegra_channel_map)

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-26 16:32 UTC  (3+ messages)
` [PATCH RFC 2/2] "

[Bug 208319] New: bluetoothd repeatedly crashes with Logitech MX Keys keyboard
 2020-06-26 16:31 UTC  (2+ messages)
` [Bug 208319] "

[PATCH v2] PCI/AER: Add support for reset of RCiEPs for APEI/Firmware first reporting only
 2020-06-26 16:29 UTC  (2+ messages)

[PATCH v4 4/8] clk: clock-wizard: Add support for dynamic reconfiguration
 2020-06-26 16:29 UTC  (2+ messages)

mmotm 2020-06-25-20-36 uploaded
 2020-06-26 16:28 UTC  (2+ messages)
` mmotm 2020-06-25-20-36 uploaded (mm/slab.c)

[PATCH 2/2] riscv: Enable context tracking
 2020-06-26 16:28 UTC  (2+ messages)

Strange problem with SCTP+IPv6
 2020-06-26 16:27 UTC  (10+ messages)

[PATCH v3 0/6] crypto/fsl: add RNG support
 2020-06-26 16:26 UTC  (5+ messages)

[PATCH 0/3] dtc: Preserve negative integers in yaml and dts output
 2020-06-26 16:25 UTC  (4+ messages)
  ` [PATCH 1/3] dtc: Turn 'uint64_t integer' into a struct
  ` [PATCH 2/3] dtc: Preserve negative integers in yaml and dts output
  ` [PATCH 3/3] dtc: Add sign preservation tests


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.