linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 08:34:17 to 2022-02-24 11:10:51 UTC [more...]

[PATCH 0/5] tty: serial: various cleanups
 2022-02-24 11:10 UTC  (3+ messages)
` [PATCH 1/5] tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned
` [PATCH 2/5] tty: serial: serial_txx9: remove info print from init

[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
 2022-02-24 11:08 UTC  (7+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v1 3/6] HID: bpf: add hid_{get|set}_data helpers
` [PATCH bpf-next v1 4/6] HID: bpf: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v1 5/6] HID: bpf: tests: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v1 6/6] HID: bpf: add bpf_hid_raw_request helper function

[PATCH v7 0/4] Introduce pcim_alloc_irq_vectors()
 2022-02-24 11:07 UTC  (3+ messages)
` [PATCH v7 1/4] PCI: "

[PATCH v2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-24 11:05 UTC  (2+ messages)

[PATCH V2] power: supply: max17042_battery: Use devm_work_autocancel()
 2022-02-24 11:03 UTC  (2+ messages)

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-24 11:02 UTC  (3+ messages)
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-24 10:46 UTC  (7+ messages)
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-24 10:57 UTC  (8+ messages)

[PATCH] kernel/sys.c: clean up some inconsistent indenting
 2022-02-24 10:51 UTC 

[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
 2022-02-24 10:48 UTC  (3+ messages)

[PATCH] vboxsf: Remove redundant assignment to out_len
 2022-02-24 10:48 UTC 

kernel/stackleak.c:33:50: sparse: sparse: incorrect type in argument 3 (different address spaces)
 2022-02-24 10:44 UTC 

[PATCH] kernel/reboot.c: Fix hw_failure_emergency_poweroff() kernel-doc comment
 2022-02-24 10:42 UTC 

[PATCH 0/5] UART_LCR_WLEN cleanups
 2022-02-24 10:42 UTC  (8+ messages)
` [PATCH 1/5] tty: serial: define UART_LCR_WLEN() macro
  ` [PATCH 2/5] tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
  ` [PATCH 3/5] USB: "
  ` [PATCH 4/5] sdio_uart: "
  ` [PATCH 5/5] mxser: "

[PATCH] tun: support NAPI to accelerate packet processing
 2022-02-24 10:38 UTC 

[PATCH v2 6/9] KVM: arm64: Detect and handle hypervisor stack overflows
 2022-02-24 10:39 UTC  (7+ messages)
    ` [kbuild-all] "

[PATCH] mm/hugetlb: use helper macro __ATTR_RW
 2022-02-24 10:38 UTC  (2+ messages)

[PATCH 1/1] android-recommended.config: change BACKLIGHT_LCD_SUPPORT to LCD_CLASS_DEVICE
 2022-02-24 10:25 UTC  (2+ messages)

[atishp04:sbi_pmu_v6 14/17] drivers/perf/riscv_pmu_sbi.c:464 pmu_sbi_get_ctrinfo() warn: potentially one past the end of array 'pmu_ctr_list[i]'
 2022-02-24 10:31 UTC 

Use of void pointer arithmetic?
 2022-02-24 10:31 UTC  (2+ messages)

[PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-24 10:30 UTC  (25+ messages)
` [PATCH V6 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V6 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V6 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V6 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V6 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V6 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V6 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V6 08/20] riscv: Fixup difference with defconfig
` [PATCH V6 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V6 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V6 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V6 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V6 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V6 14/20] riscv: compat: Add elf.h implementation
` [PATCH V6 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V6 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V6 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V6 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V6 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v2 1/2] arm64: dts: imx8mn-evk: use proper names for PMIC outputs
 2022-02-24 10:30 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mn-evk: fix the min/max voltages of the PMIC

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-02-24 10:29 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters
` [PATCH net-next v3 2/2] flow_offload: reject offload for all drivers with invalid police parameters

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-02-24 10:29 UTC  (8+ messages)

[PATCH 0/4] spi-mem: Allow specifying the byte order in DTR mode
 2022-02-24 10:27 UTC  (12+ messages)

[PATCH] atomic: Put the fetching of the old value into the loop when doing atomic CAS
 2022-02-24 10:27 UTC  (3+ messages)

[PATCH 00/11] Gunyah Hypervisor drivers
 2022-02-24 10:26 UTC  (4+ messages)
` [PATCH 03/11] arm64: gunyah: Add Gunyah hypercalls ABI

[PATCH V3] security/selinux: Always allow FIOCLEX and FIONCLEX
 2022-02-24 10:24 UTC 

[PATCH v2] xfrm: fix tunnel model fragmentation behavior
 2022-02-24 10:23 UTC  (2+ messages)

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-24 10:22 UTC  (8+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-24 10:20 UTC  (7+ messages)
` [PATCH 2/3] powerpc: fix build errors

[PATCH V4 0/5] mx: add i.MX93 clk bindings and driver
 2022-02-24 10:20 UTC  (4+ messages)
` [PATCH V4 4/5] clk: imx: support fracn gppll

Hello As i write you my consultant is in your state searching for a reliable partner who we can partner with but I got your website vger.kernel.org on my search for a business partner online at google business search. I am a politician and i don't have time to invest. i am willing to invest $35 Million in area of Investment interest: Oil & Gas, Agriculture, Aviation, Tourism, Retail, Real Estate & Construction, IT & Communications, Engineering, Utilities, Telecoms, Mining, Maritime Sector and Entertainment industries. I will give you 40% of the total funds while i have 60% but to be on a safe side and to be sure you will give to me my 60% of the total funds,we need to sign an agreement document to guarantee my 60% please. can we discuss more? i wait to hear from you. Thanks Miller Tel:+1 404 596 &532
 2022-02-24  9:56 UTC 

[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-24 10:14 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: include generic pwm schema
 2022-02-24 10:14 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: pwm: "

[PATCH 0/5] irqchip/qcom-pdc: Assorted cleanups and fixes
 2022-02-24 10:12 UTC  (6+ messages)
` [PATCH 1/5] irqchip/qcom-pdc: Kill PDC_NO_PARENT_IRQ
` [PATCH 2/5] irqchip/qcom-pdc: Kill non-wakeup irqdomain
` [PATCH 3/5] irqchip/qcom-pdc: Kill qcom_pdc_translate helper
` [PATCH 4/5] irqchip/qcom-pdc: Fix broken locking
` [PATCH 5/5] irqchip/qcom-pdc: Drop open coded version of __assign_bit()

[PATCH] Documentation/process: Add Researcher Guidelines
 2022-02-24 10:10 UTC  (4+ messages)

[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
 2022-02-24 10:08 UTC  (4+ messages)

[PATCH] char: ttyprintk: register console
 2022-02-24 10:08 UTC  (3+ messages)

[RESEND,V7,0/6] Enable two hardware jpeg encoder for MT8195
 2022-02-24 10:04 UTC 

[PATCH 0/3] VMCI: Various fixes
 2022-02-24 10:03 UTC  (6+ messages)
` [PATCH 3/3] VMCI: Fix some error handling paths in vmci_guest_probe_device()

[PATCH] soc: renesas: Kconfig: Introduce ARCH_RZG2L config option
 2022-02-24 10:03 UTC  (3+ messages)

[PATCH][next] iwlwifi: mvm: Fix spelling mistake "Gerenal" -> "General"
 2022-02-24 10:02 UTC 

[PATCH 0/2] thermal: Add support of multiple sensors
 2022-02-24 10:00 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: Update the bindings to support "

[PATCH] btrfs: Initialize ret to 0 in scrub_simple_mirror()
 2022-02-24  9:56 UTC  (6+ messages)

[PATCH] m68k: Implement "current_stack_pointer"
 2022-02-24  9:56 UTC  (6+ messages)

[PATCH v4 00/20] Rust support
 2022-02-24  9:55 UTC  (8+ messages)
` [PATCH v4 12/20] vsprintf: add new `%pA` format specifier

[PATCH v2] serial: make uart_console_write->putchar()'s character an unsigned char
 2022-02-24  9:36 UTC  (2+ messages)

[PATCH V1 0/1] ASoC: compress: propagate the error code from the
 2022-02-24  9:55 UTC  (3+ messages)
` [PATCH V1 1/1] ASoC: compress: propagate the error code from the compress framework

[peterz-queue:x86/wip.ibt 27/42] arch/x86/lib/error-inject.c:15:3: error: expected ')'
 2022-02-24  9:52 UTC 

[RFC] hrtimer: About the warning message in hrtimer_interrupt()
 2022-02-24  9:28 UTC  (2+ messages)
` [PATCH] hrtimer: Remove a "

[PATCH] random: do crng pre-init loading in worker rather than irq
 2022-02-24  9:49 UTC  (3+ messages)

[PATCH net-next v2 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
 2022-02-24  9:46 UTC  (6+ messages)

[PATCH] binfmt_elf: Introduce KUnit test
 2022-02-24  9:45 UTC  (2+ messages)

[PATCH v3] PCI: qcom: Add system PM support
 2022-02-24  9:43 UTC 

[PATCH v3 0/4] Introduce "opp-microwatt" and 'advanced' Energy Model from DT
 2022-02-24  9:43 UTC  (19+ messages)
` [PATCH v3 1/4] dt-bindings: opp: Add "opp-microwatt" entry in the OPP
` [PATCH v3 2/4] OPP: Add "opp-microwatt" supporting code
` [PATCH v3 3/4] OPP: Add support of "opp-microwatt" for advanced EM registration
` [PATCH v3 4/4] Documentation: EM: Describe new registration method using DT

[PATCH v2] vsprintf: Fix %pK with kptr_restrict == 0
 2022-02-24  9:43 UTC  (2+ messages)

[PATCH -next] iio:accel:adxl367: fix missing unlock on error in adxl367_buffer_predisable()
 2022-02-24  9:38 UTC  (2+ messages)

[PATCH] virtio-blk: Assign discard_granularity
 2022-02-24  9:38 UTC 

[PATCH v3 1/3] ftrace: cleanup ftrace_graph_caller enable and disable
 2022-02-24  9:32 UTC  (3+ messages)
` [PATCH v3 2/3] x86/ftrace: cleanup graph tracer
` [PATCH v3 3/3] arm64/ftrace: Make function graph use ftrace directly

regression: Bug 215601 - gcc segv at startup on ia64
 2022-02-24  9:33 UTC  (8+ messages)

[PATCH] fs/proc: optimize exactly register one ctl_table
 2022-02-24  9:32 UTC 

[RFC PATCH 0/1] dt-bindings: arm: Add scmi_devid paramter for
 2022-02-24  9:32 UTC  (8+ messages)

[PATCH v2] hugetlb: clean up potential spectre issue warnings
 2022-02-24  9:31 UTC  (8+ messages)

[next] LTP: readahead02.c:295: TFAIL: readahead failed to save any I/O
 2022-02-24  9:27 UTC 

[PATCH v1] fpga: dfl: check feature type before parse irq info
 2022-02-24  9:22 UTC 

[PATCH] net: ipv6: ensure we call ipv6_mc_down() at most once
 2022-02-24  9:06 UTC 

[PATCH 00/29] x86: Kernel IBT
 2022-02-24  9:10 UTC  (4+ messages)
` [PATCH 24/29] x86/text-patching: Make text_gen_insn() IBT aware

[PATCH 0/2] driver core: Refactor device unbind/probe fail clean-ups
 2022-02-24  9:08 UTC  (4+ messages)
` [PATCH 2/2] driver core: Refactor sysfs and drv/bus remove hooks

[RFC V5 0/16] blk: blk-rq-qos framework refactor and cleanup
 2022-02-24  9:06 UTC  (17+ messages)
` [RFC V5 01/16] blk: make the whole blk_mq_submit_bio under q_usage_counter
` [RFC V5 02/16] blk/rq-qos: prepare to make blk-rq-qos pluggable
` [RFC V5 03/16] blk-wbt: make wbt pluggable
` [RFC V5 04/16] blk-iolatency: make iolatency pluggable
` [RFC V5 05/16] blk-iocost: make iocost pluggable
` [RFC V5 06/16] blk-ioprio: make ioprio pluggable
` [RFC V5 07/16] blk/rq-qos: get rid of unused interfaces of rqos
` [RFC V5 08/16] blk/rq-qos: export the sysfs for switching qos
` [RFC V5 09/16] blk-wbt: show wbt_lat_us sysfs interface only when wbt is opened
` [RFC V5 10/16] blk-wbt: get rid of wbt_enable/disable_default()
` [RFC V5 11/16] blk/rq-qos: get rid of debugfs register in blk_mq_debugfs_register
` [RFC V5 12/16] blk/rq-qos: change queue_depth_changed to setting_changed
` [RFC V5 13/16] blk-wbt: move cache setting to rq_qos_setting_changed()
` [RFC V5 14/16] blk-wbt: cleanup the blk-wbt.h
` [RFC V5 15/16] blk/rq-qos: move the rqos debugfs code to blk-rq-qos.c
` [RFC V5 16/16] blk/rq-qos: add config to control the whole blk-rq-qos framework

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-24  9:08 UTC  (3+ messages)
` [PATCHv2 29/29] Documentation/x86: Document TDX kernel architecture

[PATCH v2 1/2] Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
 2022-02-24  9:01 UTC  (4+ messages)
` [PATCH v2 2/2] Revert "xen-netback: Check for hotplug-status existence before watching"

[PATCH v3] livepatch: Skip livepatch tests if ftrace cannot be configured
 2022-02-24  9:08 UTC  (2+ messages)

[PATCH] scsi: qla4xxx: Remove unneeded variable
 2022-02-24  9:07 UTC 

This counter "ip6InNoRoutes" does not follow the RFC4293 specification implementation
 2022-02-24  9:04 UTC  (2+ messages)

[PATCH][next] carl9170: Replace zero-length arrays with flexible-array members
 2022-02-24  9:04 UTC  (2+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-24  8:58 UTC  (7+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces

[PATCH v2] usercopy: Check valid lifetime via stack depth
 2022-02-24  8:58 UTC  (2+ messages)

[PATCH] tracing: Have traceon and traceoff trigger honor the instance
 2022-02-24  8:54 UTC  (2+ messages)

[PATCH v2] kasan: fix more unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2022-02-24  8:54 UTC  (2+ messages)

[PATCH v1 1/2] arm64: dts: imx8mn-evk: use proper names for PMIC outputs
 2022-02-24  8:54 UTC  (3+ messages)

[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-24  8:53 UTC  (2+ messages)

[PATCH v3 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-24  8:53 UTC  (2+ messages)

Is it time to remove reiserfs?
 2022-02-24  8:46 UTC  (5+ messages)

[PATCH v2 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-24  8:45 UTC  (6+ messages)
` [PATCH v2 2/3] mm: prevent vm_area_struct::anon_name refcount saturation
` [PATCH v5 3/3] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  8:45 UTC  (6+ messages)
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH] um: Remove unused timeval_to_ns() function
 2022-02-24  8:44 UTC  (2+ messages)

[PATCH v2 01/11] driver: platform: add and use helper for safer setting of driver_override
 2022-02-24  8:43 UTC  (3+ messages)

[PATCH] x86/acpi: Work around broken XSDT on SEGA AALE board
 2022-02-24  8:41 UTC  (2+ messages)

[mm/munlock] 237b445401: stress-ng.remap.ops_per_sec -62.6% regression
 2022-02-24  8:37 UTC  (4+ messages)

[PATCH 1/2] f2fs: fix missing free nid in f2fs_handle_failed_inode
 2022-02-24  8:34 UTC  (2+ messages)
` [f2fs-dev] "


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