This is the start of the stable review cycle for the 4.14.286 release.
There are 35 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 02 Jul 2022 13:32:22 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.286-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.14.286-rc1
Liu Shixin <liushixin2(a)huawei.com>
swiotlb: skip swiotlb_bounce when orig_addr is zero
Naveen N. Rao <naveen.n.rao(a)linux.vnet.ibm.com>
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Hsin-Yi Wang <hsinyi(a)chromium.org>
fdt: Update CRC check for rng-seed
Masahiro Yamada <masahiroy(a)kernel.org>
xen: unexport __init-annotated xen_xlate_map_ballooned_pages()
Christoph Hellwig <hch(a)lst.de>
drm: remove drm_fb_helper_modinit
Jason A. Donenfeld <Jason(a)zx2c4.com>
powerpc/pseries: wire up rng during setup_arch()
Masahiro Yamada <masahiroy(a)kernel.org>
modpost: fix section mismatch check for exported init/exit sections
Miaoqian Lin <linmq006(a)gmail.com>
ARM: cns3xxx: Fix refcount leak in cns3xxx_init
Miaoqian Lin <linmq006(a)gmail.com>
ARM: Fix refcount leak in axxia_boot_secondary
Miaoqian Lin <linmq006(a)gmail.com>
ARM: exynos: Fix refcount leak in exynos_map_pmu
Lucas Stach <l.stach(a)pengutronix.de>
ARM: dts: imx6qdl: correct PU regulator ramp delay
Jason A. Donenfeld <Jason(a)zx2c4.com>
powerpc/powernv: wire up rng during setup_arch
Andrew Donnellan <ajd(a)linux.ibm.com>
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Naveen N. Rao <naveen.n.rao(a)linux.vnet.ibm.com>
powerpc: Enable execve syscall exit tracepoint
Liang He <windhl(a)126.com>
xtensa: Fix refcount leak bug in time.c
Liang He <windhl(a)126.com>
xtensa: xtfpga: Fix refcount leak bug in setup
Hans de Goede <hdegoede(a)redhat.com>
iio: adc: axp288: Override TS pin bias current for some models
Vincent Whitchurch <vincent.whitchurch(a)axis.com>
iio: trigger: sysfs: fix use-after-free on remove
Zheyu Ma <zheyuma97(a)gmail.com>
iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()
Haibo Chen <haibo.chen(a)nxp.com>
iio: accel: mma8452: ignore the return value of reset operation
Dmitry Rokosov <DDRokosov(a)sberdevices.ru>
iio:accel:bma180: rearrange iio trigger get and register
Xu Yang <xu.yang_2(a)nxp.com>
usb: chipidea: udc: check request status before setting device address
Baruch Siach <baruch(a)tkos.co.il>
iio: adc: vf610: fix conversion mode sysfs node name
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
igb: Make DMA faster when CPU is active on the PCIe link
huhai <huhai(a)kylinos.cn>
MIPS: Remove repetitive increase irq_err_count
Julien Grall <jgrall(a)amazon.com>
x86/xen: Remove undefined behavior in setup_features()
Jay Vosburgh <jay.vosburgh(a)canonical.com>
bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers
Macpaul Lin <macpaul.lin(a)mediatek.com>
USB: serial: option: add Quectel RM500K module support
Yonglin Tan <yonglin.tan(a)outlook.com>
USB: serial: option: add Quectel EM05-G modem
Carlo Lobrano <c.lobrano(a)gmail.com>
USB: serial: option: add Telit LE910Cx 0x1250 composition
Jason A. Donenfeld <Jason(a)zx2c4.com>
random: quiet urandom warning ratelimit suppression message
Nikos Tsironis <ntsironis(a)arrikto.com>
dm era: commit metadata in postsuspend after worker stops
Edward Wu <edwardwu(a)realtek.com>
ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Jason A. Donenfeld <Jason(a)zx2c4.com>
random: schedule mix_interrupt_randomness() less often
Jiri Slaby <jslaby(a)suse.cz>
vt: drop old FONT ioctls
-------------
Diffstat:
Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +-
Makefile | 4 +-
arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
arch/arm/mach-axxia/platsmp.c | 1 +
arch/arm/mach-cns3xxx/core.c | 2 +
arch/arm/mach-exynos/exynos.c | 1 +
arch/mips/vr41xx/common/icu.c | 2 -
arch/powerpc/kernel/process.c | 2 +-
arch/powerpc/kernel/rtas.c | 11 +-
arch/powerpc/platforms/powernv/powernv.h | 2 +
arch/powerpc/platforms/powernv/rng.c | 52 ++++++---
arch/powerpc/platforms/powernv/setup.c | 2 +
arch/powerpc/platforms/pseries/pseries.h | 2 +
arch/powerpc/platforms/pseries/rng.c | 11 +-
arch/powerpc/platforms/pseries/setup.c | 1 +
arch/x86/include/asm/kexec.h | 6 ++
arch/xtensa/kernel/time.c | 1 +
arch/xtensa/platforms/xtfpga/setup.c | 1 +
drivers/char/random.c | 4 +-
drivers/gpio/gpio-vr41xx.c | 2 -
drivers/gpu/drm/drm_crtc_helper_internal.h | 10 --
drivers/gpu/drm/drm_fb_helper.c | 21 ----
drivers/gpu/drm/drm_kms_helper_common.c | 25 +++--
drivers/iio/accel/bma180.c | 3 +-
drivers/iio/accel/mma8452.c | 10 +-
drivers/iio/adc/axp288_adc.c | 8 ++
drivers/iio/gyro/mpu3050-core.c | 1 +
drivers/iio/trigger/iio-trig-sysfs.c | 1 +
drivers/md/dm-era-target.c | 8 +-
drivers/net/bonding/bond_main.c | 4 +-
drivers/net/ethernet/intel/igb/igb_main.c | 12 +--
drivers/of/fdt.c | 8 +-
drivers/tty/vt/vt.c | 34 +-----
drivers/tty/vt/vt_ioctl.c | 149 --------------------------
drivers/usb/chipidea/udc.c | 3 +
drivers/usb/serial/option.c | 6 ++
drivers/xen/features.c | 2 +-
drivers/xen/xlate_mmu.c | 1 -
include/linux/kd.h | 8 --
include/linux/kexec.h | 26 ++++-
include/linux/ratelimit.h | 12 ++-
include/trace/events/libata.h | 1 +
kernel/kexec_file.c | 18 ----
lib/swiotlb.c | 3 +-
scripts/mod/modpost.c | 2 +-
45 files changed, 174 insertions(+), 313 deletions(-)
How is everything going with you?
This type of projector is
currently available in our warehouse.
I'll send you an email with a
more full introduction to the product.
Highlights: 8500 Lumens
HD Video Projector: The projector's brightness is two to three times that
of comparable small projectors.
You may spend quality time with your
family or friends at home or outside thanks to the highly vivid image it
provides for films and movies, which supports resolutions up to 1080P.
The viewing size of the projector may be adjusted from 40 to 200
inches, and the projection distance can be varied from 1.2 to 6.5 meters.
Despite its impressive projection effect, the design is remains
portable, with a body size similar to that of a journal.
Wifi
2.4G and Bluetooth 5.0 connectivity You can wirelessly attach your favorite
bluetooth speaker to the projector at any time because it features a
bluetooth function.
In addition, the projector has a 2.4G internet
connection. An ultra-fast 2.4G WiFi connection enables online gaming as
well as continuous movie viewing. Wireless screen sharing enables you to
stream your favorite content from your iOS or Android smartphone to another
screen.
"Multimedia Connection Support" refers to the
projector's ability to connect to a number of devices such as USB, HDMI,
AV, SD, and audio.
It is simple to connect it to your smartphone, TV
Stick or Box, video game console, personal computer, tablet, laptop, DVD
player, TF card, or USB Sticks.
Our projectors are priced as
follows:
A single projector 259.90.
Each of the two projectors:
239.90
Do you like to take one or two projectors today?
Just provide us the place details where we should ship to, and we will
arrange shipment for you.
[1_25_1.jpg] [2_22_1.jpg]
Specifications:
LCD screen size: 3.77
inches TFT LCD display technology
8500 LM is the brightness of the
light source.
100 Lumens of ANSI-certified brightness
The default
resolution in 720P is 1024 x 720 pixels.
The resolution that is
supported is 1080P.
Up to 30,000 hours of light source life
expectancy
The projection to actual ratio is 1.4:1.
Front and
back projection are the projection methods.
The electrical projection
size range for Keystone is 40'-200'.
The distance between you and the
screen is between 3.9 and 21.3 feet (Best Distance 8.2ft)
Integrated
circuit STM53MK
RAM (memory): 64 MB; ROM (read-only memory): 4 MB
USB 2.0 x 1 port, HDMI, TFT, AV, and VGA interfaces, and 3.5mm earphone
output are all included.
WiFi: Support for 2.4G WiFi
Bluetooth
5.0 is the latest version (BT5.0),
Maintain your receiving and sending
capabilities.
Infrared Remote Control Transmission
Dimensions of
the product: 214 * 160 * 81.7 mm Product Dimensions: 214 * 160 * 81.7 mm
Product Weight: 1.1 KG
Weight: 1.6KG Dimensions: 330*115*215mm
Thanks,
Jerry Dyson
Dear Sir or Madam,
We are a sanitary ware supplier from China and vanity sinks
and vessel sinks are the major models we are offering now.With
experience of more than 15 years and with our efforts on quality
control,we provide high quality pcs with affordable price.
If you are instereted,please feel free to let us know so
that we can send you our catalogue for your reference.
Look forward to hearing from you soon,thank you!
Best regards
Ivan
Chaozhou FTD Ceramic Cooperation Limited
Liya Indu.Zone,Guxiang,Chaozhou,Guangdong,China
Tel: 0086-768-2338905
Fax: 0086-768-2338905
Cell: 0086-186 8805 0197
E-mail: [1]ivan(a)ftdceramic.net
Website: [2]www.ftdceramic.com
References
1. mailto:ivan@ftdceramic.net
2. file:///C:/Users/Administrator/AppData/Roaming/Foxmail7/Temp-4296-202004031…
Hi,
Good day!
This is Hazel from FOSHAN ISUN DECORATION MATERIAL CO., LTD. We have 16
years experience in aluminum industry and we are one of the biggest
factory in FOSHAN.
Our new product of prefab house's main structure is steel and exterior
walls are aluminum. There are 2 models, how about I send the catalog to
to you to check which one you would prefer?
If you have any needs please feel free to contact me.
Best regards,
Hazel
Email: [1]Hazel(a)isunalu.com
References
1. mailto:Hazel@isunalu.com
Hello,
How are things going for you?
Have you gotten
the introduction to the little quadcopter that we sent you last week?
The quadcopter can fly continuously for 30 minutes while recording
video at a frame rate of 25 frames per second.
45x40x12cm product
dimensions (before folding) 21x11x9cm (after folding)
Dual-mode GPS
positioning is provided by the positioning system. Model number for a
brushless motor is 1806.
Remote control range: around 3000m
The
height of the remote control is approximately 120 meters.
1-3 meters
for shooting gesture recognition Aerial image resolution: 4096 x 3072
(APP)
Video resolution: 2048 x 1080 (APP)
Transmission frame
rate: 25 frames per second
With the click of a button, you may command
the aircraft to take off, land, and even return to its original
location.
When summoned, the quadcopter will return to its original
spot.
Fixed-point surround: With this professional quadcopter, you can
now create breathtaking films without doing any extra work.
The
following are the prices for various quantities:
1 unit: 235.90
2-10 units 225.90 each
11-20 units: 215.90 each
Would you
like to purchase one or two of these?
Please let us know your address,
and we will contact the logistics department on your behalf to make the
necessary arrangements.
[2021-01-24-19_13_44-Window.png]
When you walk through your front door, the electricity is
either completely switched off or you receive a notification that it has
been turned off.
This camera also includes a virtual reality mode, the
ability to swap between lenses, a video/picture panorama, and a
video/picture panorama.
There are also MV (return to home screen with
a single button), headless, photo/video gestures, and front lens adjustment
modes. Each of these modes has unique capabilities.
The GPS and air
pressure combination used in the fixed-altitude flight system is
effectively a mixture of the two technologies.
Wind resistance is
rated 8 and measured in meters per second.
Thanks,
Jason Spike
======
Is printing this email
necessary? If you care about the environment as much as we do, please avoid
printing emails. It contributes to the preservation of the environment's
forest.
Please keep the environment in mind before printing this
email. Please only print this email if absolutely required. Every email
that is not printed helps the environment.
If you received this mail
by accident, please respond to it and delete it so that such an error does
not occur again in the future.
Is it really necessary to
print this email? If you care about the environment as much as we do, we
ask that you refrain from printing any emails. It contributes to the
preservation of a forested environment.
Before printing this email,
please consider its environmental impact. Please do not print it if it is
not absolutely necessary. Every email that is not printed is good for the
environment.
If you believe you received this mail in error, please
respond to it and then delete it so that we do not repeat the same error in
the future. Thank you very much.
Hi, Sir/Madam,
Good morning!
Glad to hear that you're on the market for aluminium extrusion, we
specialize in this field for 20 years, with the strength of all over
the world extrusion profile with good quality and pretty competitive
price. Also we have our own professional designers to meet any of your
requirements. Should you have any questions, call me, let's talk
details. Enclose this photos of our products.
JiangYin East-China Aluminium Technology Co.,Ltd is a specialized
large-sized enterprise integrating research, design, production and
sales of aluminum alloy profiles for building ,industrial applications
and photovoltaic modules as well as windows, doors, curtain walls and
aluminium solar frame, owning solid comprehensive technology strength,
strong research and innovation capacity as well as high quality
products and fine service.
We have plants of melting and casting, extrusion, anodizing and
electrophoresis, powder coating, PVDF painting, thermal break profile,
metal die casting and aluminum profile fabrication. All these machines
are the production basis of us.
Sincerely wish to build up a long term business friendly business
relationship with you!
Best regards!
Billy Hu
General Manager
JiangSu HaiDa Technology Group Co.,LTD
ShangHai KangWen Import and Export trading Co., Ltd
JiangYin East-China Aluminuim Technology Co., Ltd.
JiangYin Comat Metal Products Co., Ltd
JiangYin LiTail Ornamental material Co., Ltd
No 8 Huannan Road, HuaShi Town, JiangYin
City, JiangSu Province, China 214421
Tel: 0086-510-86213931 Fax: 0086-510-86206731 Mobile:
0086-13812110419
Email address: ceo(a)cntrade.com.cn
website: http://www.jshaida.com
Important Notice:
DO NOT trust any “ bank account change information sent by e-mail”,
unless you check with the real beneficiary first by office telephone an
d fax. E-Mails might be intercepted by hackers, if you send any
payment to hacker's account without checking through the phone or fax w
ith us, we will NOT take any responsibility .
Hello there
We are a leading SEO company that is offering the best (on page & off
page), and PPC campaign management service at a
massive discount.
Hurry up taking our service for gets more ROI.
This offer is for a limited time...
Regards,
Chotu Roy
[image: beacon]