All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-03 11:13:50 to 2021-05-03 12:03:27 UTC [more...]

[PATCH 00/69] "Revert and fix properly" patch series based on umn.edu re-review
 2021-05-03 11:57 UTC  (65+ messages)
` [PATCH 01/69] Revert "crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions"
` [PATCH 02/69] Revert "ACPI: custom_method: fix memory leaks"
` [PATCH 03/69] Revert "media: rcar_drif: fix a memory disclosure"
` [PATCH 04/69] Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe"
` [PATCH 05/69] Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
` [PATCH 06/69] Revert "media: usb: gspca: add a missed check for goto_low_power"
` [PATCH 07/69] Revert "ALSA: sb: fix a missing check of snd_ctl_add"
` [PATCH 08/69] Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"
` [PATCH 09/69] leds: lp5523: check return value of lp5xx_read and jump to cleanup code
` [PATCH 10/69] Revert "serial: max310x: pass return value of spi_register_driver"
` [PATCH 11/69] serial: max310x: unregister uart driver in case of failure and abort
` [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 15/69] net: fujitsu: fix potential null-ptr-deref
` [PATCH 16/69] Revert "net/smc: fix a NULL pointer dereference"
` [PATCH 17/69] net/smc: properly handle workqueue allocation failure
` [PATCH 18/69] Revert "net: caif: replace BUG_ON with recovery code"
` [PATCH 19/69] net: caif: remove BUG_ON(dev == NULL) in caif_xmit
` [PATCH 20/69] Revert "net: stmicro: fix a missing check of clk_prepare"
` [PATCH 21/69] net: stmicro: handle clk_prepare() failure during init
` [PATCH 22/69] Revert "niu: fix missing checks of niu_pci_eeprom_read"
` [PATCH 23/69] ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
` [PATCH 24/69] Revert "qlcnic: Avoid potential NULL pointer dereference"
` [PATCH 25/69] qlcnic: Add null check after calling netdev_alloc_skb
` [PATCH 26/69] Revert "gdrom: fix a memory leak bug"
` [PATCH 27/69] cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom
` [PATCH 28/69] Revert "char: hpet: fix a missing check of ioremap"
` [PATCH 29/69] char: hpet: add checks after calling ioremap
` [PATCH 30/69] Revert "scsi: ufs: fix a missing check of devm_reset_control_get"
` [PATCH 31/69] scsi: ufs: handle cleanup correctly on devm_reset_control_get error
` [PATCH 32/69] Revert "ALSA: gus: add a check of the status of snd_ctl_add"
` [PATCH 33/69] ALSA: gus: properly handle snd_ctl_add() error
` [PATCH 35/69] ALSA: sb8: Add a comment note regarding an unused pointer
` [PATCH 36/69] Revert "ALSA: usx2y: Fix potential NULL pointer dereference"
` [PATCH 37/69] ALSA: usx2y: check for failure of usb_alloc_urb()
` [PATCH 38/69] Revert "video: hgafb: fix potential NULL pointer dereference"
` [PATCH 39/69] video: hgafb: fix potential NULL pointer dereference
` [PATCH 44/69] Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"
` [PATCH 45/69] rapidio: handle create_workqueue() failure
` [PATCH 46/69] Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"
` [PATCH 47/69] isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info
` [PATCH 48/69] Revert "ecryptfs: replace BUG_ON with error handling code"
` [PATCH 49/69] fs: ecryptfs: remove BUG_ON from crypt_scatterlist
` [PATCH 50/69] Revert "dmaengine: qcom_hidma: Check for driver register failure"
` [PATCH 51/69] dmaengine: qcom_hidma: comment platform_driver_register call
` [PATCH 52/69] Revert "libertas: add checks for the return value of sysfs_create_group"
` [PATCH 53/69] libertas: register sysfs groups properly
` [PATCH 54/69] Revert "ASoC: rt5645: fix a NULL pointer dereference"
` [PATCH 55/69] ASoC: rt5645: add error checking to rt5645_probe function
` [PATCH 56/69] Revert "ASoC: cs43130: fix a NULL pointer dereference"
` [PATCH 57/69] ASoC: cs43130: handle errors in cs43130_probe() properly
` [PATCH 58/69] Revert "media: dvb: Add check on sp8870_readreg"
` [PATCH 59/69] media: dvb: Add check on sp8870_readreg return
` [PATCH 60/69] Revert "media: gspca: mt9m111: Check write_bridge for timeout"
` [PATCH 61/69] media: gspca: mt9m111: Check write_bridge for timeout
` [PATCH 62/69] Revert "media: gspca: Check the return value of write_bridge for timeout"
` [PATCH 63/69] media: gspca: properly check for errors in po1030_probe()
` [PATCH 64/69] Revert "net: liquidio: fix a NULL pointer dereference"
` [PATCH 65/69] net: liquidio: Add missing null pointer checks
` [PATCH 66/69] Revert "video: imsttfb: fix potential NULL pointer dereferences"
` [PATCH 67/69] video: imsttfb: check for ioremap() failures
` [PATCH 68/69] Revert "brcmfmac: add a check for the status of usb_register"
` [PATCH 69/69] brcmfmac: properly check for bus register errors

[PATCH v2 bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-05-03 12:01 UTC  (3+ messages)

[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  (2+ 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  (4+ messages)
` [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  (3+ messages)
` [PATCH v2] bluetooth: hci_qca: fix potential GPF

[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB
 2021-05-03 11:15 UTC  (11+ messages)
` [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  (4+ messages)
` [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  (2+ messages)
` [Buildroot] [PATCH 9/9] package/protobuf: remove binutils bug 21464 dependency


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.