All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-27 16:27:35 to 2021-04-27 17:20:13 UTC [more...]

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-27 17:20 UTC  (81+ messages)
` [PATCH 015/190] Revert "firmware: Fix a reference count leak."
` [PATCH 021/190] Revert "omapfb: fix multiple reference count leaks due to pm_runtime_get_sync"
` [PATCH 027/190] Revert "ASoC: rockchip: Fix a reference count leak."
` [PATCH 030/190] Revert "ASoC: tegra: Fix reference count leaks."
` [PATCH 032/190] Revert "ASoC: img-parallel-out: Fix a reference count leak"
` [PATCH 033/190] Revert "ASoC: img: Fix a reference count leak in img_i2s_in_set_fmt"
` [PATCH 034/190] Revert "efi/esrt: Fix reference count leak in esre_create_sysfs_entry."
` [PATCH 035/190] Revert "scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj"
` [PATCH 036/190] Revert "vfio/mdev: Fix reference count leak in add_mdev_supported_type"
` [PATCH 038/190] Revert "cpuidle: Fix three reference count leaks"
` [PATCH 042/190] Revert "ASoC: fix incomplete error-handling in img_i2s_in_probe."
` [PATCH 078/190] Revert "ASoC: cs43130: fix a NULL pointer dereference"
` [PATCH 079/190] Revert "ASoC: rt5645: "
` [PATCH 082/190] Revert "rsi: Fix NULL pointer dereference in kmalloc"
` [PATCH 085/190] Revert "audit: fix a memory leak bug"
` [PATCH 110/190] Revert "scsi: qla4xxx: fix a potential NULL pointer dereference"
` [PATCH 116/190] Revert "thunderbolt: property: Fix a "
` [PATCH 118/190] Revert "scsi: ufs: fix a missing check of devm_reset_control_get"
` [PATCH 126/190] Revert "net: openvswitch: fix a NULL pointer dereference"
` [PATCH 129/190] Revert "qlcnic: Avoid potential "
` [PATCH 145/190] Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"
` [PATCH 157/190] Revert "Input: ad7879 - add check for read errors in interrupt"
` [PATCH 170/190] Revert "net: dsa: bcm_sf2: Propagate error value from mdio_write"
` [PATCH 174/190] Revert "net: chelsio: Add a missing check on cudg_get_buffer"
` [PATCH 175/190] Revert "ipv6/route: Add a missing check on proc_dointvec"
` [PATCH 176/190] Revert "net/net_namespace: Check the return value of register_pernet_subsys()"
` [PATCH 179/190] Revert "drivers/regulator: fix a missing check of return value"
` [PATCH 180/190] Revert "net: socket: fix a missing-check bug"
` [PATCH 181/190] Revert "dm ioctl: harden copy_params()'s copy_from_user() from malicious users"
` [PATCH 184/190] Revert "yam: fix a missing-check bug"
` [PATCH 185/190] Revert "net: cxgb3_main: "
` [PATCH 188/190] Revert "scsi: 3w-xxxx: "
    ` [Intel-gfx] [PATCH 000/190] Revertion of all of the umn.edu commits

[dpdk-dev] [PATCH 0/5] Offload flags fixes
 2021-04-27 17:19 UTC  (6+ messages)
` [dpdk-dev] [PATCH 5/5] vhost: fix offload flags in Rx path

altera msgdma driver has no dt support
 2021-04-27 17:19 UTC 

[PATCH] mt76: mt7615: do not set MT76_STATE_PM at bootstrap
 2021-04-27 17:19 UTC 

[PATCH v2 0/9] drm: Add privacy-screen class and connector properties
 2021-04-27 17:03 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-04-27 17:16 UTC  (4+ messages)

[PATCH 0/9] iio: Move more things from iio_dev to iio_dev_opaque
 2021-04-27 17:19 UTC  (12+ messages)
` [PATCH 1/9] iio: core: move @id from struct iio_dev to struct iio_dev_opaque
` [PATCH 7/9] iio: core: move @chrdev "
` [PATCH 9/9] iio: core: move @clock_id "

[PATCH-V2] fs/btrfs: Fix uninitialized variable
 2021-04-27 17:16 UTC 

[PATCH v4 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-27 17:16 UTC  (2+ messages)

[PATCH 0/4] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-04-27 17:11 UTC  (5+ messages)
` [PATCH 2/4] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH 3/4] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c

[PATCH 00/13] target/arm: Split translate-*.c.inc into separate compilation units
 2021-04-27 17:08 UTC  (28+ messages)
` [PATCH 01/13] target/arm: Move constant expanders to translate.h
` [PATCH 02/13] target/arm: Share unallocated_encoding() and gen_exception_insn()
` [PATCH 03/13] target/arm: Make functions used by m-nocp global
` [PATCH 04/13] target/arm: Split m-nocp trans functions into their own file
` [PATCH 05/13] target/arm: Move gen_aa32 functions to translate-a32.h
` [PATCH 06/13] target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
` [PATCH 07/13] target/arm: Make functions used by translate-vfp global
` [PATCH 08/13] target/arm: Make translate-vfp.c.inc its own compilation unit
` [PATCH 09/13] target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
` [PATCH 10/13] target/arm: Delete unused typedef
` [PATCH 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
` [PATCH 12/13] target/arm: Make functions used by translate-neon global
` [PATCH 13/13] target/arm: Make translate-neon.c.inc its own compilation unit

[PATCH v2] Staging:greybus: Add () around gcam macro
 2021-04-27 17:14 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH 0/7] x86: memcpy() / memset() (non-)ERMS flavors plus fallout
 2021-04-27 17:13 UTC  (3+ messages)
` [PATCH 2/7] x86: introduce ioremap_wc()

[PATCH 0/8] iio: cleanup some new instances of manual parent setting
 2021-04-27 17:13 UTC  (4+ messages)
` [PATCH 2/8] iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent

Updating fec driver for kernel 5.4 and I.MX8Q
 2021-04-27 17:12 UTC  (3+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-27 17:12 UTC  (18+ messages)

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-27 17:12 UTC  (4+ messages)
  ` [Virtio-fs] "

[PATCH v1 0/3] driver core: Set fw_devlink=on take II
 2021-04-27 17:10 UTC  (16+ messages)
` [PATCH v1 3/3] Revert "Revert "driver core: Set fw_devlink=on by default""

[PATCH 00/19] sched: Core Scheduling
 2021-04-27 17:10 UTC  (6+ messages)
` [PATCH 04/19] sched: Prepare for Core-wide rq->lock

[kvm-unit-tests PATCH v2] configure: arm: Replace --vmm with --target
 2021-04-27 17:10 UTC  (4+ messages)

[PATCH] platform/x86: drop unneeded assignment in host_control_smi()
 2021-04-27 17:09 UTC  (3+ messages)

An open letter to the Linux community
 2021-04-27 17:09 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-04-27 17:08 UTC 

[PATCH 1/7] core-image-weston: add sdk/ptest images
 2021-04-27 17:09 UTC  (4+ messages)
` [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features
  ` [OE-core] "

[PATCH 1/3] usb: ehci-mx6: move mode set/detect to probe
 2021-04-27 17:08 UTC  (3+ messages)
` [PATCH 2/3] usb: ehci-mx6: add IMX8MM OTG support
` [PATCH 3/3] configs: imx8mm_venice_defconfig: add usb support

[PATCH RESEND 0/5] Handle seccomp notification preemption
 2021-04-27 17:07 UTC  (9+ messages)
` [PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier

[PATCH 0/2] Add QCOM PMIC PWM driver
 2021-04-27 17:07 UTC  (3+ messages)
` [PATCH 2/2] pwm: pwm-qcom: add driver for PWM modules in QCOM PMICs

[PATCH] clk: <linux/clk.h>: correct clk_get_parent() documentation
 2021-04-27 17:07 UTC  (3+ messages)

[PATCH v5 0/2] iio: accel: sca3300: Accelerometer support and binding doc
 2021-04-27 17:07 UTC  (2+ messages)

Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
 2021-04-27 17:06 UTC  (3+ messages)
` [yocto] "

PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+
 2021-04-27 17:03 UTC 

KASAN: null-ptr-deref Write in io_uring_cancel_sqpoll
 2021-04-27 17:04 UTC  (6+ messages)
` [PATCH 5.13] io_uring: Check current->io_uring "

[PATCH 00/14] Use const whether we point to literal strings (take 1)
 2021-04-27 17:03 UTC  (5+ messages)
` [PATCH 07/14] tools/xl: Use const whenever we point to literal strings

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 17:03 UTC  (11+ messages)
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "

[PATCH 0/3] bcachefs support
 2021-04-27 17:03 UTC  (5+ messages)
` [PATCH 1/3] Initial "
` [PATCH 2/3] Improved .gitignore
` [PATCH 3/3] Use --yes option to lvcreate

[PATCH v4 0/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-27 16:59 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] selftests: kvm: Allows "

[PATCH 167/190] Revert "gdrom: fix a memory leak bug"
 2021-04-27 17:01 UTC  (8+ messages)

[PATCH] pseries/drmem: update LMBs after LPM
 2021-04-27 17:01 UTC  (2+ messages)

[tglx-devel:x86/l1dflush 7/9] arch/x86/mm/tlb.c:354:13: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-04-27 17:00 UTC  (4+ messages)

[GIT PULL] libata changes for 5.13-rc
 2021-04-27 17:00 UTC 

[PATCH v4 0/2] iio:adc:ad7476: Regulator support and binding doc
 2021-04-27 17:00 UTC  (2+ messages)

[PATCH 0/3] x86/sev-es: rename file and other cleanup
 2021-04-27 16:58 UTC  (3+ messages)
` [PATCH 1/3] x86/sev-es: Rename sev-es.{ch} to sev.{ch}

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)
 2021-04-27 16:58 UTC 

[Bug 212859] New: Nested virtualization does not work well
 2021-04-27 16:58 UTC  (2+ messages)
` [Bug 212859] "

[1.50][PATCH 0/5] review request
 2021-04-27 16:57 UTC  (3+ messages)
` [1.50][PATCH 1/5] runqueue: Fix deferred task issues
  ` [bitbake-devel] "

[RFC] scripts: kernel-doc: reduce repeated regex expressions into variables
 2021-04-27 16:56 UTC  (5+ messages)
` [RFC v2] "

linux-next: Tree for Apr 27
 2021-04-27 16:56 UTC  (2+ messages)
` linux-next: Tree for Apr 27 (net_selftest)

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-27 16:56 UTC  (7+ messages)
` [PATCH v3 04/24] mpi3mr: add support of queue command processing
` [PATCH v3 13/24] mpi3mr: implement scsi error handler hooks

[PATCH] clk: qcom: Simplify usage of dev_err_probe()
 2021-04-27 16:56 UTC  (2+ messages)

Need help with service-config-manager and socket activated services
 2021-04-27 16:54 UTC  (3+ messages)

Entity Manager error in tiogapass
 2021-04-27 16:54 UTC  (4+ messages)

[intel-linux-intel-lts:4.19/android_r 19120/22633] arch/x86/kernel/smp.c:273:1: sparse: sparse: unused label 'finish'
 2021-04-27 16:55 UTC 

[Buildroot] [PATCH] package/moarvm: bump to version 2021.04
 2021-04-27 16:54 UTC 

[PATCH v3 1/3] fetch/git: add support for disabling shared clones on unpack
 2021-04-27 16:53 UTC  (2+ messages)

Sealed memfd & no-fault mmap
 2021-04-27 16:51 UTC  (3+ messages)

[PATCH] arm64:align function __arch_clear_user
 2021-04-27 16:50 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/4] Fixes for txgbe
 2021-04-27 16:50 UTC  (9+ messages)
` [dpdk-dev] [PATCH 1/4] net/txgbe: fix RSS in double VALN
  ` [dpdk-dev] [dpdk-stable] "
` [dpdk-dev] [PATCH 2/4] net/txgbe: fix VF MTU limit setting
  ` [dpdk-dev] [dpdk-stable] "
` [dpdk-dev] [PATCH 3/4] net/txgbe: remove port representor
` [dpdk-dev] [PATCH 4/4] net/txgbe: add copyright owner

[PATCH] net: fix a concurrency bug in l2tp_tunnel_register()
 2021-04-27 16:50 UTC  (2+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-04-27 16:48 UTC  (9+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH 00/26] btrfs-progs: zoned: zoned block device support
 2021-04-27 16:45 UTC  (4+ messages)
` [PATCH 05/26] btrfs-progs: zoned: get zone information of zoned block devices

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-27 16:47 UTC  (13+ messages)
` [PATCH v2 bpf-next 05/16] selftests/bpf: Test for syscall program type
` [PATCH v2 bpf-next 09/16] libbpf: Support for fd_idx
` [PATCH v2 bpf-next 12/16] libbpf: Change the order of data and text relocations

[PATCH v3] IOMUX: Fix buffer overflow in iomux_replace_device()
 2021-04-27 16:46 UTC  (2+ messages)

[PATCH v2] pinctrl: single: fix a never true comparison
 2021-04-27 16:46 UTC  (2+ messages)

[PATCH] pinctrl: single: check function mask to be non-zero
 2021-04-27 16:46 UTC  (2+ messages)

[PATCH v2] Makefile: fix generating environment file
 2021-04-27 16:46 UTC  (3+ messages)
` [PATCH] Makefile: fix generation of defaultenv.h from empty initial file

[PATCH 0/2] reset: fix reset_get_by_index_nodev index handling
 2021-04-27 16:46 UTC  (5+ messages)
` [PATCH 1/2] test: reset: Extend base reset test to catch error
` [PATCH 2/2] reset: fix reset_get_by_index_nodev index handling

[PATCH U-boot v2] fs: btrfs: fix the false alert of decompression failure
 2021-04-27 16:46 UTC  (3+ messages)

[PATCH] arm: zimage: Use correct symbol to hide messages in SPL
 2021-04-27 16:46 UTC  (2+ messages)

Please pull u-boot-marvell/master (watchdog related)
 2021-04-27 16:45 UTC  (2+ messages)

[PATCH 0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction
 2021-04-27 16:44 UTC  (8+ messages)
` [PATCH 1/2] powerpc/sstep: Add emulation support for ‘setb’ instruction

[linux-next:master 14988/15288] arch/riscv/kernel/setup.c:284:32: error: implicit declaration of function 'XIP_FIXUP'
 2021-04-27 16:42 UTC  (2+ messages)

[PATCH net-next v3 0/6] provide generic net selftest support
 2021-04-27 16:40 UTC  (6+ messages)

[freescale-fslc:pr/317 13/48] drivers/pci/controller/dwc/pci-imx6.c:2924:11: warning: variable 'ret' set but not used
 2021-04-27 16:42 UTC 

[Intel-gfx] PR ADL-P DMC
 2021-04-27 16:40 UTC 

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-04-27 16:38 UTC  (2+ messages)

[tpm2] get TPM applications to happily co-exist
 2021-04-27 16:38 UTC 

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-04-27 16:36 UTC  (12+ messages)

Can printk in the root domain cause the system to hung ?
 2021-04-27 16:36 UTC  (2+ messages)

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-27 16:34 UTC  (6+ messages)
` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code

[RFC PATCH v2 0/2] KVM: x86: Enable dirty logging lazily for huge pages
 2021-04-27 16:33 UTC  (7+ messages)
` [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log

[PATCH] make vfio and DAX cache work together
 2021-04-27 16:29 UTC  (3+ messages)

bug:git-check-ignore exit status is wrong for negative patterns when -v option used
 2021-04-27 16:30 UTC 

[PATCH 3/3] irqchip: xilinx: Add support to remove the Xilinx INTC driver module
 2021-04-27 16:27 UTC  (4+ messages)

[PATCH v4 00/26] Hexagon (target/hexagon) update
 2021-04-27 16:27 UTC  (2+ messages)

[PATCH 0/3] x86: Initial pieces for guest CET support
 2021-04-27 16:27 UTC  (4+ messages)
` [PATCH 3/3] x86/VT-x: Enumeration for CET


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.