linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-20 04:52:55 to 2021-11-20 18:22:48 UTC [more...]

[PATCH 1/2] CacheFiles: Slightly simplify 'cachefiles_has_space()'
 2021-11-20 18:22 UTC  (2+ messages)
` [PATCH 2/2] CacheFiles: Slightly optimize 'cachefiles_has_space()'

[PATCH 1/2] drm/msm/gpu: Fix idle_work time
 2021-11-20 18:08 UTC  (4+ messages)
` [PATCH 2/2] drm/msm/gpu: Respect PM QoS constraints

[mark:treewide/thread-flags 9/11] arch/powerpc/kernel/interrupt.c:151:64: sparse: sparse: incorrect type in argument 2 (different base types)
 2021-11-20 17:47 UTC 

[PATCH 5.15 00/20] 5.15.4-rc1 review
 2021-11-20 17:40 UTC  (4+ messages)

[PATCH v2 1/1] clk: samsung: exynos850: Register clocks early
 2021-11-20 17:38 UTC  (4+ messages)

[PATCH v2 2/2] add support for ADS1018 to IIO
 2021-11-20 17:39 UTC  (2+ messages)

[PATCH V1 1/2] mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig
 2021-11-20 17:27 UTC  (2+ messages)
` [PATCH V1 2/2] mm/damon: move damon_rand definition into damon.h

[PATCH v2 1/2] phy: qualcomm: ipq806x-usb: Fix kernel-doc style
 2021-11-20 17:21 UTC  (3+ messages)
` [PATCH v2 2/2] phy: ti: omap-usb2: Fix the "

drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:127:25: warning: 'strncpy' specified bound depends on the length of the source argument
 2021-11-20 17:18 UTC 

[syzbot] INFO: task hung in blk_mq_freeze_queue (2)
 2021-11-20 17:17 UTC 

sound/soc/mediatek/mt8192/mt8192-afe-pcm.c:2368:32: warning: unused variable 'mt8192_afe_pm_ops'
 2021-11-20 17:16 UTC 

[PATCH 1/6] phy: mvebu-cp110-utmi: Fix kernel-doc warns
 2021-11-20 17:10 UTC  (6+ messages)
` [PATCH 2/6] phy: qualcomm: ipq806x-usb: Fix kernel-doc style
` [PATCH 5/6] phy: ti: omap-usb2: Fix the "

[PATCH 0/2] hwmon: (dell-smm) Improve ioctl handler
 2021-11-20 17:03 UTC  (3+ messages)
` [PATCH 1/2] hwmon: (dell-smm) Simplify "
` [PATCH 2/2] hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()

[PATCH v3] Add binding for IIO ADS1018
 2021-11-20 17:01 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_APM
 2021-11-20 16:54 UTC  (4+ messages)
` [PATCH v2 2/2] clk: samsung: exynos850: Implement CMU_APM domain

[PATCH 1/2] kbuild: use perl instead of shell to get file size
 2021-11-20 16:53 UTC  (2+ messages)
  ` [PATCH 2/2] kbuild: pass --stream-size --no-content-size to zstd

[PATCH 5.10 00/21] 5.10.81-rc1 review
 2021-11-20 16:52 UTC  (9+ messages)
` [PATCH 5.10 03/21] loop: Use blk_validate_block_size() to validate block size

[PATCH 5.14 00/15] 5.14.21-rc1 review
 2021-11-20 16:52 UTC  (2+ messages)

[PATCH v10 0/5] Add Xilinx AMS Driver
 2021-11-20 16:54 UTC  (3+ messages)
` [PATCH v10 3/5] iio: adc: Add Xilinx AMS driver

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-20 16:44 UTC  (31+ messages)
` [PATCH v2 00/20] Add memberof(), split headers, and "
  ` [PATCH v2 01/20] linux/stddef.h, linux/offsetof.h: Split offsetof() into a separate header
  ` [PATCH v2 02/20] linux/stddef.h, linux/sizeof_field.h: Split sizeof_field() "
  ` [PATCH v2 03/20] linux/stddef.h, linux/offsetofend.h: Split offsetofend() "
  ` [PATCH v2 04/20] linux/stddef.h, linux/NULL.h: Split NULL "
  ` [PATCH v2 05/20] linux/container_of.h, linux/typeof_member.h: Split typeof_member() "
  ` [PATCH v2 06/20] linux/kernel.h, linux/array_size.h: Split ARRAY_SIZE() "
  ` [PATCH v2 07/20] linux/memberof.h: Add memberof(T, m) macro
  ` [PATCH v2 08/20] Implement container_of_safe() in terms of container_of()
  ` [PATCH v2 09/20] Implement offsetof(), sizeof_member(), typeof_member(), and container_of() in terms of memberof()
  ` [PATCH v2 10/20] linux/container_of.h: Remove unnecessary cast
  ` [PATCH v2 11/20] linux/container_of.h: Cosmetic
  ` [PATCH v2 12/20] linux/must_be.h: Add must_be() to improve readability of BUILD_BUG_ON_ZERO()
  ` [PATCH v2 13/20] Move BUILD_BUG_ON_ZERO to <linux/must_be.h>
  ` [PATCH v2 13/20] linux/build_bug.h, linux/must_be.h: "
  ` [PATCH v2 14/20] linux/compiler_types.h, linux/same_type.h: Split __same_type() to a separate header
  ` [PATCH v2 15/20] linux/compiler.h: Implement __must_be_array() in terms of __must_be()
  ` [PATCH v2 16/20] linux/compiler.h, linux/array_size.h: Move __must_be_array() into <linux/array_size.h>
  ` [PATCH v2 17/20] linux/array_size.h: Add __is_array(a) to help readability
  ` [PATCH v2 18/20] linux/power_of_2.h: Add __IS_POWER_OF_2(n) and __IS_POWER_OF_2_OR_0(n) macros
  ` [PATCH v2 19/20] linux/build_bug.h, linux/power_of_2.h: Move [__]BUILD_BUG_ON_NOT_POWER_OF_2() to <linux/power_of_2.h>
  ` [PATCH v2 20/20] linux/power_of_2.h: Implement [__]BUILD_BUG_ON_NOT_POWER_OF_2() in terms of __IS_POWER_OF_2[_OR_0]()

[PATCH rfc 0/6] Scheduler BPF
 2021-11-20 16:41 UTC 

[PATCH v5 1/2] bluetooth: Handle MSFT Monitor Device Event
 2021-11-20 16:40 UTC  (2+ messages)
` [PATCH v5 2/2] bluetooth: Add MGMT Adv Monitor Device Found/Lost events

[PATCH v1 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2021-11-20 16:31 UTC  (4+ messages)
` [PATCH v1 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

sound/soc/fsl/imx-card.c:631:59: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-20 16:19 UTC 

[PATCH] drm/kmb: fix potential memleak in error branch
 2021-11-20 16:08 UTC  (2+ messages)

[PATCH v4 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-11-20 15:57 UTC  (10+ messages)
` [PATCH v4 1/9] rtc: max77686: convert comments to kernel-doc format
` [PATCH v4 2/9] rtc: max77686: rename day-of-month defines
` [PATCH v4 3/9] rtc: max77686: remove unused code to read in 12-hour mode
` [PATCH v4 4/9] dt-bindings: mfd: add Maxim MAX77714 PMIC
` [PATCH v4 5/9] mfd: max77714: Add driver for "
` [PATCH v4 6/9] watchdog: Kconfig: fix help text indentation
` [PATCH v4 7/9] watchdog: max77620: add support for the max77714 variant
` [PATCH v4 8/9] watchdog: max77620: add comment to clarify set_timeout procedure
` [PATCH v4 9/9] rtc: max77686: add MAX77714 support

[chenxing:rperier-timer 13/16] drivers/clocksource/timer-msc313e.c:38:21: error: field has incomplete type 'struct delay_timer'
 2021-11-20 16:04 UTC 

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-11-20 16:03 UTC  (13+ messages)
` [RFC 1/5] media: hantro: Add support for i.MX8M Mini

[PATCH] staging: rtl8723bs: replace printk(KERN_CRIT...) by netdev_crit()
 2021-11-20 16:01 UTC 

denali_dt.c:undefined reference to `devm_platform_ioremap_resource_byname'
 2021-11-20 15:46 UTC 

[PATCH] kconfig: Add `make mod2noconfig` to disable module options
 2021-11-20 15:41 UTC  (3+ messages)

[PATCH v2 0/9] zsmalloc: remove bit_spin_lock
 2021-11-20 15:38 UTC  (5+ messages)
` [PATCH v2 7/9] locking/rwlocks: introduce write_lock_nested

[PATCH 0/4] dt-bindings/dts: add i.MX8ULP FEC
 2021-11-20 15:26 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: net: fec: simplify yaml
` [PATCH 2/4] dt-bindings: net: fec: Add imx8ulp compatible string
` [PATCH 3/4] arm64: dts: imx8ulp: add fec node
` [PATCH 4/4] arm64: dts: imx8ulp-evk: enable fec

[PATCH] af_unix: fix regression in read after shutdown
 2021-11-20 15:20 UTC  (2+ messages)

[PATCH] mac80211: Use memset_after() to clear tx status
 2021-11-20 15:17 UTC  (2+ messages)

[PATCH v1 net-next 0/3] update seville to use shared mdio driver
 2021-11-20 15:09 UTC  (3+ messages)
` [PATCH v1 net-next 1/3] net: mdio: mscc-miim: convert to a regmap implementation

[syzbot] KASAN: use-after-free Read in rxe_queue_cleanup
 2021-11-20 15:02 UTC  (2+ messages)

[djwong-xfs:vectorized-scrub 34/312] fs/xfs/scrub/rtsummary.c: xfs_inode.h is included more than once
 2021-11-20 14:56 UTC  (2+ messages)
` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion

[syzbot] possible deadlock in smc_switch_to_fallback
 2021-11-20 14:50 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.16-rc2
 2021-11-20 14:47 UTC 

[PATCH] riscv/head: fix misspelling of guaranteed
 2021-11-20 14:26 UTC 

[PATCH v2 0/2] iio: buffer: allocation and freeing buffers fix and optimization
 2021-11-20 14:17 UTC  (4+ messages)

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-20 13:38 UTC  (8+ messages)
` [PATCH V2 4/4] arm/xen: Read extended regions from DT and init Xen resource

sound/soc/soc-topology.c:1492:26: sparse: sparse: restricted __le32 degrades to integer
 2021-11-20 12:43 UTC 

[peterz-queue:x86/wip.extable 16/23] /bin/bash: line 1: 42740 Segmentation fault ld.lld -m elf_i386 --thinlto-cache-dir=.thinlto-cache -mllvm -import-instr-limit=5 -r -o arch/x86/kvm/kvm-intel.lto.o --whole-archive arch/x86/kvm/kvm-intel.o
 2021-11-20 12:27 UTC 

[PATCH] media: rockchip/rga: do proper error checking in probe
 2021-11-20 12:23 UTC 

[RESEND PATCH V5] dt-bindings: soc: imx: Add binding doc for spba bus
 2021-11-20 12:20 UTC 

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-20 12:17 UTC  (8+ messages)

[syzbot] KMSAN: uninit-value in ieee80211_sta_tx_notify (2)
 2021-11-20 12:17 UTC 

[PATCH V2] clk: imx: imx8ulp: set suppress_bind_attrs to true
 2021-11-20 12:04 UTC  (2+ messages)

[PATCH -next V2 0/2] fix two bugs when trying rmmod sata_fsl
 2021-11-20 12:01 UTC  (3+ messages)
` [PATCH -next V2 1/2] sata_fsl: fix UAF in sata_fsl_port_stop when "

[PATCH] clk: Gemini: fix struct name in kernel-doc
 2021-11-20 11:48 UTC  (2+ messages)

net/dccp/ccids/ccid3.c:474:25: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-20 11:43 UTC 

[PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP
 2021-11-20 11:34 UTC  (9+ messages)
` [PATCH V5 1/8] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V5 2/8] dt-bindings: serial: fsl-lpuart: "
` [PATCH V5 3/8] dt-bindings: spi: fsl-lpspi: "
` [PATCH V5 4/8] dt-bindings: timer: tpm-timer: "
` [PATCH V5 5/8] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V5 6/8] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V5 7/8] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
` [PATCH V5 8/8] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[PATCH] PCI: apple: Reset the port for 100ms on probe
 2021-11-20 11:32 UTC  (7+ messages)

[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
 2021-11-20 11:28 UTC 

[PATCH v2 0/7] task comm cleanups
 2021-11-20 11:27 UTC  (8+ messages)
` [PATCH v2 1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [PATCH v2 2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [PATCH v2 3/7] drivers/infiniband: replace open-coded string copy with get_task_comm
` [PATCH v2 4/7] fs/binfmt_elf: "
` [PATCH v2 5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [PATCH v2 6/7] tools/bpf/bpftool/skeleton: "
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH] mmc: arasan: add runtime power management support
 2021-11-20 11:23 UTC 

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-20 11:16 UTC  (11+ messages)
` [PATCH 01/11] iommu: Add device dma ownership set/release interfaces

[PATCH] Staging: rtl8712: rtl871x_security: fixed a camel case variable name coding style issue
 2021-11-20 11:11 UTC  (3+ messages)
  ` [PATCH 2/2] "

[PATCH 0/5] Raspberry Pi Sense HAT driver
 2021-11-20 10:55 UTC  (2+ messages)

[PATCH] MM: discard __GFP_ATOMIC
 2021-11-20 10:51 UTC  (5+ messages)

[syzbot] KMSAN: uninit-value in btrfs_clean_tree_block (2)
 2021-11-20 10:47 UTC 

[PATCH v4] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi
 2021-11-20 10:22 UTC 

[PATCH] ARM: dts: sun8i: h3: beelink-x2: Add GPIO CEC node
 2021-11-20 10:20 UTC 

There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c
 2021-11-20 10:16 UTC  (3+ messages)
  ` KVM: Warn if mark_page_dirty() is called without an active vCPU

[PATCH V5] dt-bindings: soc: imx: Add binding doc for spba bus
 2021-11-20 10:13 UTC  (6+ messages)

[PATCH -next 0/2] fix two bugs when trying rmmod sata_fsl
 2021-11-20  9:51 UTC  (5+ messages)
` [PATCH -next 2/2] sata_fsl: fix warning in remove_proc_entry when "

[PATCH] media: platform: vxd: Kconfig: fix noderef.cocci warnings
 2021-11-20  9:45 UTC 

[ti:ti-rt-linux-5.10.y 10173/10206] drivers/media/platform/vxe-vxd/common/idgen_api.c:66:7-16: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) (fwd)
 2021-11-20  9:46 UTC 

[syzbot] INFO: task hung in nbd_add_socket
 2021-11-20  8:57 UTC 

drivers/net/ethernet/korina.c:391:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-20  8:50 UTC 

[PATCH] mfd: intel-lpss-pci: fix clock speed for 38a8 UART
 2021-11-20  8:34 UTC 

[intel-tdx:guest 129/144] kernel/dma/swiotlb.c:389:15-33: WARNING: casting value returned by memory allocation function to (struct io_tlb_area *) is useless
 2021-11-20  8:33 UTC  (2+ messages)
` [PATCH] swiotlb: fix alloc_cast.cocci warnings

drivers/net/wireless/ath/ath6kl/htc_pipe.c:241:17: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-20  8:04 UTC 

drm/etnaviv: add pci device driver support for gpu in LS7A1000 and LS2K1000
 2021-11-20  7:59 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: ls2k1000: add gpu device node
` [PATCH 2/4] drm/etnaviv: add pci device driver support
` [PATCH 3/4] loongson3_defconfig: enable etnaviv drm driver on default
` [PATCH 4/4] loongson2_defconfig: "

[PATCH v4 0/4] Deterministic charging of shared memory
 2021-11-20  7:58 UTC  (9+ messages)
` [PATCH v4 1/4] mm: support deterministic memory charging of filesystems
` [PATCH v4 2/4] mm/oom: handle remote ooms

[PATCH] soc: ti: pruss: fix referenced node in error message
 2021-11-20  7:53 UTC  (4+ messages)

[PATCH] MAINTAINERS: update designated reviewer entry for MSM DRM driver
 2021-11-20  7:48 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: update designated reviewer entry for MSM DRM driver
 2021-11-20  7:46 UTC 

[thierryreding:for-5.17/work 55/62] ERROR: modpost: "xpcs_write" [drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.ko] undefined!
 2021-11-20  7:40 UTC 

[PATCH] i2c: tegra: Add ACPI support
 2021-11-20  7:36 UTC  (3+ messages)

[PATCH 0/2] dts: Add CEC clock to DW HDMI
 2021-11-20  7:34 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: allwinner: a64: Add CEC clock to HDMI
` [PATCH 2/2] ARM: dts: sunxi: Add CEC clock to DW-HDMI

powerpc-linux-ld: warning: orphan section `.init.plt' from `drivers/platform/chrome/cros_ec_trace.o' being placed in section `.init.plt'
 2021-11-20  7:31 UTC 

[PATCH] drivers/md: fix potential memleak
 2021-11-20  7:23 UTC  (3+ messages)
` 答复: "

[PATCH 1/1] usb: cdns3: gadget: fix new urb never complete if ep cancel requests before
 2021-11-20  7:18 UTC 

'perf stat --bpf-counters test' failures
 2021-11-20  7:08 UTC  (4+ messages)
` [PATCH] Fixup: perf bench: Fix two memory leaks detected with ASan

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-20  6:13 UTC  (3+ messages)

[syzbot] KCSAN: data-race in flush_tlb_batched_pending / try_to_unmap_one
 2021-11-20  6:11 UTC  (3+ messages)

kernel/bpf/btf.c:5346:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute
 2021-11-20  6:02 UTC 

sound/soc/codecs/tlv320aic32x4.c:1202:18: warning: cast to smaller integer type 'enum aic32x4_type' from 'void *'
 2021-11-20  5:49 UTC 

[RFC] [PATCH bpf-next 0/1] Enhancement for bpf_do_path() helper
 2021-11-20  5:18 UTC  (2+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Clear the noisy tail buffer for bpf_d_path() helper

[PATCH net] net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
 2021-11-20  5:10 UTC  (2+ messages)

[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-11-20  4:50 UTC  (10+ messages)
` [PATCH 06/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH 07/28] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH 08/28] KVM: x86/mmu: Drop unused @kvm param from kvm_tdp_mmu_get_root()
` [PATCH 09/28] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH 10/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH 11/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH 12/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH 13/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH 18/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals


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