linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 16:48:59 to 2022-01-24 18:21:19 UTC [more...]

[patch v8 02/10] add prctl task isolation prctl docs and samples
 2022-01-24 18:20 UTC  (6+ messages)

[PATCH v2] mm/damon: Remove redundant page validation
 2022-01-24 18:20 UTC  (2+ messages)

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-24 18:18 UTC  (4+ messages)
` [PATCH v2 0/2] Fix regression on binfmt_misc
` [PATCH v2 1/2] binfmt_misc: fix crash when load/unload module
` [PATCH v2 2/2] sysctl: fix return type to make compiler happy

[PATCH net-next 1/1] r8169: enable RTL8125 ASPM L1.2
 2022-01-24 18:19 UTC 

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-01-24 18:17 UTC  (6+ messages)
` [RFC PATCH v2 1/5] vfio/pci: register vfio-pci driver with runtime PM framework
` [RFC PATCH v2 2/5] vfio/pci: virtualize PME related registers bits and initialize to zero
` [RFC PATCH v2 3/5] vfio/pci: fix memory leak during D3hot to D0 tranistion
` [RFC PATCH v2 4/5] vfio/pci: Invalidate mmaps and block the access in D3hot power state
` [RFC PATCH v2 5/5] vfio/pci: add the support for PCI D3cold state

[PATCH] mm: make 'highmem' symbol ro_after_init
 2022-01-24 18:17 UTC  (2+ messages)

[PATCH] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
 2022-01-24 18:17 UTC  (2+ messages)

[PATCH v1 0/2] Add support for the eDP panel on sc7280 CRD
 2022-01-24 18:15 UTC  (3+ messages)
` [PATCH v1 1/2] ARM64: dts: qcom: enable eDP panel support for sc7280
` [PATCH v1 2/2] drm/panel-edp: Add sharp "

[RFC V1 00/11] arm64/perf: Enable branch stack sampling
 2022-01-24 18:15 UTC  (6+ messages)
` [RFC V1 07/11] arm64/perf: Add BRBE driver
` [RFC V1 08/11] arm64/perf: Enable branch stack sampling

Linux 5.17-rc1
 2022-01-24 18:12 UTC  (2+ messages)

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-24 18:11 UTC  (3+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[PATCH V3 00/10] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-01-24 18:10 UTC  (11+ messages)
` [PATCH V3 04/10] dt-bindings: media: nxp, imx8mq-vpu: Split G1 and G2 nodes
` [PATCH V3 05/10] media: hantro: Allow i.MX8MQ G1 and G2 to run independently
` [PATCH V3 06/10] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl
` [PATCH V3 08/10] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm
` [PATCH V3 09/10] media: hantro: Add support for i.MX8MM Hantro-G1

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-24 18:09 UTC  (41+ messages)
` [PATCH v6 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH v6 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH v6 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH v6 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH v6 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH v6 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH v6 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH v6 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v6 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH v6 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH v6 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH v6 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH v6 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH v6 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH v6 15/39] kasan: clean up metadata byte definitions
` [PATCH v6 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH v6 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH v6 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH v6 19/39] kasan: reorder vmalloc hooks
` [PATCH v6 20/39] kasan: add wrappers for "
` [PATCH v6 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH v6 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH v6 23/39] kasan, arm64: "
` [PATCH v6 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH v6 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v6 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH v6 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH v6 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH v6 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH v6 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH v6 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH v6 32/39] kasan, arm64: don't tag executable "
` [PATCH v6 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH v6 34/39] kasan: clean up feature flags for HW_TAGS mode
` [PATCH v6 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH v6 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH v6 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH v6 38/39] kasan: documentation updates
` [PATCH v6 39/39] kasan: improve vmalloc tests

[PATCH] fbdev: Fix file path that does not exist
 2022-01-24 18:02 UTC  (2+ messages)

[PATCH v2 1/5] nvmem: core: Remove unused devm_nvmem_unregister()
 2022-01-24 18:00 UTC  (5+ messages)
` [PATCH v2 2/5] nvmem: core: Use devm_add_action_or_reset()
` [PATCH v2 3/5] nvmem: core: Check input parameter for NULL in nvmem_unregister()
` [PATCH v2 4/5] mtd: core: Drop duplicate NULL checks around nvmem_unregister()
` [PATCH v2 5/5] thunderbolt: "

kernel BUG at mm/vmalloc.c:LINE! (2)
 2022-01-24 17:59 UTC  (4+ messages)

[PATCH] kasan: test: fix compatibility with FORTIFY_SOURCE
 2022-01-24 17:59 UTC  (3+ messages)

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-24 17:55 UTC  (11+ messages)
` [PATCH 6/7] iommu: Use right way to retrieve iommu_ops
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops

[PATCH v1] clk qcom: clk-alpha-pll: Update to use determine rate ops for PLL
 2022-01-24 17:48 UTC 

[PATCH net-next] net-core: add InMacErrors counter
 2022-01-24 17:46 UTC  (6+ messages)

fs/ntfs3/fsntfs.c:2248:41: warning: taking address of packed member 'de' of class or structure 'NTFS_DE_SII' may result in an unaligned pointer value
 2022-01-24 17:41 UTC  (2+ messages)

[RFC PATCH v1 01/10] s390/uaccess: Add storage key checked access to user memory
 2022-01-24 17:41 UTC  (3+ messages)
` [RFC PATCH] uaccess: Add mechanism for "

fs/dlm/midcomms.c:913:22: sparse: sparse: restricted __le32 degrades to integer
 2022-01-24 17:41 UTC  (8+ messages)

[PATCH] x86/boot: Avoid redundant address overlap tests in memcpy()
 2022-01-24 17:38 UTC  (2+ messages)

[RFC 0/7] 64-bit data integrity field support
 2022-01-24 17:38 UTC  (3+ messages)
` [RFC 5/7] asm-generic: introduce be48 unaligned accessors

[RFC] PM: suspend: Upstreaming wakeup reason capture support
 2022-01-24 17:37 UTC  (2+ messages)

[PATCH net-next 0/4] ice: switch: debloat packet templates code
 2022-01-24 17:35 UTC  (7+ messages)
` [PATCH net-next 1/4] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h,m}_u
` [PATCH net-next 2/4] ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
` [PATCH net-next 3/4] ice: switch: use a struct to pass packet template params
` [PATCH net-next 4/4] ice: switch: use convenience macros to declare dummy pkt templates
` ice: Add support for inner etype in switchdev

[PATCH v3 0/4] Watchdog: sp5100_tco: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-24 17:36 UTC  (3+ messages)
` [PATCH v3 3/4] Watchdog: sp5100_tco: Add initialization using EFCH MMIO

[PATCH 0/2] Add support for Azoteq IQS620A(T) V3
 2022-01-24 17:34 UTC  (3+ messages)
` [PATCH 2/2] iio: temperature: iqs620at-temp: Add support for V3 silicon

[PATCH v2 1/2] usb: ulpi: Add debugfs support
 2022-01-24 17:33 UTC  (2+ messages)
` [PATCH v2 2/2] usb: ulpi: Call of_node_put correctly

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-01-24 17:30 UTC  (10+ messages)

[PATCH RESEND] media: omap3isp: Use struct_group() for memcpy() region
 2022-01-24 17:29 UTC 

Why does cdns_pcie_ep_set_bar use sz > SZ_2G for is_64bits in pcie-cadence-ep.c?
 2022-01-24 17:28 UTC  (6+ messages)

[PATCH 1/3] dt-bindings: pinctrl: qcom,pmic-mpp: Document PM8226 compatible
 2022-01-24 17:15 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: qcom: spmi-mpp: Add "
` [PATCH 3/3] ARM: dts: qcom: pm8226: Add node for the MPP

[PATCH] media: bttv: Fix a NULL pointer dereference in bttv_overlay()
 2022-01-24 17:26 UTC 

[resend RFC 0/3] core scheduling: add PR_SCHED_CORE_SHARE
 2022-01-24 17:25 UTC  (4+ messages)
` [resend RFC 2/3] sched/prctl: add PR_SCHED_CORE_SHARE command

[PATCH v3] mm: use compare-exchange operation to set KASAN page tag
 2022-01-24 17:25 UTC  (3+ messages)

[PATCH] x86: add additional EPT bit definitions
 2022-01-24 17:24 UTC  (2+ messages)

[PATCH] perf arm-spe: Use SPE data source for neoverse cores
 2022-01-24 17:24 UTC  (2+ messages)

[PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics
 2022-01-24 17:23 UTC  (2+ messages)

Build regressions/improvements in v5.17-rc1
 2022-01-24 17:23 UTC  (4+ messages)

[PATCH RESEND] net/mlx5e: Use struct_group() for memcpy() region
 2022-01-24 17:22 UTC 

[PATCH] scsi: mpt3sas: FIx a NULL pointer dereference bug in mpt3sas_transport_port_add()
 2022-01-24 17:21 UTC 

[PATCH v2 RESEND] net/mlx5e: Avoid field-overflowing memcpy()
 2022-01-24 17:20 UTC 

[PATCH v3 1/6] math.h: Introduce data types for fractional numbers
 2022-01-24 17:20 UTC  (6+ messages)
` [PATCH v3 2/6] iio: adc: rn5t618: Re-use generic struct u16_fract
` [PATCH v3 3/6] iio: adc: twl4030-madc: Re-use generic struct s16_fract
` [PATCH v3 4/6] iio: adc: qcom-vadc-common: Re-use generic struct u32_fract
` [PATCH v3 5/6] iio: afe: iio-rescale: Group rescale field assignments in ->probe()
` [PATCH v3 6/6] iio: afe: iio-rescale: Re-use generic struct s32_fract

[PATCH] media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_formats()
 2022-01-24 17:20 UTC 

[PATCH] media: saa7134: Fix a NULL pointer dereference in saa7134_initdev()
 2022-01-24 17:19 UTC 

[PATCH] ata: pata_atiixp: make static read-only arrays const
 2022-01-24 17:18 UTC  (2+ messages)

[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-24 17:17 UTC  (4+ messages)
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages

[PATCH] x86/perf: Default freeze_on_smi on for Comet Lake and later
 2022-01-24 17:16 UTC  (6+ messages)

[PATCH] media: mtk-vcodec: media: mtk-vcodec: Fix a NULL pointer dereference in mtk_vcodec_fw_vpu_init()
 2022-01-24 17:15 UTC 

[PATCH] media: pci: cx23855-video.c: Fix a NULL pointer dereference in cx23885_video_register()
 2022-01-24 17:16 UTC 

[PATCH v1] clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
 2022-01-24 17:14 UTC 

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-24 17:15 UTC  (5+ messages)
` [PATCH v2 17/30] KVM: s390: mechanism to enable guest zPCI Interpretation

[RFC PATCH 00/15] rseq uapi and selftest updates
 2022-01-24 17:12 UTC  (16+ messages)
` [RFC PATCH 01/15] selftests/rseq: introduce own copy of rseq uapi header
` [RFC PATCH 02/15] rseq: Remove broken uapi field layout on 32-bit little endian
` [RFC PATCH 03/15] selftests/rseq: Remove useless assignment to cpu variable
` [RFC PATCH 04/15] selftests/rseq: Remove volatile from __rseq_abi
` [RFC PATCH 05/15] selftests/rseq: Introduce rseq_get_abi() helper
` [RFC PATCH 06/15] selftests/rseq: Introduce thread pointer getters
` [RFC PATCH 07/15] selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
` [RFC PATCH 08/15] selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
` [RFC PATCH 09/15] selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store
` [RFC PATCH 10/15] selftests/rseq: Fix ppc32 offsets by using long rather than off_t
` [RFC PATCH 11/15] selftests/rseq: Fix warnings about #if checks of undefined tokens
` [RFC PATCH 12/15] selftests/rseq: Remove arm/mips asm goto compiler work-around
` [RFC PATCH 13/15] selftests/rseq: Fix: work-around asm goto compiler bugs
` [RFC PATCH 14/15] selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
` [RFC PATCH 15/15] selftests/rseq: x86-32: use %gs "

[PATCH 00/60] drm: Make all drivers to honour the nomodeset parameter
 2022-01-24 17:09 UTC  (7+ messages)
` [PATCH 01/60] drm/komeda: Add support for the nomodeset kernel parameter
` [PATCH 02/60] drm/arm/hdlcd: "
` [PATCH 03/60] drm/malidp: "

[PATCH] net: dsa|ethernet: use bool values to pass bool param of phy_init_eee
 2022-01-24 17:09 UTC  (2+ messages)

[PATCH] media: mtk-vcodec: Fix a NULL pointer dereference in mtk_vcodec_fw_scp_init()
 2022-01-24 17:07 UTC 

[PATCH 0/2] KVM: x86: Partially allow KVM_SET_CPUID{,2} follow-up
 2022-01-24 17:07 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Use memcmp in kvm_cpuid_check_equal()

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-24 17:06 UTC  (3+ messages)
` [RFC V1 09/31] arm/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

[esmil:visionfive 57/63] drivers/nvdla/sdp.c:265:18: warning: variable 'atom_size' set but not used
 2022-01-24 17:05 UTC 

arch/x86/boot/compressed/../../../../lib/zstd/decompress/zstd_decompress_block.c:1390 ZSTD_decompressSequences() warn: inconsistent indenting
 2022-01-24 17:05 UTC 

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-24 17:06 UTC  (7+ messages)
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[PATCH] media: media/pci: Fix a NULL pointer dereference in cx23885_417_register()
 2022-01-24 17:06 UTC 

[PATCH v4 0/2] new emtrion hardware emCON-MX8M Mini
 2022-01-24 17:05 UTC  (5+ messages)
` [PATCH v4 2/2] arm64: dts: imx8mm: Add support for emtrion "
    ` AW: "

[PATCH] media: bttv: Fix a NULL pointer dereference in setup_window_lock()
 2022-01-24 17:05 UTC 

[PATCH] gvisor: add some missing definitions to vmx.h
 2022-01-24 17:04 UTC  (3+ messages)

[PATCH 1/6] ASoC: dt-bindings: samsung,aries-wm8994: require sound-dai property
 2022-01-24 17:03 UTC  (6+ messages)
` [PATCH 2/6] ASoC: dt-bindings: samsung,arndale: convert to dtschema
` [PATCH 3/6] ASoC: dt-bindings: samsung,arndale: document ALC5631
` [PATCH 4/6] ASoC: dt-bindings: samsung,smdk5250: convert to dtschema
` [RFC 5/6] ASoC: dt-bindings: samsung,snow: "
` [PATCH 6/6] ASoC: dt-bindings: samsung,tm2: "

[PATCH] media: bttv: Fix a NULL pointer dereference in bttv_s_fbuf()
 2022-01-24 17:04 UTC 

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2022-01-24 17:02 UTC  (6+ messages)
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler

[PATCH] ACPI / tables: Fix a NULL pointer dereference in acpi_table_initrd_scan()
 2022-01-24 17:02 UTC 

[PATCH v2 0/3] Add FSD SPI support
 2022-01-24 17:00 UTC  (4+ messages)
  ` [PATCH v2 3/3] arm64: dts: fsd: Add SPI device nodes

[PATCH] drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
 2022-01-24 16:58 UTC 

[PATCH v4 RESEND 0/2] Add a generic virtual thermal sensor
 2022-01-24 16:58 UTC  (2+ messages)

synchronize_rcu_expedited gets stuck in hotplug path
 2022-01-24 16:58 UTC  (7+ messages)

[PATCH] drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes()
 2022-01-24 16:57 UTC 

[PATCH v1] arm64: dts: qcom: sc7280: Add lpasscore & lpassaudio clock controllers
 2022-01-24 16:57 UTC 

[PATCH V3] panic: Move panic_print before kmsg dumpers
 2022-01-24 16:57 UTC  (9+ messages)

[PATCH] sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask
 2022-01-24 16:56 UTC 

[PATCH] drm/amd/display/dc/calcs/dce_calcs: Fix a memleak in calculate_bandwidth()
 2022-01-24 16:55 UTC 

[PATCH] dt-bindings: Improve phandle-array schemas
 2022-01-24 16:55 UTC  (2+ messages)

[PATCH] clk: socfpga: Fix a memory leak bug in socfpga_gate_init()
 2022-01-24 16:53 UTC 

[PATCH] clk: imx: Fix a NULL pointer dereference in imx_register_uart_clocks()
 2022-01-24 16:52 UTC 

[PATCH] sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
 2022-01-24 16:51 UTC  (5+ messages)

[PATCH] brcmfmac: Fix a NULL pointer dereference in brcmf_of_probe()
 2022-01-24 16:50 UTC 

[PATCH] brcmfmac: Fix a wild pointer dereference bug in brcmf_chip_recognition()
 2022-01-24 16:48 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).