linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 19:14:26 to 2020-09-15 22:02:49 UTC [more...]

[BUG] slab: double free detected in cache 'kmalloc-128', objp daff5780
 2020-09-15 17:00 UTC  (2+ messages)

[PATCH net-next RFC v4 00/15] Add devlink reload action and
 2020-09-15 20:33 UTC  (21+ messages)
` [PATCH net-next RFC v4 01/15] devlink: Add reload action option to devlink reload command
` [PATCH net-next RFC v4 04/15] devlink: Add reload actions stats to dev get
` [PATCH net-next RFC v4 10/15] net/mlx5: Add support for devlink reload action fw activate
` [PATCH net-next RFC v4 15/15] devlink: Add Documentation/networking/devlink/devlink-reload.rst

[PATCH 0/2] crypto: caam - add tagged keys functionality and tk transformations for skcipher
 2020-09-15 21:50 UTC  (6+ messages)
` [PATCH 2/2] crypto: caam - support tagged keys for skcipher algorithms

[tip:x86/seves] BUILD SUCCESS WITH WARNING e6eb15c9ba3165698488ae5c34920eea20eaa38e
 2020-09-15 21:50 UTC  (12+ messages)

[PATCH] dma-direct: Fix potential NULL pointer dereference
 2020-09-15 20:46 UTC  (7+ messages)

Static call dependency on libelf version?
 2020-09-15 21:47 UTC  (7+ messages)

[PATCH v2] arm64: bpf: Fix branch offset in JIT
 2020-09-15 19:23 UTC  (5+ messages)

[PATCH 5.8 000/177] 5.8.10-rc1 review
 2020-09-15 21:06 UTC  (2+ messages)

Unable to handle kernel paging request at virtual address dead - __clk_put
 2020-09-15 21:39 UTC  (2+ messages)

[RFC PATCH 00/35] SEV-ES hypervisor support
 2020-09-15 20:37 UTC  (14+ messages)
` [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
` [RFC PATCH 25/35] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES

[PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+
 2020-09-15 19:35 UTC  (2+ messages)

[PATCH leds + devicetree v2 0/2] Parse DT property `trigger-sources` for netdev LED trigger
 2020-09-15 21:35 UTC  (3+ messages)
` [PATCH leds + devicetree v2 2/2] leds: trigger: netdev: parse `trigger-sources` from device tree

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-15 21:33 UTC  (13+ messages)

[PATCH RFC 0/2] KVM: x86: allow for more CPUID entries
 2020-09-15 16:51 UTC  (2+ messages)

[PATCH v2 0/2] UEFI v2.8 Memory Error Record Updates
 2020-09-15 17:07 UTC  (4+ messages)
` [PATCH v2 1/2] edac,ghes,cper: Add Row Extension to Memory Error Record

[PATCH] arch: x86: power: cpu: init %gs before __restore_processor_state (clang)
 2020-09-15 21:49 UTC  (7+ messages)

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-15 21:16 UTC  (38+ messages)
` [PATCH v2 01/37] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v2 02/37] kasan: group vmalloc code
` [PATCH v2 03/37] kasan: shadow declarations only for software modes
` [PATCH v2 04/37] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v2 05/37] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v2 06/37] kasan: only build init.c for software modes
` [PATCH v2 07/37] kasan: split out shadow.c from common.c
` [PATCH v2 08/37] kasan: rename generic/tags_report.c files
` [PATCH v2 09/37] kasan: don't duplicate config dependencies
` [PATCH v2 10/37] kasan: hide invalid free check implementation
` [PATCH v2 11/37] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v2 12/37] kasan, arm64: only init shadow for software modes
` [PATCH v2 13/37] kasan, arm64: only use kasan_depth "
` [PATCH v2 14/37] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v2 15/37] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v2 16/37] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v2 17/37] kasan: rename SHADOW layout macros to META
` [PATCH v2 18/37] kasan: separate metadata_fetch_row for each mode
` [PATCH v2 19/37] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v2 20/37] kasan: rename tags.c to tags_sw.c
` [PATCH v2 21/37] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers
` [PATCH v2 23/37] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v2 24/37] arm64: mte: Add in-kernel tag fault handler
` [PATCH v2 25/37] arm64: kasan: Enable in-kernel MTE
` [PATCH v2 26/37] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v2 27/37] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v2 28/37] arm64: kasan: Enable TBI EL1
` [PATCH v2 29/37] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v2 30/37] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v2 32/37] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v2 33/37] kasan, arm64: implement HW_TAGS runtime
` [PATCH v2 34/37] kasan, arm64: print report from tag fault handler
` [PATCH v2 35/37] kasan, slub: reset tags when accessing metadata
` [PATCH v2 36/37] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v2 37/37] kasan: add documentation for hardware tag-based mode

[PATCH v3 0/5] HWpoison: further fixes and cleanups
 2020-09-15 21:22 UTC  (2+ messages)

[PATCH] drm: Kconfig: Update description for DRM_RCAR_DW_HDMI config
 2020-09-15 21:28 UTC  (2+ messages)

[PATCH] scsi: libfc: Fix passing zero to 'PTR_ERR' warning
 2020-09-15 21:52 UTC  (3+ messages)
` [PATCH v4] "

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-15 21:49 UTC  (5+ messages)
` [RFC PATCH v7 08/23] sched: Add core wide task selection and scheduling
` [RFC PATCH v7 11/23] sched/fair: core wide cfs task priority comparison

[PATCH v5] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15 21:48 UTC  (2+ messages)

General protection fault: RIP: 0010:free_block+0xdc/0x1f0
 2020-09-15 21:49 UTC  (2+ messages)

[PATCH] nvmem: core: fix missing of_node_put() in of_nvmem_device_get()
 2020-09-15 21:48 UTC 

[PATCH] media: Kconfig: Update help description VIDEO_RENESAS_FCP config
 2020-09-15 21:30 UTC  (3+ messages)

[PATCH] scsi: esas2r: prevent a potential NULL dereference in esas2r_probe()
 2020-09-15 21:44 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845: Add interconnects property for display
 2020-09-15 21:45 UTC 

[PATCH] nfs: Fix security label length not being reset
 2020-09-15 21:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-15 21:43 UTC  (15+ messages)
` [PATCH v3 02/14] habanalabs/gaudi: add NIC firmware-related definitions
` [PATCH v3 04/14] habanalabs/gaudi: add support for NIC QMANs
` [PATCH v3 07/14] habanalabs/gaudi: allow user to get MAC addresses in INFO IOCTL
` [PATCH v3 08/14] habanalabs/gaudi: add a new IOCTL for NIC control operations
` [PATCH v3 09/14] habanalabs/gaudi: add CQ "
` [PATCH v3 10/14] habanalabs/gaudi: add WQ "

[PATCH] x86/smap: Fix the smap_save() asm
 2020-09-15 21:31 UTC  (3+ messages)

[PATCH RFC v6 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-09-15 21:40 UTC  (8+ messages)
  ` [PATCH RFC v6 1/6] dt-bindings: exynos-bus: Add documentation for interconnect properties

[PATCH 1/2] media: i2c: Add driver for the Analog Devices ADDI9036 ToF front-end
 2020-09-15 21:23 UTC  (4+ messages)

[PATCH] platform/x86: Add Driver to set up lid GPEs on MS Surface device
 2020-09-15 21:19 UTC  (3+ messages)

[PATCH v4 0/3] leds: pwm: Make automatic labels work
 2020-09-15 21:14 UTC  (7+ messages)
` [PATCH v4 1/3] leds: Require valid fwnode pointer for composing name
` [PATCH v4 3/3] dt-bindings: leds: Convert pwm to yaml

[PATCH] Bluetooth: pause/resume advertising around suspend
 2020-09-15 21:14 UTC 

[PATCH 0/6] irqchip: Hybrid probing
 2020-09-15 21:13 UTC  (2+ messages)

[v2 1/2] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-15 21:10 UTC  (2+ messages)
` [v2 2/2] mm: khugepaged: avoid overriding min_free_kbytes set by user

[PATCH 1/1] of: properties of reserved-memory nodes
 2020-09-15 20:26 UTC  (2+ messages)

[PATCH] dt-bindings: example: Extend based on practice
 2020-09-15 20:28 UTC  (2+ messages)

[PATCH v10 00/13] Add support for Kontron sl28cpld
 2020-09-15 21:03 UTC  (3+ messages)
` [PATCH v10 06/13] pwm: add support for sl28cpld PWM controller

[PATCH v3 1/2] drivers/perf: xgene_pmu: Fix uninitialized resource struct
 2020-09-15 20:41 UTC  (2+ messages)
` [PATCH v3 2/2] drivers/perf: thunderx2_pmu: Fix memory resource error handling

[PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-15 20:57 UTC 

[PATCH v2] HID: i2c-hid: Use block reads when possible to save power
 2020-09-15 20:44 UTC  (3+ messages)
` [PATCH v3] i2c: Squash of SMBus block read patchset "

[PATCH 1/6] scsi: ufs: atomic update for clkgating_enable
 2020-09-15 20:45 UTC  (6+ messages)
` [PATCH 2/6] scsi: ufs: clear UAC for FFU
` [PATCH 3/6] scsi: ufs: use WQ_HIGHPRI for gating work
` [PATCH 4/6] scsi: ufs: fix LINERESET on hibern8
` [PATCH 5/6] scsi: ufs: show ufs part info in error case
` [PATCH 6/6] scsi: add more contexts in the ufs tracepoints

linux tooling mailing list
 2020-09-15 20:49 UTC 

[RFC PATCH v3] PCI/portdrv: Only disable Bus Master on kexec reboot and connected PCI devices
 2020-09-15 20:38 UTC  (2+ messages)

[PATCH 1/2 v7] rseq/membarrier: add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
 2020-09-15 20:41 UTC  (4+ messages)
` [PATCH 2/2 v7] rseq/selftests: test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ

[PATCH 1/3] PCI: Add quirks for Juniper FPGAs to set class code
 2020-09-15 20:36 UTC  (2+ messages)

[PATCH v3] vfio iommu: Add dma available capability
 2020-09-15 19:18 UTC  (2+ messages)

[PATCH v3 00/10] Support qcom USB3+DP combo phy (or type-c phy)
 2020-09-15 20:24 UTC  (4+ messages)
` [PATCH v3 01/10] dt-bindings: phy: qcom,qmp-usb3-dp: Add DP phy information

[PATCH v2 1/2] scsi: ufs: Abort tasks before clear them from doorbell
 2020-09-15 20:21 UTC  (11+ messages)

[GIT PULL] security: device_cgroup RCU warning fix
 2020-09-15 20:21 UTC 

[PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers
 2020-09-15 20:19 UTC  (2+ messages)

[PATCH v1 1/1] scsi: ufshcd: Allow zero value setting to Auto-Hibernate Timer
 2020-09-15 20:16 UTC  (2+ messages)

[PATCH net-next 0/3] 100base Fx link modes
 2020-09-15 20:17 UTC  (5+ messages)
` [PATCH net-next 1/3] ethtool: Add 100base-FX link mode entries
` [PATCH net-next 2/3] net: dp83869: Add ability to advertise Fiber connection

[PATCH v3 0/4] qla2xxx: A couple crash fixes
 2020-09-15 20:16 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: Fix error return in ibmvfc_probe()
 2020-09-15 20:16 UTC  (2+ messages)

[PATCH 5.4 000/130] 5.4.66-rc2 review
 2020-09-15 20:17 UTC  (2+ messages)

[PATCH 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
 2020-09-15 20:05 UTC  (11+ messages)
` [PATCH 1/5] phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
` [PATCH 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG Families USB Glue Bindings
` [PATCH 3/5] usb: dwc-meson-g12a: Add support for USB on AXG SoCs
` [PATCH 4/5] arm64: dts: meson-axg: add USB nodes
` [PATCH 5/5] arm64: dts: meson-axg-s400: enable USB OTG

[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
 2020-09-15 20:11 UTC  (3+ messages)
` [PATCH 1/2] sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include

[PATCH v2 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
 2020-09-15 20:00 UTC  (14+ messages)
` [PATCH v2 01/15] dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema
` [PATCH v2 02/15] dt-bindings: gpio: convert bindings for Maxim MAX732x "

[PATCHSET v2 00/11] perf tools: Fix various memory leaks
 2020-09-15 20:03 UTC  (6+ messages)
` [PATCH 05/11] perf parse-event: Fix memory leak in evsel->unit

[PATCH v11 0/5] Add NUMA-awareness to qspinlock
 2020-09-15 19:57 UTC  (4+ messages)
` [PATCH v11 4/5] locking/qspinlock: Introduce starvation avoidance into CNA

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-15 19:58 UTC  (7+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-15 19:57 UTC  (3+ messages)

support range based offsets in dma-direct v2
 2020-09-15 19:55 UTC  (5+ messages)
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[RFC] nvfs: a filesystem for persistent memory
 2020-09-15 16:58 UTC  (3+ messages)

[PATCH v6 00/14] TCPM support for FRS and AutoDischarge Disconnect
 2020-09-15 16:59 UTC  (5+ messages)

[PATCH 0/3] arm64: dts: meson-axg-s400: add support for MIPI-DSI Panel
 2020-09-15 19:50 UTC  (3+ messages)
` [PATCH 1/3] arm64: dts: meson-axg: add VPU and PWRC nodes

[PATCH V3 1/2] dt-bindings: mailbox : arm,mhu: Convert to Json-schema
 2020-09-15 19:48 UTC  (6+ messages)
` [PATCH V3 2/2] dt-bindings: mailbox: add doorbell support to ARM MHU

[PATCH] dt-bindings: mfd: Convert rn5t618 to json-schema
 2020-09-15 19:49 UTC  (3+ messages)

[PATCH v4 2/5] ASoC: dt-bindings: Add dt binding for lpass hdmi
 2020-09-15 16:59 UTC  (2+ messages)

[RFC 1/5] drm/i915/dp: Program source OUI on eDP panels
 2020-09-15 19:47 UTC  (5+ messages)
` [RFC 4/5] drm/i915: Enable Intel's HDR backlight interface (only SDR for now)

[PATCH] media: v4l2-fwnode: Return -EINVAL for invalid bus-type
 2020-09-15 19:48 UTC  (2+ messages)

[PATCH -next] drm/amd/display: Create trigger_hotplug entry
 2020-09-15 19:46 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: iio: adc: exynos-adc: require second interrupt with touch screen
 2020-09-15 19:45 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: iio: adc: exynos-adc: do not require syscon on S5Pv210

[PATCH RESEND 0/2] soc: amlogic: add support for the Meson AXG Power Controller
 2020-09-15 19:45 UTC  (5+ messages)
` [PATCH RESEND 1/2] dt-bindings: power: amlogic,meson-ee-pwrc: add Amlogic AXG power controller bindings
  ` [PATCH RESEND 1/2] dt-bindings: power: amlogic, meson-ee-pwrc: "
` [PATCH RESEND 2/2] soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCs

[PATCH -next] drm/amd/display: Fix possible memleak in dp_trigger_hotplug()
 2020-09-15 19:44 UTC  (3+ messages)

[PATCH v3 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-15 19:43 UTC  (4+ messages)
` [PATCH v3 3/4] dt-bindings: i2c: imx: "

[PATCH v2 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
 2020-09-15 19:42 UTC  (4+ messages)

[PATCH] x86/mce: Annotate mce_rd/wrmsrl() with noinstr
 2020-09-15 19:40 UTC 

[PATCH -next 0/8] drm/amd/amdgpu: fix comparison pointer to bool warning
 2020-09-15 19:35 UTC  (4+ messages)

[PATCH v2 0/2] KVM: VMX: Clean up IRQ/NMI handling
 2020-09-15 19:38 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: VMX: Move IRQ invocation to assembly subroutine
` [PATCH v2 2/2] KVM: VMX: Invoke NMI handler via indirect call instead of INTn

[PATCH v2 0/2] iowait and idle fixes in /proc/stat
 2020-09-15 19:36 UTC  (3+ messages)
` [PATCH v2 1/2] tick-sched: Do not clear the iowait and idle times
` [PATCH v2 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-15 19:32 UTC  (4+ messages)
` [PATCH v10 04/16] s390/zcrypt: driver callback to indicate resource in use

[PATCH v1 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver
 2020-09-15 19:33 UTC  (3+ messages)
` [PATCH v1 2/2] mailbox: Add Broadcom STB "

[PATCH] usb: dwc3: qcom: Honor wakeup enabled/disabled state
 2020-09-15 19:31 UTC 

[v1] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-15 19:31 UTC  (3+ messages)

[PATCH] vfio: add a singleton check for vfio_group_pin_pages
 2020-09-15 19:30 UTC  (3+ messages)

[PATCH] iio: adc: meson-saradc: Make the of_device_id array style consistent
 2020-09-15 19:26 UTC 

[PATCH -next] drm/ttm/agp: Fix Wunused-variable warning
 2020-09-15 19:28 UTC  (3+ messages)

[PATCH] drm/amd/display: optimize code runtime a bit
 2020-09-15 19:18 UTC  (2+ messages)

[PATCH] media: vidtv: fix build on 32bit architectures
 2020-09-15 19:25 UTC  (2+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-15 19:24 UTC  (18+ messages)
                              ` [NEEDS-REVIEW] "

[PATCH v7 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-09-15 19:22 UTC  (3+ messages)
` [PATCH v7 1/3] Drivers: hv: vmbus: Add "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).