All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-06 20:56:21 to 2021-01-06 22:10:38 UTC [more...]

[PATCH] rxrpc: fix handling of an unsupported token type in rxrpc_read()
 2021-01-06 22:09 UTC  (10+ messages)

[Bug 210201] New: [amdpgu] crash when playing after suspend/resume
 2021-01-06 22:10 UTC  (2+ messages)
` [Bug 210201] "

[PATCH v2 mips-next 0/4] MIPS: vmlinux.lds.S sections fix & cleanup
 2021-01-06 22:07 UTC  (7+ messages)
` [PATCH v2 mips-next 1/4] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v2 mips-next 2/4] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v2 mips-next 4/4] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

VTL emulation, no barcodes shown in mtx
 2021-01-06 22:08 UTC  (2+ messages)

[PATCH] ubsan: disable unsigned-integer-overflow sanitizer with clang
 2021-01-06 22:06 UTC  (8+ messages)

[meta-python][PATCH 01/10] python3-sympy: Upgrade 1.6.2 -> 1.7.1
 2021-01-06 22:07 UTC  (10+ messages)
` [meta-python][PATCH 02/10] python3-twine: Upgrade 3.2.0 -> 3.3.0
` [meta-python][PATCH 03/10] python3-humanfriendly: Upgrade 8.2 -> 9.1
` [meta-python][PATCH 04/10] python3-sqlalchemy: Upgrade 1.3.20 -> 1.3.22
` [meta-python][PATCH 05/10] python3-transitions: Upgrade 0.8.5 -> 0.8.6
` [meta-python][PATCH 06/10] python3-pytest-metadata: Upgrade 1.10.0 -> 1.11.0
` [meta-python][PATCH 07/10] python3-smbus2: Upgrade 0.3.0 -> 0.4.0
` [meta-python][PATCH 08/10] python3-cantools: Upgrade 35.5.0 -> 36.1.0
` [meta-python][PATCH 09/10] python3-sentry-sdk: Upgrade 0.19.1 -> 0.19.5
` [meta-python][PATCH 10/10] python3-babel: Upgrade 2.8.0 -> 2.9.0

linux-next: build warning after merge of the origin tree
 2021-01-06 22:05 UTC 

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.249-21-g19254c4651be)
 2021-01-06 22:05 UTC 

[PATCH] ext4: Remove expensive flush on fast commit
 2021-01-06 22:05 UTC  (3+ messages)

.overlay directory
 2021-01-06 22:03 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] Windows sampling actions
 2021-01-06 22:03 UTC  (2+ messages)

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-06 22:00 UTC  (8+ messages)

New orphan worktree?
 2021-01-06 22:01 UTC  (5+ messages)

GPIO pin is reset to default value after release
 2021-01-06 21:57 UTC  (4+ messages)

[PATCH v3 00/38] ZBD fixes and improvements
 2021-01-06 21:57 UTC  (39+ messages)
` [PATCH v3 01/38] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH v3 02/38] zbd: use zbd_zone_nr() more actively in the code
` [PATCH v3 03/38] zbd: add get_zone() helper function
` [PATCH v3 04/38] zbd: introduce zone_unlock()
` [PATCH v3 05/38] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH v3 06/38] zbd: remove dependency on zone type during i/o
` [PATCH v3 07/38] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH v3 08/38] zbd: avoid zone buffer overrun
` [PATCH v3 09/38] zbd: don't unlock zone mutex after verify replay
` [PATCH v3 10/38] zbd: do not lock conventional zones on I/O adjustment
` [PATCH v3 11/38] zbd: do not set zbd handlers for conventional zones
` [PATCH v3 12/38] zbd: count sectors with data for write pointer zones
` [PATCH v3 13/38] zbd: initialize min_zone and max_zone for all zone types
` [PATCH v3 14/38] zbd: initialize sectors with data at start time
` [PATCH v3 15/38] zbd: use zone_lock() in zbd_process_swd()
` [PATCH v3 16/38] zbd: disable crossing from conventional to sequential zones
` [PATCH v3 17/38] zbd: don't log "zone nnnn is not open" message
` [PATCH v3 18/38] zbd: handle conventional start zone in zbd_convert_to_open_zone()
` [PATCH v3 19/38] zbd: improve replay range validation
` [PATCH v3 20/38] engines/libzbc: enable block backend
` [PATCH v3 21/38] zbd: avoid failing assertion in zbd_convert_to_open_zone()
` [PATCH v3 22/38] zbd: set thread errors in zbd_adjust_block()
` [PATCH v3 23/38] t/zbd: check for error in test #2
` [PATCH v3 24/38] t/zbd: add run-tests-against-nullb script
` [PATCH v3 25/38] t/zbd: add -t option to run-tests-against-nullb
` [PATCH v3 26/38] t/zbd: skip tests when test prerequisites are not met
` [PATCH v3 27/38] t/zbd: skip tests that need too many sequential zones
` [PATCH v3 28/38] t/zbd: test that conventional zones are not locked during random i/o
` [PATCH v3 29/38] t/zbd: test that zone_reset_threshold calculation is correct
` [PATCH v3 30/38] t/zbd: test random I/O direction in all-conventional case
` [PATCH v3 31/38] t/zbd: fix wrong units in test case #37
` [PATCH v3 32/38] t/zbd: add an option to bail on a failed test
` [PATCH v3 33/38] t/zbd: prevent test #31 from looping
` [PATCH v3 34/38] t/zbd: add checks for offline zone condition
` [PATCH v3 35/38] t/zbd: add test #54 to exercise ZBD verification
` [PATCH v3 36/38] t/zbd: show elapsed time in test-zbd-support
` [PATCH v3 37/38] t/zbd: increase timeout in test #48
` [PATCH v3 38/38] t/zbd: avoid looping on invalid command line options

[PATCH net-next v1 0/2] GRO drop accounting
 2021-01-06 21:55 UTC  (6+ messages)
` [Intel-wired-lan] "
` [PATCH net-next v1 1/2] net: core: count drops from GRO
  ` [Intel-wired-lan] "
` [PATCH net-next v1 2/2] ice: remove GRO drop accounting
  ` [Intel-wired-lan] "

[PATCH v4 08/17] x86/hyperv: handling hypercall page setup for root
 2021-01-06 21:54 UTC 

[PATCH net-next 0/4] udp_tunnel_nic: post conversion cleanup
 2021-01-06 21:53 UTC  (6+ messages)
` [PATCH net-next 1/4] udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers
` [PATCH net-next 2/4] udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers
` [PATCH net-next 3/4] net: remove ndo_udp_tunnel_* callbacks
` [PATCH net-next 4/4] udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks

Question about btrfs and XOR offloading
 2021-01-06 21:52 UTC  (7+ messages)

Doc to write firmware?
 2021-01-06 21:52 UTC  (2+ messages)

stable/linux-5.4.y build: 200 builds: 0 failed, 200 passed, 109 warnings (v5.4.87)
 2021-01-06 21:52 UTC 

+ rcu-make-call_rcu-print-mem_dump_obj-info-for-double-freed-callback.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ percpu_ref-dump-mem_dump_obj-info-upon-reference-count-underflow.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_dump_obj-handle-null-and-zero-sized-pointers.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_dump_obj-handle-vmalloc-memory.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_obj_dump-vmalloc-dumps-include-start-and-length.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-add-mem_dump_obj-to-print-source-of-memory-block.patch added to -mm tree
 2021-01-06 21:49 UTC 

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-06 21:48 UTC  (2+ messages)

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-06 21:47 UTC  (3+ messages)

[PATCH V2] net: dwc_eth_qos: Pad descriptors to cacheline size
 2021-01-06 21:49 UTC  (6+ messages)

Are AER corrected errors worrying?
 2021-01-06 21:48 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
 2021-01-06 21:48 UTC  (4+ messages)

virtual/permanent bakeathon infrastructure
 2021-01-06 21:46 UTC  (4+ messages)
` [nfsv4] "

[dpdk-dev] [PATCH 1/2] net/mlx5: fix Rx queue creation error flow
 2021-01-06 21:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] net/mlx5: fix Tx "
  ` [dpdk-dev] [dpdk-stable] "

[Bug 1909921] [NEW] Raspberry Pi 4 qemu:handle_cpu_signal received signal outside vCPU context @ pc=0xffff87709b0e
 2021-01-06 21:37 UTC  (2+ messages)
` [Bug 1909921] "

[Buildroot] [PATCH v2 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
 2021-01-06 21:46 UTC 

[PATH v3 0/2] Two UFS bug fixes
 2021-01-06 21:41 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
` [PATCH v3 2/2] scsi: ufs: handle LINERESET with correct tm_cmd

[PATCH] for-each-repo: do nothing on empty config
 2021-01-06 21:40 UTC  (7+ messages)

[PATCH] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses
 2021-01-06 21:35 UTC 

[PATCH 00/12] vt82c686b clean ups and vt8231 emulation
 2021-01-06 21:13 UTC  (13+ messages)
` [PATCH 07/12] vt82c686: Move creation of ISA devices to the ISA bridge
` [PATCH 11/12] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH 02/12] vt82c686: Reorganise code
` [PATCH 06/12] vt82c686: Simplify vt82c686b_realize()
` [PATCH 05/12] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PATCH 10/12] vt82c686: QOM-ify superio related functionality
` [PATCH 01/12] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH 09/12] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH 04/12] vt82c686: Fix up power management io base and config
` [PATCH 08/12] vt82c686: Fix superio_cfg_{read,write}() functions
` [PATCH 03/12] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH 12/12] vt82c686: Add emulation of VT8231 south bridge

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-06 21:40 UTC  (8+ messages)
` [RFC PATCH 02/23] x86/sgx: Add enum for SGX_CHILD_PRESENT error code
` [RFC PATCH 11/23] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH bpf] bpftool: fix compilation failure for net.o with older glibc
 2021-01-06 21:39 UTC  (2+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.165)
 2021-01-06 21:38 UTC 

[PATCH v4 0/37] SCMI vendor protocols and modularization
 2021-01-06 20:16 UTC  (3+ messages)
` [PATCH v4 24/37] firmware: arm_scmi: port Sensor protocol to new protocols interface
` [PATCH v4 28/37] firmware: arm_scmi: port Voltage "

[PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset
 2021-01-06 21:35 UTC 

[PATCH rdma-rc] RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
 2021-01-06 21:33 UTC  (2+ messages)

[PATCH V2 net-next 1/3] dt-bindings: net: convert Broadcom Starfighter 2 binding to the json-schema
 2021-01-06 21:32 UTC  (3+ messages)
` [PATCH V2 net-next 2/3] dt-bindings: net: dsa: sf2: add BCM4908 switch binding
` [PATCH V2 net-next 3/3] net: dsa: bcm_sf2: support BCM4908's integrated switch

[PATCH v2 1/2] KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
 2021-01-06 21:29 UTC  (2+ messages)

[Buildroot] [PATCH] package/sunxi-mali-mainline-driver: fix build failure with Linux 5.9 and 5.10
 2021-01-06 21:29 UTC 

Couple of issues with amdgpu on my WX4100
 2021-01-06 21:27 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix VXLAN decap flow created without VXLAN item
 2021-01-06 21:28 UTC  (2+ messages)

[PATCH 2/2] scsi: ufs: handle LINERESET with correct tm_cmd
 2021-01-06 21:25 UTC  (5+ messages)

[PATCH] vl: initialize displays _after_ exiting preconfiguration
 2021-01-06 21:24 UTC  (4+ messages)

[PATCH v4 0/3] tools/sunxi: Use mkimage for SPL generation
 2021-01-06 21:26 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH 0/3] soc: qcom: mdt_loader: General improvements
 2021-01-06 21:23 UTC  (4+ messages)
` [PATCH 1/3] soc: qcom: mdt_loader: Allow hash at any phdr
` [PATCH 2/3] soc: qcom: mdt_loader: Handle split bins correctly
` [PATCH 3/3] soc: qcom: mdt_loader: Read hash from firmware blob

Reply to [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors
 2021-01-06 21:23 UTC  (2+ messages)

[PATCH 0/3] automation: build qemu-system-aarch64 and use it for tests
 2021-01-06 21:23 UTC  (3+ messages)

[OE-core] [PATCH] pulseaudio: define -mfloat-abi=softfp for CC on armv5
 2021-01-06 21:23 UTC  (5+ messages)
` [PATCH v2] "
  ` [OE-core] "

[PATCH 0/2] fix tegra-hda on tegra30 devices
 2021-01-06 21:21 UTC  (5+ messages)
` [PATCH 2/2] ALSA: hda/tegra: fix tegra-hda on tegra30 soc

[PATCH V2 00/22] Live Update
 2021-01-06 21:19 UTC  (6+ messages)
` [PATCH V2 05/22] vl: memfd-alloc option

[dpdk-dev] [PATCH] net/mlx5: fix flow check hairpin split
 2021-01-06 21:21 UTC  (2+ messages)

KASAN: null-ptr-deref Write in corrupted
 2021-01-06 21:20 UTC 

[dpdk-dev] [PATCH 0/2] fix issue with partial DMA unmap
 2021-01-06 21:20 UTC  (7+ messages)
` [dpdk-dev] [PATCH v6 0/4] "
  ` [dpdk-dev] [PATCH v6 3/4] test: add test case to validate VFIO DMA map/unmap

[PATCH 0/2] Send acknowledgment to ec from cors_ec_typec
 2021-01-06 21:17 UTC  (4+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_typec: Send mux configuration acknowledgment to EC

[PATCH rdma-rc] RDMA/ucma: Do not miss ctx destruction steps in some cases
 2021-01-06 21:18 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Skip unstable timing measurements
 2021-01-06 21:18 UTC 

[PATCH] media: atomisp: ov2722: replace hardcoded function name
 2021-01-06 21:17 UTC  (8+ messages)

[RFC PATCH v3 0/9] CoreSight complex config support; ETM strobing
 2021-01-06 21:15 UTC  (4+ messages)

[PATCH] jobs: Block signals during tcsetpgrp
 2021-01-06 21:16 UTC  (2+ messages)

[PATCH RFC cpumask] Allow "all", "none", and "last" in cpumask strings
 2021-01-06 21:16 UTC  (4+ messages)
` [PATCH RFC cpumask 4/5] cpumask: Add "last" alias for cpu list specifications

drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c:443 sun8i_ss_hash_run() warn: possible memory leak of 'result'
 2021-01-06 21:17 UTC 

[PATCH] mergetool--lib: fix '--tool-help' to correctly show available tools
 2021-01-06 21:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] scsi: ufs: Replace sprintf and snprintf with sysfs_emit
 2021-01-06 21:15 UTC 

[PATCH 00/75] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-01-06 21:10 UTC  (4+ messages)

[dm-devel] [PATCH] multipathd: LUN protection by checking path's wwid change status
 2021-01-06 21:10 UTC  (2+ messages)

[PATCH 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control
 2021-01-06 21:08 UTC  (4+ messages)

[PATCH v2 0/6] Fix some bugs about HugeTLB code
 2021-01-06 21:07 UTC  (9+ messages)
` [PATCH v2 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH v2 3/6] mm: hugetlb: fix a race between freeing and dissolving the page

[PATCH v2 0/5] Introduce PRU remoteproc consumer API
 2021-01-06 21:05 UTC  (4+ messages)

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-06 21:07 UTC  (7+ messages)
` [PATCH v5 0/8] config: allow specifying config entries via env
  ` [PATCH v5 8/8] config: allow specifying config entries via envvar pairs

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-06 21:04 UTC  (8+ messages)
` [PATCH v2 2/2] "

[PATCH] x86: fix movdir64b() sparse warning
 2021-01-06 21:04 UTC  (3+ messages)

[PATCH] x86/dpci: EOI interrupt regardless of it's masking status
 2021-01-06 21:04 UTC  (2+ messages)

BPF Kernel OOPS - NULL pointer dereference
 2021-01-06 21:02 UTC  (4+ messages)

[PATCH] refs: allow @{n} to work with n-sized reflog
 2021-01-06 21:02 UTC  (4+ messages)

[PATCH V4 1/3] dt-bindings: phy: brcm, brcmstb-usb-phy: convert to the json-schema
 2021-01-06 20:58 UTC  (6+ messages)
` [PATCH V4 1/3] dt-bindings: phy: brcm,brcmstb-usb-phy: "
` [PATCH V4 2/3] dt-bindings: phy: brcm, brcmstb-usb-phy: add BCM4908 binding
  ` [PATCH V4 2/3] dt-bindings: phy: brcm,brcmstb-usb-phy: "
` [PATCH V4 3/3] phy: phy-brcm-usb: support PHY on the BCM4908

[PATCH RFC clocksource] Do not mark clocks unstable due to delays
 2021-01-06 20:59 UTC  (5+ messages)
` [PATCH RFC clocksource 2/5] clocksource: Retry clock read if long delays detected

[PATCH -next] scsi: ufs: fix all Kconfig help text indentation
 2021-01-06 20:55 UTC 

[PATCH] t6016: move to lib-log-graph.sh framework
 2021-01-06 20:55 UTC  (5+ 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.