aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross3-6/+10
2022-12-06xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall1-100/+123
2022-12-04char: tpm: Protect tpm_pm_suspend with locksJan Dabros1-2/+3
2022-12-04Merge tag 'timers_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-12-04Merge tag 'input-for-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-12-03Merge tag 'i2c-for-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-11/+27
2022-12-03Merge tag 'dax-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+35
2022-12-02Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linuxLinus Torvalds3-1/+6
2022-12-02Merge tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-5/+33
2022-12-02Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds7-16/+71
2022-12-02Merge tag 'iommu-fixes-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+88
2022-12-02Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu1-1/+3
2022-12-02Merge tag 'drm-fixes-2022-12-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-8/+19
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2022-12-02v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds1-56/+12
2022-12-02iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang1-0/+1
2022-12-02iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang1-1/+3
2022-12-02iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()Yang Yingliang1-5/+9
2022-12-02iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan3-3/+75
2022-12-02Merge tag 'amd-drm-fixes-6.1-2022-12-01' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+3
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-01i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen1-1/+0
2022-12-01i2c: cadence: Fix regression with bus recoveryCarsten Haitzler1-3/+8
2022-12-01drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu1-0/+3
2022-12-01Merge tag 'hwmon-for-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-5/+15
2022-12-01hwmon: (asus-ec-sensors) Add checks for devm_kcallocYuan Can1-0/+2
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-12-01Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley1-1/+1
2022-12-01mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen1-1/+3
2022-11-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-62/+19
2022-11-30drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones1-0/+7
2022-11-30drm/i915: fix TLB invalidation for Gen12 video and compute enginesAndrzej Hajda1-0/+5
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2-1/+4
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds48-197/+331
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed1-0/+16
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter2-7/+56
2022-11-29mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui1-4/+2
2022-11-29net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2-3/+3
2022-11-29net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida1-1/+3
2022-11-29drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik1-1/+1
2022-11-29drm/i915: Fix negative value passed as remaining timeJanusz Krzysztofik1-2/+7
2022-11-29drm/i915: Remove non-existent pipes from bigjoiner pipe maskVille Syrjälä1-3/+7
2022-11-29drm/i915/mtl: Fix dram info readoutRadhakrishna Sripada1-2/+1
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang2-1/+2
2022-11-28dsa: lan9303: Correct stat nameJerry Ray1-1/+1
2022-11-28Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-14/+46
2022-11-28Merge tag 'devicetree-fixes-for-6.1-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2022-11-28pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko1-1/+26
2022-11-28net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar1-7/+11
2022-11-28net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar1-3/+2
2022-11-28net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar1-1/+1
2022-11-28net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar1-2/+1
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)1-6/+16
2022-11-28net: ethernet: nixge: fix NULL dereferenceYuri Karpov1-14/+15
2022-11-28net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can1-1/+8
2022-11-28net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong1-1/+1
2022-11-28Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller11-94/+105
2022-11-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller5-8/+37
2022-11-27Merge tag 'usb-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-81/+46
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-25/+37
2022-11-27Merge tag 'timers_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2022-11-27Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+70
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-11-25Merge tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds3-10/+15
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds4-68/+61
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-6/+22
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-16/+35
2022-11-25Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+4
2022-11-25Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-51/+115
2022-11-25Merge tag 'drm-fixes-2022-11-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds38-326/+487
2022-11-25mmc: mmc_test: Fix removal of debugfs fileYe Bin1-1/+2
2022-11-25net: loopback: use NET_NAME_PREDICTABLE for name_assign_typeRasmus Villemoes1-1/+1
2022-11-25net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes1-16/+6
2022-11-25octeontx2-pf: Fix pfc_alloc_status array overflowSuman Ghosh1-1/+1
2022-11-25net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2-2/+12
2022-11-25aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari3-4/+7
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn1-12/+12
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-11-25Merge tag 'linux-can-fixes-for-6.1-20221124' of git://git.kernel.org/pub/scm/...David S. Miller7-17/+33
2022-11-25Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/ag...Dave Airlie32-294/+440
2022-11-25Merge tag 'drm-intel-fixes-2022-11-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-9/+11
2022-11-25Merge tag 'drm-misc-fixes-2022-11-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-23/+36
2022-11-24Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds64-225/+570
2022-11-24Merge tag 'soc-fixes-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-24/+25
2022-11-24wifi: wilc1000: validate number of channelsPhil Turnbull1-6/+16
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull1-1/+2
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull1-2/+12
2022-11-24wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull1-5/+16
2022-11-24can: mcba_usb: Fix termination command argumentYasushi SHOJI1-3/+7
2022-11-24can: m_can: Add check for devm_clk_getJiasheng Jiang1-1/+1
2022-11-24can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methodsZhang Changzhong1-3/+6
2022-11-24can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong1-1/+4
2022-11-24can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong1-4/+6
2022-11-24can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong1-4/+6
2022-11-24can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...Ziyang Xuan1-1/+3
2022-11-24net: thunderx: Fix the ACPI memory leakYu Liao1-1/+3
2022-11-24octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang1-2/+5
2022-11-24net: altera_tse: release phylink resources in tse_shutdown()Liu Jian1-0/+1
2022-11-24virtio_net: Fix probe failed when modprobe virtio_netLi Zetao1-2/+1
2022-11-24net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim1-0/+5
2022-11-24net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem1-2/+1
2022-11-24net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim1-16/+0
2022-11-24net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim1-0/+1
2022-11-24net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem1-13/+11
2022-11-24net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem1-1/+1
2022-11-24net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem1-44/+33
2022-11-24net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem3-7/+14
2022-11-24net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing1-2/+2
2022-11-24net/mlx5e: Fix a couple error codesDan Carpenter1-4/+8
2022-11-24net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan1-0/+2
2022-11-24net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing1-2/+2
2022-11-24net/mlx5: E-switch, Fix duplicate lag creationChris Mi2-2/+11
2022-11-24net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2-0/+10
2022-11-24net/mlx5: DR, Fix uninitialized var warningYueHaibing1-1/+4
2022-11-24net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo1-0/+2
2022-11-24octeontx2-pf: Add check for devm_kcallocJiasheng Jiang1-0/+2
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean3-11/+19
2022-11-23net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong1-0/+1
2022-11-23nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek1-15/+36
2022-11-23nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek1-1/+3
2022-11-23nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek1-1/+1
2022-11-23ublk_drv: don't forward io commands in reserve orderMing Lei1-44/+38
2022-11-23Merge tag 'spi-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+20
2022-11-23s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland1-1/+1
2022-11-23s390/dasd: fix no record found for raw_track_accessStefan Haberland1-4/+2
2022-11-23s390/dasd: increase printing of debug data payloadStefan Haberland1-18/+19
2022-11-23s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King1-1/+1
2022-11-23e100: Fix possible use after free in e100_xmit_prepareWang Hai1-4/+1
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-11-23fm10k: Fix error handling in fm10k_init_module()Yuan Can1-1/+9
2022-11-23i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing1-1/+9
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun1-1/+4
2022-11-23drm/amdgpu/vcn: re-use original vcn0 doorbell valueJane Jian2-9/+1
2022-11-23drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly w...Alex Deucher1-1/+0
2022-11-23drm/amd/display: No display after resume from WB/CBTsung-hua Lin1-0/+37
2022-11-23drm/amdgpu: fix use-after-free during gpu recoveryStanley.Yang1-1/+5
2022-11-23drm/amd/pm: update driver if header for smu_13_0_7lyndonli2-39/+80
2022-11-23drm/amd/display: Fix rotated cursor offset calculationDavid Galiffi3-30/+64
2022-11-23drm/amd/display: Use new num clk levels struct for max mclk indexDillon Varone1-1/+1
2022-11-23drm/amd/display: Avoid setting pixel rate divider to N/ATaimur Hassan4-8/+13
2022-11-23drm/amd/display: Use viewport height for subvp mall allocation sizeDillon Varone1-1/+1
2022-11-23drm/amd/display: Update soc bounding box for dcn32/dcn321Dillon Varone2-7/+7
2022-11-23drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASANLyude Paul1-1/+2
2022-11-23drm/amdgpu/psp: don't free PSP buffers on suspendAlex Deucher1-7/+9
2022-11-23net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLPSantiago Ruano Rincón1-0/+1
2022-11-23net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin1-0/+1
2022-11-23net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()Yuan Can1-1/+3
2022-11-23arcnet: fix potential memory leak in com20020_probe()Wang Hai1-2/+9
2022-11-22Merge tag 'mlx5-fixes-2022-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski17-118/+280
2022-11-22net: ethernet: mtk_eth_soc: fix memory leak in error pathYan Cangang3-6/+23
2022-11-22net: ethernet: mtk_eth_soc: fix resource leak in error pathYan Cangang1-2/+2
2022-11-22net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()Ziyang Xuan1-1/+3
2022-11-22clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref clksShazad Hussain1-0/+6
2022-11-22Merge tag 'clk-microchip-fixes-6.1' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd1-1/+1
2022-11-22Merge tag 'samsung-clk-6.2' of https://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2-4/+6
2022-11-22of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-11-22bus: ixp4xx: Don't touch bit 7 on IXP42xLinus Walleij1-6/+3
2022-11-22pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda1-3/+6
2022-11-22cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan1-9/+27
2022-11-22cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan2-11/+2
2022-11-22cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny1-0/+10
2022-11-22nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur1-1/+1
2022-11-22nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun1-2/+2
2022-11-22Merge tag 'iio-fixes-for-6.1c' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman7-21/+31
2022-11-22Merge tag 'fpga-for-6.1-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+3
2022-11-22usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1Pawel Laszczak1-4/+10
2022-11-22usb: dwc3: gadget: Clear ep descriptor lastThinh Nguyen1-6/+6
2022-11-22usb: dwc3: exynos: Fix remove() functionMarek Szyprowski1-10/+1
2022-11-22usb: cdnsp: Fix issue with Clear Feature Halt EndpointPawel Laszczak2-9/+6
2022-11-22usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen1-1/+2
2022-11-22usb: gadget: uvc: also use try_format in set_formatMichael Grzeschik1-51/+21
2022-11-22fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-11-22tsnep: Fix rotten packetsGerhard Engleder1-1/+56
2022-11-22dma-buf: fix racing conflict of dma_heap_add()Dawei Li1-13/+15
2022-11-22octeontx2-pf: Remove duplicate MACSEC settingZheng Bin1-1/+0
2022-11-22bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang1-4/+8
2022-11-22regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade1-4/+11
2022-11-22regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade1-0/+2
2022-11-22net: sparx5: fix error handling in sparx5_port_open()Liu Jian1-2/+12
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong1-0/+1
2022-11-22net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo1-1/+1
2022-11-22Merge tag 'gvt-fixes-2022-11-11' of https://github.com/intel/gvt-linux into d...Tvrtko Ursulin1-5/+3
2022-11-21ice: fix handling of burst Tx timestampsJacob Keller2-16/+16
2022-11-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-19/+23
2022-11-21net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun1-1/+3
2022-11-21net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim1-0/+3
2022-11-21net/mlx5e: Fix MACsec update SecYEmeel Hakim1-1/+1
2022-11-21net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim1-7/+7
2022-11-21net/mlx5e: Remove leftovers from old XSK queues enumerationTariq Toukan1-18/+0
2022-11-21net/mlx5e: Offload rule only when all encaps are validChris Mi3-17/+9
2022-11-21net/mlx5e: Fix missing alignment in size of MTT/KLM entriesTariq Toukan1-2/+3
2022-11-21net/mlx5: Fix sync reset event handler error flowMoshe Shemesh1-2/+7
2022-11-21net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan2-5/+7
2022-11-21net/mlx5: Lag, avoid lockdep warningsEli Cohen4-40/+78
2022-11-21net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh1-3/+3