All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-03 10:54:29 to 2021-05-03 11:59:14 UTC [more...]

[PATCH 00/69] "Revert and fix properly" patch series based on umn.edu re-review
 2021-05-03 11:56 UTC  (6+ messages)
` [PATCH 01/69] Revert "crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions"
` [PATCH 03/69] Revert "media: rcar_drif: fix a memory disclosure"
` [PATCH 12/69] Revert "rtlwifi: fix a potential NULL pointer dereference"
` [PATCH 13/69] net: rtlwifi: properly check for alloc_workqueue() failure
` [PATCH 14/69] Revert "net: fujitsu: fix a potential NULL pointer dereference"

[PATCH] fs/btrfs: Fix uninitialized variable
 2021-05-03 11:58 UTC  (5+ messages)

[Intel-gfx] Lockdep splat on drm-tip
 2021-05-03 11:57 UTC 

[Buildroot] [Bug 13786] New: Fail to compile LTP on sh4
 2021-05-03 11:56 UTC  (2+ messages)
` [Buildroot] [Bug 13786] "

[PATCH v2] hwmon: Add sht4x Temperature and Humidity Sensor Driver
 2021-05-03 11:45 UTC 

[RFC 0/2] netconsole and networking co-existence
 2021-05-03 11:55 UTC  (3+ messages)
` [RFC 1/2] net: net_up, net_down
` [RFC 2/2] netconsole and networking co-existence

[PATCH] urlmatch: do not allow passwords in URLs by default
 2021-05-03 11:54 UTC  (3+ messages)

[PATCH 0/2] block: Fix Transaction leaks
 2021-05-03 11:53 UTC  (8+ messages)
` [PATCH 1/2] block: Fix Transaction leak in bdrv_root_attach_child()
` [PATCH 2/2] block: Fix Transaction leak in bdrv_reopen_multiple()

[PATCH v3 00/22] xvmalloc() / x86 xstate area / x86 CPUID / AMX+XFD
 2021-05-03 11:53 UTC  (5+ messages)
` [PATCH v3 01/22] mm: introduce xvmalloc() et al and use for grant table allocations
` [PATCH v3 04/22] x86/xstate: re-use valid_xcr0() for boot-time checks

[Buildroot] [PATCH v2 0/6] Support for the BeagleV platform
 2021-05-03 11:53 UTC  (10+ messages)
` [Buildroot] [PATCH v2 1/6] boot/opensbi: add options to enable/disable image installation
` [Buildroot] [PATCH v2 4/6] boot/beaglev-ddrinit: new package
` [Buildroot] [PATCH v2 5/6] boot/beaglev-secondboot: "
` [Buildroot] [PATCH v2 6/6] configs/beaglev: enable building of low-level firmware

[PATCH 0/9] iio: Move more things from iio_dev to iio_dev_opaque
 2021-05-03 11:53 UTC  (7+ messages)
` [PATCH 1/9] iio: core: move @id from struct iio_dev to struct iio_dev_opaque

[Qemu-devel] [Bug 1096714] [NEW] qemu 1.3.0: usb devices shouldn't have same vendor/product ID and same serial
 2021-05-03 11:27 UTC  (2+ messages)
` [Bug 1096714] "

[PATCH v2 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-03 11:51 UTC  (6+ messages)
` [PATCH v2 04/13] gpio: Introduce CONFIG_ONLY_GENERIC_GPIO to cleanup #ifdefs

[PATCH nf] netfilter: arptables: use pernet ops struct during unregister
 2021-05-03 11:51 UTC 

[LTP] [PATCH 1/1] docparse: Escape backslash, tab and double quote in JSON
 2021-05-03 11:51 UTC  (2+ messages)

[PATCH 0/6] block permission updated follow-up
 2021-05-03 11:48 UTC  (8+ messages)
` [PATCH 1/6] block: fix leak of tran in bdrv_root_attach_child
` [PATCH 2/6] block: bdrv_reopen_multiple(): fix leak of tran object
` [PATCH 3/6] block-backend: improve blk_root_get_parent_desc()
` [PATCH 4/6] block: improve bdrv_child_get_parent_desc()
` [PATCH 5/6] block: simplify bdrv_child_user_desc()
` [PATCH 6/6] block: improve permission conflict error message

[PATCH for-next 00/20] Misc update for rtrs
 2021-05-03 11:48 UTC  (21+ messages)
` [PATCH for-next 01/20] RDMA/rtrs-srv: Kill reject_w_econnreset label
` [PATCH for-next 02/20] RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info
` [PATCH for-next 03/20] RDMA/rtrs-clt: No need to check queue_depth when receiving
` [PATCH for-next 04/20] RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection
` [PATCH for-next 05/20] RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state
` [PATCH for-next 06/20] RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH
` [PATCH for-next 07/20] RDMA/rtrs: Define MIN_CHUNK_SIZE
` [PATCH for-next 08/20] RDMA/rtrs: Use strscpy instead of strlcpy
` [PATCH for-next 09/20] RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb
` [PATCH for-next 10/20] RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs
` [PATCH for-next 11/20] RDMA/rtrs-srv: Kill __rtrs_srv_change_state
` [PATCH for-next 12/20] RDMA/rtrs-clt: Remove redundant 'break'
` [PATCH for-next 13/20] RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
` [PATCH for-next 14/20] RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight
` [PATCH for-next 15/20] RDMA/rtrs: Do not reset hb_missed_max after re-connection
` [PATCH for-next 16/20] RDMA/rtrs-srv: Duplicated session name is not allowed
` [PATCH for-next 17/20] RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
` [PATCH for-next 18/20] RDMA/rtrs-srv: Fix memory leak when having multiple sessions
` [PATCH for-next 19/20] RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
` [PATCH for-next 20/20] RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats

[PATCH v3 00/43] staging: rtl8723bs: clean up driver from private debug facilities
 2021-05-03 11:48 UTC  (4+ messages)

[PATCH v3] tee: amdtee: unload TA only when its refcount becomes 0
 2021-05-03 11:47 UTC  (3+ messages)

[Qemu-devel] [Bug 1101210] [NEW] qemu 1.3.0: usb keyboard not fully working
 2021-05-03 11:27 UTC  (2+ messages)
` [Bug 1101210] Re: qemu 1.4.2: "

[igt-dev] [PATCH i-g-t 1/3] lib/intel_bufops: Fix CCS plane width calculation
 2021-05-03 11:45 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/3] "

[cip-dev][isar-cip-core][PATCH] swupdate-config: add prefix to variables
 2021-05-03 11:44 UTC  (5+ messages)
` [cip-dev][isar-cip-core][PATCH v2] "

[Bug 1128935] Re: MIPS r4k "TLB modified exception" generated for TLB entries that are not visible to the TLBP instruction
 2021-05-03 11:28 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 6dbffe3729d9332bc280655046b21d29bac8a61c
 2021-05-03 11:42 UTC 

[PATCH] drivers: slimbus: qcom-ngd-ctrl.c: Added space after comma
 2021-04-29  9:25 UTC 

[PATCH v2] drm: log errors in drm_gem_fb_init_with_funcs
 2021-05-03 11:39 UTC 

[PATCH] Raise the minimum GCC version to 5.2
 2021-05-03 11:35 UTC  (12+ messages)

[PATCH] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-03 11:39 UTC  (5+ messages)
  ` [Intel-gfx] "

[RFC PATCH v6 0/4] scheduler: expose the topology of clusters and add cluster scheduler
 2021-05-03 11:35 UTC  (9+ messages)
` [RFC PATCH v6 3/4] scheduler: scan idle cpu in cluster for tasks within one LLC

[PATCH v3] powerpc/64: Option to use ELFv2 ABI for big-endian kernels
 2021-05-03 11:37 UTC 

[PATCH] drm/etnaviv: rework linear window offset calculation
 2021-05-03 11:38 UTC  (3+ messages)

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-05-03 11:37 UTC  (4+ messages)

[LTP] [PATCH] realtime/func/pi-tests: testpi-2 parser indentation fix
 2021-05-03 11:36 UTC  (2+ messages)

[PATCH 0/8] iio: cleanup some new instances of manual parent setting
 2021-05-03 11:37 UTC  (3+ messages)

[PATCH v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-03 11:35 UTC  (9+ messages)
` [PATCH v1 7/7] fs/proc/kcore: use page_offline_(freeze|unfreeze)

[Qemu-devel] [Bug 1022023] [NEW] vga/std lacks few wide screen modes
 2021-05-03 11:19 UTC  (2+ messages)
` [Bug 1022023] "

[Qemu-devel] [Bug 1090604] [NEW] RFE: Implement support for SMBIOS Type 41 structures
 2021-05-03 11:20 UTC  (2+ messages)
` [Bug 1090604] "

[Qemu-devel] [Bug 944628] [NEW] Documentation for mtdblock, option-rom, and pflash is non-existent
 2021-05-03 11:19 UTC  (2+ messages)
` [Bug 944628] "

[PATCH] libubootenv: upgrade 0.3.1 -> 0.3.2
 2021-05-03 11:33 UTC 

[PATCH 0/6] coroutine: new sleep/wake API
 2021-05-03 11:25 UTC  (7+ messages)
` [PATCH 1/6] coroutine-sleep: use a stack-allocated timer
` [PATCH 2/6] coroutine-sleep: disallow NULL QemuCoSleepState** argument
` [PATCH 3/6] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PATCH 4/6] coroutine-sleep: move timer out of QemuCoSleepState
` [PATCH 5/6] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
` [PATCH 6/6] coroutine-sleep: introduce qemu_co_sleep

[PATCH 5.10 0/2] 5.10.34-rc1 review
 2021-05-03 11:27 UTC  (10+ messages)
` [PATCH 5.10 1/2] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

[PATCH v3 0/7] target/ppc: untangle CPU init from translation
 2021-05-03 11:28 UTC  (4+ messages)
` [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static

[PATCH] ARM: stm32: Enable UNZIP on DHSOM by default
 2021-05-03 11:31 UTC 

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-03 11:31 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: selftests: Rename vm_handle_exception
` [PATCH v2 2/5] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
` [PATCH v2 3/5] KVM: selftests: Move GUEST_ASSERT_EQ to utils header

[PATCH] ARM: stm32: Add additional ID register check for KSZ8851 presence
 2021-05-03 11:31 UTC 

[PATCH v6 0/3] mainline ti tsc2046 adc driver
 2021-05-03 11:28 UTC  (2+ messages)

[PATCH 0/9] leftover bits from symlinked gitattributes, etc topics
 2021-05-03 11:22 UTC  (5+ messages)
` [PATCH 2/9] fsck_tree(): fix shadowed variable
` [PATCH 3/9] fsck_tree(): wrap some long lines

"UBSAN: shift-out-of-bounds in mceusb_dev_recv" should share the same root cause with "UBSAN: shift-out-of-bounds in mceusb_dev_printdata"
 2021-05-03 11:24 UTC  (6+ messages)

[PATCH] bluetooth: fix potential gfp
 2021-05-03 11:22 UTC  (4+ messages)
` [PATCH v2] bluetooth: hci_qca: fix potential GPF
  ` [v2] "

[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB
 2021-05-03 11:15 UTC  (18+ messages)
` [PATCH v2 2/3] ARM: dts: aspeed: ast2600evb: Add timing-phase property for eMMC controller
` [PATCH v2 3/3] mmc: sdhci-of-aspeed: Sync capabilities from device tree to ast2600 SoC registers

[Bug 212887] Clarify getopt.3 behaviour
 2021-05-03 11:21 UTC 

[LTP] [PATCH v5 0/7] CGroup API rewrite
 2021-05-03 11:20 UTC  (3+ messages)
` [LTP] [PATCH v5 6/7] mem: Convert tests to new CGroups API

[PATCH v7 0/5] USB DWC3 host wake up support from system suspend
 2021-05-03 11:20 UTC  (8+ messages)
` [PATCH v7 1/5] usb: dwc3: host: Set PHY mode during suspend
` [PATCH v7 2/5] usb: dwc3: core: Host wake up support from system suspend

[RFC PATCH 0/4] IIO: Alignment fixes part 4 - bounce buffers for the hard cases
 2021-05-03 11:20 UTC  (8+ messages)
` [RFC PATCH 1/4] iio: core: Introduce iio_push_to_buffers_with_ts_na() for non aligned case

[PATCH v4 1/6] iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers
 2021-05-03 11:19 UTC  (4+ messages)
` [PATCH v4 4/6] iio: accel: fxls8962af: add interrupt support

[PATCH] powerpc/pseries: Enable hardlockup watchdog for PowerVM partitions
 2021-05-03 11:18 UTC 

[dpdk-dev] [PATCH] doc: announce modification in eventdev structure
 2021-05-03 11:18 UTC  (3+ messages)
  ` [dpdk-dev] [EXT] "

Switching to the GitLab bug tracker
 2021-05-03 11:16 UTC 

[PATCH] powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled
 2021-05-03 11:17 UTC 

[PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
 2021-05-03 11:17 UTC  (11+ messages)

[PATCH] btrfs: add fstrim test case on the sprout device
 2021-05-03 11:16 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] mkfs: reject cowextsize after making final decision about reflink support
 2021-05-03 11:16 UTC  (2+ messages)

[PATCHv2] drm/omap: Fix issue with clocks left on after resume
 2021-05-03 11:16 UTC  (7+ messages)

Sponsored Post
 2021-05-03 11:15 UTC 

[PATCH 01/13] drm/ttm: add ttm_sys_manager v2
 2021-05-03 11:14 UTC  (7+ messages)
` [PATCH 07/13] drm/ttm: flip over the sys manager to self allocated nodes
` [PATCH 11/13] drm/nouveau: switch the TTM backends to self alloc

high precision timers
 2021-05-03 11:13 UTC  (3+ messages)

[Buildroot] [PATCH 0/9] Fix binutils bug 21464 and remove it
 2021-05-03 11:13 UTC  (10+ messages)
` [Buildroot] [PATCH 1/9] package/binutils: update or1k patches for plt link version with upstream
` [Buildroot] [PATCH 2/9] package/binutils: add upstream backported patches to support -mcmodel=large gcc option
` [Buildroot] [PATCH 3/9] package/gcc: add upstream patches that introduce -mcmodel=large option for or1k
` [Buildroot] [PATCH 4/9] package/libgeos: fix build failure due to missing -mcmodel=large
` [Buildroot] [PATCH 5/9] package/protobuf: "
` [Buildroot] [PATCH 6/9] toolchain: remove binutils bug 21464
` [Buildroot] [PATCH 7/9] package/libgeos: remove binutils bug 21464 dependency
` [Buildroot] [PATCH 8/9] package/postgis: remove libgeos binutils bug 21464 inheritance
` [Buildroot] [PATCH 9/9] package/protobuf: remove binutils bug 21464 dependency

[dm-devel] [PATCH v2] dm-integrity: if we have discard support, use it when recalculating
 2021-04-30 19:39 UTC  (2+ messages)

[dm-devel] Integrity discard/trim extremely slow on NVMe SSD storage (~10GiB/minute)
 2021-04-30 19:26 UTC  (5+ messages)

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-05-03 11:12 UTC  (4+ messages)
` [PATCH bpf v2] "

[PATCH v2] iio: Documentation: move incompatible ABI to obsolete
 2021-05-03 11:12 UTC  (2+ messages)

[hch-block:alloc_disk 35/41] drivers/mtd/mtd_blkdevs.c:442 add_mtd_blktrans_dev() error: uninitialized symbol 'ret'
 2021-05-03 11:12 UTC 

[PATCH v3 00/13] libs/guest: new CPUID/MSR interface
 2021-05-03 11:09 UTC  (3+ messages)
` [PATCH v3 08/13] libs/guest: make a cpu policy compatible with older Xen versions

[PATCH] ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8
 2021-05-03 11:08 UTC 

[Intel-gfx] [RFC PATCH i-g-t] lib/i915/perf: Fix non-card0 processing
 2021-05-03 11:09 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

general protection fault in css_release_work_fn()
 2021-05-03 11:08 UTC  (4+ messages)

[PATCH v3] powerpc/64: Option to use ELFv2 ABI for big-endian kernels
 2021-05-03 11:07 UTC 

[PATCH v4 0/5] qemu-iotests: quality of life improvements
 2021-05-03 11:01 UTC  (6+ messages)
` [PATCH v4 1/5] qemu-iotests: do not buffer the test output
` [PATCH v4 2/5] qemu-iotests: allow passing unittest.main arguments to the test scripts
` [PATCH v4 3/5] qemu-iotests: move command line and environment handling from TestRunner to TestEnv
` [PATCH v4 4/5] qemu-iotests: let "check" spawn an arbitrary test command
` [PATCH v4 5/5] qemu-iotests: fix case of SOCK_DIR already in the environment

[PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
 2021-05-03 11:07 UTC  (5+ messages)

[PULL v2 00/31] target/hexagon patch queue
 2021-05-03 11:04 UTC  (2+ messages)

[PATCH] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
 2021-05-03 10:57 UTC 

iwlwifi firmware crash and kernel crash
 2021-05-03 10:58 UTC  (2+ messages)

Deadlock between CPU offline and kmem_cache_create
 2021-05-03 10:58 UTC  (2+ messages)

[qemu-web PATCH] Update website to point to the new bug tracker at GitLab instead of Launchpad
 2021-05-03 10:56 UTC  (3+ messages)

[dpdk-dev] [PATCH v2] net/mlx5: add power monitoring support
 2021-05-03 10:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v3] sched: Fix out-of-bound access in uclamp
 2021-05-03 10:55 UTC  (3+ messages)

[PATCH] arm: imx: imx8mm: correct unrecognized fracpll frequency
 2021-05-03 10:55 UTC  (3+ messages)
` [PATCH v2] "

[PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches
 2021-05-03 10:44 UTC  (2+ messages)
` [PULL 09/10] libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-03 10:54 UTC  (9+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())

[PATCH 0/2] Drop deprecated lm32 and unicore32
 2021-05-03 10:52 UTC  (3+ messages)
` [PATCH 2/2] Drop the deprecated unicore32 target

[PATCH 0/2] Introduce inclusive language in kmod
 2021-05-03 10:53 UTC  (3+ messages)
` [PATCH 1/2] Refactor all instances of blacklist to blocklist and update documentation
` [PATCH 2/2] Continue temporary support for Blacklist command with warnings


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.