linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-29 19:05:40 to 2020-06-29 19:24:37 UTC [more...]

[PATCH] xen: introduce xen_vring_use_dma
 2020-06-29  6:25 UTC  (11+ messages)

[PATCH 1/3] Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
 2020-06-29 19:06 UTC  (2+ messages)

[PATCH 0/4] Fix a bunch of W=1 warnings in PWM
 2020-06-29 16:54 UTC  (4+ messages)
` [PATCH 1/4] pwm: bcm-iproc: Remove impossible comparison when validating duty cycle

[PATCH 0/5] Last batch of W=1 warning fixes in MFD
 2020-06-29 15:38 UTC  (10+ messages)
` [PATCH 2/5] mfd: lm3533-ctrlbank: Cap BRIGHTNESS_MAX to 127 since API uses u8 as carrier
` [PATCH 4/5] mfd: sprd-sc27xx-spi: Fix divide by zero when allocating register offset/mask
` [PATCH 5/5] mfd: axp20x-i2c: Do not define 'struct acpi_device_id' when !CONFIG_ACPI

[PATCH v4 1/2] ARM: imx: mach-imx6q: Search for fsl,imx6q-iomuxc-gpr earlier
 2020-06-29 14:37 UTC  (6+ messages)
` [PATCH v4 2/2] ARM: imx6plus: enable internal routing of clk_enet_ref where possible

[PATCH v4 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-06-29 10:02 UTC  (5+ messages)
` [PATCH v4 1/3] ALSA: compress: document the compress audio state machine

[PATCH v8 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-06-29 12:02 UTC  (3+ messages)

[PATCH v4 3/5] scsi: ufs: Introduce HPB module
 2020-06-29  7:31 UTC  (6+ messages)
` [PATCH v4 2/5] scsi: ufs: Add UFS-feature layer
  ` [PATCH v4 1/5] scsi: ufs: Add UFS feature related parameter
    ` [PATCH v4 0/5] scsi: ufs: Add Host Performance Booster Support
        ` [PATCH v4 4/5] scsi: ufs: L2P map management for HPB read
        ` [PATCH v4 5/5] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH/RFC v4 0/4] treewide: add regulator condition on _mmc_suspend()
 2020-06-29 16:42 UTC  (10+ messages)
` [PATCH/RFC v4 2/4] regulator: fixed: add regulator_ops members for suspend/resume

[PATCH] f2fs: avoid readahead race condition
 2020-06-29 16:09 UTC  (3+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH 0/6] Overhaul memalloc_no*
 2020-06-29 12:18 UTC  (4+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v2] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent
 2020-06-29 12:12 UTC  (8+ messages)

[RFC][PATCHSET] regset ->get() rework
 2020-06-29 19:23 UTC  (4+ messages)
` [PATCH 01/41] introduction of regset ->get() wrappers, switching ELF coredumps to those
  ` [PATCH 18/41] regset: new method and helpers for it

[PATCH 1/3] reset: imx7: Support module build
 2020-06-29 12:55 UTC  (14+ messages)
` [PATCH 2/3] arm64: defconfig: Select CONFIG_RESET_IMX7 by default
` [PATCH 3/3] ARM: imx: Select RESET_IMX7 for i.MX7D

[PATCH] mm/vmscan: restore zone_reclaim_mode ABI
 2020-06-29 16:05 UTC  (7+ messages)

[PATCH v3 0/7] x86/boot: Remove runtime relocations from compressed kernel
 2020-06-29 16:56 UTC  (13+ messages)
` [PATCH v3 1/7] x86/boot/compressed: Move .got.plt entries out of the .got section
` [PATCH v3 6/7] x86/boot: Remove runtime relocations from head_{32,64}.S
` [PATCH v3 7/7] x86/boot: Check that there are no runtime relocations

[RFC PATCH 0/6] Support raw event and DT for perf on RISC-V
 2020-06-29 13:23 UTC  (8+ messages)
` [RFC PATCH 5/6] riscv: perf: introduce DT mechanism

[PATCH] KVM: X86: Fix async pf caused null-ptr-deref
 2020-06-29 15:42 UTC  (5+ messages)

[PATCH V3 00/10] Support building i.MX8 SoCs clock driver as module
 2020-06-29 15:08 UTC  (8+ messages)
` [PATCH V3 04/10] clk: imx: Support building SCU "
` [PATCH V3 08/10] clk: imx8mp: Support module build

[PATCH v1 0/5] ethernet: intel: Convert to generic power management
 2020-06-29  9:29 UTC  (2+ messages)
` [PATCH v1 3/5] ixgbe: use "

[PATCH v2 0/6] devres: provide and use devm_krealloc()
 2020-06-29 16:32 UTC  (3+ messages)
` [PATCH v2 6/6] hwmon: pmbus: use more devres helpers

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29  6:18 UTC  (2+ messages)
` [PATCH v4 17/17] x86/boot: "

[PATCH V4 0/3] cpufreq: Allow default governor on cmdline and fix locking issues
 2020-06-29  9:48 UTC  (5+ messages)
` [PATCH V4 3/3] cpufreq: Specify default governor on command line

[PATCH] platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCH
 2020-06-29 16:55 UTC  (2+ messages)

[PATCH v2 00/10] net: improve devres helpers
 2020-06-29 16:57 UTC  (7+ messages)
` [PATCH v2 01/10] net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()
` [PATCH v2 02/10] net: ethernet: ixgbe: don't call devm_mdiobus_free()
` [PATCH v2 03/10] net: devres: rename the release callback of devm_register_netdev()
` [PATCH v2 04/10] Documentation: devres: add missing mdio helper
` [PATCH v2 10/10] net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()

[PATCH v2 4/4] staging: qlge: replace pr_err with netdev_err
 2020-06-29 17:43 UTC  (3+ messages)

[PATCH] rtc: cpcap: fix range
 2020-06-29 14:34 UTC  (2+ messages)

[PATCH] usb: chipidea: fix ci_irq for role-switching use-case
 2020-06-29 10:04 UTC  (3+ messages)

[PATCH v2 00/47] staging: vchiq: Getting rid of the vchi/vchiq split
 2020-06-29 15:09 UTC  (16+ messages)
` [PATCH v2 01/47] staging: mmal-vchiq: Make timeout a defined parameter
` [PATCH v2 04/47] staging: mmal-vchiq: Fix client_component for 64 bit kernel
` [PATCH v2 07/47] staging: mmal-vchiq: Fix formatting errors in mmal_parameters.h
` [PATCH v2 08/47] staging: vchiq_arm: Add a matching unregister call
` [PATCH v2 20/47] staging: vchi: Use vchiq's enum vchiq_reason
` [PATCH v2 21/47] staging: vchi: Get rid of effect less expression
` [PATCH v2 22/47] staging: vchiq: Introduce vchiq_validate_params()
` [PATCH v2 24/47] staging: vchiq: Get rid of vchiq_util.h
` [PATCH v2 28/47] staging: vchi: Get rid of vchiq_shim's message callback
` [PATCH v2 37/47] staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
` [PATCH v2 40/47] staging: vchi: Get rid of vchi_bulk_queue_receive()
` [PATCH v2 42/47] staging: vchi: Move vchi_queue_kernel_message() into vchiq
` [PATCH v2 43/47] staging: vchiq: Get rid of vchi
` [PATCH v2 46/47] staging: vchiq: Move defines into core header
` [PATCH v2 47/47] staging: vchiq: Move vchiq.h into include directory

[PATCH 4.9 000/191] 4.9.229-rc1 review
 2020-06-29 15:40 UTC  (11+ messages)
` [PATCH 4.9 172/191] s390/ptrace: fix setting syscall number
` [PATCH 4.9 175/191] ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table
` [PATCH 4.9 176/191] ACPI: sysfs: Fix pm_profile_attr type
` [PATCH 4.9 177/191] KVM: X86: Fix MSR range of APIC registers in X2APIC mode
` [PATCH 4.9 178/191] mm/slab: use memzero_explicit() in kzfree()
` [PATCH 4.9 181/191] ocfs2: fix panic on nfs server over ocfs2
` [PATCH 4.9 182/191] arm64: perf: Report the PC value in REGS_ABI_32 mode
` [PATCH 4.9 183/191] tracing: Fix event trigger to accept redundant spaces
` [PATCH 4.9 190/191] xfs: add agf freeblocks verify in xfs_agf_verify
` [PATCH 4.9 191/191] Linux 4.9.229-rc1

KASAN: out-of-bounds Read in kvm_arch_hardware_setup
 2020-06-29 15:29 UTC  (3+ messages)

[PATCH v7 0/4] driver core: add probe error check helper
 2020-06-29 16:38 UTC  (3+ messages)
  ` [PATCH v7 1/4] driver core: add device probe log helper

[PATCH v4 bpf-next 0/4] bpf: introduce bpf_get_task_stack()
 2020-06-29 18:22 UTC  (5+ messages)
` [PATCH v4 bpf-next 4/4] selftests/bpf: add bpf_iter test with bpf_get_task_stack()

[RFC] stop using ->read and ->write for kernel access
 2020-06-29 19:10 UTC  (13+ messages)
` [PATCH 03/11] fs: add new read_uptr and write_uptr file operations

[PATCH] staging: media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue
 2020-06-29 15:55 UTC  (3+ messages)

KASAN: use-after-free Read in addr_handler (2)
 2020-06-29 19:22 UTC  (5+ messages)

[PATCH 3/6] soc: ti: omap-prm: Configure sgx power domain for am3 and am4
 2020-06-29 19:22 UTC  (2+ messages)

[Patch] mm: Increase pagevec size on large system
 2020-06-29 16:57 UTC  (4+ messages)

[PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1
 2020-06-29 13:23 UTC  (6+ messages)
` [PATCH net-next v3 4/7] net: phy: add backplane kr driver support
    ` [EXT] "

[PATCH] scsi: sd: add runtime pm to open / release
 2020-06-29 16:56 UTC  (8+ messages)

[RFC 00/10] perf tools: Add support to reuse metric
 2020-06-29 19:23 UTC  (6+ messages)
` [PATCH 09/10] perf tools: Compute other metrics

[PATCH] Sched: Add a tracepoint to track rq->nr_running
 2020-06-29 19:23 UTC  (2+ messages)
` [PATCH v2] "

KASAN: vmalloc-out-of-bounds Write in bitfill_aligned
 2020-06-29 16:56 UTC  (3+ messages)

Commit 'fs: Do not check if there is a fsnotify watcher on pseudo inodes' breaks chromium here
 2020-06-29 14:32 UTC  (5+ messages)

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-06-29 16:33 UTC  (9+ messages)
` [RFT][PATCH v2 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
  ` [RFT][PATCH v2 3/4] ACPICA: Preserve memory opregion mappings if supported by OS
  ` [RFT][PATCH v3 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] ACPI: OSL: Implement deferred unmapping of ACPI memory
      ` [PATCH v4 2/2] ACPICA: Preserve memory opregion mappings

[PATCH] mm: util: update the kerneldoc for kstrdup_const()
 2020-06-29 19:21 UTC  (4+ messages)

[PATCH net-next 0/6] net: qed/qede: license cleanup
 2020-06-29 11:05 UTC  (3+ messages)
` [PATCH net-next 1/6] net: qed: correct existing SPDX tags
` [PATCH net-next 5/6] net: qede: convert to SPDX License Identifiers

[PATCH v2] powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()
 2020-06-29  6:52 UTC  (2+ messages)

arm-linux-gnueabi-ld: section .ARM.unwind_tab VMA overlaps section .bss VMA
 2020-06-29 17:59 UTC 

[PATCH v4 0/2] sched: Optionally skip uclamp logic in fast path
 2020-06-29 12:12 UTC  (4+ messages)
` [PATCH v4 1/2] sched/uclamp: Fix initialization of struct uclamp_rq

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-29 15:41 UTC  (7+ messages)

[PATCH] mtd: spi-nor: micron-st: enable 4-byte opcodes for n25q512a
 2020-06-29 13:02 UTC  (2+ messages)

[PATCH 0/2] PUD/PGDIR entries for linear mapping
 2020-06-29 14:46 UTC  (2+ messages)

[PATCH] staging/wilc1000: let wilc_mac_xmit() to NETDEV_TX_OK
 2020-06-29  7:58 UTC  (2+ messages)

[v4] arm64: dts: sc7180: add nodes for idp display
 2020-06-29 13:51 UTC 

linux-next: build failure after merge of the printk tree
 2020-06-29  7:32 UTC  (8+ messages)
        ` [PATCH] lockdep: Move list.h inclusion into lockdep.h

drivers/char/hw_random/npcm-rng.c:166:34: warning: unused variable 'rng_dt_id'
 2020-06-29  8:02 UTC  (4+ messages)

[PATCH] net: qrtr: free flow in __qrtr_node_release
 2020-06-29 11:50 UTC  (3+ messages)

[PATCH] fs: fat: add check for dir size in fat_calc_dir_size
 2020-06-29 11:02 UTC 

[PATCH v1 0/4] drivers/staging: use generic power management
 2020-06-29  8:28 UTC  (2+ messages)
` [PATCH v1 3/4] rts5208/rtsx.c: "

[PATCH] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-06-29  5:57 UTC  (2+ messages)

[PATCH v2 2/2] selftests/fpu: Add an FPU selftest
 2020-06-29  8:34 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v9 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-06-29 12:00 UTC 

[PATCH] kdb: prevent possible null deref in kdb_msg_write
 2020-06-29 15:37 UTC  (5+ messages)

[PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
 2020-06-29 13:17 UTC  (12+ messages)
` [dm-devel] "
    ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
          ` [PATCH 1/3 v2] crypto: introduce "
              ` [dm-devel] "

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-29 15:42 UTC  (5+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()

[PATCH v33 00/21] Intel SGX foundations
 2020-06-29 15:37 UTC  (5+ messages)
` [PATCH v33 11/21] x86/sgx: Linux Enclave Driver

[PATCH v6] gpio: pca953x: Add Maxim MAX7313 PWM support
 2020-06-29 16:50 UTC  (3+ messages)

[PATCH] cpuidle: change enter_s2idle() prototype
 2020-06-29 15:17 UTC 

[PATCH v8 00/13] perf: support enable and disable commands in stat and record modes
 2020-06-29 19:17 UTC  (9+ messages)
` [PATCH v8 01/13] tools/libperf: avoid moving of fds at fdarray__filter() call

[PATCH v3 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-06-29  9:03 UTC  (2+ messages)
` [PATCH v3 2/2] Add PWM fan controller driver for LGM SoC

[PATCH] ext4: fix direct I/O read error
 2020-06-29 15:58 UTC  (2+ messages)

drivers/video/fbdev/kyro/fbdev.c:725:23: sparse: expected void
 2020-06-29  8:53 UTC 

drivers/pci/endpoint/functions/pci-epf-test.c:288:24: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-06-29 11:00 UTC 

[TEGRA194_CPUFREQ PATCH v4 0/4] Add cpufreq driver for Tegra194
 2020-06-29  6:16 UTC  (3+ messages)
` [TEGRA194_CPUFREQ PATCH v4 3/4] cpufreq: Add Tegra194 cpufreq driver

drive-by blk-cgroup cleanups
 2020-06-29 12:21 UTC  (5+ messages)
` [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c
` [PATCH 07/14] block: merge blkg_lookup_create and __blkg_lookup_create

[PATCH v1 0/2] ipw2x00: use generic power management
 2020-06-29  7:13 UTC  (2+ messages)

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-06-29 16:09 UTC  (5+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

wait_on_page_bit_common(TASK_KILLABLE, EXCLUSIVE) can miss wakeup?
 2020-06-29 16:36 UTC  (10+ messages)

[PATCH v2] serial: samsung: Re-factors UART IRQ resource for various Samsung SoC
 2020-06-29  8:35 UTC  (2+ messages)

[PATCH 00/10] Fix a bunch of W=1 warnings in Misc
 2020-06-29  8:14 UTC  (4+ messages)
` [PATCH 06/10] misc: eeprom: eeprom_93cx6: Repair function arg descriptions

[PATCH] staging: rtl8188eu: include: ieee80211.h: fixed multiple blank line coding style issues
 2020-06-29 12:17 UTC  (2+ messages)

[PATCH 4.4 000/135] 4.4.229-rc1 review
 2020-06-29 15:52 UTC  (25+ messages)
` [PATCH 4.4 001/135] s390: fix syscall_get_error for compat processes
` [PATCH 4.4 005/135] ALSA: isa/wavefront: prevent out of bounds write in ioctl
` [PATCH 4.4 006/135] scsi: qla2xxx: Fix issue with adapter's stopping state
` [PATCH 4.4 007/135] i2c: pxa: clear all master action bits in i2c_pxa_stop_message()
` [PATCH 4.4 008/135] usblp: poison URBs upon disconnect
` [PATCH 4.4 013/135] nfsd: Fix svc_xprt refcnt leak when setup callback client failed
` [PATCH 4.4 015/135] yam: fix possible memory leak in yam_init_driver
` [PATCH 4.4 016/135] mksysmap: Fix the mismatch of '.L' symbols in System.map
` [PATCH 4.4 017/135] scsi: sr: Fix sr_probe() missing deallocate of device minor
` [PATCH 4.4 019/135] ALSA: usb-audio: Improve frames size computation
` [PATCH 4.4 025/135] drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish
` [PATCH 4.4 026/135] PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges
` [PATCH 4.4 031/135] tty: n_gsm: Fix SOF skipping
` [PATCH 4.4 033/135] powerpc/pseries/ras: Fix FWNMI_VALID off by one
` [PATCH 4.4 034/135] powerpc/ps3: Fix kexec shutdown hang
` [PATCH 4.4 035/135] vfio-pci: Mask cap zero
` [PATCH 4.4 037/135] USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()
` [PATCH 4.4 039/135] clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1
` [PATCH 4.4 040/135] watchdog: da9062: No need to ping manually before setting timeout
` [PATCH 4.4 050/135] lib/zlib: remove outdated and incorrect pre-increment optimization
` [PATCH 4.4 051/135] include/linux/bitops.h: avoid clang shift-count-overflow warnings
` [PATCH 4.4 083/135] net: usb: ax88179_178a: fix packet alignment padding
` [PATCH 4.4 087/135] ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
` [PATCH 4.4 096/135] usb: add USB_QUIRK_DELAY_INIT for Logitech C922

[PATCH v1] mtd: spi-nor: Add support for Winbond w25q64jv spi flash
 2020-06-29 12:50 UTC  (2+ messages)

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2020-06-29 16:11 UTC  (3+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs

add an API to check if a streamming mapping needs sync calls
 2020-06-29 14:22 UTC  (6+ messages)
` [PATCH 1/4] dma-mapping: add a new dma_need_sync API
` [PATCH 2/4] xsk: replace the cheap_dma flag with a dma_need_sync flag
` [PATCH 3/4] xsk: remove a double pool->dev assignment in xp_dma_map

[PATCH v5 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-06-29  9:49 UTC  (4+ messages)
` [PATCH v5 2/6] PCI: uniphier: Add misc interrupt handler to invoke PME and AER

[PATCH v4 0/2] ARM: Add Rockchip rk3288w support
 2020-06-29 19:11 UTC  (3+ messages)
` [PATCH v4 1/2] clk: rockchip: rk3288: Handle clock tree for rk3288w

[PATCH] ima: Rename internal audit rule functions
 2020-06-29 15:30 UTC 

[PATCH] sparse: use static inline for __chk_{user,io}_ptr()
 2020-06-29 17:12 UTC  (2+ messages)

[PATCH] Documentation: Coccinelle: fix typos and command example
 2020-06-29 19:08 UTC 

[PATCH 1/4] m68k: add arch/m68k/Kbuild
 2020-06-29 17:47 UTC  (5+ messages)
` [PATCH 3/4] m68k: optimize cc-option calls for cpuflags-y
` [PATCH 4/4] m68k: pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS

[PATCH 2/2] HID: i2c-hid: Use block reads when possible to save power
 2020-06-29 17:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: cgroup: add f2fs and xfs to supported list for writeback
 2020-06-29 19:08 UTC 

[PATCH v3 1/2] platform/chrome: cros_ec_typec: Use workqueue for port update
 2020-06-29 16:38 UTC  (2+ messages)
` [PATCH v3 2/2] platform/chrome: cros_ec_typec: Add PM support

[bpf] af7ec13833: will-it-scale.per_process_ops -2.5% regression
 2020-06-29 15:10 UTC  (2+ messages)

Searching for initialisation of variables by function calls before null pointer checks
 2020-06-29 16:19 UTC 

[PATCH 0/6] perf tools: Some Intel PT related fixes for v5.8
 2020-06-29  9:19 UTC  (7+ messages)
` [PATCH 1/6] perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
` [PATCH 2/6] perf record: Fix duplicated sideband events with Intel PT system wide tracing
` [PATCH 3/6] perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
` [PATCH 4/6] perf scripts python: exported-sql-viewer.py: Fix zero id in call graph "
` [PATCH 5/6] perf scripts python: exported-sql-viewer.py: Fix zero id in call tree "
` [PATCH 6/6] perf scripts python: exported-sql-viewer.py: Fix time chart call tree

[PATCH v2 3/3] clk: X1000: Add support for calculat REFCLK of USB PHY
 2020-06-29 15:40 UTC  (2+ messages)

[PATCH v2] fs: Do not check if there is a fsnotify watcher on pseudo inodes
 2020-06-29 15:29 UTC  (5+ messages)

drivers/firmware/efi/libstub/string.c:83:20: warning: no previous prototype for 'simple_strtoull'
 2020-06-29  9:56 UTC 

[PATCH] ASoC: qcom: Drop HAS_DMA dependency to fix link failure
 2020-06-29 12:24 UTC 


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).