public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-04 05:55:57 to 2022-02-04 09:28:29 UTC [more...]

[PATCH 5.16 00/43] 5.16.6-rc1 review
 2022-02-04  9:22 UTC  (28+ messages)
` [PATCH 5.16 01/43] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
` [PATCH 5.16 02/43] selftests: mptcp: fix ipv6 routing setup
` [PATCH 5.16 03/43] net: ipa: use a bitmap for endpoint replenish_enabled
` [PATCH 5.16 04/43] net: ipa: prevent concurrent replenish
` [PATCH 5.16 05/43] drm/vc4: hdmi: Make sure the device is powered with CEC
` [PATCH 5.16 06/43] cgroup-v1: Require capabilities to set release_agent
` [PATCH 5.16 07/43] Revert "mm/gup: small refactoring: simplify try_grab_page()"
` [PATCH 5.16 08/43] net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
` [PATCH 5.16 10/43] lockd: fix server crash on reboot of client holding lock
` [PATCH 5.16 11/43] lockd: fix failure to cleanup client locks
` [PATCH 5.16 12/43] net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic
` [PATCH 5.16 13/43] net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
` [PATCH 5.16 14/43] net/mlx5e: TC, Reject rules with drop and modify hdr action
` [PATCH 5.16 15/43] net/mlx5: Bridge, take rtnl lock in init error handler
` [PATCH 5.16 16/43] net/mlx5: Bridge, ensure dev_name is null-terminated
` [PATCH 5.16 17/43] net/mlx5e: Fix handling of wrong devices during bond netevent
` [PATCH 5.16 18/43] net/mlx5: Use del_timer_sync in fw reset flow of halting poll
` [PATCH 5.16 19/43] net/mlx5e: Fix module EEPROM query
` [PATCH 5.16 20/43] net/mlx5e: TC, Reject rules with forward and drop actions
` [PATCH 5.16 21/43] net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
` [PATCH 5.16 22/43] net/mlx5e: Dont treat small ceil values as unlimited in HTB offload
` [PATCH 5.16 23/43] net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
` [PATCH 5.16 24/43] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 5.16 25/43] net/mlx5e: Fix wrong calculation of header index in HW_GRO
` [PATCH 5.16 26/43] net/mlx5e: Fix broken SKB allocation in HW-GRO
` [PATCH 5.16 27/43] net/mlx5: E-Switch, Fix uninitialized variable modact
` [PATCH 5.16 30/43] i40e: Fix reset bw limit when DCB enabled with 1 TC

[PATCH 5.15 00/32] 5.15.20-rc1 review
 2022-02-04  9:22 UTC  (33+ messages)
` [PATCH 5.15 01/32] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
` [PATCH 5.15 02/32] selftests: mptcp: fix ipv6 routing setup
` [PATCH 5.15 03/32] net: ipa: use a bitmap for endpoint replenish_enabled
` [PATCH 5.15 04/32] net: ipa: prevent concurrent replenish
` [PATCH 5.15 05/32] drm/vc4: hdmi: Make sure the device is powered with CEC
` [PATCH 5.15 06/32] cgroup-v1: Require capabilities to set release_agent
` [PATCH 5.15 07/32] Revert "mm/gup: small refactoring: simplify try_grab_page()"
` [PATCH 5.15 08/32] ovl: dont fail copy up if no fileattr support on upper
` [PATCH 5.15 09/32] lockd: fix server crash on reboot of client holding lock
` [PATCH 5.15 10/32] lockd: fix failure to cleanup client locks
` [PATCH 5.15 11/32] net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
` [PATCH 5.15 12/32] net/mlx5: Bridge, take rtnl lock in init error handler
` [PATCH 5.15 13/32] net/mlx5: Bridge, ensure dev_name is null-terminated
` [PATCH 5.15 14/32] net/mlx5e: Fix handling of wrong devices during bond netevent
` [PATCH 5.15 15/32] net/mlx5: Use del_timer_sync in fw reset flow of halting poll
` [PATCH 5.15 16/32] net/mlx5e: Fix module EEPROM query
` [PATCH 5.15 17/32] net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
` [PATCH 5.15 18/32] net/mlx5e: Dont treat small ceil values as unlimited in HTB offload
` [PATCH 5.15 19/32] net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
` [PATCH 5.15 20/32] net/mlx5: E-Switch, Fix uninitialized variable modact
` [PATCH 5.15 21/32] ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
` [PATCH 5.15 22/32] i40e: Fix reset bw limit when DCB enabled with 1 TC
` [PATCH 5.15 23/32] i40e: Fix reset path while removing the driver
` [PATCH 5.15 24/32] net: amd-xgbe: ensure to reset the tx_timer_active flag
` [PATCH 5.15 25/32] net: amd-xgbe: Fix skb data length underflow
` [PATCH 5.15 26/32] fanotify: Fix stale file descriptor in copy_event_to_user()
` [PATCH 5.15 27/32] net: sched: fix use-after-free in tc_new_tfilter()
` [PATCH 5.15 28/32] rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
` [PATCH 5.15 29/32] cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
` [PATCH 5.15 30/32] e1000e: Handshake with CSME starts from ADL platforms
` [PATCH 5.15 31/32] af_packet: fix data-race in packet_setsockopt / packet_setsockopt
` [PATCH 5.15 32/32] tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()

[PATCH v3 0/4] rcu, arm64: PREEMPT_RT fixlets
 2022-02-04  9:24 UTC  (7+ messages)
` [PATCH v3 2/4] sched: Introduce migratable()

[PATCH v2] Improve docs for IOCTL_GNTDEV_MAP_GRANT_REF
 2022-02-04  9:24 UTC  (2+ messages)

[PATCH 5.10 00/25] 5.10.97-rc1 review
 2022-02-04  9:20 UTC  (26+ messages)
` [PATCH 5.10 01/25] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
` [PATCH 5.10 02/25] net: ipa: fix atomic update in ipa_endpoint_replenish()
` [PATCH 5.10 03/25] net: ipa: use a bitmap for endpoint replenish_enabled
` [PATCH 5.10 04/25] net: ipa: prevent concurrent replenish
` [PATCH 5.10 05/25] Revert "drivers: bus: simple-pm-bus: Add support for probing simple bus only devices"
` [PATCH 5.10 06/25] KVM: x86: Forcibly leave nested virt when SMM state is toggled
` [PATCH 5.10 07/25] psi: Fix uaf issue when psi trigger is destroyed while being polled
` [PATCH 5.10 08/25] perf: Rework perf_event_exit_event()
` [PATCH 5.10 09/25] perf/core: Fix cgroup event list management
` [PATCH 5.10 10/25] x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPIN
` [PATCH 5.10 11/25] x86/cpu: Add Xeon Icelake-D "
` [PATCH 5.10 12/25] drm/vc4: hdmi: Make sure the device is powered with CEC
` [PATCH 5.10 13/25] cgroup-v1: Require capabilities to set release_agent
` [PATCH 5.10 14/25] net/mlx5e: Fix handling of wrong devices during bond netevent
` [PATCH 5.10 15/25] net/mlx5: Use del_timer_sync in fw reset flow of halting poll
` [PATCH 5.10 16/25] net/mlx5: E-Switch, Fix uninitialized variable modact
` [PATCH 5.10 17/25] ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
` [PATCH 5.10 18/25] net: amd-xgbe: ensure to reset the tx_timer_active flag
` [PATCH 5.10 19/25] net: amd-xgbe: Fix skb data length underflow
` [PATCH 5.10 20/25] fanotify: Fix stale file descriptor in copy_event_to_user()
` [PATCH 5.10 21/25] net: sched: fix use-after-free in tc_new_tfilter()
` [PATCH 5.10 22/25] rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
` [PATCH 5.10 23/25] cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
` [PATCH 5.10 24/25] af_packet: fix data-race in packet_setsockopt / packet_setsockopt
` [PATCH 5.10 25/25] tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()

Partial direct-io loop regression in 5.17-rc
 2022-02-04  9:22 UTC 

[PATCH 00/20] Add initial support for MHI endpoint stack
 2022-02-04  9:21 UTC  (4+ messages)
` [PATCH 09/20] bus: mhi: ep: Add support for ring management

[PATCH 5.4 00/10] 5.4.177-rc1 review
 2022-02-04  9:20 UTC  (11+ messages)
` [PATCH 5.4 01/10] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
` [PATCH 5.4 02/10] psi: Fix uaf issue when psi trigger is destroyed while being polled
` [PATCH 5.4 03/10] cgroup-v1: Require capabilities to set release_agent
` [PATCH 5.4 04/10] ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
` [PATCH 5.4 05/10] net: amd-xgbe: ensure to reset the tx_timer_active flag
` [PATCH 5.4 06/10] net: amd-xgbe: Fix skb data length underflow
` [PATCH 5.4 07/10] net: sched: fix use-after-free in tc_new_tfilter()
` [PATCH 5.4 08/10] rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
` [PATCH 5.4 09/10] cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
` [PATCH 5.4 10/10] af_packet: fix data-race in packet_setsockopt / packet_setsockopt

[tip:x86/cpu] BUILD SUCCESS ae75fa54228162ecd65341f9780886f21f557cc4
 2022-02-04  9:16 UTC 

[PATCH net-next 0/3] net: lan966x: add support for mcast snooping
 2022-02-04  9:14 UTC  (4+ messages)
` [PATCH net-next 1/3] net: lan966x: Update the PGID used by IPV6 data frames
` [PATCH net-next 2/3] net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
` [PATCH net-next 3/3] net: lan966x: Update mdb when enabling/disabling mcast_snooping

[PATCH] f2fs: skip f2fs_preallocate_blocks() for overwrite case
 2022-02-04  9:10 UTC  (9+ messages)
    ` [f2fs-dev] "

[PATCH v2] f2fs: skip f2fs_preallocate_blocks() for overwrite case
 2022-02-04  9:10 UTC 

[PATCH 0/4] staging: r8188eu: remove unused code for RF_PATH_B
 2022-02-04  9:09 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] staging: r8188eu: remove constant parameter of phy_LCCalibrate_8188E
  ` [PATCH v2 2/4] staging: r8188eu: remove dead code for tx power tracking
  ` [PATCH v2 3/4] staging: r8188eu: remove constant parameter of odm_ConfigRFReg_8188E
  ` [PATCH v2 4/4] staging: r8188eu: remove constant variable eRFPath

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-04  9:09 UTC  (2+ messages)

[PATCH v2 0/3] USB DWC3 QCOM Multi power domain support
 2022-02-04  9:09 UTC  (15+ messages)
` [PATCH v2 1/3] dt-bindings: usb: qcom,dwc3: Add multi-pd bindings for dwc3 qcom

[asahilinux:bits/080-wifi 16/39] drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c:1849:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'}
 2022-02-04  9:08 UTC 

[PATCH] mm/damon: Rebase DAMON_RECALIM watermarks for NUMA nodes
 2022-02-04  9:06 UTC  (2+ messages)

[PATCH v5 0/2] Adjust NUMA imbalance for multiple LLCs
 2022-02-04  9:04 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans "

[PATCH v3] staging: pi433: add debugfs interface
 2022-02-04  9:02 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
 2022-02-04  8:57 UTC  (2+ messages)
` [tip: irq/urgent] PCI/MSI: Remove bogus warning in pci_irq_get_affinity()

[PATCH] staging: gs_fpgaboot: revert removed board specific code
 2022-02-04  8:51 UTC  (2+ messages)

[PATCH] HPE BMC GXP SUPPORT
 2022-02-04  8:52 UTC  (4+ messages)

[PATCH] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-04  8:52 UTC 

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-04  8:50 UTC  (3+ messages)
` [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
  ` (EXT) "

[PATCH 0/6] KVM: selftests: Introduce selftests for enlightened MSR-Bitmap feature
 2022-02-04  8:49 UTC  (2+ messages)

[PATCH] random: use computational hash for entropy extraction
 2022-02-04  8:46 UTC  (2+ messages)

[PATCH v2] counter: Set counter device name
 2022-02-04  8:45 UTC 

[PATCH] KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
 2022-02-04  8:44 UTC  (2+ messages)

[PATCH v4] modules: add heuristic when stripping unneeded symbols
 2022-02-04  8:39 UTC  (2+ messages)
` [PATCH v5] "

[GIT PULL] sound updates for 5.17-rc3
 2022-02-04  8:36 UTC 

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-04  8:35 UTC  (5+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings

[v6 PATCH] block: introduce block_rq_error tracepoint
 2022-02-04  8:35 UTC  (3+ messages)

[PATCH v1 1/1] device property: Don't split fwnode_get_irq*() APIs in the code
 2022-02-04  8:32 UTC  (2+ messages)

[PATCH v2] drm/bridge: dw-hdmi: use safe format when first in bridge chain
 2022-02-04  8:32 UTC  (2+ messages)

[PATCH 00/21] some fbcon patches, mostly locking
 2022-02-04  8:30 UTC  (3+ messages)
` [PATCH 21/21] fbdev: Make registered_fb[] private to fbmem.c

[PATCH 0/3] x86/mce: Fix more noinstr fun
 2022-02-04  8:30 UTC  (4+ messages)
` [PATCH 1/3] cpumask: Add a x86-specific cpumask_clear_cpu() helper
` [PATCH 2/3] x86/ptrace: Always inline v8086_mode() for instrumentation
` [PATCH 3/3] x86/mce: Use arch atomic and bit helpers

[PATCH AUTOSEL 5.16 01/52] NFS: change nfs_access_get_cached to only report the mask
 2022-02-04  8:29 UTC  (3+ messages)
` [PATCH AUTOSEL 5.16 36/52] PM: wakeup: simplify the output logic of pm_show_wakelocks()

[PATCH v1] counter: fix NULL pointer dereference on counter_comp_u8_store()
 2022-02-04  8:25 UTC  (3+ messages)
  ` [PATCH] counter: Stop using dev_get_drvdata() to get the counter device

[PATCH] arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
 2022-02-04  8:23 UTC  (2+ messages)

[PATCH v2] arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io regulator
 2022-02-04  8:23 UTC  (2+ messages)

[PATCH] arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
 2022-02-04  8:23 UTC  (2+ messages)

[PATCH] arm64: dts: meson-sm1-odroid: fix boot loop after reboot
 2022-02-04  8:23 UTC  (3+ messages)

[PATCH 0/3] arm64: dts: meson: add ATF BL32 reserved-memory regions
 2022-02-04  8:23 UTC  (2+ messages)

[PATCH] dt-bindings: microchip: atmel,at91rm9200-tcb: remove mandatory interrupts property
 2022-02-04  8:14 UTC 

[PATCH v4 RESEND 0/2] Add a generic virtual thermal sensor
 2022-02-04  8:08 UTC  (3+ messages)
` [PATCH v4 RESEND 1/2] dt-bindings: Add DT bindings for the DT-based virtual sensor driver

[PATCH v2] gcc-plugins/stackleak: Use noinstr in favor of notrace
 2022-02-04  8:03 UTC  (3+ messages)

[PATCH 1/1] of: unittest: print pass messages at same loglevel as fail
 2022-02-04  7:48 UTC  (2+ messages)

drivers/staging/pi433/pi433_if.c:1131:17: error: implicit declaration of function 'rf69_read_reg'
 2022-02-04  7:47 UTC 

[PATCH] counter: Set counter device name
 2022-02-04  7:43 UTC  (4+ messages)

[PATCH v8 bpf-next 0/9] bpf_prog_pack allocator
 2022-02-04  7:41 UTC  (3+ messages)
` [PATCH v8 bpf-next 4/9] bpf: use prog->jited_len in bpf_prog_ksym_set_addr()

[PATCH] perf/arm64: fix mapping for HW_BRANCH_INSTRUCTIONS on PMUv3
 2022-02-04  7:39 UTC 

[PATCH v2 0/2] counter: push event on every pulse
 2022-02-04  7:35 UTC  (3+ messages)
` [PATCH v2 2/2] counter: interrupt-cnt: add counter_push_event()

[PATCH v2 0/2] sched/fair: Wake task within the cluster when possible
 2022-02-04  7:33 UTC  (9+ messages)
` [PATCH v2 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path

[PATCH v4 0/5] mm/gup: some cleanups
 2022-02-04  7:27 UTC  (9+ messages)
` [PATCH v4 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
` [PATCH v4 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [PATCH v4 4/5] mm: change lookup_node() to use get_user_pages_fast()
` [PATCH v4 5/5] mm/gup: remove unused get_user_pages_locked()

[PATCH v3 0/3] firmware: Add boot information to sysfs
 2022-02-04  7:22 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] ARM: aspeed: Add secure boot controller support
` [PATCH v3 3/3] x86/setup: Populate bootinfo with secure boot status

[PATCH v3] f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy
 2022-02-04  7:19 UTC 

[PATCH V5 0/6] Add Embedded USB Debugger (EUD) driver
 2022-02-04  7:03 UTC  (4+ messages)
` [PATCH V5 3/6] usb: common: eud: Add driver support for Embedded USB Debugger(EUD)

[PATCH] printk: defer_console_output: do not assume interrupts disabled
 2022-02-04  7:04 UTC  (2+ messages)

[PATCH 4.14 0/2] 4.14.264-rc1 review
 2022-02-04  6:59 UTC  (4+ messages)
` [PATCH 4.14 2/2] can: bcm: fix UAF of bcm op

[PATCH V5 0/3] Intel Software Defined Silicon
 2022-02-04  6:57 UTC  (3+ messages)
` [PATCH V5 1/3] platform/x86: Add Intel Software Defined Silicon driver

[PATCH v2 0/3] firmware: Add boot information to sysfs
 2022-02-04  6:55 UTC  (6+ messages)
` [PATCH v2 1/3] "

[PATCH v3 0/3] Add SMP/SMT support for Ingenic sysost driver
 2022-02-04  6:54 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: timer: Remove unreasonable binding
` [PATCH v3 2/3] dt-bindings: timer: Add bindings for new Ingenic SoCs
` [PATCH v3 3/3] clocksource: Ingenic: Add SMP/SMT support for sysost driver

[PATCH] Add ability to disallow idmapped mounts
 2022-02-04  6:53 UTC 

[PATCH] Add check for READ ONLY flag
 2022-02-04  6:47 UTC 

[PATCH v18 0/4] Add NVIDIA Tegra GPC-DMA driver
 2022-02-04  6:47 UTC  (6+ messages)
` [PATCH v18 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v2] f2fs: introduce F2FS_IPU_DEFRAG to allow file defragment in IPU mode
 2022-02-04  6:43 UTC  (3+ messages)

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-02-04  6:27 UTC  (5+ messages)

[PATCH] Revert "fat: add simple validation for directory inode"
 2022-02-04  6:22 UTC 

[PATCH v5 0/7] DAX poison recovery
 2022-02-04  6:21 UTC  (5+ messages)
` [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op

[PATCH v2] phy: cadence: Sierra: Add support for skipping configuration
 2022-02-04  6:18 UTC  (7+ messages)

[PATCH] f2fs: add a way to limit roll forward recovery time
 2022-02-04  6:16 UTC  (6+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[git pull] drm fixes for 5.17-rc3
 2022-02-04  6:09 UTC 

[GIT PULL] cifs/smb3 client fixes
 2022-02-04  6:08 UTC 

[syzbot] general protection fault in hidraw_release
 2022-02-04  6:00 UTC 

[PATCH v5 00/12]Show privacy_gpio as a v4l2_ctrl
 2022-02-04  5:59 UTC  (9+ messages)
` [PATCH v5 09/12] media: uvcvideo: Implement UVC_QUIRK_PRIVACY_DURING_STREAM

mmotm 2022-02-03-21-58 uploaded
 2022-02-04  5:58 UTC 

[PATCH v2] clocksource/drivers/timer-ti-dm: fix regression from errata i940 fix
 2022-02-04  5:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox