linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-30 04:14:40 to 2021-12-30 11:10:37 UTC [more...]

[PATCH v9 00/15] Function Granular KASLR
 2021-12-30 11:10 UTC  (6+ messages)
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search

[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
 2021-12-30 11:08 UTC  (15+ messages)
` [PATCH v19 01/13] kdump: add helper parse_crashkernel_high_low()
` [PATCH v19 02/13] x86/setup: Use parse_crashkernel_high_low() to simplify code

[PATCH v3 1/3] PCI: Add device code for AMD FCH SATA Controller in AHCI mode
 2021-12-30 11:08 UTC  (7+ messages)
` [PATCH v3 2/3] ahci: Use macro PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE
` [PATCH v3 3/3] ahci: AMD A85 FCH (Hudson D4): Skip 200 ms debounce delay in `sata_link_resume()`

[PATCH v2 0/2] usb: gadget: use after free in dev_config
 2021-12-30 11:03 UTC  (4+ messages)
` [PATCH v2 1/2] usb: gadget: don't release an existing dev->buf
` [PATCH v2 2/2] usb: gadget: clear related members when goto fail

[GIT PULL]: soundwire updates for v5.17-rc1
 2021-12-30 11:01 UTC 

[tip:x86/urgent] BUILD SUCCESS d6f12f83989bb356ac6880a954f62c7667e35066
 2021-12-30 10:57 UTC 

[PATCH] staging: pi433: add docs to packet_format and tx_start_condition enum
 2021-12-30 10:57 UTC  (2+ messages)

[PATCH v2] staging: pi433: add comment to rx_lock mutex definition
 2021-12-30 10:56 UTC  (2+ messages)

[PATCH v5] staging: r8188eu: Remove useless function rtw_test()
 2021-12-30 10:55 UTC  (2+ messages)

[PATCH 00/26] TDX Guest: TDX core support
 2021-12-30 10:53 UTC  (7+ messages)
` [PATCH 04/26] x86/traps: Add #VE support for TDX guest

[PATCH 0/4] leds/power/regulator/mfd: dt-bindings: maxim,max77693: convert to dtschema
 2021-12-30 10:53 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: leds: "

[PATCH/RFC] drivers/irqchip: add irq-inverter
 2021-12-30 10:53 UTC  (7+ messages)

[PATCH 4.19 00/38] 4.19.223-rc1 review
 2021-12-30 10:52 UTC  (3+ messages)
` [PATCH 4.19 30/38] f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()

[PATCH] memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_common
 2021-12-30 10:49 UTC  (2+ messages)

[PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
 2021-12-30 10:43 UTC 

[PATCH] net/smc: Use the bitmap API when applicable
 2021-12-30 10:40 UTC 

[PATCH] mm/shmem: Fix a build error due to shmem_unuse() under !CONFIG_SHMEM
 2021-12-30 10:38 UTC 

[PATCH v3 00/23] counter: cleanups and device lifetime fixes
 2021-12-30 10:26 UTC  (9+ messages)
` [PATCH v3 08/23] counter: intel-qep: Convert to counter_priv() wrapper
` [PATCH v3 13/23] counter: Provide alternative counter registration functions
` [PATCH v3 17/23] counter: intel-qep: Convert to new counter registration

[PATCH V3 0/6] the UART driver compatible with the Amlogic Meson
 2021-12-30 10:21 UTC  (7+ messages)
` [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V3 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart
` [PATCH V3 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V3 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V3 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[PATCH 0/4] Remove the type-unclear target id concept
 2021-12-30 10:07 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/dbgfs/init_regions: Use target index instead of target id
` [PATCH 2/4] Docs/admin-guide/mm/damon/usage: Update for changed initail_regions file input
` [PATCH 3/4] mm/damon/core: Move damon_set_targets() into dbgfs
` [PATCH 4/4] mm/damon: Remove the target id concept

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2021-12-30 10:07 UTC  (2+ messages)

Re: [PATCH 5.10 26/76] sfc: Check null pointer of rx_queue->page_ring
 2021-12-30 10:04 UTC 

[PATCH] firmware: remove old CONFIG_FW_LOADER_MODULE test
 2021-12-30  9:39 UTC 

[PATCH v3] drm/mediatek: Fix unused-but-set variable warning
 2021-12-30  9:36 UTC 

[PATCH V2 0/6] the UART driver compatible with the Amlogic Meson S4
 2021-12-30  9:35 UTC  (4+ messages)
` [PATCH V2 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible

[PATCH v2 net-next 0/3] net: skb: introduce kfree_skb_with_reason() and use it for tcp and udp
 2021-12-30  9:32 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net: skb: introduce kfree_skb_with_reason()
` [PATCH v2 net-next 2/3] net: skb: use kfree_skb_with_reason() in tcp_v4_rcv()
` [PATCH net-next 3/3] net: skb: use kfree_skb_with_reason() in __udp4_lib_rcv()

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-30  9:31 UTC  (2+ messages)

[RFC PATCH] PCI: Add "pci=reassign_all_bus" boot parameter
 2021-12-30  9:30 UTC 

[PATCH] x86/build: use the proper name CONFIG_FW_LOADER
 2021-12-30  9:29 UTC  (3+ messages)

[PATCH 0/8] typec: mux: Introduce support for multiple TypeC muxes
 2021-12-30  9:26 UTC  (3+ messages)
` [PATCH 3/8] device property: Helper to match multiple connections

[PATCH -next] nvdimm/btt: Fix btt_init() kernel-doc comment
 2021-12-30  9:25 UTC 

[v1 0/2] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2021-12-30  9:24 UTC  (3+ messages)
` [v1 1/2] dt-bindings: msm/dsi: Add 10nm dsi phy tuning properties
` [v1 2/2] drm/msm/dsi: Add 10nm dsi phy tuning configuration support

5.16.0-rc7+ Bluetooth error
 2021-12-30  9:21 UTC 

[PATCH V2 1/3] mtd: core: call devm_of_platform_populate() for MTD devices
 2021-12-30  9:04 UTC  (3+ messages)
` [PATCH V2 2/3] dt-bindings: nvmem: add U-Boot environment variables binding
` [PATCH V2 3/3] nvmem: add driver handling U-Boot environment variables

[PATCH v7 1/4] random: fix crash on multiple early calls to add_bootloader_randomness()
 2021-12-30  8:59 UTC  (4+ messages)
` [PATCH v8 1/7] "
  ` [PATCH v8 7/7] random: move crng_initialize_secondary to CONFIG_NUMA section
    ` [PATCH v8.1 7/7] random: move NUMA-related code "

[syzbot] general protection fault in mod_memcg_page_state
 2021-12-30  8:53 UTC  (2+ messages)

[PATCH v7 0/4] Add Naneng combo PHY support for RK3568
 2021-12-30  8:48 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: mfd: syscon: add naneng combo phy register compatible
` [PATCH v7 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` [PATCH v7 3/4] phy: rockchip: add naneng combo phy for RK3568
` [PATCH v7 4/4] arm64: dts: rockchip: add naneng combo phy nodes for rk3568

[PATCH 0/2] ASoC: mediatek: mt8195: repair pcmif BE dai
 2021-12-30  8:47 UTC  (3+ messages)
` [PATCH 1/2] ASoC: mediatek: mt8195: correct pcmif BE dai control flow
` [PATCH 2/2] ASoC: mediatek: mt8195: add playback support to PCM1_BE dai_link

[PATCH] connector: fix socket leak
 2021-12-30  8:47 UTC 

[PATCH v4 00/21] AMX Support in KVM
 2021-12-30  8:46 UTC  (2+ messages)

mmotm 2021-12-29-20-07 uploaded
 2021-12-30  8:42 UTC  (4+ messages)
` mmotm 2021-12-29-20-07 uploaded (mm/damon)

[PATCH v2] KVM: X86: Emulate APERF/MPERF to report actual vCPU frequency
 2021-12-30  8:37 UTC  (6+ messages)

[PATCH] mmc: dw_mmc: Fix potential null pointer risk
 2021-12-30  8:35 UTC  (2+ messages)

[PATCH] platform/x86: intel_scu_ipc: Keep polling IPC status if it reads IPC_STATUS_ERR
 2021-12-30  8:30 UTC 

[agd5f:drm-next-5.17 92/342] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:3827:5: warning: no previous prototype for 'sienna_cichlid_stb_get_data_direct'
 2021-12-30  8:25 UTC 

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-30  8:24 UTC  (10+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

[PATCH v3] mm/damon: Add access checking for hugetlb pages
 2021-12-30  8:20 UTC 

[PATCH] powerpc/ptdump: fix conversion to GENERIC_PTDUMP
 2021-12-30  8:17 UTC 

[PATCH -next] fs/proc/vmcore: Fix vmcore_alloc_buf() kernel-doc comment
 2021-12-30  8:17 UTC 

[goldwynr:iomap 33/33] include/linux/kern_levels.h:5:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'}
 2021-12-30  8:04 UTC 

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-30  8:03 UTC  (2+ messages)

[PATCH v2 net-next 0/2] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2021-12-30  8:03 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH net-next 2/2] bpf: selftests: add bind retry for post_bind{4, 6}

[PATCH] phy: tegra: xusb: Fix missing put_device() in tegra210_xusb_padctl_probe
 2021-12-30  8:00 UTC 

IOMMU Page Fault with Creative Soundblaster Zx after suspend
 2021-12-30  7:56 UTC  (2+ messages)

[goldwynr:iomap 29/33] fs/btrfs/inode.c:8440:24: sparse: sparse: symbol 'btrfs_buffered_read_iomap_ops' was not declared. Should it be static?
 2021-12-30  7:54 UTC 

[tip: x86/build] x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfig
 2021-12-30  7:54 UTC 

[RFC PATCH goldwynr] btrfs: btrfs_buffered_read_iomap_ops can be static
 2021-12-30  7:50 UTC 

[PATCH RESEND] blk-iocost: drop selecting undefined BLK_RQ_IO_DATA_LEN
 2021-12-30  7:32 UTC 

[PATCH] mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
 2021-12-30  7:27 UTC 

[PATCH] lib/mpi: Add the return value check of kcalloc()
 2021-12-30  7:26 UTC  (2+ messages)

[PATCH v3 00/48] Refactor perf cpumap
 2021-12-30  7:20 UTC  (50+ messages)
` [PATCH v3 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v3] perf evlist: Remove group option
` [PATCH v3 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v3 03/48] perf stat: Correct aggregation CPU map
` [PATCH v3 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v3 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v3 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v3 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v3 08/48] perf cpumap: Remove map+index get_die
` [PATCH v3 09/48] perf cpumap: Remove map+index get_core
` [PATCH v3 10/48] perf cpumap: Remove map+index get_node
` [PATCH v3 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v3 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v3 13/48] perf cpumap: Simplify equal function name
` [PATCH v3 14/48] perf cpumap: Rename empty functions
` [PATCH v3 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v3 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v3 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v3 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v3 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v3 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v3 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v3 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v3 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v3 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v3 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v3 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v3 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v3 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v3 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v3 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v3 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v3 32/48] perf script: Use for each cpu to aid readability
` [PATCH v3 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v3 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v3 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v3 36/48] perf stat: Correct variable name for read counter
` [PATCH v3 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v3 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v3 39/48] perf evsel: Rename variable cpu to index
` [PATCH v3 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v3 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v3 42/48] perf stat: Swap variable name cpu to index
` [PATCH v3 43/48] libperf: Sync evsel documentation
` [PATCH v3 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v3 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v3 46/48] perf script: Fix flipped index and cpu
` [PATCH v3 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v3 48/48] perf cpumap: Give CPUs their own type

[nathan:wip/llvm-objdump-posttest 1/1] arch/x86/tools/insn_decoder_test: error: malformed line 7230868:
 2021-12-30  7:13 UTC 

[PATCH] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
 2021-12-30  7:09 UTC 

[PATCH v3 00/22] AMX Support in KVM
 2021-12-30  7:04 UTC  (6+ messages)
` [PATCH v3 22/22] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH linux] usb: xhci-ring: Add return if ret is less than 0
 2021-12-30  7:02 UTC  (2+ messages)

[Resource Leak] Missing closing files
 2021-12-30  6:57 UTC  (2+ messages)

[PATCH v2] ext4: set csum seed in tmp inode while migrating to extents
 2021-12-30  6:56 UTC  (8+ messages)

[PATCH] drm/mediatek: Fix unused-but-set variable warning
 2021-12-30  6:56 UTC  (2+ messages)

[PATCH -next 0/2] riscv/mm: Enable THP migration
 2021-12-30  6:45 UTC  (2+ messages)

[PATCH] lib/mpi: add the return value check of kcalloc
 2021-12-30  6:45 UTC  (3+ messages)

[PATCH 1/6] f2fs: rework write preallocations
 2021-12-30  6:43 UTC  (12+ messages)
` [PATCH 5/6] f2fs: implement iomap operations
  ` [f2fs-dev] "

[PATCH -next 0/2] jffs2: fix two memory leak when mount jffs2
 2021-12-30  6:52 UTC  (3+ messages)
` [PATCH -next 1/2] jffs2: fix memory leak in jffs2_do_mount_fs
` [PATCH -next 2/2] jffs2: fix memory leak in jffs2_scan_medium

[PATCH linux] usb-storage: Remove redundant assignments
 2021-12-30  6:38 UTC 

[PATCH 1/2] f2fs: avoid down_write on nat_tree_lock during checkpoint
 2021-12-30  6:37 UTC  (4+ messages)
` [PATCH 2/2] f2fs: do not bother checkpoint by f2fs_get_node_info
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: avoid down_write on nat_tree_lock during checkpoint

[PATCH linux] nfs: Remove unnecessary ret assignment
 2021-12-30  6:34 UTC 

[agd5f:drm-next-5.17 85/342] drivers/gpu/drm/amd/amdgpu/umc_v6_7.c:64:18: warning: variable 'ecc_err_cnt' set but not used
 2021-12-30  6:33 UTC 

[PATCH linux] netfilter: Remove unnecessary ret assignment
 2021-12-30  6:31 UTC 

[PATCH linux] ext4: Delete useless ret assignment
 2021-12-30  6:29 UTC 

[PATCH linux] ethtool: Remove redundant ret assignments
 2021-12-30  6:26 UTC 

[goldwynr:iomap 25/33] fs/btrfs/file.c:1781:24: sparse: sparse: symbol 'btrfs_buffered_iomap_ops' was not declared. Should it be static?
 2021-12-30  6:22 UTC 

[PATCH v2 00/48] Refactor perf cpumap
 2021-12-30  6:22 UTC  (4+ messages)
` [PATCH v2 25/48] perf stat-display: Avoid use of core for CPU

[goldwynr:iomap 24/33] fs/btrfs/file.c:485:22: error: initialization of 'void (*)(struct inode *, loff_t, unsigned int, struct page *)' {aka 'void (*)(struct inode *, long long int, unsigned int, struct page *)'} from incompatible pointer type 'void (*)(struct inode *, loff
 2021-12-30  5:52 UTC 

[PATCH v4 04/13] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
 2021-12-30  5:49 UTC  (2+ messages)

[PATCH v4 03/13] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
 2021-12-30  5:34 UTC  (2+ messages)

[goldwynr:iomap 4/33] fs/erofs/data.c:291:46: error: too few arguments to function call, expected 3, have 2
 2021-12-30  5:32 UTC 

[PATCH 0/3] add R-Car M3-W+ (r8a99761) LVDS encoder support
 2021-12-30  5:30 UTC  (10+ messages)
` [PATCH 2/3] arm64: dts: renesas: r8a77961: Add lvds0 device node

[PATCH v3] usb: core: Bail out when port is stuck in reset loop
 2021-12-30  5:28 UTC 

[PATCH] net/mlx5: Add vport return value checks
 2021-12-30  5:25 UTC 

[PATCH] riscv: canaan: remove useless select of non-existing config SYSCON
 2021-12-30  5:23 UTC  (2+ messages)

[goldwynr:iomap 33/33] fs/btrfs/volumes.c:6893:23: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2021-12-30  5:21 UTC 

[PATCH v3 0/2] usb: gadget: use after free in dev_config
 2021-12-30  5:11 UTC  (3+ messages)
` [PATCH v3 1/2] usb: gadget: don't release an existing dev->buf
` [PATCH v3 2/2] usb: gadget: clear related members when goto fail

[goldwynr:iomap 23/33] fs/btrfs/file.c:1704:29: error: 'bi' redeclared as different kind of symbol
 2021-12-30  5:11 UTC 

[PATCH v7 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
 2021-12-30  4:58 UTC  (4+ messages)
` [PATCH v7 5/8] phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver

[PATCH] serial: 8250: add lock for dma rx
 2021-12-30  4:41 UTC  (12+ messages)
` 答复: "
    ` 答复: "
        ` 答复: "
            ` 答复: "
                ` 答复: "
                    ` 答复: "

[PATCH v5 00/14] CSI2RX support on J721E
 2021-12-30  4:47 UTC  (9+ messages)
` [PATCH v5 02/14] media: cadence: csi2rx: Cleanup media entity properly
` [PATCH v5 03/14] media: cadence: csi2rx: Add get_fmt and set_fmt pad ops
` [PATCH v5 04/14] media: cadence: csi2rx: Add external DPHY support
` [PATCH v5 09/14] media: cadence: csi2rx: Add link validation

[PATCH] rtc: msc313: Select by default on MSTARV7
 2021-12-30  4:40 UTC 

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2021-12-30  4:16 UTC 

[PATCH 0/5] erofs: get rid of erofs_get_meta_page()
 2021-12-30  4:14 UTC  (3+ messages)
` [PATCH 4/5] erofs: use meta buffers for xattr operations


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